Abstract base class for all basic dialog components. More...
#include <DialogViz/dialog/SoDialogComponent.h>
Public Types | |
enum | EdgeStyle { NONE, SHADOW_IN, SHADOW_OUT } |
Public Attributes | |
SoSFInt32 | width |
SoSFInt32 | height |
SoSFBool | fixedWidth |
SoSFBool | fixedHeight |
SoSFInt32 | minWidth |
SoSFInt32 | maxWidth |
SoSFInt32 | minHeight |
SoSFInt32 | maxHeight |
SoSFEnum | edgeStyle |
SoSFBool | labelVisibility |
This class specifies the general appearance of the component.
|
SoDialogCheckBox, SoDialogCheckBoxLauncher, SoDialogComboBox, SoDialogRadioButtons, SoDialogCustom, SoDialogEditText, SoDialogLabel, SoColumnDialog, SoRowDialog, SoTabDialog, SoDialogPushButton, SoDialogPushButtonLauncher, SoDialogSeparator, SoDialogIntegerSlider, SoDialogRealSlider
Controls the appearance of the edges of the component.
Default value is NONE.
When set to FALSE, this allows the component to be resized in the height direction.
Default is TRUE.
When set to FALSE, this allows the component to be resized in the width direction.
Default is TRUE.
Preferred height of the element.
Default is zero. The default value zero indicates that the height of the component will be computed automatically according to its contents.
Specifies if the label of the component defined in SoDialogViz is visible or not.
Default is TRUE.
Sets maximum component height.
Default is zero. The default value zero indicates no maximum value is specified.
Sets maximum component width.
Default is zero. The default value zero indicates no maximum value is specified.
Sets minimum component height.
Default is zero. The default value zero indicates no minimum value is specified.
Sets minimum component width.
Default is zero. The default value zero indicates no minimum value is specified.
Preferred width of the element.
Default is zero. The default value zero indicates that the width of the component will be computed automatically according to its contents.