#include "CEGUIBase.h"
#include "CEGUIString.h"
#include "CEGUIRect.h"
#include "CEGUIColourRect.h"
#include "CEGUIEventSet.h"
Include dependency graph for CEGUIRenderer.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::Renderer |
Abstract class defining the interface for Renderer objects. More... | |
Enumerations | |
enum | CEGUI::OrientationFlags { CEGUI::FlipHorizontal = 1, CEGUI::FlipVertical = 2, CEGUI::RotateRightAngle = 4 } |
Enumerated type that contains the valid flags that can be to use when rendering image. More... | |
enum | CEGUI::QuadSplitMode { CEGUI::TopLeftToBottomRight, CEGUI::BottomLeftToTopRight } |
Enumerated type that contains the valid diagonal-mode that specify how a quad is split into triangles when rendered with fx. a 3D API. More... |