diff options
Diffstat (limited to 'doc/html/tqcolorgroup.html')
-rw-r--r-- | doc/html/tqcolorgroup.html | 346 |
1 files changed, 346 insertions, 0 deletions
diff --git a/doc/html/tqcolorgroup.html b/doc/html/tqcolorgroup.html new file mode 100644 index 000000000..4a8bc8fdb --- /dev/null +++ b/doc/html/tqcolorgroup.html @@ -0,0 +1,346 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qpalette.cpp:48 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQColorGroup Class</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>TQColorGroup Class Reference</h1> + +<p>The TQColorGroup class contains a group of widget colors. +<a href="#details">More...</a> +<p><tt>#include <<a href="qpalette-h.html">ntqpalette.h</a>></tt> +<p><a href="tqcolorgroup-members.html">List of all member functions.</a> +<h2>Public Members</h2> +<ul> +<li class=fn><a href="#TQColorGroup"><b>TQColorGroup</b></a> ()</li> +<li class=fn>TQColorGroup ( const TQColor & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base ) <em>(obsolete)</em></li> +<li class=fn><a href="#TQColorGroup-3"><b>TQColorGroup</b></a> ( const TQBrush & foreground, const TQBrush & button, const TQBrush & light, const TQBrush & dark, const TQBrush & mid, const TQBrush & text, const TQBrush & bright_text, const TQBrush & base, const TQBrush & background )</li> +<li class=fn><a href="#TQColorGroup-4"><b>TQColorGroup</b></a> ( const TQColorGroup & other )</li> +<li class=fn><a href="#~TQColorGroup"><b>~TQColorGroup</b></a> ()</li> +<li class=fn>TQColorGroup & <a href="#operator-eq"><b>operator=</b></a> ( const TQColorGroup & other )</li> +<li class=fn>enum <a href="#ColorRole-enum"><b>ColorRole</b></a> { Foreground, Button, Light, Midlight, Dark, Mid, Text, BrightText, ButtonText, Base, Background, Shadow, Highlight, HighlightedText, Link, LinkVisited, NColorRoles }</li> +<li class=fn>const TQColor & <a href="#color"><b>color</b></a> ( ColorRole r ) const</li> +<li class=fn>const TQBrush & <a href="#brush"><b>brush</b></a> ( ColorRole r ) const</li> +<li class=fn>void <a href="#setColor"><b>setColor</b></a> ( ColorRole r, const TQColor & c )</li> +<li class=fn>void <a href="#setBrush"><b>setBrush</b></a> ( ColorRole r, const TQBrush & b )</li> +<li class=fn>const TQColor & <a href="#foreground"><b>foreground</b></a> () const</li> +<li class=fn>const TQColor & <a href="#button"><b>button</b></a> () const</li> +<li class=fn>const TQColor & <a href="#light"><b>light</b></a> () const</li> +<li class=fn>const TQColor & <a href="#dark"><b>dark</b></a> () const</li> +<li class=fn>const TQColor & <a href="#mid"><b>mid</b></a> () const</li> +<li class=fn>const TQColor & <a href="#text"><b>text</b></a> () const</li> +<li class=fn>const TQColor & <a href="#base"><b>base</b></a> () const</li> +<li class=fn>const TQColor & <a href="#background"><b>background</b></a> () const</li> +<li class=fn>const TQColor & <a href="#midlight"><b>midlight</b></a> () const</li> +<li class=fn>const TQColor & <a href="#brightText"><b>brightText</b></a> () const</li> +<li class=fn>const TQColor & <a href="#buttonText"><b>buttonText</b></a> () const</li> +<li class=fn>const TQColor & <a href="#shadow"><b>shadow</b></a> () const</li> +<li class=fn>const TQColor & <a href="#highlight"><b>highlight</b></a> () const</li> +<li class=fn>const TQColor & <a href="#highlightedText"><b>highlightedText</b></a> () const</li> +<li class=fn>const TQColor & <a href="#link"><b>link</b></a> () const</li> +<li class=fn>const TQColor & <a href="#linkVisited"><b>linkVisited</b></a> () const</li> +<li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const TQColorGroup & g ) const</li> +<li class=fn>bool <a href="#operator!-eq"><b>operator!=</b></a> ( const TQColorGroup & g ) const</li> +</ul> +<h2>Related Functions</h2> +<ul> +<li class=fn>TQDataStream & <a href="#operator-lt-lt"><b>operator<<</b></a> ( TQDataStream & s, const TQColorGroup & g )</li> +</ul> +<hr><a name="details"></a><h2>Detailed Description</h2> + + +The TQColorGroup class contains a group of widget colors. +<p> + + +<p> A color group contains a group of colors used by widgets for +drawing themselves. We recommend that widgets use color group +roles such as "foreground" and "base" rather than literal colors +like "red" or "turquoise". The color roles are enumerated and +defined in the <a href="#ColorRole-enum">ColorRole</a> documentation. +<p> The most common use of TQColorGroup is like this: +<p> <pre> + <a href="tqpainter.html">TQPainter</a> p; + ... + p.<a href="tqpainter.html#setPen">setPen</a>( colorGroup().foreground() ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( ... ) + </pre> + +<p> It is also possible to modify color groups or create new color +groups from scratch. +<p> The color group class can be created using three different +constructors or by modifying one supplied by TQt. The default +constructor creates an all-black color group, which can then be +modified using set functions; there's also a constructor for +specifying all the color group colors. And there is also a copy +constructor. +<p> We strongly recommend using a system-supplied color group and +modifying that as necessary. +<p> You modify a color group by calling the access functions +<a href="#setColor">setColor</a>() and <a href="#setBrush">setBrush</a>(), depending on whether you want a pure +color or a pixmap pattern. +<p> There are also corresponding <a href="#color">color</a>() and <a href="#brush">brush</a>() getters, and a +commonly used convenience function to get each ColorRole: +<a href="#background">background</a>(), <a href="#foreground">foreground</a>(), <a href="#base">base</a>(), etc. +<p> <p>See also <a href="tqcolor.html">TQColor</a>, <a href="ntqpalette.html">TQPalette</a>, <a href="tqwidget.html#colorGroup-prop">TQWidget::colorGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. + +<hr><h2>Member Type Documentation</h2> +<h3 class=fn><a name="ColorRole-enum"></a>TQColorGroup::ColorRole</h3> + +<p> The ColorRole enum defines the different symbolic color roles used +in current GUIs. +<p> The central roles are: +<ul> +<li><tt>TQColorGroup::Background</tt> - general background color. +<li><tt>TQColorGroup::Foreground</tt> - general foreground color. +<li><tt>TQColorGroup::Base</tt> - used as background color for text entry widgets, for example; +usually white or another light color. +<li><tt>TQColorGroup::Text</tt> - the foreground color used with <a href="#ColorRole-enum">Base</a>. Usually this +is the same as the <a href="#ColorRole-enum">Foreground</a>, in which case it must provide good +contrast with <a href="#ColorRole-enum">Background</a> and <a href="#ColorRole-enum">Base</a>. +<li><tt>TQColorGroup::Button</tt> - general button background color in which buttons need a +background different from <a href="#ColorRole-enum">Background</a>, as in the Macintosh style. +<li><tt>TQColorGroup::ButtonText</tt> - a foreground color used with the <a href="#ColorRole-enum">Button</a> color. +</ul><p> There are some color roles used mostly for 3D bevel and shadow +effects: +<ul> +<li><tt>TQColorGroup::Light</tt> - lighter than <a href="#ColorRole-enum">Button</a> color. +<li><tt>TQColorGroup::Midlight</tt> - between <a href="#ColorRole-enum">Button</a> and <a href="#ColorRole-enum">Light</a>. +<li><tt>TQColorGroup::Dark</tt> - darker than <a href="#ColorRole-enum">Button</a>. +<li><tt>TQColorGroup::Mid</tt> - between <a href="#ColorRole-enum">Button</a> and <a href="#ColorRole-enum">Dark</a>. +<li><tt>TQColorGroup::Shadow</tt> - a very dark color. +By default, the shadow color is <tt>TQt::black</tt>. +</ul><p> All of these are normally derived from <a href="#ColorRole-enum">Background</a> and used in +ways that depend on that relationship. For example, buttons depend +on it to make the bevels look attractive, and <a href="motif-extension.html#Motif">Motif</a> scroll bars +depend on <a href="#ColorRole-enum">Mid</a> to be slightly different from <a href="#ColorRole-enum">Background</a>. +<p> Selected (marked) items have two roles: +<ul> +<li><tt>TQColorGroup::Highlight</tt> - a color to indicate a selected item or the +current item. By default, the highlight color is <tt>TQt::darkBlue</tt>. +<li><tt>TQColorGroup::HighlightedText</tt> - a text color that contrasts with <a href="#ColorRole-enum">Highlight</a>. +By default, the highlighted text color is <tt>TQt::white</tt>. +</ul><p> Finally, there is a special role for text that needs to be +drawn where <a href="#ColorRole-enum">Text</a> or <a href="#ColorRole-enum">Foreground</a> would give poor contrast, +such as on pressed push buttons: +<ul> +<li><tt>TQColorGroup::BrightText</tt> - a text color that is very different from <a href="#ColorRole-enum">Foreground</a> and contrasts well with e.g. <a href="#ColorRole-enum">Dark</a>. +<li><tt>TQColorGroup::Link</tt> - a text color used for unvisited hyperlinks. +By default, the link color is <tt>TQt::blue</tt>. +<li><tt>TQColorGroup::LinkVisited</tt> - a text color used for already visited hyperlinks. +By default, the linkvisited color is <tt>TQt::magenta</tt>. +<li><tt>TQColorGroup::NColorRoles</tt> - Internal. +</ul><p> Note that text colors can be used for things other than just +words; text colors are <em>usually</em> used for text, but it's quite +common to use the text color roles for lines, icons, etc. +<p> This image shows most of the color roles in use: +<center><img src="palette.png" alt="Color Roles"></center> +<hr><h2>Member Function Documentation</h2> +<h3 class=fn><a name="TQColorGroup"></a>TQColorGroup::TQColorGroup () +</h3> +Constructs a color group with all colors set to black. + +<h3 class=fn><a name="TQColorGroup-2"></a>TQColorGroup::TQColorGroup ( const <a href="tqcolor.html">TQColor</a> & foreground, const <a href="tqcolor.html">TQColor</a> & background, const <a href="tqcolor.html">TQColor</a> & light, const <a href="tqcolor.html">TQColor</a> & dark, const <a href="tqcolor.html">TQColor</a> & mid, const <a href="tqcolor.html">TQColor</a> & text, const <a href="tqcolor.html">TQColor</a> & base ) +</h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. +<p> Constructs a color group with the specified colors. The button +color will be set to the background color. + +<h3 class=fn><a name="TQColorGroup-3"></a>TQColorGroup::TQColorGroup ( const <a href="tqbrush.html">TQBrush</a> & foreground, const <a href="tqbrush.html">TQBrush</a> & button, const <a href="tqbrush.html">TQBrush</a> & light, const <a href="tqbrush.html">TQBrush</a> & dark, const <a href="tqbrush.html">TQBrush</a> & mid, const <a href="tqbrush.html">TQBrush</a> & text, const <a href="tqbrush.html">TQBrush</a> & bright_text, const <a href="tqbrush.html">TQBrush</a> & base, const <a href="tqbrush.html">TQBrush</a> & background ) +</h3> +Constructs a color group. You can pass either brushes, pixmaps or +plain colors for <em>foreground</em>, <em>button</em>, <em>light</em>, <em>dark</em>, <em>mid</em>, <em>text</em>, <em>bright_text</em>, <em>base</em> and <em>background</em>. +<p> <p>See also <a href="tqbrush.html">TQBrush</a>. + +<h3 class=fn><a name="TQColorGroup-4"></a>TQColorGroup::TQColorGroup ( const <a href="tqcolorgroup.html">TQColorGroup</a> & other ) +</h3> +Constructs a color group that is an independent copy of <em>other</em>. + +<h3 class=fn><a name="~TQColorGroup"></a>TQColorGroup::~TQColorGroup () +</h3> +Destroys the color group. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="background"></a>TQColorGroup::background () const +</h3> + +<p> Returns the background color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="base"></a>TQColorGroup::base () const +</h3> + +<p> Returns the base color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="brightText"></a>TQColorGroup::brightText () const +</h3> + +<p> Returns the bright text foreground color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="themes-example.html#x273">themes/metal.cpp</a> and <a href="themes-example.html#x194">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqbrush.html">TQBrush</a> & <a name="brush"></a>TQColorGroup::brush ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r ) const +</h3> +Returns the brush that has been set for color role <em>r</em>. +<p> <p>See also <a href="#color">color</a>(), <a href="#setBrush">setBrush</a>(), and <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="themes-example.html#x274">themes/metal.cpp</a> and <a href="themes-example.html#x195">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="button"></a>TQColorGroup::button () const +</h3> + +<p> Returns the button color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="themes-example.html#x275">themes/metal.cpp</a> and <a href="themes-example.html#x196">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="buttonText"></a>TQColorGroup::buttonText () const +</h3> + +<p> Returns the button text foreground color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="themes-example.html#x276">themes/metal.cpp</a> and <a href="themes-example.html#x197">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="color"></a>TQColorGroup::color ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r ) const +</h3> +Returns the color that has been set for color role <em>r</em>. +<p> <p>See also <a href="#brush">brush</a>() and <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="dark"></a>TQColorGroup::dark () const +</h3> + +<p> Returns the dark color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Example: <a href="themes-example.html#x198">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="foreground"></a>TQColorGroup::foreground () const +</h3> + +<p> Returns the foreground color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="themes-example.html#x277">themes/metal.cpp</a> and <a href="themes-example.html#x199">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="highlight"></a>TQColorGroup::highlight () const +</h3> + +<p> Returns the highlight color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="highlightedText"></a>TQColorGroup::highlightedText () const +</h3> + +<p> Returns the highlighted text color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="light"></a>TQColorGroup::light () const +</h3> + +<p> Returns the light color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Example: <a href="themes-example.html#x200">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="link"></a>TQColorGroup::link () const +</h3> + +<p> Returns the unvisited link text color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="linkVisited"></a>TQColorGroup::linkVisited () const +</h3> + +<p> Returns the visited link text color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="mid"></a>TQColorGroup::mid () const +</h3> + +<p> Returns the mid color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="themes-example.html#x278">themes/metal.cpp</a> and <a href="themes-example.html#x201">themes/wood.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="midlight"></a>TQColorGroup::midlight () const +</h3> + +<p> Returns the midlight color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>bool <a name="operator!-eq"></a>TQColorGroup::operator!= ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) const +</h3> + +<p> Returns TRUE if this color group is different from <em>g</em>; otherwise +returns FALSE. +<p> <p>See also +<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a> & <a name="operator-eq"></a>TQColorGroup::operator= ( const <a href="tqcolorgroup.html">TQColorGroup</a> & other ) +</h3> +Copies the colors of <em>other</em> to this color group. + +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQColorGroup::operator== ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) const +</h3> +Returns TRUE if this color group is equal to <em>g</em>; otherwise +returns FALSE. +<p> <p>See also +<h3 class=fn>void <a name="setBrush"></a>TQColorGroup::setBrush ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r, const <a href="tqbrush.html">TQBrush</a> & b ) +</h3> +Sets the brush used for color role <em>r</em> to <em>b</em>. +<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), and <a href="#ColorRole-enum">ColorRole</a>. + +<p>Example: <a href="themes-example.html#x202">themes/wood.cpp</a>. +<h3 class=fn>void <a name="setColor"></a>TQColorGroup::setColor ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r, const <a href="tqcolor.html">TQColor</a> & c ) +</h3> +Sets the brush used for color role <em>r</em> to a solid color <em>c</em>. +<p> <p>See also <a href="#brush">brush</a>() and <a href="#ColorRole-enum">ColorRole</a>. + +<p>Examples: <a href="listviews-example.html#x134">listviews/listviews.cpp</a>, <a href="statistics-example.html#x2779">table/statistics/statistics.cpp</a>, and <a href="themes-example.html#x279">themes/metal.cpp</a>. +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="shadow"></a>TQColorGroup::shadow () const +</h3> + +<p> Returns the shadow color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="text"></a>TQColorGroup::text () const +</h3> + +<p> Returns the text foreground color of the color group. +<p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. + +<p>Example: <a href="listviews-example.html#x135">listviews/listviews.cpp</a>. +<hr><h2>Related Functions</h2> +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) +</h3> + +<p> Writes color group, <em>g</em> to the stream <em>s</em>. +<p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. + +<!-- eof --> +<hr><p> +This file is part of the <a href="index.html">TQt toolkit</a>. +Copyright © 1995-2007 +<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> |