Orxonox  0.0.5 Codename: Arcturus
orxonox::GUIManager Member List

This is the complete list of members for orxonox::GUIManager, including all inherited members.

addFontHelper(const std::string &name, int size, const std::string &fontName)orxonox::GUIManagerstatic
allDevicesUpdated(float dt)orxonox::InputHandlerinlinevirtual
axisMoved(unsigned int joyStick, unsigned int axis, float value)orxonox::InputHandlerinlinevirtual
bPreloadMenuSheets_orxonox::GUIManagerprivate
buttonEvent(unsigned int device, T button, ButtonEvent::TPress)orxonox::InputHandlerinline
buttonEvent(unsigned int device, T button, ButtonEvent::TRelease)orxonox::InputHandlerinline
buttonEvent(unsigned int device, T button, ButtonEvent::THold)orxonox::InputHandlerinline
buttonHeld(const KeyEvent &evt)orxonox::InputHandlerinlinevirtual
buttonHeld(MouseButtonCode::ByEnum button)orxonox::InputHandlerinlinevirtual
buttonHeld(unsigned int joyStick, JoyStickButtonCode::ByEnum button)orxonox::InputHandlerinlinevirtual
buttonPressed(const KeyEvent &evt) overrideorxonox::GUIManagerprivatevirtual
buttonPressed(MouseButtonCode::ByEnum id) overrideorxonox::GUIManagerprivatevirtual
orxonox::InputHandler::buttonPressed(unsigned int joyStick, JoyStickButtonCode::ByEnum button)orxonox::InputHandlerinlinevirtual
buttonReleased(const KeyEvent &evt) overrideorxonox::GUIManagerprivatevirtual
buttonReleased(MouseButtonCode::ByEnum id) overrideorxonox::GUIManagerprivatevirtual
orxonox::InputHandler::buttonReleased(unsigned int joyStick, JoyStickButtonCode::ByEnum button)orxonox::InputHandlerinlinevirtual
camera_orxonox::GUIManagerprivate
ceguiLogger_orxonox::GUIManagerprivate
changedCeguiOutputLevel()orxonox::GUIManagerprivate
changedGUIScheme(void)orxonox::GUIManager
createInputState(const std::string &name, tribool showCursor=tribool(true), tribool useKeyboard=tribool(true), bool bBlockJoyStick=false)orxonox::GUIManager
defaultScheme_orxonox::GUIManagerprivatestatic
destroy()orxonox::GUIManager
destructionHelper_orxonox::GUIManagerprivate
EMPTYorxonox::InputHandlerstatic
executeCode(const std::string &str)orxonox::GUIManagerprivate
exists()orxonox::Singleton< GUIManager >inlinestatic
getCamera()orxonox::GUIManagerinline
getContext() const orxonox::Listableinline
getDerivedPointer(unsigned int classID)orxonox::Identifiableinline
getDerivedPointer(unsigned int classID)orxonox::Identifiableinline
getDerivedPointer(unsigned int classID) const orxonox::Identifiableinline
getFontTextExtent(const CEGUI::Font *font, const std::string &text, float x_scale=1.0f)orxonox::GUIManagerstatic
getHUDRootWindow()orxonox::GUIManagerinline
getIdentifier() const orxonox::Identifiableinline
getInstance()orxonox::GUIManagerinlinestatic
getLoadedGUIs()orxonox::GUIManager
getLuaState(void)orxonox::GUIManagerinline
getMenuRootWindow()orxonox::GUIManagerinline
getPlayer(const std::string &guiname) const orxonox::GUIManagerinline
getWindowHeight() const orxonox::WindowEventListenerinlineprotected
getWindowWidth() const orxonox::WindowEventListenerinlineprotected
GUIManager(const std::pair< int, int > &mousePosition)orxonox::GUIManager
GUIManager(const GUIManager &)=deleteorxonox::GUIManagerprivate
guiRenderer_orxonox::GUIManagerprivate
guiScheme_orxonox::GUIManagerprivate
guiSystem_orxonox::GUIManagerprivate
hideGUI(const std::string &name)orxonox::GUIManagerstatic
hudRootWindow_orxonox::GUIManagerprivate
Identifiable()orxonox::Identifiable
inDevMode(void)orxonox::GUIManagerstatic
isA(const Identifier *identifier)orxonox::Identifiable
isA(const SubclassIdentifier< B > *identifier)orxonox::Identifiableinline
isA(const Identifiable *object)orxonox::Identifiable
isChildOf(const Identifier *identifier)orxonox::Identifiable
isChildOf(const SubclassIdentifier< B > *identifier)orxonox::Identifiableinline
isChildOf(const Identifiable *object)orxonox::Identifiable
isDirectChildOf(const Identifier *identifier)orxonox::Identifiable
isDirectChildOf(const SubclassIdentifier< B > *identifier)orxonox::Identifiableinline
isDirectChildOf(const Identifiable *object)orxonox::Identifiable
isDirectParentOf(const Identifier *identifier)orxonox::Identifiable
isDirectParentOf(const SubclassIdentifier< B > *identifier)orxonox::Identifiableinline
isDirectParentOf(const Identifiable *object)orxonox::Identifiable
isExactlyA(const Identifier *identifier)orxonox::Identifiable
isExactlyA(const SubclassIdentifier< B > *identifier)orxonox::Identifiableinline
isExactlyA(const Identifiable *object)orxonox::Identifiable
isParentOf(const Identifier *identifier)orxonox::Identifiable
isParentOf(const SubclassIdentifier< B > *identifier)orxonox::Identifiableinline
isParentOf(const Identifiable *object)orxonox::Identifiable
joyStickUpdated(unsigned int joyStick, float dt)orxonox::InputHandlerinlinevirtual
keyboardUpdated(float dt)orxonox::InputHandlerinlinevirtual
keyESC()orxonox::GUIManager
Listable()orxonox::Listable
Listable(Context *context)orxonox::Listable
loadGUI(const std::string &name)orxonox::GUIManager
luaState_orxonox::GUIManagerprivate
menuRootWindow_orxonox::GUIManagerprivate
mouseLeft()orxonox::GUIManagerprivate
mouseMoved(IntVector2 abs, IntVector2 rel, IntVector2 clippingSize) overrideorxonox::GUIManagerprivatevirtual
mouseScrolled(int abs, int rel) overrideorxonox::GUIManagerprivatevirtual
mouseUpdated(float dt)orxonox::InputHandlerinlinevirtual
numScrollLines_orxonox::GUIManagerprivate
oldCEGUI_orxonox::GUIManagerprivate
operator=(const GUIManager &)=deleteorxonox::GUIManagerprivate
outputLevelCeguiLog_orxonox::GUIManagerprivate
players_orxonox::GUIManagerprivate
preloadMenuSheets()orxonox::GUIManagerinlinestatic
preUpdate(const Clock &time)orxonox::GUIManager
protectedCall(FunctionType function, ObjectType object)orxonox::GUIManagerprivate
protectedCeguiSystemCall(FunctionType function)orxonox::GUIManagerprivate
resourceProvider_orxonox::GUIManagerprivate
rootFileInfo_orxonox::GUIManagerprivate
rootWindow_orxonox::GUIManagerprivate
scriptModule_orxonox::GUIManagerprivate
setBackgroundImage(const std::string &imageSet, const std::string imageName)orxonox::GUIManager
setBackgroundImage(const std::string &image)orxonox::GUIManager
setCamera(Ogre::Camera *camera)orxonox::GUIManager
setConfigValues(void)orxonox::GUIManager
setContext(Context *context)orxonox::Listable
setItemTooltipsEnabledHelper(CEGUI::Listbox *listbox, bool enabled)orxonox::GUIManagerstatic
setPlayer(const std::string &guiname, PlayerInfo *player)orxonox::GUIManagerinline
setTooltipTextHelper(CEGUI::ListboxItem *item, const std::string &toooltip)orxonox::GUIManagerstatic
showGUI(const std::string &name, bool bHidePrevious=false, bool bNoInput=false)orxonox::GUIManagerstatic
showGUIExtra(const std::string &name, const std::string &ptr, bool bHidePrevious=false, bool bNoInput=false)orxonox::GUIManager
Singleton()orxonox::Singleton< GUIManager >inlineprotected
Singleton< GUIManager > classorxonox::GUIManagerfriend
singletonPtr_sorxonox::GUIManagerprivatestatic
subscribeEventHelper(CEGUI::Window *window, const std::string &event, const std::string &function)orxonox::GUIManagerstatic
toggleGUI(const std::string &name, bool bHidePrevious=false, bool bNoInput=false)orxonox::GUIManagerstatic
toggleGUIHelper(const std::string &name, bool bHidePrevious, bool bNoInput, bool show)orxonox::GUIManager
unregisterObject()orxonox::Listable
usingOldCEGUI(void)orxonox::GUIManagerinline
WindowEventListener()orxonox::WindowEventListenerprotected
windowFocusChanged(bool bFocus) overrideorxonox::GUIManagerprivatevirtual
windowResized(unsigned int newWidth, unsigned int newHeight) overrideorxonox::GUIManagerprivatevirtual
~GUIManager()=defaultorxonox::GUIManager
~Identifiable()orxonox::Identifiableinlinevirtual
~InputHandler()=defaultorxonox::InputHandlervirtual
~Listable()orxonox::Listablevirtual
~Singleton()orxonox::Singleton< GUIManager >inlineprotectedvirtual
~WindowEventListener()=defaultorxonox::WindowEventListenerprotectedvirtual