#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 <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 | MetricsMode { Relative, Absolute, Inherited } |
Mode used for Window size and position metrics. More... |
|
Mode used for Window size and position metrics. Position information for a Window is always 'relative' to it's parent even in Absolute mode. In Relative mode, layout is maintained for different screen resolutions, and also offers the ability for child windows to properly adjust their layout as their parent is sized.
Definition at line 60 of file CEGUIWindow.h. Referenced by CEGUI::Window::getInheritedMetricsMode(), CEGUI::Window::getMetricsMode(), CEGUI::TabControl::getTabHeight(), CEGUI::TabControl::getTabTextPadding(), CEGUI::ListHeader::segmentDragHandler(), CEGUI::Window::setMetricsMode(), and CEGUI::PropertyHelper::stringToMetricsMode(). |