NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <graphviewer.hpp>
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 |
NumeReTerminal * | m_terminal |
Definition at line 27 of file graphviewer.hpp.
GraphViewer::GraphViewer | ( | wxWindow * | parent, |
const wxString & | title, | ||
GraphHelper * | _helper, | ||
NumeReTerminal * | terminal | ||
) |
Definition at line 31 of file graphviewer.cpp.
|
inline |
Definition at line 33 of file graphviewer.hpp.
References _grapherWindow.
GraphViewer::DECLARE_EVENT_TABLE | ( | ) |
wxMGL* GraphViewer::_grapherWindow |
Definition at line 41 of file graphviewer.hpp.
Referenced by ~GraphViewer().
NumeReTerminal* GraphViewer::m_terminal |
Definition at line 42 of file graphviewer.hpp.