#include "CEGUIProperty.h"
Include dependency graph for CEGUIFrameWindowProperties.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
namespace | CEGUI::FrameWindowProperties |
Classes | |
class | CEGUI::FrameWindowProperties::SizingEnabled |
Property to access the state of the sizable setting for the FrameWindow. More... | |
class | CEGUI::FrameWindowProperties::FrameEnabled |
Property to access the setting for whether the window frame will be displayed. More... | |
class | CEGUI::FrameWindowProperties::TitlebarEnabled |
Property to access the setting for whether the window title-bar will be enabled (or displayed depending upon choice of final widget type). More... | |
class | CEGUI::FrameWindowProperties::CloseButtonEnabled |
Property to access the setting for whether the window close button will be enabled (or displayed depending upon choice of final widget type). More... | |
class | CEGUI::FrameWindowProperties::RollUpEnabled |
Property to access the setting for whether the user is able to roll-up / shade the window. More... | |
class | CEGUI::FrameWindowProperties::RollUpState |
Property to access the roll-up / shade state of the window. More... | |
class | CEGUI::FrameWindowProperties::DragMovingEnabled |
Property to access the setting for whether the user may drag the window around by its title bar. More... | |
class | CEGUI::FrameWindowProperties::SizingBorderThickness |
Property to access the setting for the sizing border thickness. More... | |
class | CEGUI::FrameWindowProperties::TitlebarFont |
Property to access the Font set for the windows title bar. More... | |
class | CEGUI::FrameWindowProperties::CaptionColour |
Property to colour used for rendering the caption text. More... |