Crazy Eddies GUI System  0.7.2
Public Member Functions | Public Attributes | List of all members
CEGUI::HeaderSequenceEventArgs Class Reference

EventArgs class used for segment move (sequence changed) events. More...

+ Inheritance diagram for CEGUI::HeaderSequenceEventArgs:
+ Collaboration diagram for CEGUI::HeaderSequenceEventArgs:

Public Member Functions

 HeaderSequenceEventArgs (Window *wnd, uint old_idx, uint new_idx)
 
- Public Member Functions inherited from CEGUI::WindowEventArgs
 WindowEventArgs (Window *wnd)
 

Public Attributes

uint d_oldIdx
 The original column index of the segment that has moved.
 
uint d_newIdx
 The new column index of the segment that has moved.
 
- Public Attributes inherited from CEGUI::WindowEventArgs
Windowwindow
 pointer to a Window object of relevance to the event.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs class used for segment move (sequence changed) events.