Dialog column node. More...
#include <DialogViz/dialog/SoColumnDialog.h>
Public Member Functions | |
SoColumnDialog () | |
Public Attributes | |
SoSFInt32 | columnSpacing |
This class creates a new SoWidget that consists of a set of SoDialogComponents arranged by columns. The columnSpacing field specifies the space between each column. You can add, insert, and remove dialog components (SoDialogComponent) by using the addChild(), insertChild(), and removeChild() methods.
columnSpacing | 0 |
// fields from SoDialogGroup | |
vScrollVisibility | AUTO |
hScrollVisibility | AUTO |
windowResizedByChildren | TRUE |
margin | 0 |
// fields from SoDialogComponent | |
width | 0 |
height | 0 |
fixedWidth | FALSE |
fixedHeight | FALSE |
minWidth | 0 |
maxWidth | 0 |
minHeight | 0 |
maxHeight | 0 |
edgeStyle | NONE |
labelVisibility | TRUE |
// fields from SoDialogViz | |
enable | TRUE |
label | "" |
labelAlignment | RIGHT |
auditorID | "" |
SoRowDialog, SoTabDialog, SoDialogGroup
SoColumnDialog::SoColumnDialog | ( | ) |
Constructor.
Spacing between each column.
Default is zero.