A 3D Dynamic Geometry Software

Calques 3D C++



CPerpendic3DTask Class Reference

Inheritance diagram for CPerpendic3DTask:

Inheritance graph
Collaboration diagram for CPerpendic3DTask:

Collaboration graph

List of all members.


Detailed Description

CPerpendic3DTask.

Public Member Functions

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 DWORD GetMask ()
 Return a mask used to filter the objects that the user will be able to designate on the main view.
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

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

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

DWORD GetMask (  )  [virtual]

Return a mask used to filter the objects that the user will be able to designate on the main view.

The filter is a bitwise combination of objects identifiers (see TObject3DClass and others). See CObject3D::MaskObject and CObject3D::isA for description of the filter mechanism.

Reimplemented from CParallele3DTask.

void CreateObject3D (  )  [virtual]

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

Reimplemented from CParallele3DTask.

void DrawFeedBack ( CDC *   )  [virtual]

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

Reimplemented from CParallele3DTask.