Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cpu::ui::ApplicationType that represents the basic object in this library, the general context for UI and rendering
 Cpu::ui::ColorType encoding a RGBA-8888 color
 Cpu::ui::ContainerType containing a list of elements
 Cpu::ui::LayoutClass that represents a layout, the core UI container in the library
 Cpu::ui::OverlayClass that represents an overlay, which is a container that is rendered over the current Layout
 Cpu::ui::extras::ToastOverlay implementation that represents a simple message that appears on the screen
 Cpu::ui::DialogClass that represents a dialog, which is a simple way to show a message and various options to the user and get a response
 Cpu::ui::elm::ElementBase class for all UI elements in Plutonium, providing basic functionality for all of them
 Cpu::ui::elm::ButtonRepresents a simple button that can be clicked and interacted with
 Cpu::ui::elm::ImageElement for image rendering
 Cpu::ui::elm::MenuRepresents a menu
 Cpu::ui::elm::ProgressBarElement for creating UI progress bars
 Cpu::ui::elm::RectangleElement for rendering rectangles
 Cpu::ui::elm::TextBlockElement for text rendering
 Cpu::ui::elm::ToggleElement for toggling between two states
 Cpu::ttf::FontHigh-level wrapper for SDL2_ttf font rendering
 Cpu::ui::elm::MenuItemRepresents a menu item
 Cpu::ui::render::RendererThe main class dealing with rendering
 Cpu::ui::render::RendererInitOptionsRepresents the options for initializing the Renderer
 Cpu::ui::SigmoidIncrementer< T >Type used to vary a value, from an initial value to a final one, following the shape of a sigmoid function
 Cpu::sdl2::TextureHandleHigh-level handle wrapper to a texture in SDL2
 Cpu::ui::render::TextureRenderOptionsRepresents the options for rendering a texture
 Cpu::ui::TouchPointType encoding a touch point