summaryrefslogtreecommitdiffstats
path: root/qtpropertybrowser/doc/html/qtcheckboxfactory.html
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-10-06 12:57:48 +0200
committeraavit <qt-info@nokia.com>2010-10-06 12:57:48 +0200
commit5019ece540d1f9dc08157f67b55d1c4ed896ae39 (patch)
tree2983f19a546336def390f7a43fa4f8426eea8bc8 /qtpropertybrowser/doc/html/qtcheckboxfactory.html
Long live the Qt Solutions archive!
This commit adds the contents of distribution packages of the relevant subset of the Qt Solutions components, generated from the last versions in Perforce.
Diffstat (limited to 'qtpropertybrowser/doc/html/qtcheckboxfactory.html')
-rw-r--r--qtpropertybrowser/doc/html/qtcheckboxfactory.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/qtpropertybrowser/doc/html/qtcheckboxfactory.html b/qtpropertybrowser/doc/html/qtcheckboxfactory.html
new file mode 100644
index 0000000..28b3bc6
--- /dev/null
+++ b/qtpropertybrowser/doc/html/qtcheckboxfactory.html
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- qteditorfactory.cpp -->
+<head>
+ <title>QtCheckBoxFactory Class Reference</title>
+ <link href="classic.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+<tr>
+<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="57" height="67" border="0" /></td>
+<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
+</tr></table><h1 class="title">QtCheckBoxFactory Class Reference</h1>
+<p>The QtCheckBoxFactory class provides <a href="http://qt.nokia.com/doc/4.6/qcheckbox.html">QCheckBox</a> widgets for properties created by <a href="qtboolpropertymanager.html">QtBoolPropertyManager</a> objects. <a href="#details">More...</a></p>
+<pre> #include &lt;QtCheckBoxFactory&gt;</pre><p>Inherits <a href="qtabstracteditorfactory.html">QtAbstractEditorFactory&lt;QtBoolPropertyManager&gt;</a>.</p>
+<ul>
+<li><a href="qtcheckboxfactory-members.html">List of all members, including inherited members</a></li>
+</ul>
+<hr />
+<a name="public-functions"></a>
+<h2>Public Functions</h2>
+<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
+<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qtcheckboxfactory.html#QtCheckBoxFactory">QtCheckBoxFactory</a></b> ( QObject * <i>parent</i> = 0 )</td></tr>
+<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qtcheckboxfactory.html#dtor.QtCheckBoxFactory">~QtCheckBoxFactory</a></b> ()</td></tr>
+</table>
+<ul>
+<li><div bar="2" class="fn"></div>5 public functions inherited from <a href="qtabstracteditorfactory.html#public-functions">QtAbstractEditorFactory</a></li>
+<li><div bar="2" class="fn"></div>1 public function inherited from <a href="qtabstracteditorfactorybase.html#public-functions">QtAbstractEditorFactoryBase</a></li>
+<li><div bar="2" class="fn"></div>29 public functions inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-functions">QObject</a></li>
+</ul>
+<h3>Additional Inherited Members</h3>
+<ul>
+<li><div class="fn"></div>1 property inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#properties">QObject</a></li>
+<li><div class="fn"></div>1 public slot inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-slots">QObject</a></li>
+<li><div class="fn"></div>1 signal inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#signals">QObject</a></li>
+<li><div class="fn"></div>1 public type inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-variables">QObject</a></li>
+<li><div class="fn"></div>4 static public members inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#static-public-members">QObject</a></li>
+<li><div class="fn"></div>3 protected functions inherited from <a href="qtabstracteditorfactory.html#protected-functions">QtAbstractEditorFactory</a></li>
+<li><div class="fn"></div>7 protected functions inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#protected-functions">QObject</a></li>
+<li><div class="fn"></div>2 protected variables inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#protected-variables">QObject</a></li>
+</ul>
+<a name="details"></a>
+<hr />
+<h2>Detailed Description</h2>
+<p>The QtCheckBoxFactory class provides <a href="http://qt.nokia.com/doc/4.6/qcheckbox.html">QCheckBox</a> widgets for properties created by <a href="qtboolpropertymanager.html">QtBoolPropertyManager</a> objects.</p>
+<p>See also <a href="qtabstracteditorfactory.html">QtAbstractEditorFactory</a> and <a href="qtboolpropertymanager.html">QtBoolPropertyManager</a>.</p>
+<hr />
+<h2>Member Function Documentation</h2>
+<h3 class="fn"><a name="QtCheckBoxFactory"></a>QtCheckBoxFactory::QtCheckBoxFactory ( <a href="http://qt.nokia.com/doc/4.6/qobject.html">QObject</a> * <i>parent</i> = 0 )</h3>
+<p>Creates a factory with the given <i>parent</i>.</p>
+<h3 class="fn"><a name="dtor.QtCheckBoxFactory"></a>QtCheckBoxFactory::~QtCheckBoxFactory ()</h3>
+<p>Destroys this factory, and all the widgets it has created.</p>
+<p /><address><hr /><div align="center">
+<table width="100%" cellspacing="0" border="0"><tr class="address">
+<td width="30%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>
+<td width="40%" align="center"><a href="http://qt.nokia.com/doc/trademarks.html">Trademarks</a></td>
+<td width="30%" align="right"><div align="right">Qt Solutions</div></td>
+</tr></table></div></address></body>
+</html>