sprint 1-alpha
Public Member Functions
sprint::gtl::Conf< get > Class Template Reference

List of all members.

Public Member Functions

 Conf (HWND hwnd)
bool CheckBox (UINT id, bool &check) const
bool Edit (UINT id, char *string, unsigned int size) const
bool Edit (UINT id, std::string &str) const
bool Edit (UINT id, int &value) const
bool Edit (UINT id, unsigned int &value) const
bool Edit (UINT id, float &value, int precision) const
bool Combo (UINT id, unsigned int &index, const char **list) const
bool Combo (UINT id, unsigned int &index, const std::vector< std::string > &list) const
bool ComboData (UINT id, unsigned int &index, const char **list) const
bool ComboData (UINT id, int &index, const char **list) const
bool Slider (UINT id, unsigned int &value, unsigned int max) const
template<class T >
bool ListView (UINT iItem, UINT iSubItem, T &value)
template<class V >
void Radio (UINT id, const V &value, V &var) const

template<>
class sprint::gtl::Conf< get >


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines