OpenMW
|
Generic container block. More...
#include <support.hpp>
Public Member Functions | |
GroupBlockDef () | |
GroupBlockDef (QString blockTitle) | |
Public Attributes | |
QString | title |
block title | |
QStringList | captions |
list of captions for widgets at the block level (not associated with any particular setting) | |
WidgetList | widgets |
list of widgets at the block level (not associated with any particular setting) | |
QList< SettingsItemDef * > | settingItems |
list of the settings which are subordinate to the setting block. | |
Orientation | widgetOrientation |
general orientation of widgets in group block | |
bool | isVisible |
determines whether or not box border/title are visible | |
bool | isProxy |
indicates whether or not this block defines a proxy block | |
QString | defaultValue |
generic default value attribute | |
bool | isZeroMargin |
shows / hides margins |
Generic container block.
CSVSettings::GroupBlockDef::GroupBlockDef | ( | ) | [inline] |
CSVSettings::GroupBlockDef::GroupBlockDef | ( | QString | blockTitle | ) | [inline] |
QStringList CSVSettings::GroupBlockDef::captions |
list of captions for widgets at the block level (not associated with any particular setting)
generic default value attribute
indicates whether or not this block defines a proxy block
determines whether or not box border/title are visible
shows / hides margins
list of the settings which are subordinate to the setting block.
block title
general orientation of widgets in group block
list of widgets at the block level (not associated with any particular setting)