SIO2widget Struct Reference

#include <sio2_widget.h>

Collaboration diagram for SIO2widget:

Collaboration graph
[legend]

List of all members.

Public Attributes

char name [SIO2_MAX_CHAR]
 The unique identifier of a SIO2widget within its associated SIO2resource.
vec2 area
 The width and height of the event sensitive area of the SIO2widget.
vec2 bl
 The bottom left coordinates of the SIO2widget.
vec2 tr
 The top right coordinates of the SIO2widget.
unsigned int flags
 The flags to use for the SIO2widget.
SIO2widgettouchbegan * _SIO2widgettouchbegan
 The widget touch began callback function.
SIO2widgettouchmoved * _SIO2widgettouchmoved
 The widget touch moved callback function.
SIO2widgettouchended * _SIO2widgettouchended
 The widget touch ended callback function.
SIO2material_SIO2material
 The SIO2material use to draw the SIO2widget.
SIO2transform _SIO2transform
 The SIO2transform information to render the SIO2widget in 2D or 3D space.


Member Data Documentation

char SIO2widget::name[SIO2_MAX_CHAR]

The unique identifier of a SIO2widget within its associated SIO2resource.

Referenced by sio2ResourceGet(), and sio2WidgetInit().

The width and height of the event sensitive area of the SIO2widget.

Referenced by sio2WidgetUpdateBoundary().

The bottom left coordinates of the SIO2widget.

Referenced by sio2ResourceDispatchEvents(), sio2WidgetDebug(), and sio2WidgetUpdateBoundary().

The top right coordinates of the SIO2widget.

Referenced by sio2ResourceDispatchEvents(), sio2WidgetDebug(), and sio2WidgetUpdateBoundary().

unsigned int SIO2widget::flags

SIO2widgettouchbegan* SIO2widget::_SIO2widgettouchbegan

The widget touch began callback function.

Referenced by sio2ResourceDispatchEvents().

SIO2widgettouchmoved* SIO2widget::_SIO2widgettouchmoved

The widget touch moved callback function.

Referenced by sio2ResourceDispatchEvents().

SIO2widgettouchended* SIO2widget::_SIO2widgettouchended

The widget touch ended callback function.

Referenced by sio2ResourceDispatchEvents().

The SIO2material use to draw the SIO2widget.

Referenced by sio2WidgetRender().

The SIO2transform information to render the SIO2widget in 2D or 3D space.

Referenced by sio2WidgetRender(), and sio2WidgetUpdateBoundary().


The documentation for this struct was generated from the following file:

Generated on Thu Mar 4 15:41:53 2010 for SIO2 Engine by  doxygen 1.5.6