#include "CEGUIBase.h"
#include "CEGUIString.h"
#include "CEGUIVector.h"
#include "CEGUIRect.h"
#include "CEGUISize.h"
#include "CEGUIEventSet.h"
#include "CEGUIPropertySet.h"
#include "CEGUISystem.h"
#include "CEGUIInputEvent.h"
#include "CEGUIWindowProperties.h"
#include "CEGUIUDim.h"
#include "CEGUIRenderCache.h"
#include <vector>
Include dependency graph for CEGUIWindow.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::Window |
An abstract base class providing common functionality and specifying the required interface for derived classes. More... | |
Enumerations | |
enum | CEGUI::MetricsMode { CEGUI::Relative, CEGUI::Absolute, CEGUI::Inherited } |
Mode used for Window size and position metrics. More... | |
enum | CEGUI::VerticalAlignment { CEGUI::VA_TOP, CEGUI::VA_CENTRE, CEGUI::VA_BOTTOM } |
Enumerated type used when specifying vertical alignments. More... | |
enum | CEGUI::HorizontalAlignment { CEGUI::HA_LEFT, CEGUI::HA_CENTRE, CEGUI::HA_RIGHT } |
Enumerated type used when specifying horizontal alignments. More... |