#include "falagard/CEGUIFalEnums.h"
#include "CEGUIString.h"
#include "CEGUIUDim.h"
Include dependency graph for CEGUIFalDimensions.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::BaseDim |
Abstract interface for a generic 'dimension' class. More... | |
class | CEGUI::AbsoluteDim |
Dimension type that represents an absolute pixel value. Implements BaseDim interface. More... | |
class | CEGUI::ImageDim |
Dimension type that represents some dimension of a named Image. Implements BaseDim interface. More... | |
class | CEGUI::WidgetDim |
Dimension type that represents some dimension of a Window/widget. Implements BaseDim interface. More... | |
class | CEGUI::UnifiedDim |
Dimension type that represents an Unified dimension. Implements BaseDim interface. More... | |
class | CEGUI::FontDim |
Dimension type that represents some metric of a Font. Implements BaseDim interface. More... | |
class | CEGUI::PropertyDim |
Dimension type that represents the value of a Window property. Implements BaseDim interface. More... | |
class | CEGUI::Dimension |
Class representing some kind of dimension. More... | |
class | CEGUI::ComponentArea |
Class that represents a target area for a widget or imagery component. More... |