DAS  3.1.6 - 18/09/2017
Data Fields
MExposeEvent Struct Reference

Window/Object Expose Event. More...

#include <Mguidefs.h>

+ Collaboration diagram for MExposeEvent:

Data Fields

int height
 
int parent_drawn
 Flag stating whether the parent object has already drawn itself. More...
 
int type
 Event type (E_EXPOSE) More...
 
int width
 Size of the area to redraw. More...
 
Window window
 Window which the event is directed to. More...
 
int x
 coordinates of the upper left corner of the area to redraw More...
 
int x_off
 offset of the area to redraw More...
 
int y
 
int y_off
 

Detailed Description

Window/Object Expose Event.

The Window Manager uses this event to notify the program that a portion of a given window needs to be redrawn. The value of the type field is E_EXPOSE The event is processed the SHELL object and then propagated to all MGui objects inside the area that needs to be redrawn.

See also
MObjectRedraw(), CmObject::redraw

Definition at line 638 of file Mguidefs.h.

Field Documentation

§ height

int MExposeEvent::height

Definition at line 648 of file Mguidefs.h.

§ parent_drawn

int MExposeEvent::parent_drawn

Flag stating whether the parent object has already drawn itself.

Definition at line 650 of file Mguidefs.h.

§ type

int MExposeEvent::type

Event type (E_EXPOSE)

Definition at line 640 of file Mguidefs.h.

§ width

int MExposeEvent::width

Size of the area to redraw.

Definition at line 648 of file Mguidefs.h.

§ window

Window MExposeEvent::window

Window which the event is directed to.

Definition at line 642 of file Mguidefs.h.

§ x

int MExposeEvent::x

coordinates of the upper left corner of the area to redraw

Definition at line 646 of file Mguidefs.h.

§ x_off

int MExposeEvent::x_off

offset of the area to redraw

Definition at line 644 of file Mguidefs.h.

§ y

int MExposeEvent::y

Definition at line 646 of file Mguidefs.h.

§ y_off

int MExposeEvent::y_off

Definition at line 644 of file Mguidefs.h.


The documentation for this struct was generated from the following file:
______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:15 for DAS - Rel. 3.1.6 - 18/09/2017.