Navigation

Operators and Keywords

Function List:

C++ API

string_property Class Reference

#include <graphics.h>

Inherits base_property.

Collaboration diagram for string_property:

List of all members.


Public Member Functions

 string_property (const std::string &s, const graphics_handle &h, const std::string &val="")
 string_property (const string_property &p)
octave_value get (void) const
std::string string_value (void) const
string_propertyoperator= (const octave_value &val)
base_propertyclone (void) const

Protected Member Functions

bool do_set (const octave_value &val)

Constructor & Destructor Documentation

string_property::string_property ( const std::string s,
const graphics_handle h,
const std::string val = "" 
) [inline]

string_property::string_property ( const string_property p  )  [inline]


Member Function Documentation

base_property* string_property::clone ( void   )  const [inline, virtual]

Reimplemented from base_property.

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

Reimplemented from base_property.

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

Reimplemented from base_property.

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

Reimplemented from base_property.

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


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