Crazy Eddie's GUI System
0.8.7
|
29 #ifndef _CEGUITitlebar_h_
30 #define _CEGUITitlebar_h_
32 #include "../Window.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
50 class CEGUIEXPORT Titlebar :
public Window
53 static const String EventNamespace;
54 static const String WidgetTypeName;
63 bool isDraggingEnabled(
void)
const;
76 void setDraggingEnabled(
bool setting);
82 bool isDragged()
const;
88 const Vector2f& getDragPoint()
const;
138 Rectf d_oldCursorArea;
144 void addTitlebarProperties(
void);
149 #if defined(_MSC_VER)
150 # pragma warning(pop)
153 #endif // end of guard _CEGUITitlebar_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
EventArgs based class that is used for objects passed to input event handlers concerning mouse input.
Definition: InputEvent.h:306
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:277
String class used within the GUI system.
Definition: String.h:88
Class representing the title bar for Frame Windows.
Definition: widgets/Titlebar.h:76