OpenMW
Public Member Functions | Public Attributes
CSVSettings::GroupBlockDef Struct Reference

Generic container block. More...

#include <support.hpp>

List of all members.

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

Detailed Description

Generic container block.


Constructor & Destructor Documentation

CSVSettings::GroupBlockDef::GroupBlockDef ( QString  blockTitle) [inline]

Member Data Documentation

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)


The documentation for this struct was generated from the following file: