summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpopupmenu.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqpopupmenu.html')
-rw-r--r--doc/html/ntqpopupmenu.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/ntqpopupmenu.html b/doc/html/ntqpopupmenu.html
index 796749d64..78310f096 100644
--- a/doc/html/ntqpopupmenu.html
+++ b/doc/html/ntqpopupmenu.html
@@ -227,7 +227,7 @@ from an array). This signal is useful in such cases.
<p> <p>See also <a href="#highlighted">highlighted</a>() and <a href="ntqmenudata.html#insertItem">TQMenuData::insertItem</a>().
<p>Examples: <a href="grapher-nsplugin-example.html#x2767">grapher/grapher.cpp</a>, <a href="helpviewer-example.html#x1004">helpviewer/helpwindow.cpp</a>, <a href="qdir-example.html#x1835">qdir/qdir.cpp</a>, <a href="qwerty-example.html#x386">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x642">scrollview/scrollview.cpp</a>, and <a href="showimg-example.html#x1341">showimg/showimg.cpp</a>.
-<h3 class=fn>void <a name="changeItem"></a>TQMenuData::changeItem ( int&nbsp;id, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="changeItem"></a>TQMenuData::changeItem ( int&nbsp;id, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Changes the text of the menu item <em>id</em> to <em>text</em>. If the item
has an icon, the icon remains unchanged.
@@ -240,7 +240,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
If the item has an icon, the icon is unchanged.
<p> <p>See also <a href="ntqmenudata.html#pixmap">pixmap</a>().
-<h3 class=fn>void <a name="changeItem-3"></a>TQMenuData::changeItem ( int&nbsp;id, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="changeItem-3"></a>TQMenuData::changeItem ( int&nbsp;id, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Changes the iconset and text of the menu item <em>id</em> to the <em>icon</em>
@@ -374,7 +374,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Returns the id of the item at <em>pos</em>, or -1 if there is no item
there or if it is a separator.
-<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member, const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;accel = 0, int&nbsp;id = -1, int&nbsp;index = -1 )
+<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member, const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;accel = 0, int&nbsp;id = -1, int&nbsp;index = -1 )
</h3>
The family of <a href="ntqmenudata.html#insertItem">insertItem</a>() functions inserts menu items into a
popup menu or a menu bar.
@@ -441,7 +441,7 @@ version.
<p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), <a href="ntqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>.
<p>Examples: <a href="addressbook-example.html#x569">addressbook/mainwindow.cpp</a>, <a href="canvas-example.html#x2936">canvas/canvas.cpp</a>, <a href="menu-example.html#x1869">menu/menu.cpp</a>, <a href="qwerty-example.html#x371">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x634">scrollview/scrollview.cpp</a>, <a href="showimg-example.html#x1327">showimg/showimg.cpp</a>, and <a href="sound-example.html#x2810">sound/sound.cpp</a>.
-<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member, const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;accel = 0, int&nbsp;id = -1, int&nbsp;index = -1 )
+<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member, const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;accel = 0, int&nbsp;id = -1, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a menu item with icon <em>icon</em>, text <em>text</em>, accelerator
@@ -475,7 +475,7 @@ should provide a mask (see <a href="ntqpixmap.html#mask">TQPixmap::mask</a>()).
<p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0).
<p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), <a href="ntqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>.
-<h3 class=fn>int <a name="insertItem-5"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;id = -1, int&nbsp;index = -1 )
+<h3 class=fn>int <a name="insertItem-5"></a>TQMenuData::insertItem ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;id = -1, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a menu item with text <em>text</em>, optional id <em>id</em>, and
@@ -483,7 +483,7 @@ optional <em>index</em> position.
<p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0).
<p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), and <a href="ntqmenudata.html#connectItem">connectItem</a>().
-<h3 class=fn>int <a name="insertItem-6"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;id = -1, int&nbsp;index = -1 )
+<h3 class=fn>int <a name="insertItem-6"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;id = -1, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a menu item with icon <em>icon</em>, text <em>text</em>, optional id
@@ -492,7 +492,7 @@ to the left of the text in the item.
<p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0).
<p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), and <a href="ntqmenudata.html#connectItem">connectItem</a>().
-<h3 class=fn>int <a name="insertItem-7"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;*&nbsp;popup, int&nbsp;id = -1, int&nbsp;index = -1 )
+<h3 class=fn>int <a name="insertItem-7"></a>TQMenuData::insertItem ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;*&nbsp;popup, int&nbsp;id = -1, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a menu item with text <em>text</em>, submenu <em>popup</em>, optional
@@ -503,7 +503,7 @@ the menu is deleted.
<p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0).
<p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), and <a href="ntqmenudata.html#connectItem">connectItem</a>().
-<h3 class=fn>int <a name="insertItem-8"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;*&nbsp;popup, int&nbsp;id = -1, int&nbsp;index = -1 )
+<h3 class=fn>int <a name="insertItem-8"></a>TQMenuData::insertItem ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;*&nbsp;popup, int&nbsp;id = -1, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a menu item with icon <em>icon</em>, text <em>text</em>, submenu <em>popup</em>, optional id <em>id</em>, and optional <em>index</em> position. The icon
@@ -785,17 +785,17 @@ If <em>visible</em> is TRUE, shows the menu item with id <em>id</em>; otherwise
hides the menu item with id <em>id</em>.
<p> <p>See also <a href="ntqmenudata.html#isItemVisible">isItemVisible</a>() and <a href="ntqmenudata.html#isItemEnabled">isItemEnabled</a>().
-<h3 class=fn>void <a name="setWhatsThis"></a>TQMenuData::setWhatsThis ( int&nbsp;id, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setWhatsThis"></a>TQMenuData::setWhatsThis ( int&nbsp;id, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Sets <em>text</em> as What's This help for the menu item with identifier
<em>id</em>.
<p> <p>See also <a href="ntqmenudata.html#whatsThis">whatsThis</a>().
<p>Examples: <a href="simple-application-example.html#x1554">application/application.cpp</a>, <a href="helpsystem-example.html#x2689">helpsystem/mainwindow.cpp</a>, and <a href="mdi-example.html#x2035">mdi/application.cpp</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQMenuData::text ( int&nbsp;id ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQMenuData::text ( int&nbsp;id ) const
</h3>
Returns the text that has been set for menu item <em>id</em>, or
-<a href="ntqstring.html#TQString-null">TQString::null</a> if no text has been set.
+<a href="tqstring.html#TQString-null">TQString::null</a> if no text has been set.
<p> <p>See also <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#pixmap">pixmap</a>(), and <a href="ntqmenudata.html#iconSet">iconSet</a>().
<p>Examples: <a href="qdir-example.html#x1831">qdir/qdir.cpp</a> and <a href="showimg-example.html#x1332">showimg/showimg.cpp</a>.
@@ -804,9 +804,9 @@ Returns the text that has been set for menu item <em>id</em>, or
Updates the item with identity <em>id</em>.
<p>Reimplemented from <a href="ntqmenudata.html#updateItem">TQMenuData</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="whatsThis"></a>TQMenuData::whatsThis ( int&nbsp;id ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="whatsThis"></a>TQMenuData::whatsThis ( int&nbsp;id ) const
</h3>
-Returns the What's This help text for the item with identifier <em>id</em> or <a href="ntqstring.html#TQString-null">TQString::null</a> if no text has yet been defined.
+Returns the What's This help text for the item with identifier <em>id</em> or <a href="tqstring.html#TQString-null">TQString::null</a> if no text has yet been defined.
<p> <p>See also <a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>().
<hr><h2>Property Documentation</h2>