~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/qdesignerobjectinspectorinterface.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html
 
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<!-- /tmp/qt-4.0.0-espenr-1119621036935/qt-x11-opensource-desktop-4.0.0/tools/designer/src/lib/sdk/abstractobjectinspector.cpp -->
 
6
<head>
 
7
    <title>Qt 4.0: QDesignerObjectInspectorInterface Class Reference</title>
 
8
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
 
9
a:link { color: #004faf; text-decoration: none }
 
10
a:visited { color: #672967; text-decoration: none }
 
11
td.postheader { font-family: sans-serif }
 
12
tr.address { font-family: sans-serif }
 
13
body { background: #ffffff; color: black; }</style>
 
14
</head>
 
15
<body>
 
16
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
17
<tr>
 
18
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
19
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
 
20
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><h1 align="center">QDesignerObjectInspectorInterface Class Reference</h1>
 
21
<pre>#include &lt;QDesignerObjectInspectorInterface&gt;</pre><p>Part of the <a href="qtdesigner.html">QtDesigner</a> module.</p>
 
22
<p>Inherits <a href="qwidget.html">QWidget</a>.</p>
 
23
<ul>
 
24
<li><a href="qdesignerobjectinspectorinterface-members.html">List of all members, including inherited members</a></li>
 
25
</ul>
 
26
<a name="public-functions"></a>
 
27
<h3>Public Functions</h3>
 
28
<ul>
 
29
<li><div class="fn"/><b><a href="qdesignerobjectinspectorinterface.html#QDesignerObjectInspectorInterface">QDesignerObjectInspectorInterface</a></b> ( QWidget * <i>parent</i>, Qt::WindowFlags <i>flags</i> = 0 )</li>
 
30
<li><div class="fn"/>virtual <b><a href="qdesignerobjectinspectorinterface.html#dtor.QDesignerObjectInspectorInterface">~QDesignerObjectInspectorInterface</a></b> ()</li>
 
31
<li><div class="fn"/>virtual QDesignerFormEditorInterface * <b><a href="qdesignerobjectinspectorinterface.html#core">core</a></b> () const</li>
 
32
</ul>
 
33
<ul>
 
34
<li><div class="fn"/>183 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li>
 
35
<li><div class="fn"/>28 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
 
36
<li><div class="fn"/>10 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li>
 
37
</ul>
 
38
<a name="public-slots"></a>
 
39
<h3>Public Slots</h3>
 
40
<ul>
 
41
<li><div class="fn"/>virtual void <b><a href="qdesignerobjectinspectorinterface.html#setFormWindow">setFormWindow</a></b> ( QDesignerFormWindowInterface * <i>formWindow</i> ) = 0</li>
 
42
</ul>
 
43
<ul>
 
44
<li><div class="fn"/>17 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li>
 
45
<li><div class="fn"/>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
 
46
</ul>
 
47
<h3>Additional Inherited Members</h3>
 
48
<ul>
 
49
<li><div class="fn"/>52 properties inherited from <a href="qwidget.html#properties">QWidget</a></li>
 
50
<li><div class="fn"/>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
 
51
<li><div class="fn"/>1 signal inherited from <a href="qwidget.html#signals">QWidget</a></li>
 
52
<li><div class="fn"/>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
 
53
<li><div class="fn"/>4 static public members inherited from <a href="qwidget.html#static-public-members">QWidget</a></li>
 
54
<li><div class="fn"/>4 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li>
 
55
<li><div class="fn"/>39 protected functions inherited from <a href="qwidget.html#protected-functions">QWidget</a></li>
 
56
<li><div class="fn"/>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
 
57
</ul>
 
58
<a name="details"></a>
 
59
<hr />
 
60
<h2>Detailed Description</h2>
 
61
<hr />
 
62
<h2>Member Function Documentation</h2>
 
63
<h3 class="fn"><a name="QDesignerObjectInspectorInterface"></a>QDesignerObjectInspectorInterface::QDesignerObjectInspectorInterface ( <a href="qwidget.html">QWidget</a> * <i>parent</i>, <a href="qt.html#WindowType-enum">Qt::WindowFlags</a> <i>flags</i> = 0 )</h3>
 
64
<h3 class="fn"><a name="dtor.QDesignerObjectInspectorInterface"></a>QDesignerObjectInspectorInterface::~QDesignerObjectInspectorInterface ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
 
65
<h3 class="fn"><a name="core"></a><a href="qdesignerformeditorinterface.html">QDesignerFormEditorInterface</a> * QDesignerObjectInspectorInterface::core () const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
 
66
<h3 class="fn"><a name="setFormWindow"></a>void QDesignerObjectInspectorInterface::setFormWindow ( <a href="qdesignerformwindowinterface.html">QDesignerFormWindowInterface</a> * <i>formWindow</i> )&nbsp;&nbsp;<tt> [pure virtual slot]</tt></h3>
 
67
<p /><address><hr /><div align="center">
 
68
<table width="100%" cellspacing="0" border="0"><tr class="address">
 
69
<td width="30%">Copyright &copy; 2005 <a href="trolltech.html">Trolltech</a></td>
 
70
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
71
<td width="30%" align="right"><div align="right">Qt 4.0.0</div></td>
 
72
</tr></table></div></address></body>
 
73
</html>