67 while (cursor.
Next(presenter)) {
73 while (cursor.
Next(presenter)) {
94 if (cursor.
Find(&p_presenter)) {
106 while (cursor.
Next(presenter)) {
[AI] Cursor/iterator for traversing an MxPresenterList.
[AI] List to hold pointers to MxPresenter objects with optional ownership semantics.
[AI] Abstract base class for all presenter types in the LEGO Island engine, responsible for managing ...
virtual void EndAction()
[AI] Terminates the current action, notifies listeners and resets state.
virtual MxResult PutData()
[AI] Allows the presenter to submit pending results or output to the engine.
MxResult Tickle() override
[AI] Main tickle handler, called periodically to progress presenter's internal state.
#define DECOMP_SIZE_ASSERT(T, S)
#define NULL
[AI] Null pointer value (C/C++ semantics).
#define FAILURE
[AI] Used to indicate a failed operation in result codes.
#define SUCCESS
[AI] Used to indicate a successful operation in result codes.
#define AUTOLOCK(CS)
[AI] Macro for automatic locking using the MxAutoLock class. This macro instantiates an MxAutoLock ob...