GTKWindow Class Reference
Base class for interactive plotters.
More...
#include <gtkwindow.hpp>
List of all members.
Detailed Description
Base class for interactive plotters.
Provides all the common features for the interactive gtk based plotter windows.
Constructor & Destructor Documentation
| GTKWindow::GTKWindow |
( |
GTKPlotter * |
plotter |
) |
[protected] |
| virtual GTKWindow::~GTKWindow |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual void* GTKWindow::build_preferences |
( |
GtkWidget * |
notebook |
) |
[virtual] |
| void GTKWindow::draw_and_expose |
( |
void |
|
) |
|
| void GTKWindow::expose |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | [protected] |
| virtual void GTKWindow::read_preferences |
( |
GtkWidget * |
notebook, |
|
|
void * |
pdata | |
|
) |
| | [virtual] |
| void GTKWindow::show |
( |
void |
|
) |
|
| virtual std::string GTKWindow::track_text |
( |
double |
x, |
|
|
double |
y | |
|
) |
| | [protected, virtual] |
Function which providies tracking text at (x,y).
Virtual function. Provides empty string by default but can be overwritten by implementations of GTKWindow.
| virtual void GTKWindow::zoom_fit |
( |
void |
|
) |
[protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: