#include "../Parser/TParserScomponi.h"#include "../Parser/TParserValore.h"#include "../BasePanel/TBasePanel.h"#include "../StrutturaGrafici/OpzGrafico.h"#include "FinestraOpzioni2D/DlgOpzioni.h"#include "../Strutture.h"Include dependency graph for PnlGraph.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | PnlGraph |
| Bidimensional graph visualization. More... | |
Defines | |
| #define | EVT_POINTER_MOVED(fn) |
| Events from child windows. | |
| #define | EVT_GRAPH_LCLICK(fn) |
| #define | EVT_GRAPH_RCLICK(fn) |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
EVT_MOUSE_GRAPH_LCLICK, -1, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxMouseEventFunction) \
& fn , \
(wxObject *) NULL \
),
Definition at line 164 of file PnlGraph.h. |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
EVT_MOUSE_GRAPH_RCLICK, -1, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxMouseEventFunction) \
& fn, \
(wxObject *) NULL \
),
Definition at line 172 of file PnlGraph.h. |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
EVT_MOUSE_POINTER_MOVED, -1, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxMouseEventFunction) \
& fn, \
(wxObject *) NULL \
),
These events notify the parent window of changes, so that it can update itself accordingly. Definition at line 156 of file PnlGraph.h. |