General information:Author: Version: Date: Thu Oct 21 14:44:15 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Text(int layernr = DEFAULT_TEXT_LAYER)
Description:
Constructors & destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Text()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: TYPE |
Declaration:
TYPE GetType()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void GetPoint(Point& offsetpoint)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Init(int)
Description:
public member funtions
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Shape* |
Declaration:
Shape* Duplicate()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Text& |
Declaration:
Text& operator=(Text&)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void MakeStrans(Strans*)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetRelativeMatrix(Matrix<double>* m)
Description:
get and set functions
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Matrix<double>* |
Declaration:
Matrix<double>* GetRelativeMatrix()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: BoundingBox* |
Declaration:
BoundingBox* CalcBoundingBox()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: Presentation* |
Declaration:
Presentation* GetPresentation()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetPresentation(Presentation*)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL GetStrans()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Elflags* |
Declaration:
Elflags* GetElflags()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetElflags(Elflags*)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: TEXT_TYPE |
Declaration:
TEXT_TYPE GetTexttype()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetTexttype(TEXT_TYPE)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: TEXT_PATHTYPE |
Declaration:
TEXT_PATHTYPE GetPathtype()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetPathtype(TEXT_PATHTYPE)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetText(char*)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: char* |
Declaration:
char* MyText()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Transform(Matrix<double>* _Matrix)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Convert(G_Polygon* noneed, double marge)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Select(Point*,Setup* setup)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL SelectBox(BoundingBox*,Matrix<double>*,Setup* setup)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: double |
Declaration:
double GetHeight()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetHeight(double newheight)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point |
Declaration:
Point GetMin()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point |
Declaration:
Point GetMax()
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _text
Description:
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _strans
Description:
scope: protected | type: basic | typename: Elflags* |
Declaration:
Elflags* _elflags
Description:
scope: protected | type: basic | typename: Presentation* |
Declaration:
Presentation* _presentation
Description:
scope: protected | type: basic | typename: TEXT_TYPE |
Declaration:
TEXT_TYPE _texttype
Description:
scope: protected | type: basic | typename: TEXT_PATHTYPE |
Declaration:
TEXT_PATHTYPE _pathtype
Description:
scope: protected | type: basic | typename: Matrix<double>* |
Declaration:
Matrix<double>* _relative_matrix
Description:
scope: protected | type: basic | typename: Point |
Declaration:
Point _min
Description:
scope: protected | type: basic | typename: Point |
Declaration:
Point _max
Description: