|
GG
|
This is the complete list of members for GG::SDLGUI, including all inherited members.
| accel_begin() const | GG::GUI | |
| accel_begin() | GG::GUI | |
| accel_end() const | GG::GUI | |
| accel_end() | GG::GUI | |
| accel_iterator typedef | GG::GUI | |
| AcceleratorSignal(Key key, Flags< ModKey > mod_keys=MOD_KEY_NONE) const | GG::GUI | |
| AcceleratorSignalType typedef | GG::GUI | |
| AcceptedDragDropWnd(const Wnd *wnd) const | GG::GUI | |
| AppHeight() const | GG::SDLGUI | virtual |
| AppName() const | GG::GUI | |
| AppWidth() const | GG::SDLGUI | virtual |
| ButtonDownRepeatDelay() const | GG::GUI | |
| ButtonDownRepeatInterval() const | GG::GUI | |
| CancelDragDrop() | GG::GUI | |
| const_accel_iterator typedef | GG::GUI | |
| CreateModalEventPump(bool &done) | GG::GUI | virtual |
| DeltaT() const | GG::GUI | |
| DoubleClickInterval() const | GG::GUI | |
| DragDropWnd(const Wnd *wnd) const | GG::GUI | |
| EnableFPS(bool b=true) | GG::GUI | |
| EnableMouseButtonDownRepeat(unsigned int delay, unsigned int interval) | GG::GUI | |
| Enter2DMode()=0 | GG::SDLGUI | pure virtual |
| EventType enum name | GG::GUI | |
| Exit(int code) | GG::SDLGUI | virtual |
| Exit2DMode()=0 | GG::SDLGUI | pure virtual |
| FinalCleanup() | GG::SDLGUI | protectedvirtual |
| FindWords(const std::string &str) const | GG::GUI | virtual |
| FocusWnd() const | GG::GUI | |
| FPS() const | GG::GUI | |
| FPSEnabled() const | GG::GUI | |
| FPSString() const | GG::GUI | |
| FreeFont(const std::string &font_filename, unsigned int pts) | GG::GUI | |
| FreeTexture(const std::string &name) | GG::GUI | |
| GetCursor() const | GG::GUI | |
| GetFont(const std::string &font_filename, unsigned int pts) | GG::GUI | |
| GetFont(const std::string &font_filename, unsigned int pts, const std::vector< unsigned char > &file_contents) | GG::GUI | |
| GetFont(const std::string &font_filename, unsigned int pts, CharSetIter first, CharSetIter last) | GG::GUI | |
| GetFont(const std::string &font_filename, unsigned int pts, const std::vector< unsigned char > &file_contents, CharSetIter first, CharSetIter last) | GG::GUI | |
| GetFont(const boost::shared_ptr< Font > &font, unsigned int pts) | GG::GUI | |
| GetGUI() | GG::SDLGUI | static |
| GetStyleFactory() const | GG::GUI | |
| GetTexture(const std::string &name, bool mipmap=false) | GG::GUI | |
| GetWindowUnder(const Pt &pt) const | GG::GUI | |
| GG_ABSTRACT_EXCEPTION(Exception) | GG::GUI | |
| GG_CONCRETE_EXCEPTION(BadFunctionPointer, GG::GUI, Exception) | GG::GUI | |
| GGKeyFromSDLKey(const SDL_keysym &key) | GG::SDLGUI | static |
| GLInit() | GG::SDLGUI | protectedvirtual |
| GUI(const std::string &app_name) | GG::GUI | protected |
| HandleGGEvent(EventType event, Key key, boost::uint32_t key_code_point, Flags< ModKey > mod_keys, const Pt &pos, const Pt &rel) | GG::GUI | |
| HandleNonGGEvent(const SDL_Event &event) | GG::SDLGUI | protectedvirtual |
| HandleSystemEvents() | GG::SDLGUI | protectedvirtual |
| IDLE enum value | GG::GUI | |
| Initialize()=0 | GG::SDLGUI | protectedpure virtual |
| KeyMap() const | GG::GUI | |
| KEYPRESS enum value | GG::GUI | |
| KEYRELEASE enum value | GG::GUI | |
| LPRESS enum value | GG::GUI | |
| LRELEASE enum value | GG::GUI | |
| MaxFPS() const | GG::GUI | |
| MinDragDistance() const | GG::GUI | |
| MinDragTime() const | GG::GUI | |
| ModKeys() const | GG::GUI | |
| MouseButtonDown(unsigned int bn) const | GG::GUI | |
| MouseLRSwapped() const | GG::GUI | |
| MOUSEMOVE enum value | GG::GUI | |
| MouseMovement() const | GG::GUI | |
| MousePosition() const | GG::GUI | |
| MOUSEWHEEL enum value | GG::GUI | |
| MoveDown(Wnd *wnd) | GG::GUI | |
| MoveUp(Wnd *wnd) | GG::GUI | |
| MPRESS enum value | GG::GUI | |
| MRELEASE enum value | GG::GUI | |
| operator()() | GG::SDLGUI | |
| ProcessBrowseInfo() | GG::GUI | protected |
| Register(Wnd *wnd) | GG::GUI | |
| RegisterDragDropWnd(Wnd *wnd, const Pt &offset, Wnd *originating_wnd) | GG::GUI | |
| RegisterModal(Wnd *wnd) | GG::GUI | |
| RegisterTimer(Timer &timer) | GG::GUI | |
| Remove(Wnd *wnd) | GG::GUI | |
| RemoveAccelerator(Key key, Flags< ModKey > mod_keys=MOD_KEY_NONE) | GG::GUI | |
| RemoveAccelerator(accel_iterator it) | GG::GUI | |
| RemoveTimer(Timer &timer) | GG::GUI | |
| Render() | GG::GUI | protectedvirtual |
| RenderBegin() | GG::SDLGUI | protectedvirtual |
| RenderCursor() const | GG::GUI | |
| RenderCursor(bool render) | GG::GUI | |
| RenderEnd() | GG::SDLGUI | protectedvirtual |
| RenderingDragDropWnds() const | GG::GUI | |
| RenderWindow(Wnd *wnd) | GG::GUI | static |
| RPRESS enum value | GG::GUI | |
| RRELEASE enum value | GG::GUI | |
| Run() | GG::SDLGUI | protectedvirtual |
| SaveWndAsPNG(const Wnd *wnd, const std::string &filename) const | GG::GUI | |
| SDLGUI(int w=1024, int h=768, bool calc_FPS=false, const std::string &app_name="GG") | GG::SDLGUI | explicit |
| SDLInit() | GG::SDLGUI | protectedvirtual |
| SDLQuit() | GG::SDLGUI | protectedvirtual |
| SetAccelerator(Key key, Flags< ModKey > mod_keys=MOD_KEY_NONE) | GG::GUI | |
| SetCursor(const boost::shared_ptr< Cursor > &cursor) | GG::GUI | |
| SetDeltaT(unsigned int delta_t) | GG::GUI | protected |
| SetDoubleClickInterval(unsigned int interval) | GG::GUI | |
| SetFocusWnd(Wnd *wnd) | GG::GUI | |
| SetFPS(double FPS) | GG::GUI | protected |
| SetKeyMap(const std::map< Key, Key > &key_map) | GG::GUI | |
| SetMaxFPS(double max) | GG::GUI | |
| SetMinDragDistance(unsigned int distance) | GG::GUI | |
| SetMinDragTime(unsigned int time) | GG::GUI | |
| SetMouseLRSwapped(bool swapped=true) | GG::GUI | |
| SetStyleFactory(const boost::shared_ptr< StyleFactory > &factory) | GG::GUI | |
| StoreTexture(Texture *texture, const std::string &texture_name) | GG::GUI | |
| StoreTexture(const boost::shared_ptr< Texture > &texture, const std::string &texture_name) | GG::GUI | |
| Ticks() const | GG::SDLGUI | virtual |
| Wait(unsigned int ms) | GG::GUI | virtual |
| WndDying(Wnd *wnd) | GG::GUI | |
| ~GUI() | GG::GUI | virtual |
1.8.3