#include <graphics.h>
Inherits radio_property.
Public Member Functions | |
bool_property (const std::string &nm, const graphics_handle &h, bool val) | |
bool_property (const std::string &nm, const graphics_handle &h, const char *val) | |
bool_property (const bool_property &p) | |
bool | is_on (void) const |
bool_property & | operator= (const octave_value &val) |
base_property * | clone (void) const |
Protected Member Functions | |
bool | do_set (const octave_value &val) |
bool_property::bool_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
bool | val | |||
) | [inline] |
bool_property::bool_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const char * | val | |||
) | [inline] |
bool_property::bool_property | ( | const bool_property & | p | ) | [inline] |
base_property* bool_property::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from radio_property.
bool bool_property::do_set | ( | const octave_value & | val | ) | [inline, protected, virtual] |
Reimplemented from radio_property.
bool bool_property::is_on | ( | void | ) | const [inline] |
bool_property& bool_property::operator= | ( | const octave_value & | val | ) | [inline] |
Reimplemented from radio_property.