Palette Class Reference
[ECMAScript/QtScript - Native Objects]

Qt Palette type. More...

Inheritance diagram for Palette:

Object List of all members.

Properties

ColorGroup active
ColorGroup disabled
ColorGroup inactive

Constructors

 Palette (ColorGroup active, ColorGroup disabled, ColorGroup inactive)

Detailed Description

Qt Palette type.

This is the DAZ Script counterpart of the QPalette type used in the DAZ Studio SDK.


Constructor & Destructor Documentation

Palette::Palette ( ColorGroup  active,
ColorGroup  disabled,
ColorGroup  inactive 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Creates a palette with the given color groups.

Parameters:
active The ColorGroup for the active state
disabled The ColorGroup for the disabled state
inactive The ColorGroup for the inactive state


Member Data Documentation

ColorGroup Palette::active

The ColorGroup for active windows (the window that has focus).

ColorGroup Palette::disabled

The ColorGroup for disabled widgets.

ColorGroup Palette::inactive

The ColorGroup for inactive windows (the other windows).


Generated on Thu Sep 24 12:21:16 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.