Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Go to the source code of this file.
Defines | |
#define | RAPICORN_PIXBUF_TYPE |
Functions | |
void | resize (uint w, uint h) |
Reset width and height and resize pixel sequence. | |
uint32_t * | row (uint y) |
Access row as endian dependant ARGB integers. | |
int | width () const |
Width of the Pixbuf. | |
int | height () const |
Height of the Pixbuf. | |
class_scope int | length (_length) |
ApplicationHandle | init_app (const String &app_ident, int *argcp, char **argv, const StringVector &args=StringVector()) |
ApplicationHandle | init_test_app (const String &app_ident, int *argcp, char **argv, const StringVector &args=StringVector()) |
void | exit_app (int status) |
This function calls Application::shutdown() first, to properly terminate Rapicorn's concurrently running ui-thread, and then terminates the program via exit(3posix). | |
Variables | |
includes | __pad0__ |
IGNORE | __pad1__ |
IGNORE uint | h |
class_scope | __pad2__ |
class_scope int | _length |
class_scope | __pad3__ |
class_scope const UpdateSpan & | rs |
class_scope const UpdateSpan const UpdateSpan & | cs |
IGNORE | __pad4__ |
global_scope | __pad5__ |
This function calls Application::shutdown() first, to properly terminate Rapicorn's concurrently running ui-thread, and then terminates the program via exit(3posix).
This function does not return.
status | The exit status returned to the parent process. |