#include <graphics.h>
Inherits base_graphics_object.
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_properties & | get_properties (void) |
const base_properties & | get_properties (void) const |
bool | valid_object (void) const |
root_figure::root_figure | ( | void | ) | [inline] |
root_figure::~root_figure | ( | void | ) | [inline] |
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.