Base class for interactive plotters. More...
#include <gtkwindow.hpp>
Public Member Functions | |
virtual | ~GTKWindow () |
virtual void * | build_preferences (GtkWidget *notebook) |
virtual void | read_preferences (GtkWidget *notebook, void *pdata) |
void | draw_and_expose (void) |
void | show (void) |
Protected Member Functions | |
GTKWindow (GTKPlotter *plotter) | |
virtual void | zoom_fit (void) |
virtual std::string | track_text (double x, double y) |
Function which providies tracking text at (x,y) More... | |
void | expose (int x, int y, int width, int height) |
Protected Attributes | |
GTKPlotter * | _plotter |
Frame | _frame |
GtkWidget * | _window |
GtkWidget * | _darea |
GtkWidget * | _menubar |
GtkWidget * | _menu_file |
GtkWidget * | _toolbar |
GtkWidget * | _statusbar |
GtkToolItem * | _radioitem |
double | _track_px |
double | _track_py |
Base class for interactive plotters.
Provides all the common features for the interactive gtk based plotter windows.
|
protected |
|
virtual |
|
virtual |
void GTKWindow::draw_and_expose | ( | void | ) |
|
protected |
|
virtual |
void GTKWindow::show | ( | void | ) |
|
protectedvirtual |
Function which providies tracking text at (x,y)
Virtual function. Provides empty string by default but can be overwritten by implementations of GTKWindow.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |