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

« back to all changes in this revision

Viewing changes to doc/html/qdesigneractioneditorinterface.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE html
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<!-- /fasttmp/mkdist-qt-4.5.2-1245473805/qt-x11-opensource-src-4.5.2/tools/designer/src/lib/sdk/abstractactioneditor.cpp -->
 
5
<!-- abstractactioneditor.cpp -->
6
6
<head>
7
 
  <title>Qt 4.5: QDesignerActionEditorInterface Class Reference</title>
 
7
  <title>Qt 4.6: QDesignerActionEditorInterface Class Reference</title>
8
8
  <link href="classic.css" rel="stylesheet" type="text/css" />
9
9
</head>
10
10
<body>
 
11
<a name="//apple_ref/cpp/cl//QDesignerActionEditorInterface" />
11
12
<table border="0" cellpadding="0" cellspacing="0" width="100%">
12
13
<tr>
13
 
<td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
14
 
<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="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</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="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
15
 
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">QDesignerActionEditorInterface Class Reference<br /><span class="small-subtitle">[<a href="qtdesigner.html">QtDesigner</a> module]</span>
 
14
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
 
15
<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="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td><td class="searchBar" align="right" valign="center"><form action="http://www.google.com/cse" id="cse-search-box"><div><input type="hidden" name="cx" value="000136343326384750312:dhbxnqlakyu" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form></td>
 
16
</tr></table><h1 class="title">QDesignerActionEditorInterface Class Reference<br /><span class="small-subtitle">[<a href="qtdesigner.html">QtDesigner</a> module]</span>
16
17
</h1>
17
18
<p>The QDesignerActionEditorInterface class allows you to change the focus of Qt Designer's action editor. <a href="#details">More...</a></p>
18
 
<pre> #include &lt;QDesignerActionEditorInterface&gt;</pre><p>Inherits <a href="qwidget.html">QWidget</a>.</p>
 
19
<pre> #include &lt;QDesignerActionEditorInterface&gt;</pre><p><b>This class is not part of the Qt GUI Framework Edition.</b></p>
 
20
<p>Inherits <a href="qwidget.html">QWidget</a>.</p>
19
21
<ul>
20
22
<li><a href="qdesigneractioneditorinterface-members.html">List of all members, including inherited members</a></li>
21
23
</ul>
 
24
<hr />
22
25
<a name="public-functions"></a>
23
 
<h3>Public Functions</h3>
24
 
<ul>
25
 
<li><div class="fn"></div><b><a href="qdesigneractioneditorinterface.html#QDesignerActionEditorInterface">QDesignerActionEditorInterface</a></b> ( QWidget * <i>parent</i>, Qt::WindowFlags <i>flags</i> = 0 )</li>
26
 
<li><div class="fn"></div>virtual <b><a href="qdesigneractioneditorinterface.html#dtor.QDesignerActionEditorInterface">~QDesignerActionEditorInterface</a></b> ()</li>
27
 
<li><div class="fn"></div>virtual QDesignerFormEditorInterface * <b><a href="qdesigneractioneditorinterface.html#core">core</a></b> () const</li>
28
 
<li><div class="fn"></div>virtual void <b><a href="qdesigneractioneditorinterface.html#manageAction">manageAction</a></b> ( QAction * <i>action</i> ) = 0</li>
29
 
<li><div class="fn"></div>virtual void <b><a href="qdesigneractioneditorinterface.html#unmanageAction">unmanageAction</a></b> ( QAction * <i>action</i> ) = 0</li>
30
 
</ul>
31
 
<ul>
32
 
<li><div class="fn"></div>207 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li>
33
 
<li><div class="fn"></div>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
34
 
<li><div class="fn"></div>12 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li>
35
 
</ul>
 
26
<h2>Public Functions</h2>
 
27
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
28
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qdesigneractioneditorinterface.html#QDesignerActionEditorInterface">QDesignerActionEditorInterface</a></b> ( QWidget * <i>parent</i>, Qt::WindowFlags <i>flags</i> = 0 )</td></tr>
 
29
<tr><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><b><a href="qdesigneractioneditorinterface.html#dtor.QDesignerActionEditorInterface">~QDesignerActionEditorInterface</a></b> ()</td></tr>
 
30
<tr><td class="memItemLeft" align="right" valign="top">virtual QDesignerFormEditorInterface * </td><td class="memItemRight" valign="bottom"><b><a href="qdesigneractioneditorinterface.html#core">core</a></b> () const</td></tr>
 
31
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qdesigneractioneditorinterface.html#manageAction">manageAction</a></b> ( QAction * <i>action</i> ) = 0</td></tr>
 
32
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qdesigneractioneditorinterface.html#unmanageAction">unmanageAction</a></b> ( QAction * <i>action</i> ) = 0</td></tr>
 
33
</table>
 
34
<ul>
 
35
<li><div bar="2" class="fn"></div>215 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li>
 
36
<li><div bar="2" class="fn"></div>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
 
37
<li><div bar="2" class="fn"></div>12 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li>
 
38
</ul>
 
39
<hr />
36
40
<a name="public-slots"></a>
37
 
<h3>Public Slots</h3>
38
 
<ul>
39
 
<li><div class="fn"></div>virtual void <b><a href="qdesigneractioneditorinterface.html#setFormWindow">setFormWindow</a></b> ( QDesignerFormWindowInterface * <i>formWindow</i> ) = 0</li>
40
 
</ul>
41
 
<ul>
42
 
<li><div class="fn"></div>19 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li>
43
 
<li><div class="fn"></div>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
 
41
<h2>Public Slots</h2>
 
42
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
43
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qdesigneractioneditorinterface.html#setFormWindow">setFormWindow</a></b> ( QDesignerFormWindowInterface * <i>formWindow</i> ) = 0</td></tr>
 
44
</table>
 
45
<ul>
 
46
<li><div bar="2" class="fn"></div>19 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li>
 
47
<li><div bar="2" class="fn"></div>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
44
48
</ul>
45
49
<h3>Additional Inherited Members</h3>
46
50
<ul>
47
 
<li><div class="fn"></div>57 properties inherited from <a href="qwidget.html#properties">QWidget</a></li>
 
51
<li><div class="fn"></div>58 properties inherited from <a href="qwidget.html#properties">QWidget</a></li>
48
52
<li><div class="fn"></div>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
49
53
<li><div class="fn"></div>1 signal inherited from <a href="qwidget.html#signals">QWidget</a></li>
50
54
<li><div class="fn"></div>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
65
69
<p>See also <a href="qdesignerformeditorinterface.html">QDesignerFormEditorInterface</a> and <a href="qdesignerformwindowinterface.html">QDesignerFormWindowInterface</a>.</p>
66
70
<hr />
67
71
<h2>Member Function Documentation</h2>
 
72
<a name="//apple_ref/cpp/instm/QDesignerActionEditorInterface/QDesignerActionEditorInterface" />
68
73
<h3 class="fn"><a name="QDesignerActionEditorInterface"></a>QDesignerActionEditorInterface::QDesignerActionEditorInterface ( <a href="qwidget.html">QWidget</a> * <i>parent</i>, <a href="qt.html#WindowType-enum">Qt::WindowFlags</a> <i>flags</i> = 0 )</h3>
69
74
<p>Constructs an action editor interface with the given <i>parent</i> and the specified window <i>flags</i>.</p>
 
75
<a name="//apple_ref/cpp/instm/QDesignerActionEditorInterface/~QDesignerActionEditorInterface" />
70
76
<h3 class="fn"><a name="dtor.QDesignerActionEditorInterface"></a>QDesignerActionEditorInterface::~QDesignerActionEditorInterface ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
71
77
<p>Destroys the action editor interface.</p>
 
78
<a name="//apple_ref/cpp/instm/QDesignerActionEditorInterface/core" />
72
79
<h3 class="fn"><a name="core"></a><a href="qdesignerformeditorinterface.html">QDesignerFormEditorInterface</a> * QDesignerActionEditorInterface::core () const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
73
80
<p>Returns a pointer to <i>Qt Designer</i>'s current <a href="qdesignerformeditorinterface.html">QDesignerFormEditorInterface</a> object.</p>
 
81
<a name="//apple_ref/cpp/instm/QDesignerActionEditorInterface/manageAction" />
74
82
<h3 class="fn"><a name="manageAction"></a>void QDesignerActionEditorInterface::manageAction ( <a href="qaction.html">QAction</a> * <i>action</i> )&nbsp;&nbsp;<tt> [pure virtual]</tt></h3>
75
83
<p>Instructs <i>Qt Designer</i> to manage the specified <i>action</i>. An action that is managed by <i>Qt Designer</i> is available in the action editor.</p>
76
84
<p>See also <a href="qdesigneractioneditorinterface.html#unmanageAction">unmanageAction</a>().</p>
 
85
<a name="//apple_ref/cpp/instm/QDesignerActionEditorInterface/setFormWindow" />
77
86
<h3 class="fn"><a name="setFormWindow"></a>void QDesignerActionEditorInterface::setFormWindow ( <a href="qdesignerformwindowinterface.html">QDesignerFormWindowInterface</a> * <i>formWindow</i> )&nbsp;&nbsp;<tt> [pure virtual slot]</tt></h3>
78
87
<p>Sets the currently selected form window to <i>formWindow</i>.</p>
 
88
<a name="//apple_ref/cpp/instm/QDesignerActionEditorInterface/unmanageAction" />
79
89
<h3 class="fn"><a name="unmanageAction"></a>void QDesignerActionEditorInterface::unmanageAction ( <a href="qaction.html">QAction</a> * <i>action</i> )&nbsp;&nbsp;<tt> [pure virtual]</tt></h3>
80
90
<p>Instructs <i>Qt Designer</i> to ignore the specified <i>action</i>. An unmanaged action is not available in the action editor.</p>
81
91
<p>See also <a href="qdesigneractioneditorinterface.html#manageAction">manageAction</a>().</p>
82
92
<p /><address><hr /><div align="center">
83
93
<table width="100%" cellspacing="0" border="0"><tr class="address">
84
 
<td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
85
 
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
86
 
<td width="30%" align="right"><div align="right">Qt 4.5.2</div></td>
87
 
</tr></table></div></address></body>
 
94
<td width="40%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
 
95
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
96
<td width="40%" align="right"><div align="right">Qt 4.6.0</div></td>
 
97
<script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script><script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></tr></table></div></address></body>
88
98
</html>