Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Npu
 Nsdl2
 CTextureHandleHigh-level handle wrapper to a texture in SDL2
 Nttf
 CFontHigh-level wrapper for SDL2_ttf font rendering
 Nui
 Nelm
 CButtonRepresents a simple button that can be clicked and interacted with
 CElementBase class for all UI elements in Plutonium, providing basic functionality for all of them
 CImageElement for image rendering
 CMenuRepresents a menu
 CMenuItemRepresents a menu item
 CProgressBarElement for creating UI progress bars
 CRectangleElement for rendering rectangles
 CTextBlockElement for text rendering
 CToggleElement for toggling between two states
 Nextras
 CToastOverlay implementation that represents a simple message that appears on the screen
 Nrender
 CRendererThe main class dealing with rendering
 CRendererInitOptionsRepresents the options for initializing the Renderer
 CTextureRenderOptionsRepresents the options for rendering a texture
 CApplicationType that represents the basic object in this library, the general context for UI and rendering
 CColorType encoding a RGBA-8888 color
 CContainerType containing a list of elements
 CDialogClass that represents a dialog, which is a simple way to show a message and various options to the user and get a response
 CLayoutClass that represents a layout, the core UI container in the library
 COverlayClass that represents an overlay, which is a container that is rendered over the current Layout
 CSigmoidIncrementerType used to vary a value, from an initial value to a final one, following the shape of a sigmoid function
 CTouchPointType encoding a touch point