|
Pol
Rev 533
|
#include <unimod.h>
Inheritance diagram for UnicodeExecutorModule:
Collaboration diagram for UnicodeExecutorModule:Public Member Functions | |
| UnicodeExecutorModule (Executor &exec) | |
| ~UnicodeExecutorModule () | |
| BObjectImp * | mf_BroadcastUC () |
| BObjectImp * | mf_PrintTextAboveUC () |
| BObjectImp * | mf_PrivateTextAboveUC () |
| BObjectImp * | mf_RequestInputUC () |
| BObjectImp * | mf_SendSysMessageUC () |
| BObjectImp * | mf_SendTextEntryGumpUC () |
Public Attributes | |
| OSExecutorModule * | os_module |
| Character * | prompt_chr |
Protected Member Functions | |
| bool | getCharacterParam (unsigned param, Character *&chrptr) |
| bool | getItemParam (unsigned param, Item *&itemptr) |
| bool | getUObjectParam (unsigned param, UObject *&objptr) |
| UnicodeExecutorModule::UnicodeExecutorModule | ( | Executor & | exec | ) | [explicit] |
Definition at line 152 of file unimod.cpp.
References Executor::findModule(), and os_module.
Here is the call graph for this function:Definition at line 161 of file unimod.cpp.
References Character::client, Client::gd, prompt_chr, and ClientGameData::prompt_uniemod.
| bool UnicodeExecutorModule::getCharacterParam | ( | unsigned | param, |
| Character *& | chrptr | ||
| ) | [inline, protected] |
Definition at line 49 of file unimod.h.
References ExecutorModule::exec.
Referenced by mf_PrivateTextAboveUC(), mf_RequestInputUC(), and mf_SendSysMessageUC().
Here is the caller graph for this function:| bool UnicodeExecutorModule::getItemParam | ( | unsigned | param, |
| Item *& | itemptr | ||
| ) | [inline, protected] |
Definition at line 54 of file unimod.h.
References ExecutorModule::exec.
Referenced by mf_RequestInputUC().
Here is the caller graph for this function:| bool UnicodeExecutorModule::getUObjectParam | ( | unsigned | param, |
| UObject *& | objptr | ||
| ) | [inline, protected] |
Definition at line 59 of file unimod.h.
References ExecutorModule::exec.
Referenced by mf_PrintTextAboveUC(), and mf_PrivateTextAboveUC().
Here is the caller graph for this function:Definition at line 170 of file unimod.cpp.
References broadcast(), convertArrayToUC(), ExecutorModule::getObjArrayParam(), ExecutorModule::getParam(), ExecutorModule::getStringParam(), gwtext, String::length(), ObjArray::ref_arr, SPEECH_MAX_LEN, strupper(), and String::value().
Here is the call graph for this function:Definition at line 200 of file unimod.cpp.
References convertArrayToUC(), ExecutorModule::getObjArrayParam(), ExecutorModule::getParam(), ExecutorModule::getStringParam(), getUObjectParam(), gwtext, String::length(), ObjArray::ref_arr, say_above(), SPEECH_MAX_LEN, strupper(), and String::value().
Here is the call graph for this function:Definition at line 232 of file unimod.cpp.
References convertArrayToUC(), getCharacterParam(), ExecutorModule::getObjArrayParam(), ExecutorModule::getParam(), ExecutorModule::getStringParam(), getUObjectParam(), gwtext, String::length(), private_say_above(), ObjArray::ref_arr, SPEECH_MAX_LEN, strupper(), and String::value().
Here is the call graph for this function:Definition at line 265 of file unimod.cpp.
References Character::client, convertArrayToUC(), ctBEu32, Client::gd, getCharacterParam(), getItemParam(), ExecutorModule::getObjArrayParam(), ExecutorModule::getStringParam(), gwtext, Character::has_active_client(), Character::has_active_prompt(), String::length(), os_module, prompt_chr, ClientGameData::prompt_uniemod, ObjArray::ref_arr, send_sysmessage(), send_unicode_prompt(), UObject::serial, SPEECH_MAX_LEN, strupper(), OSExecutorModule::suspend(), and String::value().
Here is the call graph for this function:Definition at line 309 of file unimod.cpp.
References Character::client, convertArrayToUC(), getCharacterParam(), ExecutorModule::getObjArrayParam(), ExecutorModule::getParam(), ExecutorModule::getStringParam(), gwtext, Character::has_active_client(), String::length(), ObjArray::ref_arr, send_sysmessage(), SPEECH_MAX_LEN, strupper(), and String::value().
Here is the call graph for this function:Definition at line 348 of file unimod.cpp.
Definition at line 30 of file unimod.h.
Referenced by ClientGameData::clear(), handle_unicode_prompt(), mf_RequestInputUC(), and UnicodeExecutorModule().
Definition at line 41 of file unimod.h.
Referenced by ClientGameData::clear(), handle_unicode_prompt(), mf_RequestInputUC(), and ~UnicodeExecutorModule().