Crazy Eddies GUI System
0.7.2
|
EventArgs class used for segment move (sequence changed) events. More...
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 | |
Window * | window |
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. | |
EventArgs class used for segment move (sequence changed) events.