MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

PnlGraphFrame.h File Reference

#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 &)


Define Documentation

#define deltax_2D   60
 

Definition at line 20 of file PnlGraphFrame.h.

Referenced by PnlGraphFrame::OnSize(), and PnlGraphFrame::PnlGraphFrame().

#define deltay_2D   20
 

Definition at line 21 of file PnlGraphFrame.h.

Referenced by PnlGraphFrame::OnSize(), and PnlGraphFrame::PnlGraphFrame().

#define EVT_GRAPH_INFO fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( EVT_GRAPH_INFO, -1, -1, \
    (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \
    wxStaticCastEvent(GraphInfoFunction, & fn ), (wxObject *) NULL ),
Events from child windows.

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().


Typedef Documentation

typedef void(wxEvtHandler::* GraphInfoFunction)(GraphInfoEvent &)
 

Definition at line 116 of file PnlGraphFrame.h.

 

SourceForge Logo