Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
|
Cpu::ui::Application | Type that represents the basic object in this library, the general context for UI and rendering |
Cpu::ui::Color | Type encoding a RGBA-8888 color |
▼Cpu::ui::Container | Type containing a list of elements |
Cpu::ui::Layout | Class that represents a layout, the core UI container in the library |
▼Cpu::ui::Overlay | Class that represents an overlay, which is a container that is rendered over the current Layout |
Cpu::ui::extras::Toast | Overlay implementation that represents a simple message that appears on the screen |
Cpu::ui::Dialog | Class 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::Element | Base class for all UI elements in Plutonium, providing basic functionality for all of them |
Cpu::ui::elm::Button | Represents a simple button that can be clicked and interacted with |
Cpu::ui::elm::Image | Element for image rendering |
Cpu::ui::elm::Menu | Represents a menu |
Cpu::ui::elm::ProgressBar | Element for creating UI progress bars |
Cpu::ui::elm::Rectangle | Element for rendering rectangles |
Cpu::ui::elm::TextBlock | Element for text rendering |
Cpu::ui::elm::Toggle | Element for toggling between two states |
Cpu::ttf::Font | High-level wrapper for SDL2_ttf font rendering |
Cpu::ui::elm::MenuItem | Represents a menu item |
Cpu::ui::render::Renderer | The main class dealing with rendering |
Cpu::ui::render::RendererInitOptions | Represents 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::TextureHandle | High-level handle wrapper to a texture in SDL2 |
Cpu::ui::render::TextureRenderOptions | Represents the options for rendering a texture |
Cpu::ui::TouchPoint | Type encoding a touch point |