Navigation

Operators and Keywords

Function List:

C++ API

root_figure Class Reference

#include <graphics.h>

Inherits base_graphics_object.

Collaboration diagram for root_figure:

List of all members.


Classes

class  properties

Public Member Functions

 root_figure (void)
 ~root_figure (void)
void mark_modified (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_factory_default (const caseless_str &name) const
octave_value get_defaults (void) const
octave_value get_factory_defaults (void) const
base_propertiesget_properties (void)
const base_propertiesget_properties (void) const
bool valid_object (void) const

Constructor & Destructor Documentation

root_figure::root_figure ( void   )  [inline]

root_figure::~root_figure ( void   )  [inline]


Member Function Documentation

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

Reimplemented from base_graphics_object.

octave_value root_figure::get_default ( const caseless_str name  )  const [inline, virtual]

Reimplemented from base_graphics_object.

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

Reimplemented from base_graphics_object.

octave_value root_figure::get_factory_default ( const caseless_str name  )  const [inline, virtual]

Reimplemented from base_graphics_object.

octave_value root_figure::get_factory_defaults ( void   )  const [inline, virtual]

Reimplemented from base_graphics_object.

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

Reimplemented from base_graphics_object.

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

Reimplemented from base_graphics_object.

void root_figure::mark_modified ( void   )  [inline, virtual]

Reimplemented from base_graphics_object.

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

Reimplemented from base_graphics_object.

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

Reimplemented from base_graphics_object.

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

Reimplemented from base_graphics_object.


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