summaryrefslogtreecommitdiffstats
path: root/doc/html/qcustommenuitem.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcustommenuitem.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcustommenuitem.html')
-rw-r--r--doc/html/qcustommenuitem.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qcustommenuitem.html b/doc/html/qcustommenuitem.html
index eab2a03db..ba27be589 100644
--- a/doc/html/qcustommenuitem.html
+++ b/doc/html/qcustommenuitem.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQCustomMenuItem class is an abstract base class for custom menu items in popup menus.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qmenudata-h.html">qmenudata.h</a>&gt;</tt>
-<p>Inherits <a href="qt.html">TQt</a>.
+<p><tt>#include &lt;<a href="qmenudata-h.html">ntqmenudata.h</a>&gt;</tt>
+<p>Inherits <a href="ntqt.html">TQt</a>.
<p><a href="qcustommenuitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -60,7 +60,7 @@ application specific menu items. Examples are items showing
different fonts in a word processor or menus that allow the
selection of drawing utilities in a vector drawing program.
<p> A custom item is inserted into a popup menu with
-<a href="qmenudata.html#insertItem">TQPopupMenu::insertItem</a>().
+<a href="ntqmenudata.html#insertItem">TQPopupMenu::insertItem</a>().
<p> By default, a custom item can also have an icon and a keyboard
accelerator. You can reimplement <a href="#fullSpan">fullSpan</a>() to return TRUE if you
want the item to span the entire popup menu width. This is
@@ -78,7 +78,7 @@ example how custom menu items can be used.
recognize shortcut keys that are from text with ampersands. Normal
accelerators work though.
<p> <img src=qpopmenu-fancy.png>
-<p> <p>See also <a href="qmenudata.html">TQMenuData</a>, <a href="qpopupmenu.html">TQPopupMenu</a>, and <a href="misc.html">Miscellaneous Classes</a>.
+<p> <p>See also <a href="ntqmenudata.html">TQMenuData</a>, <a href="ntqpopupmenu.html">TQPopupMenu</a>, and <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQCustomMenuItem"></a>TQCustomMenuItem::TQCustomMenuItem ()
@@ -101,7 +101,7 @@ well.
Returns TRUE if this item is just a separator; otherwise returns
FALSE.
-<h3 class=fn>void <a name="paint"></a>TQCustomMenuItem::paint ( <a href="qpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, bool&nbsp;act, bool&nbsp;enabled, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="paint"></a>TQCustomMenuItem::paint ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, bool&nbsp;act, bool&nbsp;enabled, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h )<tt> [pure virtual]</tt>
</h3>
<p> Paints this item. When this function is invoked, the painter <em>p</em>
@@ -112,14 +112,14 @@ and enabled if <em>enabled</em> is TRUE. The geometry values <em>x</em>, <em>y</
<p> Do not draw any background, this has already been done by the
popup menu according to the current GUI style.
-<h3 class=fn>void <a name="setFont"></a>TQCustomMenuItem::setFont ( const&nbsp;<a href="qfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setFont"></a>TQCustomMenuItem::setFont ( const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )<tt> [virtual]</tt>
</h3>
Sets the font of the custom menu item to <em>font</em>.
<p> This function is called whenever the font in the popup menu
changes. For menu items that show their own individual font entry,
you want to ignore this.
-<h3 class=fn><a href="qsize.html">TQSize</a> <a name="sizeHint"></a>TQCustomMenuItem::sizeHint ()<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQCustomMenuItem::sizeHint ()<tt> [pure virtual]</tt>
</h3>
<p> Returns the item's size hint.