|
Isle
|
#include "mxpresenter.h"#include "decomp.h"#include "define.h"#include "mxactionnotificationparam.h"#include "mxautolock.h"#include "mxcompositepresenter.h"#include "mxdsanim.h"#include "mxdssound.h"#include "mxentity.h"#include "mxeventpresenter.h"#include "mxflcpresenter.h"#include "mxloopingflcpresenter.h"#include "mxloopingmidipresenter.h"#include "mxloopingsmkpresenter.h"#include "mxmidipresenter.h"#include "mxmisc.h"#include "mxnotificationmanager.h"#include "mxobjectfactory.h"#include "mxomni.h"#include "mxparam.h"#include "mxsmkpresenter.h"#include "mxstillpresenter.h"#include "mxstreamer.h"#include "mxutilities.h"#include "mxwavepresenter.h"#include <string.h>
Go to the source code of this file.
Functions | |
| DECOMP_SIZE_ASSERT (MxPresenter, 0x40) | |
| const char * | PresenterNameDispatch (const MxDSAction &p_action) |
| [AI] Provides a mapping from action object/type to the correct presenter handler class name based on action type and content. More... | |
| DECOMP_SIZE_ASSERT | ( | MxPresenter | , |
| 0x40 | |||
| ) |
| const char * PresenterNameDispatch | ( | const MxDSAction & | p_action | ) |
[AI] Provides a mapping from action object/type to the correct presenter handler class name based on action type and content.
| p_action | [AI] The action whose handler is to be determined. |
Definition at line 187 of file mxpresenter.cpp.