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

Sent by CCmpPathfinder after async path requests. More...

#include <MessageTypes.h>

Inheritance diagram for CMessagePathResult:
CMessage

Public Member Functions

virtual int GetType () const
 
virtual const char * GetScriptHandlerName () const
 
virtual const char * GetScriptGlobalHandlerName () const
 
virtual jsval ToJSVal (ScriptInterface &scriptInterface) const
 
 CMessagePathResult (u32 ticket, const ICmpPathfinder::Path &path)
 
- Public Member Functions inherited from CMessage
virtual ~CMessage ()
 
jsval ToJSValCached (ScriptInterface &) const
 

Static Public Member Functions

static CMessageFromJSVal (ScriptInterface &, jsval val)
 

Public Attributes

u32 ticket
 
ICmpPathfinder::Path path
 

Additional Inherited Members

- Protected Member Functions inherited from CMessage
 CMessage ()
 

Detailed Description

Sent by CCmpPathfinder after async path requests.

Definition at line 354 of file MessageTypes.h.

Constructor & Destructor Documentation

CMessagePathResult::CMessagePathResult ( u32  ticket,
const ICmpPathfinder::Path path 
)
inline

Definition at line 359 of file MessageTypes.h.

Member Function Documentation

CMessage * CMessagePathResult::FromJSVal ( ScriptInterface scriptInterface,
jsval  val 
)
static

Definition at line 295 of file MessageTypeConversions.cpp.

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

Implements CMessage.

Definition at line 357 of file MessageTypes.h.

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

Implements CMessage.

Definition at line 357 of file MessageTypes.h.

virtual int CMessagePathResult::GetType ( void  ) const
inlinevirtual

Implements CMessage.

Definition at line 357 of file MessageTypes.h.

jsval CMessagePathResult::ToJSVal ( ScriptInterface scriptInterface) const
virtual

Implements CMessage.

Definition at line 289 of file MessageTypeConversions.cpp.

Member Data Documentation

ICmpPathfinder::Path CMessagePathResult::path

Definition at line 365 of file MessageTypes.h.

u32 CMessagePathResult::ticket

Definition at line 364 of file MessageTypes.h.


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