#include <GraphWidget.hh>
Public Member Functions | |
| clGraphWidget () | |
| ~clGraphWidget () | |
| GtkWidget * | Create (GtkWidget *) |
| GtkWidget * | GetPtr () |
| void | SetSize (int, int) |
Private Member Functions | |
| void | MapToDisplay (int *, int *, double, double) |
Private Attributes | |
| long | lWidth |
| long | lHeight |
| long | lMarginTop |
| long | lMarginLeft |
| long | lMarginBottom |
| long | lMarginRight |
| long | lGraphWidth |
| long | lGraphHeight |
| double | dXLeft |
| double | dXRight |
| double | dYBottom |
| double | dYTop |
| double | dXRange |
| double | dYRange |
| GtkWidget * | gwParent |
| GtkWidget * | gwDrawingArea |
|
|
Definition at line 44 of file GraphWidget.cc. References GRAPHWIDGET_MARGIN_BOTTOM, GRAPHWIDGET_MARGIN_LEFT, GRAPHWIDGET_MARGIN_RIGHT, GRAPHWIDGET_MARGIN_TOP, gwDrawingArea, gwParent, lMarginBottom, lMarginLeft, lMarginRight, and lMarginTop. |
|
|
Definition at line 56 of file GraphWidget.cc. |
|
||||||||||||||||||||
|
Definition at line 29 of file GraphWidget.cc. References dXLeft, dXRange, dYBottom, dYRange, lGraphHeight, lGraphWidth, lHeight, lMarginBottom, lMarginLeft, and lMarginTop. |
|
|
Definition at line 61 of file GraphWidget.cc. References gwDrawingArea, and gwParent. |
|
|
Definition at line 72 of file GraphWidget.hh. References gwDrawingArea. |
|
||||||||||||
|
Definition at line 71 of file GraphWidget.cc. References gwDrawingArea, lGraphHeight, lGraphWidth, lHeight, lMarginBottom, lMarginLeft, lMarginRight, lMarginTop, and lWidth. |
|
|
Definition at line 49 of file GraphWidget.hh. Referenced by SetSize(). |
|
|
Definition at line 50 of file GraphWidget.hh. Referenced by MapToDisplay(), and SetSize(). |
|
|
Definition at line 51 of file GraphWidget.hh. Referenced by clGraphWidget(), MapToDisplay(), and SetSize(). |
|
|
Definition at line 52 of file GraphWidget.hh. Referenced by clGraphWidget(), MapToDisplay(), and SetSize(). |
|
|
Definition at line 53 of file GraphWidget.hh. Referenced by clGraphWidget(), MapToDisplay(), and SetSize(). |
|
|
Definition at line 54 of file GraphWidget.hh. Referenced by clGraphWidget(), and SetSize(). |
|
|
Definition at line 55 of file GraphWidget.hh. Referenced by MapToDisplay(), and SetSize(). |
|
|
Definition at line 56 of file GraphWidget.hh. Referenced by MapToDisplay(), and SetSize(). |
|
|
Definition at line 57 of file GraphWidget.hh. Referenced by MapToDisplay(). |
|
|
Definition at line 58 of file GraphWidget.hh. |
|
|
Definition at line 59 of file GraphWidget.hh. Referenced by MapToDisplay(). |
|
|
Definition at line 60 of file GraphWidget.hh. |
|
|
Definition at line 61 of file GraphWidget.hh. Referenced by MapToDisplay(). |
|
|
Definition at line 62 of file GraphWidget.hh. Referenced by MapToDisplay(). |
|
|
Definition at line 64 of file GraphWidget.hh. Referenced by clGraphWidget(), and Create(). |
|
|
Definition at line 65 of file GraphWidget.hh. Referenced by clGraphWidget(), Create(), GetPtr(), and SetSize(). |
1.3.3