General information:Author: klaas" //! version="1.0 Version: Date: Wed Oct 20 9:03:10 MET 1999 |
Header files:
|
Code files:
|
draw a polygonline
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
PolyLineTool(ToolControl* controller)
Description:
constructor and destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~PolyLineTool()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void AddPoint(double x,double y)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void RemovePoint()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Draw()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void End()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void EvLeftDClick()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void EvDrag()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void EvLD()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void EvLU()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void EvMove(int drag)
Description:
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _firstpoint
Description:
scope: protected | type: basic | typename: Line_Seg* |
Declaration:
Line_Seg* _segm
Description:
scope: protected | type: basic | typename: G_Polyline* |
Declaration:
G_Polyline* _polyline
Description:
scope: protected | type: basic | typename: Path* |
Declaration:
Path* _path
Description: