Class ISubObjType
See Also: Class InterfaceServer, Class BaseObject, Class MaxIcon, Class GenSubObjType.
class ISubObjType : public InterfaceServer
Description:
This class is available in release 4.0 and later only.
Developers have to return a class derived from this class with implementations for all the methods when implementing sub-objects for obejcts and modifiers (see BaseObject::GetSubObjType()).
Methods:
public:
Prototype:
virtual MaxIcon *GetIcon()=0;
Remarks:
Returns a pointer to the icon for this sub-object type. This icon appears in the stack view beside the name.
Prototype:
virtual TCHAR *GetName()=0;
Remarks:
Returns the name of this sub-object type that appears in the stack view.