#include "../BasePanel/TBasePanel.h"
#include "../TxtValore/TxtValue.h"
#include "PnlGraph.h"
Include dependency graph for PnlGraphFrame.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PnlGraphFrame |
Bidimensional graph container. More... | |
class | GraphInfoEvent |
Defines | |
#define | deltax_2D 60 |
#define | deltay_2D 20 |
#define | EVT_GRAPH_INFO(fn) |
Events from child windows. | |
Typedefs | |
typedef void(wxEvtHandler::* | GraphInfoFunction )(GraphInfoEvent &) |
|
Definition at line 20 of file PnlGraphFrame.h. Referenced by PnlGraphFrame::OnSize(), and PnlGraphFrame::PnlGraphFrame(). |
|
Definition at line 21 of file PnlGraphFrame.h. Referenced by PnlGraphFrame::OnSize(), and PnlGraphFrame::PnlGraphFrame(). |
|
Value: DECLARE_EVENT_TABLE_ENTRY( EVT_GRAPH_INFO, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \ wxStaticCastEvent(GraphInfoFunction, & fn ), (wxObject *) NULL ), These events notify the parent window of changes, so that it can update itself accordingly. Definition at line 125 of file PnlGraphFrame.h. Referenced by PnlGraphFrame::PointerMoved(). |
|
Definition at line 116 of file PnlGraphFrame.h. |