CArea3D Class Reference
[Calques 3D - Geometrical Objects]
Inheritance diagram for CArea3D:

Collaboration diagram for CArea3D:

Detailed Description
Construction/Destruction.Public Member Functions | |
| virtual UINT | GetDefID () const |
| Get the resource ID of the string containing the definition of the object. | |
| virtual UINT | GetHelpID () const |
| Get the resource ID of the string containing the designation of the object. | |
| virtual DWORD | isA () const |
| Get the identifier representing the type of the object. | |
| virtual void | Draw (CDC *, CVisualParam *vp, BOOL bSm=FALSE) |
| Method CObject3D::Draw. | |
| virtual void | DrawMathPad (CDC *pDC) |
| Method CObject3D::DrawMathPad. | |
Member Function Documentation
| virtual UINT GetDefID | ( | ) | const [inline, virtual] |
Get the resource ID of the string containing the definition of the object.
Reimplemented from CAngle3D.
| virtual UINT GetHelpID | ( | ) | const [inline, virtual] |
Get the resource ID of the string containing the designation of the object.
Reimplemented from CAngle3D.
| virtual DWORD isA | ( | ) | const [inline, virtual] |
Get the identifier representing the type of the object.
See TObject3DClass and others identifiers
Reimplemented from CAngle3D.
| void Draw | ( | CDC * | pDC, | |
| CVisualParam * | vp, | |||
| BOOL | bSm = FALSE | |||
| ) | [virtual] |
Method CObject3D::Draw.
- Parameters:
-
pDC A pointer to the device-context associated with the drawing view vp A pointer to the visual parameters of the view bSm TRUE if the object is displayed in a reduced form, FALSE otherwise
Reimplemented from CAngle3D.
| void DrawMathPad | ( | CDC * | ) | [virtual] |
Method CObject3D::DrawMathPad.
- Parameters:
-
pDC A pointer to the device-context associated with the drawing view
Reimplemented from CAngle3D.



