NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
GraphViewer Class Reference

#include <graphviewer.hpp>

Inheritance diagram for GraphViewer:
Collaboration diagram for GraphViewer:

Public Member Functions

 GraphViewer (wxWindow *parent, const wxString &title, GraphHelper *_helper, NumeReTerminal *terminal)
 
 ~GraphViewer ()
 
 DECLARE_EVENT_TABLE ()
 
- Public Member Functions inherited from ViewerFrame
 ViewerFrame (wxWindow *parent, const wxString &title)
 
void OnKeyDown (wxKeyEvent &event)
 This event handler closes the frame, if the user presses ESC. More...
 
void OnFocus (wxFocusEvent &event)
 This event handler passes the keyboard focus down to the first child in the window list, if the frame gets keyboard focus. More...
 
void OnEnter (wxMouseEvent &event)
 This event handler get the keyboard focus, if the user enters with the mouse. More...
 
void OnClose (wxCloseEvent &event)
 This event handler informs all child windows that this frame will now close. It furthermore automatically unregisters itself in the opened window list. More...
 
 DECLARE_EVENT_TABLE ()
 

Public Attributes

wxMGL_grapherWindow
 
NumeReTerminalm_terminal
 

Detailed Description

Definition at line 27 of file graphviewer.hpp.

Constructor & Destructor Documentation

◆ GraphViewer()

GraphViewer::GraphViewer ( wxWindow *  parent,
const wxString &  title,
GraphHelper _helper,
NumeReTerminal terminal 
)

Definition at line 31 of file graphviewer.cpp.

◆ ~GraphViewer()

GraphViewer::~GraphViewer ( )
inline

Definition at line 33 of file graphviewer.hpp.

References _grapherWindow.

Member Function Documentation

◆ DECLARE_EVENT_TABLE()

GraphViewer::DECLARE_EVENT_TABLE ( )

Member Data Documentation

◆ _grapherWindow

wxMGL* GraphViewer::_grapherWindow

Definition at line 41 of file graphviewer.hpp.

Referenced by ~GraphViewer().

◆ m_terminal

NumeReTerminal* GraphViewer::m_terminal

Definition at line 42 of file graphviewer.hpp.


The documentation for this class was generated from the following files: