#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... | |
class | CEGUI::FrameWindowProperties::NSSizingCursorImage |
Property to access the N-S (up-down) sizing cursor image. More... | |
class | CEGUI::FrameWindowProperties::EWSizingCursorImage |
Property to access the E-W (left/right) sizing cursor image. More... | |
class | CEGUI::FrameWindowProperties::NWSESizingCursorImage |
Property to access the NW-SE diagonal sizing cursor image. More... | |
class | CEGUI::FrameWindowProperties::NESWSizingCursorImage |
Property to access the NE-SW diagonal sizing cursor image. More... |