#include <DialogConf.h>
List of all members.
Public Member Functions |
| Conf (HWND hwnd) |
bool | CheckBox (UINT id, bool check) const |
bool | Edit (UINT id, const char *string, unsigned int size) const |
bool | Edit (UINT id, const 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 > |
bool | Radio (UINT id, const V &value, const V &var) const |
Detailed Description
template<>
class sprint::gtl::Conf< set >
set
The documentation for this class was generated from the following file: