Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
Loading...
Searching...
No Matches
pu::ui::elm Namespace Reference

Classes

class  Button
 Represents a simple button that can be clicked and interacted with. More...
 
class  Element
 Base class for all UI elements in Plutonium, providing basic functionality for all of them. More...
 
class  Image
 Element for image rendering. More...
 
class  Menu
 Represents a menu. More...
 
class  MenuItem
 Represents a menu item. More...
 
class  ProgressBar
 Element for creating UI progress bars. More...
 
class  Rectangle
 Element for rendering rectangles. More...
 
class  TextBlock
 Element for text rendering. More...
 
class  Toggle
 Element for toggling between two states. More...
 

Enumerations

enum class  HorizontalAlign { Left , Center , Right }
 
enum class  VerticalAlign { Up , Center , Down }
 

Enumeration Type Documentation

◆ HorizontalAlign

enum class pu::ui::elm::HorizontalAlign
strong
Enumerator
Left 
Center 
Right 

◆ VerticalAlign

enum class pu::ui::elm::VerticalAlign
strong
Enumerator
Up 
Center 
Down