Navigation

Operators and Keywords

Function List:

C++ API

gnuplot_backend Class Reference

Inherits base_graphics_backend.

Collaboration diagram for gnuplot_backend:

List of all members.


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

Constructor & Destructor Documentation

gnuplot_backend::gnuplot_backend ( void   )  [inline]

gnuplot_backend::~gnuplot_backend ( void   )  [inline]


Member Function Documentation

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.


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