Navigation

Operators and Keywords

Function List:

C++ API

text::text::properties Class Reference

#include <graphics.h>

Inherits base_properties.

Collaboration diagram for text::text::properties:

List of all members.


Public Types

enum  {
  STRING = 5000, UNITS = 5001, POSITION = 5002, ROTATION = 5003,
  HORIZONTALALIGNMENT = 5004, COLOR = 5005, FONTNAME = 5006, FONTSIZE = 5007,
  FONTANGLE = 5008, FONTWEIGHT = 5009, INTERPRETER = 5010, BACKGROUNDCOLOR = 5011,
  DISPLAYNAME = 5012, EDGECOLOR = 5013, ERASEMODE = 5014, EDITING = 5015,
  FONTUNITS = 5016, LINESTYLE = 5017, LINEWIDTH = 5018, MARGIN = 5019,
  VERTICALALIGNMENT = 5020, XLIM = 5021, YLIM = 5022, ZLIM = 5023,
  XLIMINCLUDE = 5024, YLIMINCLUDE = 5025, ZLIMINCLUDE = 5026
}

Public Member Functions

 properties (const graphics_handle &mh, const graphics_handle &p)
 ~properties (void)
void set (const caseless_str &pname, const octave_value &val)
octave_value get (bool all=false) const
octave_value get (const caseless_str &pname) const
octave_value get (const std::string &pname) const
octave_value get (const char *pname) const
 get_property (const caseless_str &pname)
std::string graphics_object_name (void) const
std::set< std::stringall_property_names (void) const
bool has_property (const caseless_str &pname) const
std::string get_string (void) const
bool units_is (const std::string &v) const
std::string get_units (void) const
octave_value get_position (void) const
double get_rotation (void) const
bool horizontalalignment_is (const std::string &v) const
std::string get_horizontalalignment (void) const
bool color_is_rgb (void) const
bool color_is (const std::string &v) const
Matrix get_color_rgb (void) const
octave_value get_color (void) const
std::string get_fontname (void) const
double get_fontsize (void) const
bool fontangle_is (const std::string &v) const
std::string get_fontangle (void) const
bool fontweight_is (const std::string &v) const
std::string get_fontweight (void) const
bool interpreter_is (const std::string &v) const
std::string get_interpreter (void) const
bool backgroundcolor_is_rgb (void) const
bool backgroundcolor_is (const std::string &v) const
Matrix get_backgroundcolor_rgb (void) const
octave_value get_backgroundcolor (void) const
std::string get_displayname (void) const
bool edgecolor_is_rgb (void) const
bool edgecolor_is (const std::string &v) const
Matrix get_edgecolor_rgb (void) const
octave_value get_edgecolor (void) const
bool erasemode_is (const std::string &v) const
std::string get_erasemode (void) const
bool is_editing (void) const
std::string get_editing (void) const
bool fontunits_is (const std::string &v) const
std::string get_fontunits (void) const
bool linestyle_is (const std::string &v) const
std::string get_linestyle (void) const
double get_linewidth (void) const
double get_margin (void) const
bool verticalalignment_is (const std::string &v) const
std::string get_verticalalignment (void) const
octave_value get_xlim (void) const
octave_value get_ylim (void) const
octave_value get_zlim (void) const
bool is_xliminclude (void) const
std::string get_xliminclude (void) const
bool is_yliminclude (void) const
std::string get_yliminclude (void) const
bool is_zliminclude (void) const
std::string get_zliminclude (void) const
void set_string (const octave_value &val)
void set_units (const octave_value &val)
void set_position (const octave_value &val)
void set_rotation (const octave_value &val)
void set_horizontalalignment (const octave_value &val)
void set_color (const octave_value &val)
void set_fontname (const octave_value &val)
void set_fontsize (const octave_value &val)
void set_fontangle (const octave_value &val)
void set_fontweight (const octave_value &val)
void set_interpreter (const octave_value &val)
void set_backgroundcolor (const octave_value &val)
void set_displayname (const octave_value &val)
void set_edgecolor (const octave_value &val)
void set_erasemode (const octave_value &val)
void set_editing (const octave_value &val)
void set_fontunits (const octave_value &val)
void set_linestyle (const octave_value &val)
void set_linewidth (const octave_value &val)
void set_margin (const octave_value &val)
void set_verticalalignment (const octave_value &val)
void set_xlim (const octave_value &val)
void set_ylim (const octave_value &val)
void set_zlim (const octave_value &val)
void set_xliminclude (const octave_value &val)
void set_yliminclude (const octave_value &val)
void set_zliminclude (const octave_value &val)

Static Public Member Functions

static property_list::pval_map_type factory_defaults (void)
static std::set< std::stringcore_property_names (void)
static bool has_core_property (const caseless_str &pname)

Protected Member Functions

void init (void)

Member Enumeration Documentation

anonymous enum

Enumerator:
STRING 
UNITS 
POSITION 
ROTATION 
HORIZONTALALIGNMENT 
COLOR 
FONTNAME 
FONTSIZE 
FONTANGLE 
FONTWEIGHT 
INTERPRETER 
BACKGROUNDCOLOR 
DISPLAYNAME 
EDGECOLOR 
ERASEMODE 
EDITING 
FONTUNITS 
LINESTYLE 
LINEWIDTH 
MARGIN 
VERTICALALIGNMENT 
XLIM 
YLIM 
ZLIM 
XLIMINCLUDE 
YLIMINCLUDE 
ZLIMINCLUDE 


Constructor & Destructor Documentation

text::text::properties::~properties ( void   )  [inline]


Member Function Documentation

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]


The documentation for this class was generated from the following files: