#include <CTKInterpreterStartup.h>
Inheritance diagram for CTKInterpreterStartup:
Public Member Functions | |
CTKInterpreterStartup () | |
virtual | ~CTKInterpreterStartup () |
Static Protected Member Functions | |
int | Tk_Init (Tcl_Interp *pInterp) |
Private Member Functions | |
CTKInterpreterStartup (const CTKInterpreterStartup &aCTKInterpreterStartup) | |
Copy Constructor illegal, private, unimplemented. | |
CTKInterpreterStartup & | operator= (const CTKInterpreterStartup &aCTKInterpreterStartup) |
Operator= Assignment Operator illegal, private, unimplemented. | |
int | operator== (const CTKInterpreterStartup &aCTKInterpreterStartup) const |
Operator== Equality Operator illegal, private, unimplemented. | |
virtual int | operator() (int argc, char **argv) |
Definition at line 313 of file CTKInterpreterStartup.h.
|
Definition at line 298 of file CTKInterpreterStartup.cpp. |
|
Definition at line 300 of file CTKInterpreterStartup.cpp. |
|
Copy Constructor illegal, private, unimplemented.
|
|
Starts up the Tk interpreter.
The static member Tk_Init is passed as the application initialization function.
Implements CInterpreterStartup. Definition at line 319 of file CTKInterpreterStartup.cpp. References NULL, CInterpreterStartup::OnInitialize(), and Tk_Init(). |
|
Operator= Assignment Operator illegal, private, unimplemented.
|
|
Operator== Equality Operator illegal, private, unimplemented.
|
|
Called by Tk_Main to do application specific initialization.
Definition at line 354 of file CTKInterpreterStartup.cpp. References CEventLoop::getInstance(), NULL, CInterpreterStartup::RegisterExtensions(), CInterpreterStartup::setInterpreter(), and Tk_Init(). Referenced by operator()(), and Tk_Init(). |