General information:Author: klaas" //! version="1.0 Version: Date: Wed Oct 20 9:03:10 MET 1999 |
Header files:
|
Code files:
|
draw a polygon
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
PolyTool(ToolControl* controller)
Description:
constructor and destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~PolyTool()
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: G_Polygon* |
Declaration:
G_Polygon* _polygon
Description:
scope: protected | type: basic | typename: Line_Seg* |
Declaration:
Line_Seg* _segm
Description:
scope: protected | type: basic | typename: Boundary* |
Declaration:
Boundary* _boundary
Description: