General information:Author: Version: Date: Wed Aug 25 11:44:49 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Debug_driver(wxWindow*)
Description:
constructor and destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Debug_driver()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetMapping()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void On()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Off()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void FlipStatus()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void WriteCrossingsFile(GraphIter* I)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void WriteLinksFile(GraphIter* I)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void WriteLRFile(GraphIter* I)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Write(GraphIter* I)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Write(IGraph*, G_BOOL single = True)
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetupWindow()
Description:
support functions for windows only
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void ClearScreen()
Description:
scope: protected | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void MakeWindowCoordinates(double&, double&, double&, double&)
Description:
scope: protected | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void MakeWindowCoordinates(double&, double&, double&, double&)
Description:
scope: protected | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void DrawLine(double x1, double y1, double x2, double y2, int)
Description:
scope: protected | type: basic | typename: wxPen* |
Declaration:
wxPen* _pen
Description:
the pen used for drawing
scope: protected | type: basic | typename: wxPen* |
Declaration:
wxPen* _markpen
Description:
the pen used for marking
scope: protected | type: basic | typename: wxPen* |
Declaration:
wxPen* _endpen
Description:
the pen used for line endings
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _write_on_off
Description:
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _window_status
Description:
scope: protected | type: basic | typename: BoundingBox* |
Declaration:
BoundingBox* _windowssize
Description:
holds the size of the window
scope: protected | type: basic | typename: BoundingBox* |
Declaration:
BoundingBox* _virtualsize
Description:
holds the size of the virtual window
scope: protected | type: basic | typename: Matrix<double>* |
Declaration:
Matrix<double>* _mapping_matrix
Description:
holds the matrix for mapping from virtual to real;