#include <graphics.h>
graphics_backend::graphics_backend | ( | void | ) | [inline] |
graphics_backend::graphics_backend | ( | base_graphics_backend * | b | ) | [inline] |
graphics_backend::graphics_backend | ( | const graphics_backend & | b | ) | [inline] |
graphics_backend::~graphics_backend | ( | void | ) | [inline] |
static Cell graphics_backend::available_backends_list | ( | void | ) | [inline, static] |
graphics_backend graphics_backend::default_backend | ( | void | ) | [static] |
static graphics_backend graphics_backend::find_backend | ( | const std::string & | name | ) | [inline, static] |
Matrix graphics_backend::get_canvas_size | ( | const graphics_handle & | fh | ) | const [inline] |
std::string graphics_backend::get_name | ( | void | ) | const [inline] |
double graphics_backend::get_screen_resolution | ( | void | ) | const [inline] |
Matrix graphics_backend::get_screen_size | ( | void | ) | const [inline] |
void graphics_backend::object_created | ( | const graphics_handle & | h | ) | [inline] |
void graphics_backend::object_created | ( | const graphics_object & | go | ) | [inline] |
void graphics_backend::object_destroyed | ( | const graphics_handle & | h | ) | [inline] |
void graphics_backend::object_destroyed | ( | const graphics_object & | go | ) | [inline] |
graphics_backend::operator bool | ( | void | ) | const [inline] |
graphics_backend& graphics_backend::operator= | ( | const graphics_backend & | b | ) | [inline] |
void graphics_backend::print_figure | ( | const graphics_object & | go, | |
const std::string & | term, | |||
const std::string & | file, | |||
bool | mono, | |||
const std::string & | debug_file = "" | |||
) | const [inline] |
void graphics_backend::property_changed | ( | const graphics_handle & | h, | |
int | id | |||
) | [inline] |
void graphics_backend::property_changed | ( | const graphics_object & | go, | |
int | id | |||
) | [inline] |
void graphics_backend::redraw_figure | ( | const graphics_object & | go | ) | const [inline] |
static void graphics_backend::register_backend | ( | const graphics_backend & | b | ) | [inline, static] |
static void graphics_backend::unregister_backend | ( | const std::string & | name | ) | [inline, static] |