![]() |
Pioneer
|
This is the complete list of members for Gui::Screen, including all inherited members.
| AddBaseWidget(Widget *w, int x, int y) | Gui::Screen | static |
| alphaBlendState | Gui::Screen | static |
| ClearFocus() | Gui::Screen | static |
| Draw() | Gui::Screen | static |
| EnterOrtho() | Gui::Screen | static |
| flatColorMaterial | Gui::Screen | static |
| GetCoords2Pixels(float scale[2]) | Gui::Screen | inlinestatic |
| GetCoords2Pixels() | Gui::Screen | inlinestatic |
| GetDefaultFont() | Gui::Screen | inlinestatic |
| GetFont() | Gui::Screen | inlinestatic |
| GetFontDescender(Text::TextureFont *font=0) | Gui::Screen | static |
| GetFontHeight(Text::TextureFont *font=0) | Gui::Screen | static |
| GetHeight() | Gui::Screen | inlinestatic |
| GetRenderer() | Gui::Screen | inlinestatic |
| GetWidth() | Gui::Screen | inlinestatic |
| Init(Graphics::Renderer *renderer, int real_width, int real_height, int ui_width, int ui_height) | Gui::Screen | static |
| IsBaseWidget(const Widget *) | Gui::Screen | static |
| IsFocused(Widget *w) | Gui::Screen | inlinestatic |
| LeaveOrtho() | Gui::Screen | static |
| MeasureCharacterPos(const std::string &s, int charIndex, float &x, float &y, Text::TextureFont *font=0) | Gui::Screen | static |
| MeasureString(const std::string &s, float &w, float &h, Text::TextureFont *font=0) | Gui::Screen | static |
| OnClick(SDL_MouseButtonEvent *e) | Gui::Screen | static |
| OnKeyDown(const SDL_Keysym *sym) | Gui::Screen | static |
| OnKeyUp(const SDL_Keysym *sym) | Gui::Screen | static |
| OnMouseMotion(SDL_MouseMotionEvent *e) | Gui::Screen | static |
| OnTextInput(const SDL_TextInputEvent *e) | Gui::Screen | static |
| PickCharacterInString(const std::string &s, float x, float y, Text::TextureFont *font=0) | Gui::Screen | static |
| PopFont() | Gui::Screen | inlinestatic |
| Project(const vector3d &in, vector3d &out) | Gui::Screen | static |
| PushFont(RefCountedPtr< Text::TextureFont > font) | Gui::Screen | inlinestatic |
| PushFont(std::string name) | Gui::Screen | inlinestatic |
| RemoveBaseWidget(Widget *w) | Gui::Screen | static |
| RenderMarkupBuffer(RefCountedPtr< Graphics::VertexBuffer > vb, const std::string &s, const Color &color=Color::WHITE, Text::TextureFont *font=0) | Gui::Screen | static |
| RenderStringBuffer(RefCountedPtr< Graphics::VertexBuffer > vb, const std::string &s, float xoff, float yoff, const Color &color=Color::WHITE, Text::TextureFont *font=0) | Gui::Screen | static |
| SetFocused(Widget *w, bool enableKeyRepeat=false) | Gui::Screen | static |
| Uninit() | Gui::Screen | static |
| Widget::SetShortcut(SDL_Keycode key, SDL_Keymod mod) | Gui::Screen | friend |
| Widget::~Widget() | Gui::Screen |