Plutonium framework API
0.1
Ready to make simple homebrew UIs?
|
#include <Dialog.hpp>
Public Member Functions | |
DialogOption (std::string Name, DialogResult Type) | |
std::string | GetName () |
void | SetName (std::string Name) |
DialogResult | GetType () |
void | SetType (DialogResult Type) |
pu::DialogOption::DialogOption | ( | std::string | Name, |
DialogResult | Type | ||
) |
std::string pu::DialogOption::GetName | ( | ) |
DialogResult pu::DialogOption::GetType | ( | ) |
void pu::DialogOption::SetName | ( | std::string | Name | ) |
void pu::DialogOption::SetType | ( | DialogResult | Type | ) |