|
Crazy Eddie's GUI System
0.8.1
|
Inheritance diagram for CEGUI::RegexMatchStateEventArgs:
Collaboration diagram for CEGUI::RegexMatchStateEventArgs:Public Member Functions | |
| RegexMatchStateEventArgs (Window *wnd, RegexMatcher::MatchState state) | |
Public Member Functions inherited from CEGUI::WindowEventArgs | |
| WindowEventArgs (Window *wnd) | |
Public Attributes | |
| RegexMatcher::MatchState | matchState |
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. | |
WindowEventArgs based class that is used for notifications regarding RegexMatcher::MatchState changes for some component.