Plutonium framework API  0.1
Ready to make simple homebrew UIs?
pu::DialogOption Class Reference

#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)
 

Constructor & Destructor Documentation

◆ DialogOption()

pu::DialogOption::DialogOption ( std::string  Name,
DialogResult  Type 
)

Member Function Documentation

◆ GetName()

std::string pu::DialogOption::GetName ( )

◆ GetType()

DialogResult pu::DialogOption::GetType ( )

◆ SetName()

void pu::DialogOption::SetName ( std::string  Name)

◆ SetType()

void pu::DialogOption::SetType ( DialogResult  Type)

The documentation for this class was generated from the following file: