|
|
This class encapsulates the drawing area in a scrollview. That is, if necessary it makes vertical and horizontal scrollbars so that the user has access to the entire drawing. This is achieved by making a DrawView inside the viewport of the scrollview
PlotField (K2dGrFlowView* owner, QWidget *parent=0, const char *name=0)
| PlotField |
a constructor. A certain view must be specified. The PlotField has to pass this to the drawview contained by it
~PlotField ()
| ~PlotField |
void blank ()
| blank |
[slot]
a slot that can be called to make the inside of the plotfield blank, connect it to actions that open new files !
void plotDomain ()
| plotDomain |
[slot]
a slot to connect to drawing a domain inside the plotfield
void plotDomainMesh ()
| plotDomainMesh |
[slot]
a slot to connect to drawing a domain, meshed inside the plotfield
void plotMesh ()
| plotMesh |
[slot]
a slot to connect to drawing the Mesh of the domain inside the plotfield
void plotResult ()
| plotResult |
[slot]
a slot to connect to drawing the result of FEM simulation inside the plotfield
void printDomain ()
| printDomain |
[slot]
a slot to print the contents of the view
void print ()
|
[slot]
slot to connect to if contents of the view must be printed
void zoomOut ()
| zoomOut |
[slot]
slot to connect to zoom out
void zoomIn ()
| zoomIn |
[slot]
slot to connect to zoom in
PlotFieldView * plotWidget | plotWidget |
[private]