General information:Author: klaas" //! version="1.0 Version: Date: Wed Oct 20 9:03:10 MET 1999 |
Header files:
|
Code files:
|
edit polyline of selected element that is left down clicked
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
EditPolyLineTool(ToolControl* controller)
Description:
constructor and destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~EditPolyLineTool()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void XorDrawMoveLines()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void XorRemoveMoveLines()
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: 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 | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _moving
Description:
scope: protected | type: basic | typename: Path* |
Declaration:
Path* _path
Description:
scope: protected | type: basic | typename: Path* |
Declaration:
Path* _path_orig
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _prevX
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _prevY
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _XN
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _YN
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _XP
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _YP
Description:
scope: protected | type: basic | typename: TDLI<Segment>* |
Declaration:
TDLI<Segment>* _AI
Description:
scope: protected | type: basic | typename: Segment* |
Declaration:
Segment* _PM
Description: