|
QSDK 1.1 Documentation |
#include <gamelib.h>
Inheritance diagram for Q::ScriptConsole:

Public Types | |
| typedef Com::Ptr< ScriptConsole > | PTR |
Public Member Functions | |
| virtual TextLayer | textLayer () const=0 |
| virtual Utils::Result | setTextLayer (const TextLayer &)=0 |
| virtual Utils::Result | addVariable (const char *name, Variant *value)=0 |
| virtual Utils::Result | getVariable (const char *name, Variant **)=0 |
| virtual Utils::Result | toString (ScriptExecutionListener::ErrorType, Utils::String &) const=0 |
Static Public Member Functions | |
| PTR | create () |
Static Public Attributes | |
| Com::UUID | IID |
| Com::UUID | CLSID |
|
|
A COM pointer to an object of this class |
|
||||||||||||
|
Add a variable with the specified name and the specified value. |
|
|
Convenience function to create a ScriptConsole |
|
||||||||||||
|
Get the variable with the specified name if it exists. |
|
|
Set the TextLayer that renders the console. |
|
|
Return the TextLayer that renders the console. |
|
||||||||||||
|
Convert script errors into strings. |
|
|
COM CLSID d694756b-1d5f-4bd3-94de-7c355bdac532 |
|
|
COM IID 2b4e96da-7d52-4d75-9311-b6dad339b647 Reimplemented from Com::Unknown. |
|
|
|
Qube Software Limited © 2000-2004
|
|