#include <TGraph.h>
Inheritance diagram for TGraph:

Public Member Functions | |
| TGraph (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| ~TGraph () | |
| Destructor. | |
| void | initme () |
| Initialization. | |
| virtual wxString | getName () |
| Returns the module name. | |
| virtual void | OnZoomX (wxScrollEvent &event) |
| Zoom event handler. | |
| virtual void | OnZoomY (wxScrollEvent &event) |
| Zoom event handler. | |
| virtual void | OnDummy (wxCommandEvent &WXUNUSED(event)) |
| virtual void | OnCopy (wxCommandEvent &event) |
| Copy event handler. | |
| virtual void | OnSave (wxCommandEvent &event) |
| Save event handler. | |
| virtual void | OnCharHook (wxKeyEvent &event) |
| Key event handler. | |
Public Attributes | |
| TGraphDisplay * | gd |
| Pointer to the display class (a tab). | |
Private Attributes | |
| wxNotebook * | nb |
| Pointer to the wxNotebook structure that holds the submodules. | |
| wxSlider * | zoom_x |
| wxSlider * | zoom_y |
| wxCheckBox * | zoom_linked |
Friends | |
| class | TGraphDisplay |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns the module name.
Reimplemented from ChildBase. |
|
|
Initialization.
|
|
|
Key event handler.
|
|
|
Copy event handler.
|
|
|
Reimplemented from ChildBase. |
|
|
Save event handler.
|
|
|
Zoom event handler.
|
|
|
Zoom event handler.
|
|
|
|
|
|
Pointer to the display class (a tab).
|
|
|
Pointer to the wxNotebook structure that holds the submodules.
|
|
|
|
|
|
|
|
|
|
1.4.1