#include <mmsfbwindowmanager.h>
Public Attributes | |
MMSFBWindow * | window |
window pointer | |
MMSFBSurface * | surface |
surface of the window | |
MMSFBRectangle | vrect |
visible rectangle, can be set if only a part of the window should be displayed | |
MMSFBRegion | region |
region of the window within layer (if vrect is used, the region is the visible region) | |
bool | alphachannel |
use of alpha value | |
unsigned char | opacity |
opacity of the window | |
int | zlevel |
zlevel of the window | |
int | lastflip |
last flip time in milliseconds | |
bool | islayersurface |
the window works direct on the layer (old staff, to be removed) | |
MMSFBSurface * | saved_surface |
copy of surface if window works direct on the layer (old staff, to be removed) |
Definition at line 48 of file mmsfbwindowmanager.h.
visible rectangle, can be set if only a part of the window should be displayed
Definition at line 54 of file mmsfbwindowmanager.h.
region of the window within layer (if vrect is used, the region is the visible region)
Definition at line 56 of file mmsfbwindowmanager.h.
unsigned char VISIBLE_WINDOWS::opacity |
the window works direct on the layer (old staff, to be removed)
Definition at line 66 of file mmsfbwindowmanager.h.
copy of surface if window works direct on the layer (old staff, to be removed)
Definition at line 68 of file mmsfbwindowmanager.h.