CBCGPSliderProp Class Reference
Inheritance diagram for CBCGPSliderProp:

Collaboration diagram for CBCGPSliderProp:

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.



