Navigation

Operators and Keywords

Function List:

C++ API

row_vector_property Class Reference

#include <graphics.h>

Inherits array_property.

Collaboration diagram for row_vector_property:

List of all members.


Public Member Functions

 row_vector_property (const std::string &nm, const graphics_handle &h, const octave_value &m)
 row_vector_property (const row_vector_property &p)
void add_constraint (const std::string &type)
void add_constraint (const dim_vector &dims)
void add_constraint (octave_idx_type len)
row_vector_propertyoperator= (const octave_value &val)
base_propertyclone (void) const

Protected Member Functions

bool do_set (const octave_value &v)

Constructor & Destructor Documentation

row_vector_property::row_vector_property ( const std::string nm,
const graphics_handle h,
const octave_value m 
) [inline]

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


Member Function Documentation

void row_vector_property::add_constraint ( octave_idx_type  len  )  [inline]

void row_vector_property::add_constraint ( const dim_vector dims  )  [inline]

Reimplemented from array_property.

void row_vector_property::add_constraint ( const std::string type  )  [inline]

Reimplemented from array_property.

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

Reimplemented from array_property.

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

Reimplemented from array_property.

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

Reimplemented from array_property.


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