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