A 3D Dynamic Geometry Software

Calques 3D C++



CSphere3DTask Class Reference

Inheritance diagram for CSphere3DTask:

Inheritance graph
Collaboration diagram for CSphere3DTask:

Collaboration graph

List of all members.


Detailed Description

CSphere3DTask.

Public Member Functions

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

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

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