|
Isle
|
[AI] Cursor for iterating lists of MxRect32 pointers. More...
#include <mxgeometry.h>


Public Member Functions | |
| MxRect32ListCursor (MxRect32List *p_list) | |
| [AI] Construct for a given list. More... | |
Public Member Functions inherited from MxPtrListCursor< MxRect32 > | |
| MxPtrListCursor (MxPtrList< MxRect32 > *p_list) | |
| [AI] More... | |
Public Member Functions inherited from MxListCursor< T > | |
| MxListCursor (MxList< T > *p_list) | |
| [AI] More... | |
| MxBool | Find (T p_obj) |
| [AI] More... | |
| void | Detach () |
| [AI] More... | |
| void | Destroy () |
| [AI] More... | |
| MxBool | Next () |
| [AI] More... | |
| MxBool | Next (T &p_obj) |
| [AI] More... | |
| MxBool | Prev () |
| [AI] More... | |
| MxBool | Prev (T &p_obj) |
| [AI] More... | |
| MxBool | Current (T &p_obj) |
| [AI] More... | |
| MxBool | First (T &p_obj) |
| [AI] More... | |
| MxBool | Last (T &p_obj) |
| [AI] More... | |
| MxBool | HasMatch () |
| [AI] More... | |
| void | SetValue (T p_obj) |
| [AI] More... | |
| MxBool | Head () |
| [AI] More... | |
| MxBool | Tail () |
| [AI] More... | |
| void | Reset () |
| [AI] More... | |
| void | Prepend (T p_newobj) |
| [AI] More... | |
Public Member Functions inherited from MxCore | |
| MxCore () | |
| [AI] Constructs a new MxCore object and assigns it a unique id. More... | |
| virtual | ~MxCore () |
| [AI] Virtual destructor. Required for correct polymorphic cleanup in derived classes. More... | |
| virtual MxLong | Notify (MxParam &p_param) |
| [AI] Virtual callback notification mechanism. More... | |
| virtual MxResult | Tickle () |
| [AI] Called by tickle managers to allow the object to update itself. More... | |
| virtual const char * | ClassName () const |
| [AI] Returns the runtime class name of this object. More... | |
| virtual MxBool | IsA (const char *p_name) const |
| [AI] Checks whether this object's class type or parents match the given name. More... | |
| MxU32 | GetId () |
| [AI] Gets the unique (per-process) id assigned to this object instance. More... | |
[AI] Cursor for iterating lists of MxRect32 pointers.
Definition at line 761 of file mxgeometry.h.
|
inline |
[AI] Construct for a given list.
| p_list | [AI] List to traverse. |
Definition at line 767 of file mxgeometry.h.