Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.Events.WindowEvent Class Reference

Immutable window event. More...

Inheritance diagram for Dragengine.Gui.Events.WindowEvent:
Dragengine.Gui.Events.Event

Public Member Functions

WindowEvent new (Object source, int id)
 Creates window event. More...
 
- Public Member Functions inherited from Dragengine.Gui.Events.Event
int getIdentifier ()
 Event identifier. More...
 
Object getSource ()
 Event source. More...
 

Static Public Member Functions

static bool isWindowEvent (int identifier)
 Event identifier is a window event identifier. More...
 

Static Public Attributes

static final int idWindowActivated = 80
 Window activated event identifier. More...
 
static final int idWindowClosing = 82
 Window closing event identifier. More...
 
static final int idWindowDeactivated = 81
 Window deactivated event identifier. More...
 
static final int idWindowMaximized = 85
 Window maximized event identifier. More...
 
static final int idWindowMinimized = 84
 Window minimized event identifier. More...
 
static final int idWindowRestored = 83
 Window restored event identifier. More...
 

Detailed Description

Immutable window event.

Member Function Documentation

◆ isWindowEvent()

static bool Dragengine.Gui.Events.WindowEvent.isWindowEvent ( int  identifier)
static

Event identifier is a window event identifier.

◆ new()

WindowEvent Dragengine.Gui.Events.WindowEvent.new ( Object  source,
int  id 
)

Creates window event.

Reimplemented from Dragengine.Gui.Events.Event.

Member Data Documentation

◆ idWindowActivated

final int Dragengine.Gui.Events.WindowEvent.idWindowActivated = 80
static

Window activated event identifier.

◆ idWindowClosing

final int Dragengine.Gui.Events.WindowEvent.idWindowClosing = 82
static

Window closing event identifier.

◆ idWindowDeactivated

final int Dragengine.Gui.Events.WindowEvent.idWindowDeactivated = 81
static

Window deactivated event identifier.

◆ idWindowMaximized

final int Dragengine.Gui.Events.WindowEvent.idWindowMaximized = 85
static

Window maximized event identifier.

◆ idWindowMinimized

final int Dragengine.Gui.Events.WindowEvent.idWindowMinimized = 84
static

Window minimized event identifier.

◆ idWindowRestored

final int Dragengine.Gui.Events.WindowEvent.idWindowRestored = 83
static

Window restored event identifier.


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