#include <graphics.h>
Inherits base_properties.
anonymous enum |
text::text::properties::~properties | ( | void | ) | [inline] |
std::set< std::string > text::text::properties::all_property_names | ( | void | ) | const |
bool text::text::properties::backgroundcolor_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::backgroundcolor_is_rgb | ( | void | ) | const [inline] |
bool text::text::properties::color_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::color_is_rgb | ( | void | ) | const [inline] |
std::set< std::string > text::text::properties::core_property_names | ( | void | ) | [static] |
Reimplemented from base_properties.
bool text::text::properties::edgecolor_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::edgecolor_is_rgb | ( | void | ) | const [inline] |
bool text::text::properties::erasemode_is | ( | const std::string & | v | ) | const [inline] |
property_list::pval_map_type text::text::properties::factory_defaults | ( | void | ) | [static] |
Reimplemented from base_properties.
bool text::text::properties::fontangle_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::fontunits_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::fontweight_is | ( | const std::string & | v | ) | const [inline] |
octave_value text::text::properties::get | ( | const char * | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value text::text::properties::get | ( | const std::string & | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value text::text::properties::get | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
octave_value text::text::properties::get | ( | bool | all = false |
) | const [virtual] |
Reimplemented from base_properties.
octave_value text::text::properties::get_backgroundcolor | ( | void | ) | const [inline] |
Matrix text::text::properties::get_backgroundcolor_rgb | ( | void | ) | const [inline] |
octave_value text::text::properties::get_color | ( | void | ) | const [inline] |
Matrix text::text::properties::get_color_rgb | ( | void | ) | const [inline] |
std::string text::text::properties::get_displayname | ( | void | ) | const [inline] |
octave_value text::text::properties::get_edgecolor | ( | void | ) | const [inline] |
Matrix text::text::properties::get_edgecolor_rgb | ( | void | ) | const [inline] |
std::string text::text::properties::get_editing | ( | void | ) | const [inline] |
std::string text::text::properties::get_erasemode | ( | void | ) | const [inline] |
std::string text::text::properties::get_fontangle | ( | void | ) | const [inline] |
std::string text::text::properties::get_fontname | ( | void | ) | const [inline] |
double text::text::properties::get_fontsize | ( | void | ) | const [inline] |
std::string text::text::properties::get_fontunits | ( | void | ) | const [inline] |
std::string text::text::properties::get_fontweight | ( | void | ) | const [inline] |
std::string text::text::properties::get_horizontalalignment | ( | void | ) | const [inline] |
std::string text::text::properties::get_interpreter | ( | void | ) | const [inline] |
std::string text::text::properties::get_linestyle | ( | void | ) | const [inline] |
double text::text::properties::get_linewidth | ( | void | ) | const [inline] |
double text::text::properties::get_margin | ( | void | ) | const [inline] |
octave_value text::text::properties::get_position | ( | void | ) | const [inline] |
text::text::properties::get_property | ( | const caseless_str & | pname | ) | [virtual] |
Reimplemented from base_properties.
double text::text::properties::get_rotation | ( | void | ) | const [inline] |
std::string text::text::properties::get_string | ( | void | ) | const [inline] |
std::string text::text::properties::get_units | ( | void | ) | const [inline] |
std::string text::text::properties::get_verticalalignment | ( | void | ) | const [inline] |
octave_value text::text::properties::get_xlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string text::text::properties::get_xliminclude | ( | void | ) | const [inline] |
octave_value text::text::properties::get_ylim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string text::text::properties::get_yliminclude | ( | void | ) | const [inline] |
octave_value text::text::properties::get_zlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string text::text::properties::get_zliminclude | ( | void | ) | const [inline] |
std::string text::text::properties::graphics_object_name | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool text::text::properties::has_core_property | ( | const caseless_str & | pname | ) | [static] |
Reimplemented from base_properties.
bool text::text::properties::has_property | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
bool text::text::properties::horizontalalignment_is | ( | const std::string & | v | ) | const [inline] |
void text::text::properties::init | ( | void | ) | [inline, protected, virtual] |
Reimplemented from base_properties.
bool text::text::properties::interpreter_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::is_editing | ( | void | ) | const [inline] |
bool text::text::properties::is_xliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool text::text::properties::is_yliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool text::text::properties::is_zliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool text::text::properties::linestyle_is | ( | const std::string & | v | ) | const [inline] |
void text::text::properties::set | ( | const caseless_str & | pname, | |
const octave_value & | val | |||
) | [virtual] |
Reimplemented from base_properties.
void text::text::properties::set_backgroundcolor | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_color | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_displayname | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_edgecolor | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_editing | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_erasemode | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_fontangle | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_fontname | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_fontsize | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_fontunits | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_fontweight | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_horizontalalignment | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_interpreter | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_linestyle | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_linewidth | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_margin | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_position | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_rotation | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_string | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_units | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_verticalalignment | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_xlim | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_xliminclude | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_ylim | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_yliminclude | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_zlim | ( | const octave_value & | val | ) | [inline] |
void text::text::properties::set_zliminclude | ( | const octave_value & | val | ) | [inline] |
bool text::text::properties::units_is | ( | const std::string & | v | ) | const [inline] |
bool text::text::properties::verticalalignment_is | ( | const std::string & | v | ) | const [inline] |