#include <graphics.h>
Inherits base_properties.
anonymous enum |
root_figure::root_figure::properties::properties | ( | const graphics_handle & | mh, | |
const graphics_handle & | p | |||
) |
root_figure::root_figure::properties::~properties | ( | void | ) | [inline] |
std::set< std::string > root_figure::root_figure::properties::all_property_names | ( | void | ) | const |
std::set< std::string > root_figure::root_figure::properties::core_property_names | ( | void | ) | [static] |
Reimplemented from base_properties.
property_list::pval_map_type root_figure::root_figure::properties::factory_defaults | ( | void | ) | [static] |
Reimplemented from base_properties.
octave_value root_figure::root_figure::properties::get | ( | const char * | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value root_figure::root_figure::properties::get | ( | const std::string & | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value root_figure::root_figure::properties::get | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
octave_value root_figure::root_figure::properties::get | ( | bool | all = false |
) | const [virtual] |
Reimplemented from base_properties.
graphics_handle root_figure::root_figure::properties::get_callbackobject | ( | void | ) | const [inline] |
graphics_handle root_figure::root_figure::properties::get_currentfigure | ( | void | ) | const [inline] |
root_figure::root_figure::properties::get_property | ( | const caseless_str & | pname | ) | [virtual] |
Reimplemented from base_properties.
double root_figure::root_figure::properties::get_screendepth | ( | void | ) | const [inline] |
double root_figure::root_figure::properties::get_screenpixelsperinch | ( | void | ) | const [inline] |
octave_value root_figure::root_figure::properties::get_screensize | ( | void | ) | const [inline] |
std::string root_figure::root_figure::properties::get_showhiddenhandles | ( | void | ) | const [inline] |
std::string root_figure::root_figure::properties::get_units | ( | void | ) | const [inline] |
std::string root_figure::root_figure::properties::graphics_object_name | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool root_figure::root_figure::properties::has_core_property | ( | const caseless_str & | pname | ) | [static] |
Reimplemented from base_properties.
bool root_figure::root_figure::properties::has_property | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
bool root_figure::root_figure::properties::is_showhiddenhandles | ( | void | ) | const [inline] |
void root_figure::root_figure::properties::remove_child | ( | const graphics_handle & | h | ) | [virtual] |
Reimplemented from base_properties.
void root_figure::root_figure::properties::set | ( | const caseless_str & | pname, | |
const octave_value & | val | |||
) | [virtual] |
Reimplemented from base_properties.
void root_figure::root_figure::properties::set_callbackobject | ( | const octave_value & | val | ) |
void root_figure::root_figure::properties::set_currentfigure | ( | const octave_value & | val | ) |
void root_figure::root_figure::properties::set_screendepth | ( | const octave_value & | val | ) | [inline] |
void root_figure::root_figure::properties::set_screenpixelsperinch | ( | const octave_value & | val | ) | [inline] |
void root_figure::root_figure::properties::set_screensize | ( | const octave_value & | val | ) | [inline] |
void root_figure::root_figure::properties::set_showhiddenhandles | ( | const octave_value & | val | ) | [inline] |
void root_figure::root_figure::properties::set_units | ( | const octave_value & | val | ) | [inline] |
bool root_figure::root_figure::properties::units_is | ( | const std::string & | v | ) | const [inline] |
void root_figure::root_figure::properties::update_units | ( | void | ) |