Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::ide::inspector::CfgScriptConsole Class Reference#include <CfgScriptConsole.h>
Inheritance diagram for acdk::wx::ide::inspector::CfgScriptConsole:
List of all members.
Detailed Description
Implements a CfgScript interpreter console.
The CfgScript interpreter itself (acdk_cfgscript.dll/so) is not neccessary linked to the application, but will loaded dynamically - Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.3
- Date:
- Date
- 2005/02/06 13:12:12
Constructor & Destructor Documentation
acdk::wx::ide::inspector::CfgScriptConsole::CfgScriptConsole |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RPoint) |
point = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize() |
|
) |
|
|
Member Function Documentation
void acdk::wx::ide::inspector::CfgScriptConsole::_eval |
( |
IN(RString) |
text |
) |
|
|
void acdk::wx::ide::inspector::CfgScriptConsole::_processCommand |
( |
IN(RString) |
text, |
|
|
IN(RString) |
line |
|
) |
|
|
void acdk::wx::ide::inspector::CfgScriptConsole::_prompt |
( |
|
) |
|
|
void acdk::wx::ide::inspector::CfgScriptConsole::callGc |
( |
bool |
all |
) |
|
|
void acdk::wx::ide::inspector::CfgScriptConsole::onTextUpdated |
( |
IN(RCommandEvent) |
event |
) |
|
|
void acdk::wx::ide::inspector::CfgScriptConsole::printText |
( |
IN(RString) |
text |
) |
|
|
Member Data Documentation
|