Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

TGraph Class Reference

The graph drawing module. More...

#include <TGraph.h>

Inheritance diagram for TGraph:

ChildBase List of all members.

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

TGraphDisplaygd
 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

Detailed Description

The graph drawing module.


Constructor & Destructor Documentation

TGraph::TGraph wxWindow *  parent,
const wxString &  title
 

Constructor.

TGraph::~TGraph  ) 
 

Destructor.


Member Function Documentation

wxString TGraph::getName  )  [virtual]
 

Returns the module name.

Reimplemented from ChildBase.

void TGraph::initme  ) 
 

Initialization.

void TGraph::OnCharHook wxKeyEvent &  event  )  [virtual]
 

Key event handler.

void TGraph::OnCopy wxCommandEvent &  event  )  [virtual]
 

Copy event handler.

virtual void TGraph::OnDummy wxCommandEvent &  WXUNUSED(event)  )  [inline, virtual]
 

Reimplemented from ChildBase.

void TGraph::OnSave wxCommandEvent &  event  )  [virtual]
 

Save event handler.

void TGraph::OnZoomX wxScrollEvent &  event  )  [virtual]
 

Zoom event handler.

void TGraph::OnZoomY wxScrollEvent &  event  )  [virtual]
 

Zoom event handler.


Friends And Related Function Documentation

friend class TGraphDisplay [friend]
 


Member Data Documentation

TGraphDisplay* TGraph::gd
 

Pointer to the display class (a tab).

wxNotebook* TGraph::nb [private]
 

Pointer to the wxNotebook structure that holds the submodules.

wxCheckBox* TGraph::zoom_linked [private]
 

wxSlider* TGraph::zoom_x [private]
 

wxSlider * TGraph::zoom_y [private]
 


The documentation for this class was generated from the following files:
Generated on Fri Aug 11 16:19:46 2006 for GENtle by  doxygen 1.4.1