TidaRuntime

Undocumented in source.

Members

Functions

acceptArguments
void acceptArguments(string[] arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
closeWndMngSession
void closeWndMngSession()
Undocumented in source. Be warned that the author may not have intended to support it.
connectToWndMng
void connectToWndMng()
Undocumented in source. Be warned that the author may not have intended to support it.
loadExternalLibraries
void loadExternalLibraries(LibraryUnite[] libs)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

instance
HINSTANCE instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mainArguments
string[] mainArguments [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ITidaRuntime

loadExternalLibraries
void loadExternalLibraries(LibraryUnite[] libs)

A function for loading external libraries that are needed when implementing internal functions.

connectToWndMng
void connectToWndMng()

Connects to the window manager.

closeWndMngSession
void closeWndMngSession()

Closes the session with the window manager.

mainArguments
string[] mainArguments [@property getter]

Arguments given to the program.

acceptArguments
void acceptArguments(string[] arguments)

Accepts program arguments for subsequent operations with them.

initialize
void initialize(string[] arguments, LibraryUnite[] libs)

Runtime initialization. It includes such stages as: 1. Loading external libraries. 2. Connection to the window manager. 3. Preparation of objects for work.

Meta