ITidaRuntime

The interface of interaction between the program and the window manager.

Members

Functions

acceptArguments
void acceptArguments(string[] arguments)

Accepts program arguments for subsequent operations with them.

closeWndMngSession
void closeWndMngSession()

Closes the session with the window manager.

connectToWndMng
void connectToWndMng()

Connects to the window manager.

loadExternalLibraries
void loadExternalLibraries(LibraryUnite[] libs)

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

Properties

mainArguments
string[] mainArguments [@property getter]

Arguments given to the program.

Static functions

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