#include <graphics.h>
Inherits base_properties.
anonymous enum |
hggroup::hggroup::properties::~properties | ( | void | ) | [inline] |
void hggroup::hggroup::properties::adopt | ( | const graphics_handle & | h | ) | [inline, virtual] |
Reimplemented from base_properties.
std::set< std::string > hggroup::hggroup::properties::all_property_names | ( | void | ) | const |
std::set< std::string > hggroup::hggroup::properties::core_property_names | ( | void | ) | [static] |
Reimplemented from base_properties.
property_list::pval_map_type hggroup::hggroup::properties::factory_defaults | ( | void | ) | [static] |
Reimplemented from base_properties.
octave_value hggroup::hggroup::properties::get | ( | const char * | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value hggroup::hggroup::properties::get | ( | const std::string & | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value hggroup::hggroup::properties::get | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
octave_value hggroup::hggroup::properties::get | ( | bool | all = false |
) | const [virtual] |
Reimplemented from base_properties.
octave_value hggroup::hggroup::properties::get_alim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string hggroup::hggroup::properties::get_aliminclude | ( | void | ) | const [inline] |
octave_value hggroup::hggroup::properties::get_clim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string hggroup::hggroup::properties::get_climinclude | ( | void | ) | const [inline] |
hggroup::hggroup::properties::get_property | ( | const caseless_str & | pname | ) | [virtual] |
Reimplemented from base_properties.
octave_value hggroup::hggroup::properties::get_xlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string hggroup::hggroup::properties::get_xliminclude | ( | void | ) | const [inline] |
octave_value hggroup::hggroup::properties::get_ylim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string hggroup::hggroup::properties::get_yliminclude | ( | void | ) | const [inline] |
octave_value hggroup::hggroup::properties::get_zlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string hggroup::hggroup::properties::get_zliminclude | ( | void | ) | const [inline] |
std::string hggroup::hggroup::properties::graphics_object_name | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::has_core_property | ( | const caseless_str & | pname | ) | [static] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::has_property | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
void hggroup::hggroup::properties::init | ( | void | ) | [inline, protected, virtual] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::is_aliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::is_climinclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::is_xliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::is_yliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool hggroup::hggroup::properties::is_zliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
void hggroup::hggroup::properties::remove_child | ( | const graphics_handle & | h | ) | [inline, virtual] |
Reimplemented from base_properties.
void hggroup::hggroup::properties::set | ( | const caseless_str & | pname, | |
const octave_value & | val | |||
) | [virtual] |
Reimplemented from base_properties.
void hggroup::hggroup::properties::set_alim | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_aliminclude | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_clim | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_climinclude | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_xlim | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_xliminclude | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_ylim | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_yliminclude | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_zlim | ( | const octave_value & | val | ) | [inline] |
void hggroup::hggroup::properties::set_zliminclude | ( | const octave_value & | val | ) | [inline] |