Classes | |
| class | CameraMgr |
| class | ControlGroupsHandler |
| class | CreationMouseHandler |
| class | IcoSphere |
| class | DebugDrawer |
| class | GFXMgr |
| struct | GFXNode |
| class | GraphicsInteractionManager |
| class | KeySet |
| class | MouseButtonKeySet |
| class | KeyHandler |
| class | MouseHandler |
| struct | LobbyNode |
| class | LobbyMgr |
| class | Minimap |
| class | SelectionBox |
| class | UIMgr |
| class | WidgetMgr |
| class | Widget |
| class | UIOutline |
| class | FEProgressBar |
| class | FEPanel |
| class | FELabel |
| class | FELineWrapLabel |
| class | FEButton |
| class | FELabelPair |
| class | FESCVButton |
| class | FEMarineButton |
Typedefs | |
| typedef std::pair < Ogre::Vector3, Ogre::ColourValue > | VertexPair |
| typedef long int | __int64 |
Enumerations | |
| enum | LobbyState { GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES, GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES, GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES } |
| enum | Placement { Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1 } |
| enum | Placement { Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1 } |
| enum | Placement { Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1 } |
| enum | LobbyState { GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES, GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES, GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES } |
| enum | Placement { Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1 } |
| enum | LobbyState { GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES, GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES, GAMEMENU = 0, LOBBY = 1, NLOBBYSTATES } |
| enum | Placement { Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1, Below = 0, Right = 1 } |
Variables | |
| const int | ENT_VISIBILITY_FLAG = 0xF00 |
| const int | MINIMAP_VISIBILITY_FLAG = 0xF0 |
| const int | STATIC_VISIBILITY_FLAG = 0xF |
| const int | PLAYER_CAMERA_MASK = 0xFFFFFF00 |
| const int | MINIMAP_CAMERA_MASK = 0xFFFFF0F0 |
| static std::string | DEFAULT_PANEL_MATERIAL = "ECSLENT/navy/material/shipInfo/overlay" |
| static Ogre::Vector2 | DEFAULT_LABEL_SIZE = Ogre::Vector2(100, 20) |
| typedef long int OgreGFX::__int64 |
Definition at line 16 of file DebugDrawer.h.
| typedef std::pair< Ogre::Vector3, Ogre::ColourValue > OgreGFX::VertexPair |
Definition at line 15 of file DebugDrawer.h.
| enum OgreGFX::LobbyState |
Definition at line 35 of file lobbyMgr.h.
| enum OgreGFX::LobbyState |
Definition at line 35 of file lobbyMgr.h.
| enum OgreGFX::LobbyState |
Definition at line 35 of file lobbyMgr.h.
| enum OgreGFX::Placement |
| enum OgreGFX::Placement |
| enum OgreGFX::Placement |
| enum OgreGFX::Placement |
| enum OgreGFX::Placement |
static Ogre::Vector2 OgreGFX::DEFAULT_LABEL_SIZE = Ogre::Vector2(100, 20) [static] |
static std::string OgreGFX::DEFAULT_PANEL_MATERIAL = "ECSLENT/navy/material/shipInfo/overlay" [static] |
| const int OgreGFX::ENT_VISIBILITY_FLAG = 0xF00 |
Definition at line 13 of file gfxConst.h.
Referenced by OgreGFX::UIMgr::CreateGhostUnderMouse(), OgreGFX::DebugDrawer::initialise(), and OgreGFX::GraphicsInteractionManager::makeNode().
| const int OgreGFX::MINIMAP_CAMERA_MASK = 0xFFFFF0F0 |
| const int OgreGFX::MINIMAP_VISIBILITY_FLAG = 0xF0 |
Definition at line 14 of file gfxConst.h.
Referenced by OgreGFX::GraphicsInteractionManager::makeNode().
| const int OgreGFX::PLAYER_CAMERA_MASK = 0xFFFFFF00 |
Definition at line 17 of file gfxConst.h.
Referenced by OgreGFX::GraphicsInteractionManager::createViewports().
| const int OgreGFX::STATIC_VISIBILITY_FLAG = 0xF |
Definition at line 15 of file gfxConst.h.
1.5.4