File: qaction-qt3.html

package info (click to toggle)
qt4-x11 4%3A4.8.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 701,696 kB
  • sloc: cpp: 2,686,179; ansic: 375,485; python: 25,859; sh: 19,349; xml: 17,091; perl: 14,765; yacc: 5,383; asm: 5,038; makefile: 1,259; lex: 555; ruby: 526; objc: 347; cs: 112; pascal: 112; php: 54; sed: 34
file content (163 lines) | stat: -rw-r--r-- 12,996 bytes parent folder | download
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?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" />
<!-- qaction.cpp -->
  <title>Qt 4.8: Qt 3 Support Members for QAction</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>QAction</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<h1 class="title">Qt 3 Support Members for QAction</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="qaction.html">QAction 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="qaction-qt3.html#QAction-4">QAction</a></b> ( QObject * <i>parent</i>, const char * <i>name</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#QAction-5">QAction</a></b> ( const QString &amp; <i>text</i>, const QKeySequence &amp; <i>shortcut</i>, QObject * <i>parent</i>, const char * <i>name</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#QAction-6">QAction</a></b> ( const QIcon &amp; <i>icon</i>, const QString &amp; <i>text</i>, const QKeySequence &amp; <i>shortcut</i>, QObject * <i>parent</i>, const char * <i>name</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QKeySequence </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#accel">accel</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#addTo">addTo</a></b> ( QWidget * <i>w</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QIcon </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#iconSet">iconSet</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#isOn">isOn</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#isToggleAction">isToggleAction</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#menuText">menuText</a></b> () const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#removeFrom">removeFrom</a></b> ( QWidget * <i>w</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#setAccel">setAccel</a></b> ( const QKeySequence &amp; <i>shortcut</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#setIconSet">setIconSet</a></b> ( const QIcon &amp; <i>i</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#setMenuText">setMenuText</a></b> ( const QString &amp; <i>text</i> )</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#setToggleAction">setToggleAction</a></b> ( bool <i>b</i> )</td></tr>
</table>
<ul>
<li class="fn">8 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
</ul>
<h2>Public Slots</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#setOn">setOn</a></b> ( bool <i>b</i> )</td></tr>
</table>
<h2>Signals</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaction-qt3.html#activated">activated</a></b> ( int <i>i</i> = 0 )</td></tr>
</table>
<h2>Member Function Documentation</h2>
<!-- $$$QAction$$$QActionQObject*constchar* -->
<h3 class="fn"><a name="QAction-4"></a>QAction::<span class="name">QAction</span> ( <span class="type"><a href="qobject.html">QObject</a></span> * <i>parent</i>, const <span class="type">char</span> * <i>name</i> )</h3>
<p>Use one of the <a href="qaction.html">QAction</a> constructors that doesn't take a <i>name</i> argument and call <a href="qobject.html#objectName-prop">setObjectName</a>() instead.</p>
<!-- @@@QAction -->
<!-- $$$QAction$$$QActionconstQString&constQKeySequence&QObject*constchar* -->
<h3 class="fn"><a name="QAction-5"></a>QAction::<span class="name">QAction</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>text</i>, const <span class="type"><a href="qkeysequence.html">QKeySequence</a></span> &amp; <i>shortcut</i>, <span class="type"><a href="qobject.html">QObject</a></span> * <i>parent</i>, const <span class="type">char</span> * <i>name</i> )</h3>
<p>Use one of the <a href="qaction.html">QAction</a> constructors that doesn't take a <i>name</i> argument and call <a href="qobject.html#objectName-prop">setObjectName</a>() instead.</p>
<!-- @@@QAction -->
<!-- $$$QAction$$$QActionconstQIcon&constQString&constQKeySequence&QObject*constchar* -->
<h3 class="fn"><a name="QAction-6"></a>QAction::<span class="name">QAction</span> ( const <span class="type"><a href="qicon.html">QIcon</a></span> &amp; <i>icon</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>text</i>, const <span class="type"><a href="qkeysequence.html">QKeySequence</a></span> &amp; <i>shortcut</i>, <span class="type"><a href="qobject.html">QObject</a></span> * <i>parent</i>, const <span class="type">char</span> * <i>name</i> )</h3>
<p>Use one of the <a href="qaction.html">QAction</a> constructors that doesn't take a <i>name</i> argument and call <a href="qobject.html#objectName-prop">setObjectName</a>() instead.</p>
<!-- @@@QAction -->
<!-- $$$accel[overload1]$$$accel -->
<h3 class="fn"><a name="accel"></a><span class="type"><a href="qkeysequence.html">QKeySequence</a></span> QAction::<span class="name">accel</span> () const</h3>
<p>Use <a href="qaction.html#shortcut-prop">shortcut</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#setAccel">setAccel</a>().</p>
<!-- @@@accel -->
<!-- $$$activated[overload1]$$$activatedint -->
<h3 class="fn"><a name="activated"></a><span class="type">void</span> QAction::<span class="name">activated</span> ( <span class="type">int</span> <i>i</i> = 0 )<tt> [signal]</tt></h3>
<p>Use <a href="qaction.html#triggered">triggered</a>() instead.</p>
<!-- @@@activated -->
<!-- $$$addTo[overload1]$$$addToQWidget* -->
<h3 class="fn"><a name="addTo"></a><span class="type">bool</span> QAction::<span class="name">addTo</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>w</i> )</h3>
<p>Use <a href="qwidget.html#addAction">QWidget::addAction</a>() instead.</p>
<p>For example, if you have code like</p>
<pre class="cpp"> action-&gt;addTo(widget);</pre>
<p>you can rewrite it as</p>
<pre class="cpp"> widget<span class="operator">-</span><span class="operator">&gt;</span>addAction(action);</pre>
<!-- @@@addTo -->
<!-- $$$iconSet[overload1]$$$iconSet -->
<h3 class="fn"><a name="iconSet"></a><span class="type"><a href="qicon.html">QIcon</a></span> QAction::<span class="name">iconSet</span> () const</h3>
<p>Use <a href="qaction.html#icon-prop">icon</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#setIconSet">setIconSet</a>().</p>
<!-- @@@iconSet -->
<!-- $$$isOn[overload1]$$$isOn -->
<h3 class="fn"><a name="isOn"></a><span class="type">bool</span> QAction::<span class="name">isOn</span> () const</h3>
<p>Use <a href="qaction.html#checked-prop">isChecked</a>() instead.</p>
<!-- @@@isOn -->
<!-- $$$isToggleAction[overload1]$$$isToggleAction -->
<h3 class="fn"><a name="isToggleAction"></a><span class="type">bool</span> QAction::<span class="name">isToggleAction</span> () const</h3>
<p>Use <a href="qaction.html#checkable-prop">isCheckable</a>() instead.</p>
<!-- @@@isToggleAction -->
<!-- $$$menuText[overload1]$$$menuText -->
<h3 class="fn"><a name="menuText"></a><span class="type"><a href="qstring.html">QString</a></span> QAction::<span class="name">menuText</span> () const</h3>
<p>Use <a href="qaction.html#text-prop">text</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#setMenuText">setMenuText</a>().</p>
<!-- @@@menuText -->
<!-- $$$removeFrom[overload1]$$$removeFromQWidget* -->
<h3 class="fn"><a name="removeFrom"></a><span class="type">bool</span> QAction::<span class="name">removeFrom</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>w</i> )</h3>
<p>Use <a href="qwidget.html#removeAction">QWidget::removeAction</a>() instead.</p>
<p>For example, if you have code like</p>
<pre class="cpp"> action-&gt;removeFrom(widget);</pre>
<p>you can rewrite it as</p>
<pre class="cpp"> widget<span class="operator">-</span><span class="operator">&gt;</span>removeAction(action);</pre>
<!-- @@@removeFrom -->
<!-- $$$setAccel[overload1]$$$setAccelconstQKeySequence& -->
<h3 class="fn"><a name="setAccel"></a><span class="type">void</span> QAction::<span class="name">setAccel</span> ( const <span class="type"><a href="qkeysequence.html">QKeySequence</a></span> &amp; <i>shortcut</i> )</h3>
<p>Use <a href="qaction.html#shortcut-prop">setShortcut</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#accel">accel</a>().</p>
<!-- @@@setAccel -->
<!-- $$$setIconSet[overload1]$$$setIconSetconstQIcon& -->
<h3 class="fn"><a name="setIconSet"></a><span class="type">void</span> QAction::<span class="name">setIconSet</span> ( const <span class="type"><a href="qicon.html">QIcon</a></span> &amp; <i>i</i> )</h3>
<p>Use <a href="qaction.html#icon-prop">setIcon</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#iconSet">iconSet</a>().</p>
<!-- @@@setIconSet -->
<!-- $$$setMenuText[overload1]$$$setMenuTextconstQString& -->
<h3 class="fn"><a name="setMenuText"></a><span class="type">void</span> QAction::<span class="name">setMenuText</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>text</i> )</h3>
<p>Use <a href="qaction.html#text-prop">setText</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#menuText">menuText</a>().</p>
<!-- @@@setMenuText -->
<!-- $$$setOn[overload1]$$$setOnbool -->
<h3 class="fn"><a name="setOn"></a><span class="type">void</span> QAction::<span class="name">setOn</span> ( <span class="type">bool</span> <i>b</i> )<tt> [slot]</tt></h3>
<p>Use <a href="qaction.html#checked-prop">setChecked</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#isOn">isOn</a>().</p>
<!-- @@@setOn -->
<!-- $$$setToggleAction[overload1]$$$setToggleActionbool -->
<h3 class="fn"><a name="setToggleAction"></a><span class="type">void</span> QAction::<span class="name">setToggleAction</span> ( <span class="type">bool</span> <i>b</i> )</h3>
<p>Use <a href="qaction.html#checkable-prop">setCheckable</a>() instead.</p>
<p><b>See also </b><a href="qaction-qt3.html#isToggleAction">isToggleAction</a>().</p>
<!-- @@@setToggleAction -->
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
    <p>
      <acronym title="Copyright">&copy;</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>