A 3D Dynamic Geometry Software

Calques 3D C++



CMeasureTask Class Reference

Inheritance diagram for CMeasureTask:

Inheritance graph
Collaboration diagram for CMeasureTask:

Collaboration graph

List of all members.


Detailed Description

CMeasureTask.

Public Member Functions

virtual void CancelTask ()
 Called, when the task is ended, to perform any internal cleaning.
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.

Member Function Documentation

void CancelTask (  )  [virtual]

Called, when the task is ended, to perform any internal cleaning.

Reimplemented from CTask.

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

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

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

void CreateObject3D (  )  [virtual]

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

Reimplemented from CLabelTask.