diff options
Diffstat (limited to 'doc/html/tqmenudata.html')
-rw-r--r-- | doc/html/tqmenudata.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqmenudata.html b/doc/html/tqmenudata.html index f24003be7..9d9448a62 100644 --- a/doc/html/tqmenudata.html +++ b/doc/html/tqmenudata.html @@ -146,7 +146,7 @@ connected. Returns the accelerator key that has been defined for the menu item <em>id</em>, or 0 if it has no accelerator key or if there is no such menu item. -<p> <p>See also <a href="#setAccel">setAccel</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="#setAccel">setAccel</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="tqnamespace-h.html">tqnamespace.h</a>. <h3 class=fn>void <a name="activateItemAt"></a>TQMenuData::activateItemAt ( int index )<tt> [virtual]</tt> </h3> @@ -336,7 +336,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="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="tqnamespace-h.html">tqnamespace.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="tqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) @@ -347,7 +347,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="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="tqnamespace-h.html">tqnamespace.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="tqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> @@ -371,7 +371,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="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. +<p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="tqaccel.html">TQAccel</a>, and <a href="tqnamespace-h.html">tqnamespace.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> @@ -597,7 +597,7 @@ Removes the menu item at position <em>index</em>. Sets the accelerator key for the menu item <em>id</em> to <em>key</em>. <p> An accelerator key consists of a key code and a combination of the modifiers <tt>SHIFT</tt>, <tt>CTRL</tt>, <tt>ALT</tt> or <tt>UNICODE_ACCEL</tt> (OR'ed or -added). The header file <a href="qnamespace-h.html">ntqnamespace.h</a> contains a list of key +added). The header file <a href="tqnamespace-h.html">tqnamespace.h</a> contains a list of key codes. <p> Defining an accelerator key produces a text that is added to the menu item; for instance, <tt>CTRL</tt> + <tt>Key_O</tt> produces "Ctrl+O". The |