Public Member Functions | |
gnuplot_backend (void) | |
~gnuplot_backend (void) | |
bool | is_valid (void) const |
void | object_destroyed (const graphics_object &go) |
void | property_changed (const graphics_object &go, int id) |
void | redraw_figure (const graphics_object &go) const |
void | print_figure (const graphics_object &go, const std::string &term, const std::string &file, bool mono, const std::string &debug_file) const |
Matrix | get_canvas_size (const graphics_handle &) const |
double | get_screen_resolution (void) const |
Matrix | get_screen_size (void) const |
gnuplot_backend::gnuplot_backend | ( | void | ) | [inline] |
gnuplot_backend::~gnuplot_backend | ( | void | ) | [inline] |
Matrix gnuplot_backend::get_canvas_size | ( | const graphics_handle & | ) | const [inline, virtual] |
Reimplemented from base_graphics_backend.
double gnuplot_backend::get_screen_resolution | ( | void | ) | const [inline, virtual] |
Reimplemented from base_graphics_backend.
Matrix gnuplot_backend::get_screen_size | ( | void | ) | const [inline, virtual] |
Reimplemented from base_graphics_backend.
bool gnuplot_backend::is_valid | ( | void | ) | const [inline, virtual] |
Reimplemented from base_graphics_backend.
void gnuplot_backend::object_destroyed | ( | const graphics_object & | go | ) | [inline, virtual] |
Reimplemented from base_graphics_backend.
void gnuplot_backend::print_figure | ( | const graphics_object & | go, | |
const std::string & | term, | |||
const std::string & | file, | |||
bool | mono, | |||
const std::string & | debug_file | |||
) | const [inline, virtual] |
Reimplemented from base_graphics_backend.
void gnuplot_backend::property_changed | ( | const graphics_object & | go, | |
int | id | |||
) | [inline, virtual] |
Reimplemented from base_graphics_backend.
void gnuplot_backend::redraw_figure | ( | const graphics_object & | go | ) | const [inline, virtual] |
Reimplemented from base_graphics_backend.