TGUI
=
=
Download
Tutorials
1.0-dev
0.9
0.8
Documentation
1.0-dev
0.9
0.8
Examples
1.0-dev
0.9
0.8
Community
TGUI
0.8.9
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
4
5
6
7
]
▼
C
tgui::AbsoluteOrRelativeValue
Class to store the a value that is either a constant or a ratio
C
tgui::RelativeValue
Helper class to create an
AbsoluteOrRelativeValue
object containing a relative value without using a string
C
tgui::Any
▼
C
tgui::BaseThemeLoader
Base class for theme loader implementations
C
tgui::DefaultThemeLoader
Default implementation for theme loading
C
tgui::Clipboard
C
tgui::Clipping
C
tgui::Color
Wrapper for colors
C
tgui::ListView::Column
C
tgui::SignalManager::ConnectedSignalTuple
C
tgui::TreeView::ConstNode
Read-only node representation used by getNodes
C
tgui::CopiedSharedPtr< WidgetType >
C
tgui::Deserializer
Deserializes a settable property
▼
C
std::enable_shared_from_this
►
C
tgui::Widget
The parent class for every widget
C
tgui::ChatBox
►
C
tgui::ClickableWidget
Clickable widget
►
C
tgui::Button
Button
widget
C
tgui::BitmapButton
Button
widget with an image displayed next to the text (or centered in the button without text)
C
tgui::Canvas
C
tgui::EditBox
Edit box widget
C
tgui::Label
Label
widget
C
tgui::Picture
Picture
widget
C
tgui::ProgressBar
Progress bar widget
►
C
tgui::RadioButton
Radio button widget
C
tgui::CheckBox
CheckBox
widget
C
tgui::SpinButton
Spin button widget
C
tgui::ComboBox
Combo box widget
►
C
tgui::Container
Container
widget
►
C
tgui::ChildWindow
Child window widget
C
tgui::ColorPicker
Color
picker widget
C
tgui::MessageBox
Message box widget
C
tgui::Grid
►
C
tgui::Group
Group
widget
►
C
tgui::BoxLayout
Abstract class for box layout containers
►
C
tgui::BoxLayoutRatios
Abstract class for box layout containers
C
tgui::HorizontalLayout
Container
that automatically resizes children to fit the entire available space between children
C
tgui::VerticalLayout
Container
that automatically resizes children to fit the entire available space between children
C
tgui::HorizontalWrap
Container
that automatically arranges children in lines, adding a new line when a horizontal line is full
►
C
tgui::Panel
Group
of widgets that has a background color and optional borders
C
tgui::ScrollablePanel
Group
of widgets that has a background color and optional borders
C
tgui::RadioButtonGroup
Can be used as parent of radio buttons so that different groups of radio buttons can be isolated
C
tgui::CustomWidgetForBindings
Class used by bindings to implement custom widgets withing these bindings (e.g. a custom C# widget in TGUI.Net)
C
tgui::Knob
Knob
widget
C
tgui::ListBox
List box widget
C
tgui::ListView
List view widget
C
tgui::MenuBar
Menu
bar widget
C
tgui::RangeSlider
RangeSlider
widget
►
C
tgui::Scrollbar
Scrollbar
widget
C
tgui::ScrollbarChildWidget
Wrapper around scrollbar to be used inside widgets that need a scrollbar
C
tgui::Slider
Slider
widget
C
tgui::SubwidgetContainer
Base class for widgets that consist of subwidgets that act together as if they are a single widget
C
tgui::Tabs
Tabs
widget
C
tgui::TextBox
Text
box widget
C
tgui::TreeView
Tree view widget
C
tgui::Filesystem
Helper functionality for filesystem access
▼
C
sf::FloatRect
C
tgui::FloatRect
C
tgui::Font
C
tgui::MenuBar::GetAllMenusElement
Used for return value of getAllMenus
C
tgui::MenuBar::GetMenuListElement
Used for return value of getMenuList
C
tgui::Gui
Gui
class
C
tgui::ListView::Item
C
tgui::Layout
Class to store the left, top, width or height of a widget
C
tgui::Layout2d
Class to store the position or size of a widget
C
tgui::ChatBox::Line
C
tgui::MenuBar::Menu
C
tgui::TreeView::Node
Internal representation of a node
C
tgui::ObjectConverter
Implicit converter for settable properties
C
tgui::Outline
C
tgui::Filesystem::Path
Object to represent paths on a filesystem
C
tgui::RendererData
Shared data used in renderer classes
▼
C
std::runtime_error
C
tgui::Exception
C
tgui::Serializer
Serializes an settable property
▼
C
tgui::Signal
Signal
to which the user can subscribe to get callbacks from
C
tgui::SignalAnimation
Signal
to which the user can subscribe to get callbacks from
C
tgui::SignalChildWindow
Signal
to which the user can subscribe to get callbacks from
C
tgui::SignalItem
Signal
to which the user can subscribe to get callbacks from
C
tgui::SignalItemHierarchy
Signal
to which the user can subscribe to get callbacks from
C
tgui::SignalRange
Signal
to which the user can subscribe to get callbacks from
C
tgui::SignalManager
C
tgui::SignalManager::SignalTuple
▼
C
tgui::SignalWidgetBase
Base class for
Widget
which provides functionality to connect signals based on their name
C
tgui::Widget
The parent class for every widget
C
tgui::String
Wrapper class to store strings
C
tgui::SvgImage
C
tgui::Tabs::Tab
C
tgui::TextStyle
Wrapper for text styles
C
tgui::Texture
C
tgui::TextureManager
C
tgui::Theme
This class can be used to manage the widget renderers
C
tgui::ToolTip
Interface to set the settings for the tool tips
▼
C
sf::Transformable
C
tgui::Sprite
C
tgui::Text
C
tgui::EditBox::Validator
Predefined input validators
C
tgui::Variant< Types >
C
tgui::Vector2f
▼
C
tgui::Signals::Widget
►
C
tgui::Signals::ChildWindow
C
tgui::Signals::ColorPicker
C
tgui::Signals::MessageBox
►
C
tgui::Signals::ClickableWidget
C
tgui::Signals::Button
C
tgui::Signals::EditBox
C
tgui::Signals::Label
C
tgui::Signals::Picture
C
tgui::Signals::ProgressBar
C
tgui::Signals::RadioButton
C
tgui::Signals::SpinButton
C
tgui::Signals::ComboBox
C
tgui::Signals::Knob
C
tgui::Signals::ListBox
C
tgui::Signals::ListView
C
tgui::Signals::MenuBar
C
tgui::Signals::Panel
C
tgui::Signals::RangeSlider
C
tgui::Signals::Scrollbar
C
tgui::Signals::Slider
C
tgui::Signals::Tabs
C
tgui::Signals::TextBox
C
tgui::Signals::TreeView
C
tgui::WidgetFactory
▼
C
tgui::WidgetRenderer
Base class for all renderer classes
C
tgui::ButtonRenderer
C
tgui::ChatBoxRenderer
►
C
tgui::ChildWindowRenderer
C
tgui::ColorPickerRenderer
C
tgui::MessageBoxRenderer
C
tgui::ComboBoxRenderer
C
tgui::EditBoxRenderer
►
C
tgui::GroupRenderer
C
tgui::BoxLayoutRenderer
►
C
tgui::PanelRenderer
C
tgui::ScrollablePanelRenderer
C
tgui::KnobRenderer
C
tgui::LabelRenderer
C
tgui::ListBoxRenderer
C
tgui::ListViewRenderer
C
tgui::MenuBarRenderer
Renderer for the
MenuBar
widget
C
tgui::PictureRenderer
C
tgui::ProgressBarRenderer
C
tgui::RadioButtonRenderer
C
tgui::ScrollbarRenderer
►
C
tgui::SliderRenderer
C
tgui::RangeSliderRenderer
C
tgui::SpinButtonRenderer
C
tgui::TabsRenderer
C
tgui::TextBoxRenderer
C
tgui::TreeViewRenderer
Generated on Mon Oct 11 2021 10:23:07 for TGUI by
1.9.2