#include <advconfig.h>

Public Types | |
| typedef advconfig_entry_checkbox | t_interface |
| typedef advconfig_entry | t_interface_parent |
Public Member Functions | |
| virtual bool | get_state ()=0 |
| virtual void | set_state (bool p_state)=0 |
| virtual bool | is_radio ()=0 |
Static Public Attributes | |
| static const GUID | class_guid = { 0x5243aba4, 0x2a3d, 0x4627, { 0x88, 0xef, 0xce, 0xe3, 0x76, 0x1c, 0x7, 0x9c } } |
Reimplemented from advconfig_entry.
Reimplemented from advconfig_entry.
| virtual bool advconfig_entry_checkbox::get_state | ( | ) | [pure virtual] |
Implemented in advconfig_entry_checkbox_impl< p_is_radio >.
| virtual void advconfig_entry_checkbox::set_state | ( | bool | p_state | ) | [pure virtual] |
Implemented in advconfig_entry_checkbox_impl< p_is_radio >.
| virtual bool advconfig_entry_checkbox::is_radio | ( | ) | [pure virtual] |
Implemented in advconfig_entry_checkbox_impl< p_is_radio >.
const GUID advconfig_entry_checkbox::class_guid = { 0x5243aba4, 0x2a3d, 0x4627, { 0x88, 0xef, 0xce, 0xe3, 0x76, 0x1c, 0x7, 0x9c } } [static] |
Reimplemented from advconfig_entry.
1.5.5