A 3D Dynamic Geometry Software

Calques 3D C++



CCylindreTask Class Reference

Inheritance diagram for CCylindreTask:

Inheritance graph
Collaboration diagram for CCylindreTask:

Collaboration graph

List of all members.


Detailed Description

CCylindreTask.

Public Member Functions

virtual unsigned GetTaskResID () const
 Return the resource identifier for the title 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.

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 CPlan3DTask.

void CreateObject3D (  )  [virtual]

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

Reimplemented from CPlan3DTask.

void DrawFeedBack ( CDC *   )  [virtual]

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

Reimplemented from CPlan3DTask.