![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
The starting place for all applications.
Contained in: global
Derived from:
none
Derived by:
none
Group: App (System)
#include <ClanLib/application.h>
public function member index: |
||
Construction: |
||
CL_ClanApplication | (); | |
virtual | ~CL_ClanApplication | (); |
Overrideables: |
||
virtual int | main | (int argc, char** argv); |
Attributes: |
||
virtual char* | get_title | (); |
returns - A character string to be put as the application (window) title (when appropriate, ie. not fullscreen, etc)
argc - The number of arguments to the program (c-style)
argv - A pointer to strings, containing the program arguments. The name of the program executable is always passed as first argument.
returns - Program return value