Crazy Eddie's GUI System  0.8.6
CEGUI::RegexMatchStateEventArgs Class Reference
+ 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
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

WindowEventArgs based class that is used for notifications regarding RegexMatcher::MatchState changes for some component.