Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CMessageScripted Class Reference

Used for script-only message types. More...

Inheritance diagram for CMessageScripted:
CMessage

Public Member Functions

virtual int GetType () const
 
virtual const char * GetScriptHandlerName () const
 
virtual const char * GetScriptGlobalHandlerName () const
 
virtual jsval ToJSVal (ScriptInterface &scriptInterface) const
 
 CMessageScripted (int mtid, const std::string &name, const CScriptValRooted &msg)
 
- Public Member Functions inherited from CMessage
virtual ~CMessage ()
 
jsval ToJSValCached (ScriptInterface &) const
 

Public Attributes

int mtid
 
std::string handlerName
 
std::string globalHandlerName
 
CScriptValRooted msg
 

Additional Inherited Members

- Protected Member Functions inherited from CMessage
 CMessage ()
 

Detailed Description

Used for script-only message types.

Definition at line 36 of file ComponentManager.cpp.

Constructor & Destructor Documentation

CMessageScripted::CMessageScripted ( int  mtid,
const std::string &  name,
const CScriptValRooted msg 
)
inline

Definition at line 44 of file ComponentManager.cpp.

Member Function Documentation

virtual const char* CMessageScripted::GetScriptGlobalHandlerName ( ) const
inlinevirtual

Implements CMessage.

Definition at line 41 of file ComponentManager.cpp.

virtual const char* CMessageScripted::GetScriptHandlerName ( ) const
inlinevirtual

Implements CMessage.

Definition at line 40 of file ComponentManager.cpp.

virtual int CMessageScripted::GetType ( void  ) const
inlinevirtual

Implements CMessage.

Definition at line 39 of file ComponentManager.cpp.

virtual jsval CMessageScripted::ToJSVal ( ScriptInterface scriptInterface) const
inlinevirtual

Implements CMessage.

Definition at line 42 of file ComponentManager.cpp.

Member Data Documentation

std::string CMessageScripted::globalHandlerName

Definition at line 51 of file ComponentManager.cpp.

std::string CMessageScripted::handlerName

Definition at line 50 of file ComponentManager.cpp.

CScriptValRooted CMessageScripted::msg

Definition at line 52 of file ComponentManager.cpp.

int CMessageScripted::mtid

Definition at line 49 of file ComponentManager.cpp.


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