Navigation

Operators and Keywords

Function List:

C++ API

image::image::properties Class Reference

#include <graphics.h>

Inherits base_properties.

Collaboration diagram for image::image::properties:

List of all members.


Public Types

enum  {
  XDATA = 6000, YDATA = 6001, CDATA = 6002, CDATAMAPPING = 6003,
  XLIM = 6004, YLIM = 6005, CLIM = 6006, XLIMINCLUDE = 6007,
  YLIMINCLUDE = 6008, CLIMINCLUDE = 6009
}

Public Member Functions

bool is_climinclude (void) const
std::string get_climinclude (void) const
octave_value get_color_data (void) const
 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
octave_value get_xdata (void) const
octave_value get_ydata (void) const
octave_value get_cdata (void) const
bool cdatamapping_is (const std::string &v) const
std::string get_cdatamapping (void) const
octave_value get_xlim (void) const
octave_value get_ylim (void) const
octave_value get_clim (void) const
bool is_xliminclude (void) const
std::string get_xliminclude (void) const
bool is_yliminclude (void) const
std::string get_yliminclude (void) const
void set_xdata (const octave_value &val)
void set_ydata (const octave_value &val)
void set_cdata (const octave_value &val)
void set_cdatamapping (const octave_value &val)
void set_xlim (const octave_value &val)
void set_ylim (const octave_value &val)
void set_clim (const octave_value &val)
void set_xliminclude (const octave_value &val)
void set_yliminclude (const octave_value &val)
void set_climinclude (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:
XDATA 
YDATA 
CDATA 
CDATAMAPPING 
XLIM 
YLIM 
CLIM 
XLIMINCLUDE 
YLIMINCLUDE 
CLIMINCLUDE 


Constructor & Destructor Documentation

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


Member Function Documentation

std::set< std::string > image::image::properties::all_property_names ( void   )  const

bool image::image::properties::cdatamapping_is ( const std::string v  )  const [inline]

std::set< std::string > image::image::properties::core_property_names ( void   )  [static]

Reimplemented from base_properties.

property_list::pval_map_type image::image::properties::factory_defaults ( void   )  [static]

Reimplemented from base_properties.

octave_value image::image::properties::get ( const char *  pname  )  const [inline, virtual]

Reimplemented from base_properties.

octave_value image::image::properties::get ( const std::string pname  )  const [inline, virtual]

Reimplemented from base_properties.

octave_value image::image::properties::get ( const caseless_str pname  )  const [virtual]

Reimplemented from base_properties.

octave_value image::image::properties::get ( bool  all = false  )  const [virtual]

Reimplemented from base_properties.

octave_value image::image::properties::get_cdata ( void   )  const [inline]

std::string image::image::properties::get_cdatamapping ( void   )  const [inline]

octave_value image::image::properties::get_clim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string image::image::properties::get_climinclude ( void   )  const [inline]

octave_value image::image::properties::get_color_data ( void   )  const

image::image::properties::get_property ( const caseless_str pname  )  [virtual]

Reimplemented from base_properties.

octave_value image::image::properties::get_xdata ( void   )  const [inline]

octave_value image::image::properties::get_xlim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string image::image::properties::get_xliminclude ( void   )  const [inline]

octave_value image::image::properties::get_ydata ( void   )  const [inline]

octave_value image::image::properties::get_ylim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string image::image::properties::get_yliminclude ( void   )  const [inline]

std::string image::image::properties::graphics_object_name ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool image::image::properties::has_core_property ( const caseless_str pname  )  [static]

Reimplemented from base_properties.

bool image::image::properties::has_property ( const caseless_str pname  )  const [virtual]

Reimplemented from base_properties.

void image::image::properties::init ( void   )  [inline, protected, virtual]

Reimplemented from base_properties.

bool image::image::properties::is_climinclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool image::image::properties::is_xliminclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool image::image::properties::is_yliminclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

void image::image::properties::set ( const caseless_str pname,
const octave_value val 
) [virtual]

Reimplemented from base_properties.

void image::image::properties::set_cdata ( const octave_value val  )  [inline]

void image::image::properties::set_cdatamapping ( const octave_value val  )  [inline]

void image::image::properties::set_clim ( const octave_value val  )  [inline]

void image::image::properties::set_climinclude ( const octave_value val  )  [inline]

void image::image::properties::set_xdata ( const octave_value val  )  [inline]

void image::image::properties::set_xlim ( const octave_value val  )  [inline]

void image::image::properties::set_xliminclude ( const octave_value val  )  [inline]

void image::image::properties::set_ydata ( const octave_value val  )  [inline]

void image::image::properties::set_ylim ( const octave_value val  )  [inline]

void image::image::properties::set_yliminclude ( const octave_value val  )  [inline]


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