Property editor widget.
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.
Definition at line 2291 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions | |
FBEditPropertyModern () | |
Constructor. | |
void | SetBackgroundColorIndex (FBColorIndex pIndex) |
Set the background color index. | |
Public Attributes | |
FBPropertyReference | Property |
Read Write Property: Property to edit. | |
FBPropertyDouble | SliderMin |
Read Write Property: Should the property be editable using a slider, set the minimum value atainable with the slider. | |
FBPropertyDouble | SliderMax |
Read Write Property: Should the property be editable using a slider, set the maximum value atainable with the slider. | |
FBPropertyDouble | SmallInc |
Read Write Property: Indicate the small increment applied when click-draging on the property value (usually right-click-dragging) | |
FBPropertyDouble | LargeInc |
Read Write Property: Indicate the large increment applied when click-draging on the property value (usually left-click-dragging) | |
FBPropertyDouble | Precision |
Read Write Property: Used to specify the width and precision of the value shown. |
Constructor.
void 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: Property to edit.
Set to NULL to disable.
Definition at line 2303 of file fbcontrols.h.
Read Write Property: Should the property be editable using a slider, set the minimum value atainable with the slider.
Definition at line 2305 of file fbcontrols.h.
Read Write Property: Should the property be editable using a slider, set the maximum value atainable with the slider.
Definition at line 2306 of file fbcontrols.h.
Read Write Property: Indicate the small increment applied when click-draging on the property value (usually right-click-dragging)
Definition at line 2307 of file fbcontrols.h.
Read Write Property: Indicate the large increment applied when click-draging on the property value (usually left-click-dragging)
Definition at line 2308 of file fbcontrols.h.
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.
Definition at line 2309 of file fbcontrols.h.