diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqpopupmenu.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpopupmenu.html')
-rw-r--r-- | doc/html/ntqpopupmenu.html | 26 |
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 id, const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn>void <a name="changeItem"></a>TQMenuData::changeItem ( int id, const <a href="tqstring.html">TQString</a> & 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 id, const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn>void <a name="changeItem-3"></a>TQMenuData::changeItem ( int id, const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int 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 <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int 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 <a href="ntqstring.html">TQString</a> & text, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-5"></a>TQMenuData::insertItem ( const <a href="tqstring.html">TQString</a> & text, int id = -1, int 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 <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-6"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & text, int id = -1, int 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 <a href="ntqstring.html">TQString</a> & text, <a href="ntqpopupmenu.html">TQPopupMenu</a> * popup, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-7"></a>TQMenuData::insertItem ( const <a href="tqstring.html">TQString</a> & text, <a href="ntqpopupmenu.html">TQPopupMenu</a> * popup, int id = -1, int 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 <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, <a href="ntqpopupmenu.html">TQPopupMenu</a> * popup, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-8"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & text, <a href="ntqpopupmenu.html">TQPopupMenu</a> * popup, int id = -1, int 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 id, const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn>void <a name="setWhatsThis"></a>TQMenuData::setWhatsThis ( int id, const <a href="tqstring.html">TQString</a> & 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 id ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQMenuData::text ( int 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 id ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="whatsThis"></a>TQMenuData::whatsThis ( int 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> |