A 3D Dynamic Geometry Software

Calques 3D C++



CPoint3DTask Class Reference

Inheritance diagram for CPoint3DTask:

Inheritance graph
Collaboration diagram for CPoint3DTask:

Collaboration graph

List of all members.


Detailed Description

CPoint3DTask.

Public Member Functions

 CPoint3DTask (CView *AParent, UINT nID)
 Construction/Destruction.
virtual unsigned GetTaskResID () const
 Return the resource identifier for the title of the task.
virtual unsigned GetHelpResID ()
 Return the resource identifier for the help message associated with the current step of the task.
virtual void CreateObject3D ()
 Called by the task to create and initialise the resulting object, if any, and insert it in the universe.
virtual void DrawFeedBack (CDC *)
 Called by the main view to draw the visual feedback associated with the current step of the task.

Constructor & Destructor Documentation

CPoint3DTask ( CView AParent,
UINT  nID 
)

Construction/Destruction.

///                                          ______
///        |               /|               |      |
///        |  *           / |               |   /  |
///        |  |          | ---*             |  /   |
///        |__|___       |  |______         |_*____|
///       /   |  /       | /               /      
///      /______/        |/               /       
///
/// 


Member Function Documentation

virtual unsigned GetTaskResID (  )  const [inline, virtual]

Return the resource identifier for the title of the task.

Both GetHelpResID() and GetTaskResID() are used to populate the Status Bar with a message describing the current stage of the task.

Reimplemented from CTask.

unsigned GetHelpResID (  )  [virtual]

Return the resource identifier for the help message associated with the current step of the task.

Both GetHelpResID() and GetTaskResID() are used to populate the Status Bar with a message describing the current stage of the task.

Reimplemented from CTask.

void CreateObject3D (  )  [virtual]

Called by the task to create and initialise the resulting object, if any, and insert it in the universe.

Reimplemented from CTask.

void DrawFeedBack ( CDC *   )  [virtual]

Called by the main view to draw the visual feedback associated with the current step of the task.

Reimplemented from CTask.