Navigation

Operators and Keywords

Function List:

C++ API

children_property Class Reference

#include <graphics.h>

Inherits base_property.

Collaboration diagram for children_property:

List of all members.

Public Member Functions

 children_property (void)
 children_property (const std::string &nm, const graphics_handle &h, const Matrix &val)
 children_property (const children_property &p)
children_propertyoperator= (const octave_value &val)
base_propertyclone (void) const
bool remove_child (const double &val)
void adopt (const double &val)
Matrix get_children (void) const
Matrix get_hidden (void) const
Matrix get_all (void) const
octave_value get (void) const
void delete_children (bool clear=false)

Protected Member Functions

bool do_set (const octave_value &val)

Constructor & Destructor Documentation

children_property::children_property ( void   )  [inline]
children_property::children_property ( const std::string &  nm,
const graphics_handle h,
const Matrix val 
) [inline]
children_property::children_property ( const children_property p  )  [inline]

Member Function Documentation

void children_property::adopt ( const double &  val  )  [inline]
base_property* children_property::clone ( void   )  const [inline, virtual]

Reimplemented from base_property.

void children_property::delete_children ( bool  clear = false  )  [inline]
bool children_property::do_set ( const octave_value val  )  [inline, protected, virtual]

Reimplemented from base_property.

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

Reimplemented from base_property.

Matrix children_property::get_all ( void   )  const [inline]
Matrix children_property::get_children ( void   )  const [inline]
Matrix children_property::get_hidden ( void   )  const [inline]
children_property& children_property::operator= ( const octave_value val  )  [inline]

Reimplemented from base_property.

bool children_property::remove_child ( const double &  val  )  [inline]

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