All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---System.CATEventSubscriber
|
+---System.CATCommand
|
+---Dialog.CATDialog
|
+---Dialog.CATDlgBox
|
+---Dialog.CATDlgFrame
|
+---CATComboWeight
Usage: you must use this class as is. You should never derive it.
public class CATComboWeight
Class to create a combo to choose a weight (thickness) of a line.
Role:This class constructs a combo to select a line weigth among 63 values.
These 63 values follow the thicknesses displayed and modifiable in
Tools/Options/Display/Thickness.
When a weight is selected, a CATDlgComboSelectNotification notification is sent,
and you can retrieves the index of the weight type thanks to the GetSelect
| public CATComboWeight( | CATDialog* | iParent, | |
| const CATString& | iDialogObjectName, | ||
| CATDlgStyle | iStyle | = NULL, | |
| const int | iWeightInit | = 1, | |
| unsigned int | iAutoComboAvailable | = 0) |
| public virtual ~CATComboWeight( | ) |
| public unsigned int GetSelect( | ) |
| public void SetSelect( | const unsigned int | iWeight) |
Copyright © 2003, Dassault Systèmes. All rights reserved.