Plutonium framework API
0.1
Simple UI framework for libnx and SDL2
|
This is the complete list of members for pu::Layout, including all inherited members.
AddChild(element::Element *Child) | pu::Layout | |
AddThread(std::function< void()> Callback) | pu::Layout | |
ClearChildren() | pu::Layout | |
GetAllThreads() | pu::Layout | |
GetChildAt(u32 Index) | pu::Layout | |
GetChildCount() | pu::Layout | |
GetElementOnFocus() | pu::Layout | |
GetOnInput() | pu::Layout | |
HasChilds() | pu::Layout | |
Layout(bool UseFocus=false) | pu::Layout | |
SetElementOnFocus(element::Element *OnFocus) | pu::Layout | |
SetOnInput(std::function< void(u64 Down, u64 Up, u64 Held, bool Touch)> Callback) | pu::Layout | |
SetUseFocus(bool Focus) | pu::Layout | |
UsesFocus() | pu::Layout | |
~Layout() | pu::Layout |