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.

monitorSize
uint[2] monitorSize()
Undocumented in source.

Properties

device
Device device [@property getter]
Undocumented in source.
mainArguments
string[] mainArguments [@property getter]

Arguments given to the program.

Static functions

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

Static function to initialize the runtime. Allocates memory for runtime and executes its functions of accepting arguments, loading the necessary libraries and connecting to the window manager through its interface functions.

Meta