#include <advconfig.h>

Public Member Functions | |
| advconfig_entry_checkbox_impl (const char *p_name, const GUID &p_guid, const GUID &p_parent, double p_priority, bool p_initialstate) | |
| void | get_name (pfc::string_base &p_out) |
| GUID | get_guid () |
| GUID | get_parent () |
| void | reset () |
| bool | get_state () |
| void | set_state (bool p_state) |
| bool | is_radio () |
| double | get_sort_priority () |
| advconfig_entry_checkbox_impl< p_is_radio >::advconfig_entry_checkbox_impl | ( | const char * | p_name, | |
| const GUID & | p_guid, | |||
| const GUID & | p_parent, | |||
| double | p_priority, | |||
| bool | p_initialstate | |||
| ) | [inline] |
| void advconfig_entry_checkbox_impl< p_is_radio >::get_name | ( | pfc::string_base & | p_out | ) | [inline, virtual] |
Implements advconfig_entry.
| GUID advconfig_entry_checkbox_impl< p_is_radio >::get_guid | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| GUID advconfig_entry_checkbox_impl< p_is_radio >::get_parent | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| void advconfig_entry_checkbox_impl< p_is_radio >::reset | ( | ) | [inline, virtual] |
Implements advconfig_entry.
| bool advconfig_entry_checkbox_impl< p_is_radio >::get_state | ( | ) | [inline, virtual] |
Implements advconfig_entry_checkbox.
| void advconfig_entry_checkbox_impl< p_is_radio >::set_state | ( | bool | p_state | ) | [inline, virtual] |
Implements advconfig_entry_checkbox.
| bool advconfig_entry_checkbox_impl< p_is_radio >::is_radio | ( | ) | [inline, virtual] |
Implements advconfig_entry_checkbox.
| double advconfig_entry_checkbox_impl< p_is_radio >::get_sort_priority | ( | ) | [inline, virtual] |
Implements advconfig_entry.
1.5.5