diff options
author | Michele Calgaro <[email protected]> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /doc/html/tqmenubar.html | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqmenubar.html')
-rw-r--r-- | doc/html/tqmenubar.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 8671430b9..8ef8cdfea 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -137,7 +137,7 @@ and adding <a href="tqaction.html">TQAction</a>s to the popup menus. various <a href="tqmenudata.html#insertItem">insertItem()</a> overloads, as well as separators, see <a href="tqmenudata.html#insertSeparator">insertSeparator()</a>. You can also add custom menu items that are derived from -<a href="qcustommenuitem.html">TQCustomMenuItem</a>. +<a href="tqcustommenuitem.html">TQCustomMenuItem</a>. <p> Menu items may be removed with <a href="tqmenudata.html#removeItem">removeItem</a>() and enabled or disabled with <a href="tqmenudata.html#setItemEnabled">setItemEnabled()</a>. <p> <img src=tqmenubar-m.png> <img src=tqmenubar-w.png> @@ -175,7 +175,7 @@ created to call <a href="ntqapplication.html#quit">TQApplication::quit</a>() </table></center> <p> <a href="menu-example.html">menu/menu.cpp</a> is an example of TQMenuBar and <a href="tqpopupmenu.html">TQPopupMenu</a> use. -<p> <p>See also <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="ntqaccel.html">TQAccel</a>, <a href="tqaction.html">TQAction</a>, <a href="http://developer.apple.com/techpubs/macosx/Carbon/HumanInterfaceToolbox/Aqua/aqua.html">Aqua Style Guidelines</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Menu Bar</a>, and <a href="application.html">Main Window and Related Classes</a>. +<p> <p>See also <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqaccel.html">TQAccel</a>, <a href="tqaction.html">TQAction</a>, <a href="http://developer.apple.com/techpubs/macosx/Carbon/HumanInterfaceToolbox/Aqua/aqua.html">Aqua Style Guidelines</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Menu Bar</a>, and <a href="application.html">Main Window and Related Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Separator-enum"></a>TQMenuBar::Separator</h3> @@ -254,7 +254,7 @@ The family of <a href="tqmenudata.html#insertItem">insertItem</a>() functions in popup menu or a menu bar. <p> A menu item is usually either a text string or a pixmap, both with an optional icon or keyboard accelerator. For special cases it is -also possible to insert custom items (see <a href="qcustommenuitem.html">TQCustomMenuItem</a>) or +also possible to insert custom items (see <a href="tqcustommenuitem.html">TQCustomMenuItem</a>) or even widgets into popup menus. <p> Some insertItem() members take a popup menu as an additional argument. Use this to insert submenus into existing menus or @@ -301,7 +301,7 @@ that live in a menu bar since their accelerators will then be installed in the menu bar itself. This also applies to stand-alone popup menus that have a top-level widget in their <a href="tqwidget.html#parentWidget">parentWidget</a>() chain. The menu will then install its accelerator object on that -top-level widget. For all other cases use an independent <a href="ntqaccel.html">TQAccel</a> +top-level widget. For all other cases use an independent <a href="tqaccel.html">TQAccel</a> object. <p> <b>Warning:</b> Be careful when passing a literal 0 to <a href="tqmenudata.html#insertItem">insertItem</a>() because some C++ compilers choose the wrong overloaded function. @@ -312,7 +312,7 @@ about signals or slots. Instead insert the items into a popup menu and insert the popup menu into the menubar. This may be fixed in a future TQt version. <p> Returns the allocated <a href="tqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). -<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(), <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#setAccel">setAccel</a>(), <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(), <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#setAccel">setAccel</a>(), <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqaccel.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="tqiconset.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 ) @@ -323,7 +323,7 @@ This is an overloaded member function, provided for convenience. It behaves esse menu item is connected it to the <em>receiver</em>'s <em>member</em> slot. The icon will be displayed to the left of the text in the item. <p> Returns the allocated <a href="tqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). -<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(), <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#setAccel">setAccel</a>(), <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(), <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#setAccel">setAccel</a>(), <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. <h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="tqpixmap.html">TQPixmap</a> & pixmap, 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> @@ -347,7 +347,7 @@ the item. The item is connected to the <em>member</em> slot in the <em>receiver< <p> To look best when being highlighted as a menu item, the pixmap should provide a mask (see <a href="tqpixmap.html#mask">TQPixmap::mask</a>()). <p> Returns the allocated <a href="tqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). -<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(), <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#setAccel">setAccel</a>(), <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(), <a href="tqmenudata.html#changeItem">changeItem</a>(), <a href="tqmenudata.html#setAccel">setAccel</a>(), <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqaccel.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="tqstring.html">TQString</a> & text, int id = -1, int index = -1 ) </h3> @@ -463,7 +463,7 @@ safely by calling: <p> Returns the allocated <a href="tqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>(). -<h3 class=fn>int <a name="insertItem-e"></a>TQMenuData::insertItem ( const <a href="tqiconset.html">TQIconSet</a> & icon, <a href="qcustommenuitem.html">TQCustomMenuItem</a> * custom, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-e"></a>TQMenuData::insertItem ( const <a href="tqiconset.html">TQIconSet</a> & icon, <a href="tqcustommenuitem.html">TQCustomMenuItem</a> * custom, 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 custom menu item <em>custom</em> with an <em>icon</em> and with @@ -472,9 +472,9 @@ optional id <em>id</em>, and optional <em>index</em> position. bars. Ownership of <em>custom</em> is transferred to the popup menu. <p> If you want to connect a custom item to a slot, use <a href="tqmenudata.html#connectItem">connectItem</a>(). <p> Returns the allocated <a href="tqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). -<p> <p>See also <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqmenudata.html#removeItem">removeItem</a>(), and <a href="qcustommenuitem.html">TQCustomMenuItem</a>. +<p> <p>See also <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqmenudata.html#removeItem">removeItem</a>(), and <a href="tqcustommenuitem.html">TQCustomMenuItem</a>. -<h3 class=fn>int <a name="insertItem-f"></a>TQMenuData::insertItem ( <a href="qcustommenuitem.html">TQCustomMenuItem</a> * custom, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-f"></a>TQMenuData::insertItem ( <a href="tqcustommenuitem.html">TQCustomMenuItem</a> * custom, 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 custom menu item <em>custom</em> with optional id <em>id</em>, and @@ -483,7 +483,7 @@ optional <em>index</em> position. bars. Ownership of <em>custom</em> is transferred to the popup menu. <p> If you want to connect a custom item to a slot, use <a href="tqmenudata.html#connectItem">connectItem</a>(). <p> Returns the allocated <a href="tqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). -<p> <p>See also <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqmenudata.html#removeItem">removeItem</a>(), and <a href="qcustommenuitem.html">TQCustomMenuItem</a>. +<p> <p>See also <a href="tqmenudata.html#connectItem">connectItem</a>(), <a href="tqmenudata.html#removeItem">removeItem</a>(), and <a href="tqcustommenuitem.html">TQCustomMenuItem</a>. <h3 class=fn>int <a name="insertSeparator"></a>TQMenuData::insertSeparator ( int index = -1 ) </h3> |