#include <graphics.h>
Inherits base_properties.
anonymous enum |
line::line::properties::~properties | ( | void | ) | [inline] |
std::set< std::string > line::line::properties::all_property_names | ( | void | ) | const |
bool line::line::properties::color_is | ( | const std::string & | v | ) | const [inline] |
bool line::line::properties::color_is_rgb | ( | void | ) | const [inline] |
std::set< std::string > line::line::properties::core_property_names | ( | void | ) | [static] |
Reimplemented from base_properties.
bool line::line::properties::erasemode_is | ( | const std::string & | v | ) | const [inline] |
property_list::pval_map_type line::line::properties::factory_defaults | ( | void | ) | [static] |
Reimplemented from base_properties.
octave_value line::line::properties::get | ( | const char * | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value line::line::properties::get | ( | const std::string & | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value line::line::properties::get | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
octave_value line::line::properties::get | ( | bool | all = false |
) | const [virtual] |
Reimplemented from base_properties.
octave_value line::line::properties::get_color | ( | void | ) | const [inline] |
Matrix line::line::properties::get_color_rgb | ( | void | ) | const [inline] |
std::string line::line::properties::get_displayname | ( | void | ) | const [inline] |
std::string line::line::properties::get_erasemode | ( | void | ) | const [inline] |
std::string line::line::properties::get_interpreter | ( | void | ) | const [inline] |
std::string line::line::properties::get_keylabel | ( | void | ) | const [inline] |
octave_value line::line::properties::get_ldata | ( | void | ) | const [inline] |
std::string line::line::properties::get_linestyle | ( | void | ) | const [inline] |
double line::line::properties::get_linewidth | ( | void | ) | const [inline] |
std::string line::line::properties::get_marker | ( | void | ) | const [inline] |
octave_value line::line::properties::get_markeredgecolor | ( | void | ) | const [inline] |
Matrix line::line::properties::get_markeredgecolor_rgb | ( | void | ) | const [inline] |
octave_value line::line::properties::get_markerfacecolor | ( | void | ) | const [inline] |
Matrix line::line::properties::get_markerfacecolor_rgb | ( | void | ) | const [inline] |
double line::line::properties::get_markersize | ( | void | ) | const [inline] |
line::line::properties::get_property | ( | const caseless_str & | pname | ) | [virtual] |
Reimplemented from base_properties.
octave_value line::line::properties::get_udata | ( | void | ) | const [inline] |
octave_value line::line::properties::get_xdata | ( | void | ) | const [inline] |
std::string line::line::properties::get_xdatasource | ( | void | ) | const [inline] |
octave_value line::line::properties::get_xldata | ( | void | ) | const [inline] |
octave_value line::line::properties::get_xlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string line::line::properties::get_xliminclude | ( | void | ) | const [inline] |
octave_value line::line::properties::get_xudata | ( | void | ) | const [inline] |
octave_value line::line::properties::get_ydata | ( | void | ) | const [inline] |
std::string line::line::properties::get_ydatasource | ( | void | ) | const [inline] |
octave_value line::line::properties::get_ylim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string line::line::properties::get_yliminclude | ( | void | ) | const [inline] |
octave_value line::line::properties::get_zdata | ( | void | ) | const [inline] |
std::string line::line::properties::get_zdatasource | ( | void | ) | const [inline] |
octave_value line::line::properties::get_zlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string line::line::properties::get_zliminclude | ( | void | ) | const [inline] |
std::string line::line::properties::graphics_object_name | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool line::line::properties::has_core_property | ( | const caseless_str & | pname | ) | [static] |
Reimplemented from base_properties.
bool line::line::properties::has_property | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
bool line::line::properties::interpreter_is | ( | const std::string & | v | ) | const [inline] |
bool line::line::properties::is_xliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool line::line::properties::is_yliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool line::line::properties::is_zliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool line::line::properties::linestyle_is | ( | const std::string & | v | ) | const [inline] |
bool line::line::properties::marker_is | ( | const std::string & | v | ) | const [inline] |
bool line::line::properties::markeredgecolor_is | ( | const std::string & | v | ) | const [inline] |
bool line::line::properties::markeredgecolor_is_rgb | ( | void | ) | const [inline] |
bool line::line::properties::markerfacecolor_is | ( | const std::string & | v | ) | const [inline] |
bool line::line::properties::markerfacecolor_is_rgb | ( | void | ) | const [inline] |
void line::line::properties::set | ( | const caseless_str & | pname, | |
const octave_value & | val | |||
) | [virtual] |
Reimplemented from base_properties.
void line::line::properties::set_color | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_displayname | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_erasemode | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_interpreter | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_keylabel | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_ldata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_linestyle | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_linewidth | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_marker | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_markeredgecolor | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_markerfacecolor | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_markersize | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_udata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_xdata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_xdatasource | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_xldata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_xlim | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_xliminclude | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_xudata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_ydata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_ydatasource | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_ylim | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_yliminclude | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_zdata | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_zdatasource | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_zlim | ( | const octave_value & | val | ) | [inline] |
void line::line::properties::set_zliminclude | ( | const octave_value & | val | ) | [inline] |