Navigation

Operators and Keywords

Function List:

C++ API

handle_property Class Reference

#include <graphics.h>

Inherits base_property.

Collaboration diagram for handle_property:

List of all members.


Public Member Functions

 handle_property (const std::string &nm, const graphics_handle &h, const graphics_handle &val=graphics_handle())
 handle_property (const handle_property &p)
octave_value get (void) const
graphics_handle handle_value (void) const
handle_propertyoperator= (const octave_value &val)
handle_propertyoperator= (const graphics_handle &h)
base_propertyclone (void) const

Protected Member Functions

OCTINTERP_API bool do_set (const octave_value &v)

Constructor & Destructor Documentation

handle_property::handle_property ( const std::string nm,
const graphics_handle h,
const graphics_handle val = graphics_handle () 
) [inline]

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


Member Function Documentation

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

Reimplemented from base_property.

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

Reimplemented from base_property.

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

Reimplemented from base_property.

graphics_handle handle_property::handle_value ( void   )  const [inline]

handle_property& handle_property::operator= ( const graphics_handle h  )  [inline]

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

Reimplemented from base_property.


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