| Add(Widget *child, float x, float y) | Gui::Fixed | |
| AddToRoute(const SystemPath &path) | SectorView | |
| AppendChild(Widget *w, float x, float y) | Gui::Container | protected |
| Attach() | View | |
| AutoRoute(const SystemPath &start, const SystemPath &target, std::vector< SystemPath > &outRoute) const | SectorView | |
| ClearRoute() | SectorView | |
| Container() | Gui::Container | |
| DeleteAllChildren() | Gui::Container | |
| DeleteEmitter() | DeleteEmitter | inline |
| Detach() | View | |
| Draw() | Gui::Container | virtual |
| Draw3D() override | SectorView | virtual |
| DrawPiGui() override | PiGuiView | virtual |
| EVENT_ALL | Gui::Widget | static |
| EVENT_KEYDOWN enum value | Gui::Widget | |
| EVENT_KEYUP enum value | Gui::Widget | |
| EVENT_MOUSEDOWN enum value | Gui::Widget | |
| EVENT_MOUSEMOTION enum value | Gui::Widget | |
| EVENT_MOUSEUP enum value | Gui::Widget | |
| EVENT_NONE enum value | Gui::Widget | |
| EventMask enum name | Gui::Widget | |
| FindChild(const Widget *w) const | Gui::Container | protected |
| FindChild(const Widget *w) | Gui::Container | protected |
| Fixed(float w, float h) | Gui::Fixed | |
| Fixed() | Gui::Fixed | |
| GetAbsolutePosition(float pos[2]) const | Gui::Widget | |
| GetCenterDistance() | SectorView | |
| GetCenterSector() | SectorView | |
| GetChildPosition(const Widget *child, float outPos[2]) const | Gui::Container | |
| GetCurrent() const | SectorView | inline |
| GetEnabled() | Gui::Widget | inline |
| GetEventMask() | Gui::Widget | inline |
| GetHiddenFactions() | SectorView | inline |
| GetHyperspaceTarget() const | SectorView | inline |
| GetMinimumSize(float size[2]) | Gui::Widget | inlinevirtual |
| GetNearbyStarSystemsByName(std::string pattern) | SectorView | |
| GetNumChildren() | Gui::Container | inline |
| GetOverrideTooltip() | Gui::Widget | inlineprotectedvirtual |
| GetParent() const | Gui::Widget | inline |
| GetPosition() const | SectorView | inline |
| GetRoute() | SectorView | |
| GetSelected() const | SectorView | inline |
| GetSize(float size[2]) | Gui::Widget | inline |
| GetSizeRequested(float size[2]) | Gui::Fixed | virtual |
| GetToolTip() const | Gui::Widget | inline |
| GetViewName() | PiGuiView | inline |
| GetVisibleFactions() | SectorView | inline |
| GetZoomLevel() const | SectorView | |
| GotoCurrentSystem() | SectorView | inline |
| GotoHyperspaceTarget() | SectorView | inline |
| GotoSector(const SystemPath &path) | SectorView | |
| GotoSelectedSystem() | SectorView | inline |
| GotoSystem(const SystemPath &path) | SectorView | |
| GrabFocus() | Gui::Widget | virtual |
| h | Gui::Widget | |
| Hide() | Gui::Widget | virtual |
| HideAll() | Gui::Container | virtual |
| HideChildren() | Gui::Container | |
| HideTooltip() | Gui::Widget | |
| InputBindings | SectorView | protected |
| IsCenteredOn(const SystemPath &path) | SectorView | |
| IsFocused() | Gui::Widget | |
| IsMouseOver() | Gui::Widget | inline |
| IsVisible() const | Gui::Widget | |
| LoadFromJson(const Json &jsonObj) | View | inlinevirtual |
| m_children | Gui::Container | protected |
| m_eventMask | Gui::Widget | protected |
| m_renderer | View | protected |
| m_shortcut | Gui::Widget | protected |
| mod | Gui::Widget | |
| MoveChild(Widget *w, float x, float y) | Gui::Container | protected |
| MoveRouteItemDown(const std::vector< SystemPath >::size_type element) | SectorView | |
| MoveRouteItemUp(const std::vector< SystemPath >::size_type element) | SectorView | |
| OnActivate() | Gui::Widget | inlinevirtual |
| OnChildResizeRequest(Widget *) | Gui::Fixed | virtual |
| PiGuiView::onDelete | Gui::Widget | |
| DeleteEmitter::onDelete | DeleteEmitter | mutable |
| onHyperspaceTargetChanged | SectorView | |
| OnKeyDown(const SDL_Keysym *sym) | Gui::Widget | inlinevirtual |
| onMouseButtonEvent | Gui::Container | |
| OnMouseDown(MouseButtonEvent *e) | Gui::Container | virtual |
| OnMouseEnter() | Gui::Widget | virtual |
| onMouseEnter | Gui::Widget | |
| OnMouseLeave() | Gui::Widget | virtual |
| onMouseLeave | Gui::Widget | |
| OnMouseMotion(MouseMotionEvent *e) | Gui::Container | virtual |
| OnMouseUp(MouseButtonEvent *e) | Gui::Container | virtual |
| OnPreShortcut(const SDL_Keysym *sym) | Gui::Widget | |
| onSetSize | Gui::Widget | |
| OnSwitchFrom() override | SectorView | protectedvirtual |
| OnSwitchTo() override | SectorView | protectedvirtual |
| OnTextInput(Uint32 unicode) | Gui::Widget | inlinevirtual |
| PiGuiView(std::string name) | PiGuiView | inline |
| PrependChild(Widget *w, float x, float y) | Gui::Container | protected |
| Remove(Widget *child) | Gui::Fixed | |
| RemoveAllChildren() | Gui::Container | |
| RemoveChild(Widget *w) | Gui::Container | |
| RemoveRouteItem(const std::vector< SystemPath >::size_type element) | SectorView | |
| ResetHyperspaceTarget() | SectorView | |
| ResetView() | SectorView | |
| ResizeRequest() | Gui::Widget | |
| SaveToJson(Json &jsonObj) override | SectorView | virtual |
| SectorView(Game *game) | SectorView | |
| SectorView(const Json &jsonObj, Game *game) | SectorView | |
| SetAutomaticSystemSelection(bool value) | SectorView | inline |
| SetBgColor(const Color &col) | Gui::Container | |
| SetDrawOutRangeLabels(bool value) | SectorView | inline |
| SetDrawRouteLines(bool value) | SectorView | inline |
| SetDrawUninhabitedLabels(bool value) | SectorView | inline |
| SetDrawVerticalLines(bool value) | SectorView | inline |
| SetEnabled(bool v) | Gui::Widget | inline |
| SetFactionVisible(const Faction *faction, bool visible) | SectorView | |
| SetHyperspaceTarget(const SystemPath &path) | SectorView | |
| SetParent(Container *p) | Gui::Widget | inline |
| SetRenderer(Graphics::Renderer *r) | View | inline |
| SetRotateMode(bool enable) | SectorView | |
| SetScissor(bool enabled) | Gui::Widget | |
| SetShortcut(SDL_Keycode key, SDL_Keymod mod) | Gui::Widget | |
| SetSize(float w, float h) | Gui::Widget | inline |
| SetSizeRequest(float x, float y) | Gui::Fixed | |
| SetSizeRequest(float size[2]) | Gui::Fixed | |
| SetToolTip(std::string s) | Gui::Widget | inline |
| SetTransparency(bool a) | Gui::Container | inline |
| SetZoomMode(bool enable) | SectorView | |
| Show() | Gui::Container | virtual |
| ShowAll() override | SectorView | virtual |
| ShowChildren() | Gui::Container | |
| SwitchToPath(const SystemPath &path) | SectorView | |
| sym | Gui::Widget | |
| Update() override | SectorView | virtual |
| UpdateAllChildSizes() | Gui::Fixed | virtual |
| UpdateOverriddenTooltip() | Gui::Widget | protected |
| UpdateRouteItem(const std::vector< SystemPath >::size_type element, const SystemPath &path) | SectorView | |
| View() | View | |
| w | Gui::Widget | |
| Widget() | Gui::Widget | |
| WidgetList typedef | Gui::Container | protected |
| ZoomIn() | SectorView | |
| ZoomOut() | SectorView | |
| ~Container() | Gui::Container | virtual |
| ~DeleteEmitter() | DeleteEmitter | inlinevirtual |
| ~Fixed() | Gui::Fixed | virtual |
| ~LuaWrappable() | LuaWrappable | inlinevirtual |
| ~SectorView() override | SectorView | |
| ~View() | View | virtual |
| ~Widget() | Gui::Widget | virtual |