ColorGroup Class Reference
[ECMAScript/QtScript - Native Objects]

Qt ColorGroup type. More...

Inheritance diagram for ColorGroup:

Object List of all members.

Properties

Color alternateBase
Color background
Color base
Color brightText
Color button
Color buttonText
Color dark
Color foreground
Color highlight
Color highlightedText
Color light
Color link
Color linkVisited
Color mid
Color midlight
Color shadow
Color text
Color toolTipBase
Color toolTipText
Color window
Color windowText

Constructors

 ColorGroup ()

Detailed Description

Qt ColorGroup type.

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


Constructor & Destructor Documentation

ColorGroup::ColorGroup (  ) 

Default Constructor.


Member Data Documentation

Color ColorGroup::alternateBase

Used as the alternate background color in views with alternating row colors.

Color ColorGroup::background

Obsolete. Use window instead.

Color ColorGroup::base

Used as background color for text entry widgets, for example; usually white or another light color.

Color ColorGroup::brightText

A text color that is very different from windowText, and contrasts well with e.g. dark. Typically used for text that needs to be drawn where text or windowText would give poor contrast, such as on a pressed DzPushButton. Note that text colors can be used for things other than just words; text colors are usually used for text, but it's quite common to use the text color roles for lines, icons, etc.

Color ColorGroup::button

General button background color.

Color ColorGroup::buttonText

A foreground color used with the button color.

Color ColorGroup::dark

Used for 3D bevel and shadow effects. Darker than button.

Color ColorGroup::foreground

Obsolete. Use windowText instead.

Color ColorGroup::highlight

A color to indicate a selected item or the current item.

Color ColorGroup::highlightedText

A text color that contrasts with highlight.

Color ColorGroup::light

Used for 3D bevel and shadow effects. Lighter than button color.

Color ColorGroup::link

A text color used for unvisited hyperlinks. By default, the link color is blue.

Color ColorGroup::linkVisited

A text color used for already visited hyperlinks. By default, the link visited color is magenta.

Color ColorGroup::mid

Used for 3D bevel and shadow effects. Betwen button and dark.

Color ColorGroup::midlight

Used for 3D bevel and shadow effects. Between button and light.

Color ColorGroup::shadow

Used for 3D bevel and shadow effects. A very dark color.

Color ColorGroup::text

The foreground color used with base.

Color ColorGroup::toolTipBase

Used as the background color for ToolTip and WhatsThis. Tool tips use the Inactive ColorGroup of Palette, because tool tips are not active windows.

Color ColorGroup::toolTipText

Used as the foreground color for ToolTip and WhatsThis. Tool tips use the Inactive ColorGroup of Palette, because tool tips are not active windows.

Color ColorGroup::window

General background color.

Color ColorGroup::windowText

General foreground color.


Generated on Thu Sep 24 12:21:10 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.