29 #ifndef _CEGUIButtonBase_h_ 30 #define _CEGUIButtonBase_h_ 33 #include "../Window.h" 37 # pragma warning(push) 38 # pragma warning(disable : 4251) 78 void setPushedState(
const bool pushed);
121 void updateInternalState(
const Vector2f& mouse_pos);
123 bool calculateCurrentHoverState(
const Vector2f& mouse_pos);
134 #if defined(_MSC_VER) 135 # pragma warning(pop) 138 #endif // end of guard _CEGUIButtonBase_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:149
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:251
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: InputEvent.h:280
String class used within the GUI system.
Definition: String.h:62