advconfig_integer_factory Class Reference
#include <advconfig.h>
List of all members.
Detailed Description
Service factory helper around integer-specialized
advconfig_entry_string implementation. Use this class to register your own integer entries in Advanced Preferences.
Usage: static
advconfig_integer_factory myint(name, itemID, parentID, priority, initialValue, minValue, maxValue);
Constructor & Destructor Documentation
| advconfig_integer_factory::advconfig_integer_factory |
( |
const char * |
p_name, |
|
|
const GUID & |
p_guid, |
|
|
const GUID & |
p_parent, |
|
|
double |
p_priority, |
|
|
t_uint64 |
p_initialstate, |
|
|
t_uint64 |
p_min, |
|
|
t_uint64 |
p_max | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: