#include <formobjl.h>
Inheritance diagram for MGUI::FORM_OBJECT_LIST:

Public Member Functions | |
| FORM_OBJECT_LIST () | |
| virtual | ~FORM_OBJECT_LIST () |
| void | Clear () |
| ERRVALUE | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, TEXTID TextID, const RVC::OBJTYPESET &ObjTypeSet, GETOBJFLAGS GetObjFlags=GETOBJFLAG_None, RVC::GETOBJFILTER *GetObjFilter=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_Expand) |
| const RVC::OBJITEM & | GetCurrentObject () const |
| const RVC::OBJITEMLIST & | GetObjectList () const |
| bool | IsEmpty () const |
Protected Member Functions | |
| virtual void | v_OnObjectAdded (const RVC::OBJITEM &ObjItem, INT32 ItemNum) |
| virtual void | v_OnObjectRemoved (INT32 ItemNum) |
| virtual void | v_OnObjectSelected (const RVC::OBJITEM &ObjItem) |
| virtual void | v_OnObjectSelected (const RVC::OBJITEM &ObjItem, INT32 ItemNum) |
| virtual void | v_OnObjectsRemoved () |
Definition at line 60 of file formobjl.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Clears out all of the selected objects.
|
|
||||||||||||||||||||||||||||
|
Create.
|
|
|
Get the current object, will return an empty OBJITEM if there is nothing in the list.
|
|
|
Get the list of objects in the list.
|
|
|
Is the list empty?
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3.4-20031026