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