A 3D Dynamic Geometry Software

Calques 3D C++



CSegment3DTask Class Reference

Inheritance diagram for CSegment3DTask:

Inheritance graph
Collaboration diagram for CSegment3DTask:

Collaboration graph

List of all members.


Detailed Description

CSegment3DTask.

Public Member Functions

virtual unsigned GetTaskResID () const
 Return the resource identifier for the title of the task.
virtual void DrawFeedBack (CDC *)
 Called by the main view to draw the visual feedback 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.

Member Function Documentation

unsigned GetTaskResID (  )  const [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 CDroite3DTask.

void DrawFeedBack ( CDC *   )  [virtual]

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

Reimplemented from CDroite3DTask.

void CreateObject3D (  )  [virtual]

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

Reimplemented from CDroite3DTask.