Isle
Loading...
Searching...
No Matches
ModelDbPartListCursor Class Reference

[AI] Iterator for traversing ModelDbPartList contents (ModelDbPart pointers). More...

#include <modeldb.h>

Inheritance diagram for ModelDbPartListCursor:
Collaboration diagram for ModelDbPartListCursor:

Public Member Functions

 ModelDbPartListCursor (ModelDbPartList *p_list)
 [AI] Constructs a cursor for the given part list, enabling iteration. More...
 
- Public Member Functions inherited from MxListCursor< ModelDbPart * >
 MxListCursor (MxList< ModelDbPart * > *p_list)
 [AI] More...
 
MxBool Find (ModelDbPart * p_obj)
 [AI] More...
 
void Detach ()
 [AI] More...
 
void Destroy ()
 [AI] More...
 
MxBool Next ()
 [AI] More...
 
MxBool Next (ModelDbPart * &p_obj)
 [AI] More...
 
MxBool Prev ()
 [AI] More...
 
MxBool Prev (ModelDbPart * &p_obj)
 [AI] More...
 
MxBool Current (ModelDbPart * &p_obj)
 [AI] More...
 
MxBool First (ModelDbPart * &p_obj)
 [AI] More...
 
MxBool Last (ModelDbPart * &p_obj)
 [AI] More...
 
MxBool HasMatch ()
 [AI] More...
 
void SetValue (ModelDbPart * p_obj)
 [AI] More...
 
MxBool Head ()
 [AI] More...
 
MxBool Tail ()
 [AI] More...
 
void Reset ()
 [AI] More...
 
void Prepend (ModelDbPart * 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...
 

Detailed Description

[AI] Iterator for traversing ModelDbPartList contents (ModelDbPart pointers).

[AI] Used for iterating over parts in a model/world safely.

Definition at line 87 of file modeldb.h.

Constructor & Destructor Documentation

◆ ModelDbPartListCursor()

ModelDbPartListCursor::ModelDbPartListCursor ( ModelDbPartList p_list)
inline

[AI] Constructs a cursor for the given part list, enabling iteration.

Parameters
p_listPart list to iterate over. [AI]

Definition at line 93 of file modeldb.h.


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