Public Member Functions | Static Public Member Functions | Private Attributes

ScriptEventWindowWidgetClick Class Reference

Event Window Widget Click, when a user clicks on a highlighted widget. More...

#include <script_event_types.hpp>

Inheritance diagram for ScriptEventWindowWidgetClick:
ScriptEvent ScriptObject SimpleCountedObject

Public Member Functions

 ScriptEventWindowWidgetClick (ScriptWindow::WindowClass window, uint32 number, uint8 widget)
ScriptWindow::WindowClass GetWindowClass ()
 Get the class of the window that was clicked.
uint32 GetWindowNumber ()
 Get the number of the window that was clicked.
uint8 GetWidgetNumber ()
 Get the number of the widget that was clicked.

Static Public Member Functions

static
ScriptEventWindowWidgetClick
Convert (ScriptEvent *instance)
 Convert an ScriptEvent to the real instance.

Private Attributes

ScriptWindow::WindowClass window
 Window of the click.
uint32 number
 Number of the click.
uint8 widget
 Widget of the click.

Detailed Description

Event Window Widget Click, when a user clicks on a highlighted widget.

game

Definition at line 893 of file script_event_types.hpp.


Constructor & Destructor Documentation

ScriptEventWindowWidgetClick::ScriptEventWindowWidgetClick ( ScriptWindow::WindowClass  window,
uint32  number,
uint8  widget 
) [inline]
Parameters:
window The windowclass that was clicked.
number The windownumber that was clicked.
widget The widget in the window that was clicked.

Definition at line 900 of file script_event_types.hpp.


Member Function Documentation

static ScriptEventWindowWidgetClick* ScriptEventWindowWidgetClick::Convert ( ScriptEvent instance  )  [inline, static]

Convert an ScriptEvent to the real instance.

Parameters:
instance The instance to convert.
Returns:
The converted instance.

Definition at line 912 of file script_event_types.hpp.


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