30 #ifndef _CEGUIPushButton_h_
31 #define _CEGUIPushButton_h_
33 #include "../CEGUIBase.h"
34 #include "CEGUIButtonBase.h"
37 # pragma warning(push)
38 # pragma warning(disable : 4251)
113 if (class_name==
"PushButton")
return true;
121 #if defined(_MSC_VER)
122 # pragma warning(pop)
125 #endif // end of guard _CEGUIPushButton_h_
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