Crazy Eddies GUI System
0.6.2
|
EventArgs class used for segment move (sequence changed) events. More...
Public Member Functions | |
HeaderSequenceEventArgs (Window *wnd, uint old_idx, uint new_idx) | |
![]() | |
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. | |
![]() | |
Window * | window |
pointer to a Window object of relevance to the event. | |
![]() | |
bool | handled |
handlers should set this to true if they handled the event, or false otherwise. | |
bool | d_hasWindow |
Indicates if this event set has a parent window. | |
EventArgs class used for segment move (sequence changed) events.