Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _CEGUIRegexMatcher_h_
28 #define _CEGUIRegexMatcher_h_
30 #include "CEGUI/Base.h"
31 #include "CEGUI/String.h"
32 #include "CEGUI/InputEvent.h"
39 class CEGUIEXPORT RegexMatcher :
40 public AllocatedObject<RegexMatcher>
57 virtual ~RegexMatcher() {}
59 virtual void setRegexString(
const String& regex) = 0;
61 virtual const String& getRegexString()
const = 0;
83 #endif // end of guard _CEGUIRegexMatcher_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Definition: RegexMatcher.h:89
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:273
MatchState
Enumeration of possible states when cosidering a regex match.
Definition: RegexMatcher.h:86
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:171
String class used within the GUI system.
Definition: String.h:83