Navigation

Operators and Keywords

Function List:

C++ API

any_property Class Reference

#include <graphics.h>

Inherits base_property.

Collaboration diagram for any_property:

List of all members.


Public Member Functions

 any_property (const std::string &nm, const graphics_handle &h, const octave_value &m=Matrix())
 any_property (const any_property &p)
octave_value get (void) const
any_propertyoperator= (const octave_value &val)
base_propertyclone (void) const

Protected Member Functions

bool do_set (const octave_value &v)

Constructor & Destructor Documentation

any_property::any_property ( const std::string nm,
const graphics_handle h,
const octave_value m = Matrix () 
) [inline]

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


Member Function Documentation

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

Reimplemented from base_property.

bool any_property::do_set ( const octave_value v  )  [inline, protected, virtual]

Reimplemented from base_property.

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

Reimplemented from base_property.

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

Reimplemented from base_property.


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