Navigation

Operators and Keywords

Function List:

C++ API

callback_property Class Reference

#include <graphics.h>

Inherits base_property.

Collaboration diagram for callback_property:

List of all members.


Public Member Functions

 callback_property (const std::string &nm, const graphics_handle &h, const octave_value &m)
 callback_property (const callback_property &p)
octave_value get (void) const
OCTINTERP_API void execute (const octave_value &data=octave_value()) const
callback_propertyoperator= (const octave_value &val)
base_propertyclone (void) const

Protected Member Functions

bool do_set (const octave_value &v)

Constructor & Destructor Documentation

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

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


Member Function Documentation

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

Reimplemented from base_property.

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

Reimplemented from base_property.

void callback_property::execute ( const octave_value data = octave_value ()  )  const

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

Reimplemented from base_property.

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

Reimplemented from base_property.


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