Isle
Loading...
Searching...
No Matches
mxpresenter.cpp File Reference
#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>
Include dependency graph for mxpresenter.cpp:

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...
 

Function Documentation

◆ DECOMP_SIZE_ASSERT()

DECOMP_SIZE_ASSERT ( MxPresenter  ,
0x40   
)

◆ PresenterNameDispatch()

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.

Parameters
p_action[AI] The action whose handler is to be determined.
Returns
[AI] Class name string representing the presenter implementation to be used for the given action.

Definition at line 187 of file mxpresenter.cpp.