Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
itasca::ISlot Class Referenceabstract

Interface to a slot object. More...

#include <igroup.h>

Public Member Functions

virtual IThinggetIThing ()=0
 Return IThing interface associated with this group.
 
virtual const IThinggetIThing () const =0
 Return IThing interface associated with this group. More...
 
virtual QString getName () const =0
 
virtual quint32 getIndex () const =0
 

Static Public Member Functions

static QStringView anyName ()
 
static QStringView defaultName ()
 
static QStringView invalidName ()
 

Static Public Attributes

static constexpr TType type_ = 0x4ecd4d66
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 
static constexpr uint any_ = 0xFFFFFFFF
 
static constexpr uint invalid_ = 0xFFFFFFFE
 
static constexpr uint unresolved_ = 0xFFFFFFFD
 

Detailed Description

Interface to a slot object.

Member Function Documentation

◆ getIThing()

virtual const IThing* itasca::ISlot::getIThing ( ) const
pure virtual

Return IThing interface associated with this group.

Return the group name.


The documentation for this class was generated from the following file: