ISubObjType Class Reference
 
 
 
ISubObjType Class Reference

#include <object.h>

Inheritance diagram for ISubObjType:
InterfaceServer MaxHeapOperators GenSubObjType

Class Description

Developers have to return a class derived from this class with implementations for all the methods when implementing sub-objects for objects and modifiers (see BaseObject::GetSubObjType()).

See also:
Class InterfaceServer, Class BaseObject, Class MaxIcon, Class GenSubObjType

Public Member Functions

virtual MaxIcon GetIcon ()=0
  Returns a pointer to the icon for this sub-object type.
virtual const MSTR GetName ()=0
  Returns the name of this sub-object type that appears in the stack view.

Member Function Documentation

virtual MaxIcon* GetIcon ( ) [pure virtual]

Returns a pointer to the icon for this sub-object type.

This icon appears in the stack view beside the name.

Implemented in GenSubObjType.

virtual const MSTR& GetName ( ) [pure virtual]

Returns the name of this sub-object type that appears in the stack view.

Implemented in GenSubObjType.