1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qpalette.cpp -->
<title>Qt 4.8: Qt 3 Support Members for QPalette</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtgui.html">QtGui</a></li>
<li>QPalette</li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">Qt 3 Support Members for QPalette</h1>
<p><b>The following class members are part of the <a href="qt3support.html">Qt 3 support layer</a>.</b> They are provided to help you port old code to Qt 4. We advise against using them in new code.</p>
<p><ul><li><a href="qpalette.html">QPalette class reference</a></li></ul></p>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#QPalette-7">QPalette</a></b> ( const QColorGroup & <i>active</i>, const QColorGroup & <i>disabled</i>, const QColorGroup & <i>inactive</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QColorGroup </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#active">active</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QPalette </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#copy">copy</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QColorGroup </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#disabled">disabled</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QColorGroup </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#inactive">inactive</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QColorGroup </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#normal">normal</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#setActive">setActive</a></b> ( const QColorGroup & <i>colorGroup</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#setDisabled">setDisabled</a></b> ( const QColorGroup & <i>colorGroup</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#setInactive">setInactive</a></b> ( const QColorGroup & <i>colorGroup</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qpalette-qt3.html#setNormal">setNormal</a></b> ( const QColorGroup & <i>colorGroup</i> )</td></tr>
</table>
<h2>Member Function Documentation</h2>
<!-- $$$QPalette$$$QPaletteconstQColorGroup&constQColorGroup&constQColorGroup& -->
<h3 class="fn"><a name="QPalette-7"></a>QPalette::<span class="name">QPalette</span> ( const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>active</i>, const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>disabled</i>, const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>inactive</i> )</h3>
<p>Constructs a palette with the specified <i>active</i>, <i>disabled</i> and <i>inactive</i> color groups.</p>
<!-- @@@QPalette -->
<!-- $$$active[overload1]$$$active -->
<h3 class="fn"><a name="active"></a><span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> QPalette::<span class="name">active</span> () const</h3>
<p>Returns the active color group.</p>
<p><b>See also </b><a href="qpalette-qt3.html#setActive">setActive</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@active -->
<!-- $$$copy[overload1]$$$copy -->
<h3 class="fn"><a name="copy"></a><span class="type">QPalette</span> QPalette::<span class="name">copy</span> () const</h3>
<p>Use simple assignment instead.</p>
<!-- @@@copy -->
<!-- $$$disabled[overload1]$$$disabled -->
<h3 class="fn"><a name="disabled"></a><span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> QPalette::<span class="name">disabled</span> () const</h3>
<p>Returns the disabled color group.</p>
<p><b>See also </b><a href="qpalette-qt3.html#setDisabled">setDisabled</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@disabled -->
<!-- $$$inactive[overload1]$$$inactive -->
<h3 class="fn"><a name="inactive"></a><span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> QPalette::<span class="name">inactive</span> () const</h3>
<p>Returns the inactive color group.</p>
<p><b>See also </b><a href="qpalette-qt3.html#setInactive">setInactive</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@inactive -->
<!-- $$$normal[overload1]$$$normal -->
<h3 class="fn"><a name="normal"></a><span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> QPalette::<span class="name">normal</span> () const</h3>
<p>Returns the active color group. Use <a href="qpalette-qt3.html#active">active</a>() instead.</p>
<p>Use createColorGroup(Active) instead.</p>
<p><b>See also </b><a href="qpalette-qt3.html#setNormal">setNormal</a>().</p>
<!-- @@@normal -->
<!-- $$$setActive[overload1]$$$setActiveconstQColorGroup& -->
<h3 class="fn"><a name="setActive"></a><span class="type">void</span> QPalette::<span class="name">setActive</span> ( const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>colorGroup</i> )</h3>
<p>Sets the active color group to <i>colorGroup</i>.</p>
<p><b>See also </b><a href="qpalette-qt3.html#active">active</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@setActive -->
<!-- $$$setDisabled[overload1]$$$setDisabledconstQColorGroup& -->
<h3 class="fn"><a name="setDisabled"></a><span class="type">void</span> QPalette::<span class="name">setDisabled</span> ( const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>colorGroup</i> )</h3>
<p>Sets the disabled color group to <i>colorGroup</i>.</p>
<p><b>See also </b><a href="qpalette-qt3.html#disabled">disabled</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@setDisabled -->
<!-- $$$setInactive[overload1]$$$setInactiveconstQColorGroup& -->
<h3 class="fn"><a name="setInactive"></a><span class="type">void</span> QPalette::<span class="name">setInactive</span> ( const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>colorGroup</i> )</h3>
<p>Sets the inactive color group.</p>
<p><b>See also </b><a href="qpalette-qt3.html#inactive">inactive</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@setInactive -->
<!-- $$$setNormal[overload1]$$$setNormalconstQColorGroup& -->
<h3 class="fn"><a name="setNormal"></a><span class="type">void</span> QPalette::<span class="name">setNormal</span> ( const <span class="type"><a href="qcolorgroup.html">QColorGroup</a></span> & <i>colorGroup</i> )</h3>
<p>Sets the normal color group to <i>colorGroup</i>.</p>
<p><b>See also </b><a href="qpalette-qt3.html#normal">normal</a>() and <a href="qcolorgroup.html">QColorGroup</a>.</p>
<!-- @@@setNormal -->
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|