Navigation

Operators and Keywords

Function List:

C++ API

figure Class Reference

#include <graphics.h>

Inherits base_graphics_object.

Collaboration diagram for figure:

List of all members.


Classes

class  properties

Public Member Functions

 figure (const graphics_handle &mh, const graphics_handle &p)
 ~figure (void)
void override_defaults (base_graphics_object &obj)
void set (const caseless_str &name, const octave_value &value)
octave_value get (const caseless_str &name) const
octave_value get_default (const caseless_str &name) const
octave_value get_defaults (void) const
base_propertiesget_properties (void)
const base_propertiesget_properties (void) const
bool valid_object (void) const

Constructor & Destructor Documentation

figure::figure ( const graphics_handle mh,
const graphics_handle p 
) [inline]

figure::~figure ( void   )  [inline]


Member Function Documentation

octave_value figure::get ( const caseless_str name  )  const [inline, virtual]

Reimplemented from base_graphics_object.

octave_value figure::get_default ( const caseless_str name  )  const [virtual]

Reimplemented from base_graphics_object.

octave_value figure::get_defaults ( void   )  const [inline, virtual]

Reimplemented from base_graphics_object.

const base_properties& figure::get_properties ( void   )  const [inline, virtual]

Reimplemented from base_graphics_object.

base_properties& figure::get_properties ( void   )  [inline, virtual]

Reimplemented from base_graphics_object.

void figure::override_defaults ( base_graphics_object obj  )  [inline, virtual]

Reimplemented from base_graphics_object.

void figure::set ( const caseless_str name,
const octave_value value 
) [inline, virtual]

Reimplemented from base_graphics_object.

bool figure::valid_object ( void   )  const [inline, virtual]

Reimplemented from base_graphics_object.


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