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