Navigation

Operators and Keywords

Function List:

C++ API

string_array_property Class Reference

#include <graphics.h>

Inherits base_property.

Collaboration diagram for string_array_property:

List of all members.

Public Types

enum  desired_enum { string_t, cell_t }

Public Member Functions

 string_array_property (const std::string &s, const graphics_handle &h, const std::string &val="", const char &sep= '|', const desired_enum &typ=string_t)
 string_array_property (const std::string &s, const graphics_handle &h, const Cell &c, const char &sep= '|', const desired_enum &typ=string_t)
 string_array_property (const string_array_property &p)
octave_value get (void) const
std::string string_value (void) const
Cell cell_value (void) const
string_array_propertyoperator= (const octave_value &val)
base_propertyclone (void) const

Protected Member Functions

bool do_set (const octave_value &val)

Member Enumeration Documentation

Enumerator:
string_t 
cell_t 

Constructor & Destructor Documentation

string_array_property::string_array_property ( const std::string &  s,
const graphics_handle h,
const std::string &  val = "",
const char &  sep = '|',
const desired_enum typ = string_t 
) [inline]
string_array_property::string_array_property ( const std::string &  s,
const graphics_handle h,
const Cell c,
const char &  sep = '|',
const desired_enum typ = string_t 
) [inline]
string_array_property::string_array_property ( const string_array_property p  )  [inline]

Member Function Documentation

Cell string_array_property::cell_value ( void   )  const [inline]
base_property* string_array_property::clone ( void   )  const [inline, virtual]

Reimplemented from base_property.

bool string_array_property::do_set ( const octave_value val  )  [inline, protected, virtual]

Reimplemented from base_property.

octave_value string_array_property::get ( void   )  const [inline, virtual]

Reimplemented from base_property.

string_array_property& string_array_property::operator= ( const octave_value val  )  [inline]

Reimplemented from base_property.

std::string string_array_property::string_value ( void   )  const [inline]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines