DzGroupBox Class Reference
[Interface Widget Objects]

DAZ Script group box widget. More...

Inheritance diagram for DzGroupBox:

DzWidget DzButtonGroup DzHGroupBox DzVGroupBox DzHButtonGroup DzVButtonGroup List of all members.

Properties

AlignmentFlags alignment
Boolean checkable
Boolean checked
Number columns
Boolean flat
Number insideMargin
Number insideSpacing
Orientation orientation
String title

Methods

void addSpace (Number space)

Constructors

 DzGroupBox (DzWidget parent)

Signals

void toggled (Boolean onOff)
 Signature: "toggled(bool)"

Detailed Description

DAZ Script group box widget.


Constructor & Destructor Documentation

DzGroupBox::DzGroupBox ( DzWidget  parent  ) 

Creates a group box as a child of the given parent widget


Member Function Documentation

void DzGroupBox::addSpace ( Number  space  ) 

Adds an empty cell at the next free position. If space is greater than 0, the empty cell uses space as its fixed width (if Orientation is Horizontal) or height (if Orientation is Vertical).

void DzGroupBox::toggled ( Boolean  onOff  )  [signal]

Signature: "toggled(bool)"

Emitted when the DzGroupBox's check box is toggled. Passes the new state of the check box.


Member Data Documentation

int DzGroupBox::alignment

Holds the alignment of the group box title.

Boolean DzGroupBox::checkable

Holds whether the group box is checkable.

Boolean DzGroupBox::checked

Holds whether the group box is checked.

int DzGroupBox::columns

Holds the number of columns in the group box.

Boolean DzGroupBox::flat

Holds whether the group box is painted flat (without a frame).

int DzGroupBox::insideMargin

Holds the margin between items inside the group box and the frame.

int DzGroupBox::insideSpacing

Holds the spacing between items inside the group box.

int DzGroupBox::orientation

Holds the orientation of the group box.

QString DzGroupBox::title

Holds the title of the group box.


Generated on Thu Sep 24 12:21:12 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.