|
|
bool | consumes_gnuplot_commands () override |
| |
|
bool | is_interactive () override |
| |
|
const std::string & | output () override |
| |
|
const std::string & | output_format () override |
| |
|
bool | output (const std::string &filename) override |
| |
|
bool | output (const std::string &filename, const std::string &file_format) override |
| |
|
unsigned int | width () override |
| |
|
unsigned int | height () override |
| |
|
void | width (unsigned int new_width) override |
| |
|
void | height (unsigned int new_height) override |
| |
|
unsigned int | position_x () override |
| |
|
unsigned int | position_y () override |
| |
|
void | position_x (unsigned int new_position_x) override |
| |
|
void | position_y (unsigned int new_position_y) override |
| |
|
void | window_title (const std::string &title) override |
| |
|
std::string | window_title () override |
| |
|
bool | new_frame () override |
| |
|
bool | render_data () override |
| |
|
void | show (matplot::figure_type *f) override |
| |
|
bool | should_close () override |
| |
|
bool | supports_fonts () override |
| |
|
void | draw (matplot::figure_type *f) override |
| |