30 #ifndef _CEGUITabButton_h_
31 #define _CEGUITabButton_h_
33 #include "../CEGUIBase.h"
34 #include "CEGUIButtonBase.h"
92 virtual void setSelected(
bool selected) { d_selected = selected; invalidate(); }
106 void setTargetWindow(
Window* wnd);
154 if (class_name==
"TabButton")
return true;
163 #endif // end of guard _CEGUITabButton_h_
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: CEGUIWindow.h:138
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: CEGUIInputEvent.h:245
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: CEGUIInputEvent.h:274
String class used within the GUI system.
Definition: CEGUIString.h:57