
This is a more modern version of the widget FBEditProperty which is used in the property editor tool of the application.See class FBEditProperty for more details.
Public Member Functions |
|
| FBEditPropertyModern () | |
| Constructor. |
|
| SetBackgroundColorIndex (FBColorIndex pIndex) | |
| Set the background color index. |
|
Public Attributes |
|
| float | LargeInc |
| Read Write Property: Indicate the
large increment applied when click-draging on the property value
(usually left-click-dragging) |
|
| float | Precision |
| Read Write Property: Used to specify
the width and precision of the value shown. A value of 7.2
indicates to show at minimum 7 numbers, with 2 decimals. |
|
| FBReference | Property |
| Read Write Property: Property to
edit. Set to NULL to disable. |
|
| float | SliderMax |
| Read Write Property: Should the
property be editable using a slider, set the maximum value
atainable with the slider. |
|
| float | SliderMin |
| Read Write Property: Should the
property be editable using a slider, set the minimum value
atainable with the slider. |
|
| float | SmallInc |
| Read Write Property: Indicate the
small increment applied when click-draging on the property value
(usually right-click-dragging) |
|
Constructor.
| SetBackgroundColorIndex | ( | FBColorIndex | pIndex | ) |
Set the background color index.
Use the system-defined color palette to set the backgound color. By default the color used is kFBColorIndexStdListBg1
Read Write Property: Indicate the large increment applied when click-draging on the property value (usually left-click-dragging)
Read Write Property: Used to specify the width and precision of the value shown. A value of 7.2 indicates to show at minimum 7 numbers, with 2 decimals.
| FBReference Property |
Read Write Property: Property to edit. Set to NULL to disable.
Read Write Property: Should the property be editable using a slider, set the maximum value atainable with the slider.
Read Write Property: Should the property be editable using a slider, set the minimum value atainable with the slider.
Read Write Property: Indicate the small increment applied when click-draging on the property value (usually right-click-dragging)
1.5.3