Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Defines | Functions | Variables
clientinsert.hh File Reference
#include <ui/utilities.hh>
#include <ui/pixmap.hh>

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_trow (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__

Detailed Description


Function Documentation

void exit_app ( int  status) [protected]

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.

Parameters:
statusThe exit status returned to the parent process.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines