A 3D Dynamic Geometry Software

Calques 3D C++



CBCGPSliderProp Class Reference

Inheritance diagram for CBCGPSliderProp:

Inheritance graph
Collaboration diagram for CBCGPSliderProp:

Collaboration graph

List of all members.


Detailed Description

A property widget for integer values (with slider).

Public Member Functions

 CBCGPSliderProp (const CString &strName, long nValue, LPCTSTR lpszDescr=NULL, DWORD dwData=0, int min=0, int max=100)
 Constructor for the slider property widget.

Constructor & Destructor Documentation

CBCGPSliderProp ( const CString &  strName,
long  nValue,
LPCTSTR  lpszDescr = NULL,
DWORD  dwData = 0,
int  min = 0,
int  max = 100 
)

Constructor for the slider property widget.

Parameters:
strName The name of the geometrical object
strHelp The description of the geometrical object
ndx The zero-based index of the object's icon
bHasList TRUE if the object has parents, FALSE otherwise
dwData The user defined data to be associated with the property.