#include <Draw_Text2D.hxx>
Inheritance diagram for Draw_Text2D:
Public Member Functions | |
Standard_EXPORT | Draw_Text2D (const gp_Pnt2d &p, const Standard_CString T, const Draw_Color &col) |
Standard_EXPORT | Draw_Text2D (const gp_Pnt2d &p, const Standard_CString T, const Draw_Color &col, const Standard_Integer moveX, const Standard_Integer moveY) |
Standard_EXPORT void | SetPnt2d (const gp_Pnt2d &p) |
Standard_EXPORT void | DrawOn (Draw_Display &dis) const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_Pnt2d | myPoint |
Draw_Color | myColor |
TCollection_AsciiString | myText |
Standard_Integer | mymoveX |
Standard_Integer | mymoveY |
|
|
|
|
|
Implements Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable2D. |
|
|
|
|
|
|
|
|
|
|
|
|