diff options
Diffstat (limited to 'doc/html')
355 files changed, 5826 insertions, 5826 deletions
diff --git a/doc/html/aclock-example.html b/doc/html/aclock-example.html index 06360b92c..e0f5d3839 100644 --- a/doc/html/aclock-example.html +++ b/doc/html/aclock-example.html @@ -62,10 +62,10 @@ public: protected: void updateMask(); - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> *); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> *); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> *); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> *); - void drawClock( <a href="ntqpainter.html">TQPainter</a>* ); + void drawClock( <a href="tqpainter.html">TQPainter</a>* ); private slots: void timeout(); @@ -97,7 +97,7 @@ private: #include "aclock.h" #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqbitmap-h.html">tqbitmap.h</a>> // @@ -158,12 +158,12 @@ void <a name="f386"></a>AnalogClock::timeout() } -void AnalogClock::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void AnalogClock::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { if ( <a href="tqwidget.html#autoMask">autoMask</a>() ) return; - <a href="ntqpainter.html">TQPainter</a> paint( this ); -<a name="x1190"></a> paint.<a href="ntqpainter.html#setBrush">setBrush</a>( <a href="tqwidget.html#colorGroup">colorGroup</a>().foreground() ); + <a href="tqpainter.html">TQPainter</a> paint( this ); +<a name="x1190"></a> paint.<a href="tqpainter.html#setBrush">setBrush</a>( <a href="tqwidget.html#colorGroup">colorGroup</a>().foreground() ); drawClock( &paint ); } @@ -175,14 +175,14 @@ void AnalogClock::updateMask() // paint clock mask <a href="tqbitmap.html">TQBitmap</a> bm( <a href="tqwidget.html#size">size</a>() ); bm.<a href="ntqpixmap.html#fill">fill</a>( color0 ); //transparent - <a href="ntqpainter.html">TQPainter</a> paint; -<a name="x1183"></a> paint.<a href="ntqpainter.html#begin">begin</a>( &bm, this ); - paint.<a href="ntqpainter.html#setBrush">setBrush</a>( color1 ); // use non-transparent color - paint.<a href="ntqpainter.html#setPen">setPen</a>( color1 ); + <a href="tqpainter.html">TQPainter</a> paint; +<a name="x1183"></a> paint.<a href="tqpainter.html#begin">begin</a>( &bm, this ); + paint.<a href="tqpainter.html#setBrush">setBrush</a>( color1 ); // use non-transparent color + paint.<a href="tqpainter.html#setPen">setPen</a>( color1 ); drawClock( &paint ); -<a name="x1186"></a> paint.<a href="ntqpainter.html#end">end</a>(); +<a name="x1186"></a> paint.<a href="tqpainter.html#end">end</a>(); <a href="tqwidget.html#setMask">setMask</a>( bm ); } @@ -191,37 +191,37 @@ void AnalogClock::updateMask() // paint clock mask // the a centered square, as big as possible. The painter's pen and // brush colors are used. // -void <a name="f387"></a>AnalogClock::drawClock( <a href="ntqpainter.html">TQPainter</a> *paint ) +void <a name="f387"></a>AnalogClock::drawClock( <a href="tqpainter.html">TQPainter</a> *paint ) { -<a name="x1189"></a> paint-><a href="ntqpainter.html#save">save</a>(); +<a name="x1189"></a> paint-><a href="tqpainter.html#save">save</a>(); -<a name="x1193"></a> paint-><a href="ntqpainter.html#setWindow">setWindow</a>( -500,-500, 1000,1000 ); +<a name="x1193"></a> paint-><a href="tqpainter.html#setWindow">setWindow</a>( -500,-500, 1000,1000 ); -<a name="x1194"></a> <a href="ntqrect.html">TQRect</a> v = paint-><a href="ntqpainter.html#viewport">viewport</a>(); +<a name="x1194"></a> <a href="ntqrect.html">TQRect</a> v = paint-><a href="tqpainter.html#viewport">viewport</a>(); int d = TQMIN( v.<a href="ntqrect.html#width">width</a>(), v.<a href="ntqrect.html#height">height</a>() ); -<a name="x1198"></a><a name="x1192"></a> paint-><a href="ntqpainter.html#setViewport">setViewport</a>( v.<a href="ntqrect.html#left">left</a>() + (v.<a href="ntqrect.html#width">width</a>()-d)/2, +<a name="x1198"></a><a name="x1192"></a> paint-><a href="tqpainter.html#setViewport">setViewport</a>( v.<a href="ntqrect.html#left">left</a>() + (v.<a href="ntqrect.html#width">width</a>()-d)/2, <a name="x1199"></a> v.<a href="ntqrect.html#top">top</a>() + (v.<a href="ntqrect.html#height">height</a>()-d)/2, d, d ); <a href="ntqpointarray.html">TQPointArray</a> pts; - paint-><a href="ntqpainter.html#save">save</a>(); -<a name="x1188"></a> paint-><a href="ntqpainter.html#rotate">rotate</a>( 30*(time.hour()%12-3) + time.minute()/2 ); + paint-><a href="tqpainter.html#save">save</a>(); +<a name="x1188"></a> paint-><a href="tqpainter.html#rotate">rotate</a>( 30*(time.hour()%12-3) + time.minute()/2 ); <a name="x1196"></a> pts.setPoints( 4, -20,0, 0,-20, 300,0, 0,20 ); -<a name="x1184"></a> paint-><a href="ntqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); -<a name="x1187"></a> paint-><a href="ntqpainter.html#restore">restore</a>(); +<a name="x1184"></a> paint-><a href="tqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); +<a name="x1187"></a> paint-><a href="tqpainter.html#restore">restore</a>(); - paint-><a href="ntqpainter.html#save">save</a>(); - paint-><a href="ntqpainter.html#rotate">rotate</a>( (time.minute()-15)*6 ); + paint-><a href="tqpainter.html#save">save</a>(); + paint-><a href="tqpainter.html#rotate">rotate</a>( (time.minute()-15)*6 ); pts.setPoints( 4, -10,0, 0,-10, 400,0, 0,10 ); - paint-><a href="ntqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); - paint-><a href="ntqpainter.html#restore">restore</a>(); + paint-><a href="tqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); + paint-><a href="tqpainter.html#restore">restore</a>(); for ( int i=0; i<12; i++ ) { -<a name="x1185"></a> paint-><a href="ntqpainter.html#drawLine">drawLine</a>( 440,0, 460,0 ); - paint-><a href="ntqpainter.html#rotate">rotate</a>( 30 ); +<a name="x1185"></a> paint-><a href="tqpainter.html#drawLine">drawLine</a>( 440,0, 460,0 ); + paint-><a href="tqpainter.html#rotate">rotate</a>( 30 ); } - paint-><a href="ntqpainter.html#restore">restore</a>(); + paint-><a href="tqpainter.html#restore">restore</a>(); } diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 0c8c79a81..fa9802195 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqbitval.html">TQBitVal</a></b><td>Internal class, used with TQBitArray <tr bgcolor=#f0f0f0><td><b><a href="tqbitmap.html">TQBitmap</a></b><td>Monochrome (1-bit depth) pixmaps <tr bgcolor=#f0f0f0><td><b><a href="qboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically -<tr bgcolor=#f0f0f0><td><b><a href="ntqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter +<tr bgcolor=#f0f0f0><td><b><a href="tqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter <tr bgcolor=#f0f0f0><td><b><a href="tqbuffer.html">TQBuffer</a></b><td>I/O device that operates on a TQByteArray <tr bgcolor=#f0f0f0><td><b><a href="ntqbutton.html">TQButton</a></b><td>The abstract base class of button widgets, providing functionality common to buttons <tr bgcolor=#f0f0f0><td><b><a href="ntqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group @@ -84,10 +84,10 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qchildevent.html">TQChildEvent</a></b><td>Event parameters for child object events <tr bgcolor=#f0f0f0><td><b><a href="tqclipboard.html">TQClipboard</a></b><td>Access to the window system clipboard <tr bgcolor=#f0f0f0><td><b><a href="qcloseevent.html">TQCloseEvent</a></b><td>Parameters that describe a close event -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors +<tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values +<tr bgcolor=#f0f0f0><td><b><a href="tqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors <tr bgcolor=#f0f0f0><td><b><a href="tqcolordrag.html">TQColorDrag</a></b><td>Drag and drop object for transferring colors -<tr bgcolor=#f0f0f0><td><b><a href="qcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors +<tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors <tr bgcolor=#f0f0f0><td><b><a href="ntqcombobox.html">TQComboBox</a></b><td>Combined button and popup list <tr bgcolor=#f0f0f0><td><b><a href="qcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables <tr bgcolor=#f0f0f0><td><b><a href="ntqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI @@ -151,11 +151,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqfilepreview.html">TQFilePreview</a></b><td>File previewing in TQFileDialog <tr bgcolor=#f0f0f0><td><b><a href="ntqfocusdata.html">TQFocusData</a></b><td>Maintains the list of widgets in the focus chain <tr bgcolor=#f0f0f0><td><b><a href="qfocusevent.html">TQFocusEvent</a></b><td>Event parameters for widget focus events -<tr bgcolor=#f0f0f0><td><b><a href="ntqfont.html">TQFont</a></b><td>Font used for drawing text -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontdatabase.html">TQFontDatabase</a></b><td>Information about the fonts available in the underlying window system -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontinfo.html">TQFontInfo</a></b><td>General information about fonts -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information +<tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text +<tr bgcolor=#f0f0f0><td><b><a href="tqfontdatabase.html">TQFontDatabase</a></b><td>Information about the fonts available in the underlying window system +<tr bgcolor=#f0f0f0><td><b><a href="tqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font +<tr bgcolor=#f0f0f0><td><b><a href="tqfontinfo.html">TQFontInfo</a></b><td>General information about fonts +<tr bgcolor=#f0f0f0><td><b><a href="tqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information <tr bgcolor=#f0f0f0><td><b><a href="ntqframe.html">TQFrame</a></b><td>The base class of widgets that can have a frame <tr bgcolor=#f0f0f0><td><b><a href="tqftp.html">TQFtp</a></b><td>Implementation of the FTP protocol <tr bgcolor=#f0f0f0><td><b><a href="ntqgl.html">TQGL</a></b><td>Namespace for miscellaneous identifiers in the TQt OpenGL module @@ -247,7 +247,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qmotifwidget.html">TQMotifWidget</a></b><td>The TQWidget API for Xt/Motif widgets <tr bgcolor=#f0f0f0><td><b><a href="qmouseevent.html">TQMouseEvent</a></b><td>Parameters that describe a mouse event <tr bgcolor=#f0f0f0><td><b><a href="qmoveevent.html">TQMoveEvent</a></b><td>Event parameters for move events -<tr bgcolor=#f0f0f0><td><b><a href="ntqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses +<tr bgcolor=#f0f0f0><td><b><a href="tqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses <tr bgcolor=#f0f0f0><td><b><a href="tqmutex.html">TQMutex</a></b><td>Access serialization between threads <tr bgcolor=#f0f0f0><td><b><a href="tqmutexlocker.html">TQMutexLocker</a></b><td>Simplifies locking and unlocking TQMutexes <tr bgcolor=#f0f0f0><td><b><a href="qnpinstance.html">TQNPInstance</a></b><td>TQObject that is a web browser plugin @@ -261,10 +261,10 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects <tr bgcolor=#f0f0f0><td><b><a href="tqobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists <tr bgcolor=#f0f0f0><td><b><a href="qpngimagepacker.html">TQPNGImagePacker</a></b><td>Creates well-compressed PNG animations -<tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted -<tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device -<tr bgcolor=#f0f0f0><td><b><a href="qpaintevent.html">TQPaintEvent</a></b><td>Event parameters for paint events -<tr bgcolor=#f0f0f0><td><b><a href="ntqpainter.html">TQPainter</a></b><td>Does low-level painting e.g. on widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintevent.html">TQPaintEvent</a></b><td>Event parameters for paint events +<tr bgcolor=#f0f0f0><td><b><a href="tqpainter.html">TQPainter</a></b><td>Does low-level painting e.g. on widgets <tr bgcolor=#f0f0f0><td><b><a href="tqpair.html">TQPair</a></b><td>Value-based template class that provides a pair of elements <tr bgcolor=#f0f0f0><td><b><a href="ntqpalette.html">TQPalette</a></b><td>Color groups for each widget state <tr bgcolor=#f0f0f0><td><b><a href="ntqpen.html">TQPen</a></b><td>Defines how a TQPainter should draw lines and outlines of shapes diff --git a/doc/html/appearance.html b/doc/html/appearance.html index 68140959b..3d43b3b2e 100644 --- a/doc/html/appearance.html +++ b/doc/html/appearance.html @@ -39,11 +39,11 @@ style. <tr bgcolor=#f0f0f0><td><b><a href="qboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically <tr bgcolor=#f0f0f0><td><b><a href="ntqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="ntqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values -<tr bgcolor=#f0f0f0><td><b><a href="qcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors +<tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values +<tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors <tr bgcolor=#f0f0f0><td><b><a href="ntqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape -<tr bgcolor=#f0f0f0><td><b><a href="ntqfont.html">TQFont</a></b><td>Font used for drawing text +<tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text <tr bgcolor=#f0f0f0><td><b><a href="qglayoutiterator.html">TQGLayoutIterator</a></b><td>Abstract base class of internal layout iterators <tr bgcolor=#f0f0f0><td><b><a href="ntqgrid.html">TQGrid</a></b><td>Simple geometry management of its children <tr bgcolor=#f0f0f0><td><b><a href="qgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index 565fa41a3..a701c594c 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -63,7 +63,7 @@ public: protected: void timerEvent( <a href="tqtimerevent.html">TQTimerEvent</a> * ); - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); private: @@ -95,7 +95,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro #include "biff.h" #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <unistd.h> #include <stdlib.h> @@ -144,7 +144,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro } -void Biff::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void Biff::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { if ( gotMail ) <a href="tqimage.html#bitBlt">bitBlt</a>( this, 0, 0, &hasNewMail ); diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index 7e54b4599..19d8b9a16 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -67,7 +67,7 @@ SOURCES += element.cpp \ <p> <pre>#ifndef ELEMENT_H #define ELEMENT_H -#include <<a href="qcolor-h.html">ntqcolor.h</a>> +#include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qnamespace-h.html">ntqnamespace.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqvaluevector-h.html">tqvaluevector.h</a>> @@ -92,7 +92,7 @@ public: Element( double value = INVALID, TQColor valueColor = TQt::gray, int valuePattern = TQt::SolidPattern, const <a href="tqstring.html">TQString</a>& label = <a href="tqstring.html#TQString-null">TQString::null</a>, - <a href="ntqcolor.html">TQColor</a> labelColor = TQt::black ) { + <a href="tqcolor.html">TQColor</a> labelColor = TQt::black ) { init( value, valueColor, valuePattern, label, labelColor ); for ( int i = 0; i < MAX_PROPOINTS * 2; ++i ) m_propoints[i] = NO_PROPORTION; @@ -102,24 +102,24 @@ public: bool isValid() const { return m_value > EPSILON; } double value() const { return m_value; } - <a href="ntqcolor.html">TQColor</a> valueColor() const { return m_valueColor; } + <a href="tqcolor.html">TQColor</a> valueColor() const { return m_valueColor; } int valuePattern() const { return m_valuePattern; } <a href="tqstring.html">TQString</a> label() const { return m_label; } - <a href="ntqcolor.html">TQColor</a> labelColor() const { return m_labelColor; } + <a href="tqcolor.html">TQColor</a> labelColor() const { return m_labelColor; } double proX( int index ) const; double proY( int index ) const; void set( double value = INVALID, TQColor valueColor = TQt::gray, int valuePattern = TQt::SolidPattern, const <a href="tqstring.html">TQString</a>& label = TQString::null, - <a href="ntqcolor.html">TQColor</a> labelColor = TQt::black ) { + <a href="tqcolor.html">TQColor</a> labelColor = TQt::black ) { init( value, valueColor, valuePattern, label, labelColor ); } void setValue( double value ) { m_value = value; } - void setValueColor( <a href="ntqcolor.html">TQColor</a> valueColor ) { m_valueColor = valueColor; } + void setValueColor( <a href="tqcolor.html">TQColor</a> valueColor ) { m_valueColor = valueColor; } void setValuePattern( int valuePattern ); void setLabel( const <a href="tqstring.html">TQString</a>& label ) { m_label = label; } - void setLabelColor( <a href="ntqcolor.html">TQColor</a> labelColor ) { m_labelColor = labelColor; } + void setLabelColor( <a href="tqcolor.html">TQColor</a> labelColor ) { m_labelColor = labelColor; } void setProX( int index, double value ); void setProY( int index, double value ); @@ -136,10 +136,10 @@ private: const <a href="tqstring.html">TQString</a>& label, TQColor labelColor ); double m_value; - <a href="ntqcolor.html">TQColor</a> m_valueColor; + <a href="tqcolor.html">TQColor</a> m_valueColor; int m_valuePattern; <a href="tqstring.html">TQString</a> m_label; - <a href="ntqcolor.html">TQColor</a> m_labelColor; + <a href="tqcolor.html">TQColor</a> m_labelColor; double m_propoints[2 * MAX_PROPOINTS]; }; @@ -236,7 +236,7 @@ private: ChartType m_chartType; AddValuesType m_addValues; int m_decimalPlaces; - <a href="ntqfont.html">TQFont</a> m_font; + <a href="tqfont.html">TQFont</a> m_font; }; #endif @@ -254,8 +254,8 @@ private: #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> -#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> +#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -713,7 +713,7 @@ void <a name="f609"></a>ChartForm::updateChartType( <a href="tqaction.html">TQAc void <a name="f610"></a>ChartForm::optionsSetFont() { bool ok; -<a name="x2881"></a> <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); +<a name="x2881"></a> <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); if ( ok ) { m_font = font; drawElements(); diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index 5a6431723..d14444d2f 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -139,7 +139,7 @@ private: #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> @@ -178,7 +178,7 @@ public: int rtti () const { return imageRTTI; } bool hit( const <a href="ntqpoint.html">TQPoint</a>&) const; protected: - void drawShape( <a href="ntqpainter.html">TQPainter</a> & ); + void drawShape( <a href="tqpainter.html">TQPainter</a> & ); private: <a href="tqimage.html">TQImage</a> image; <a href="ntqpixmap.html">TQPixmap</a> pixmap; @@ -194,9 +194,9 @@ private: } -<a name="x2925"></a>void ImageItem::<a href="tqcanvasrectangle.html#drawShape">drawShape</a>( <a href="ntqpainter.html">TQPainter</a> &p ) +<a name="x2925"></a>void ImageItem::<a href="tqcanvasrectangle.html#drawShape">drawShape</a>( <a href="tqpainter.html">TQPainter</a> &p ) { - p.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>( int(<a href="tqcanvasitem.html#x">x</a>()), int(<a href="tqcanvasitem.html#y">y</a>()), pixmap ); + p.<a href="tqpainter.html#drawPixmap">drawPixmap</a>( int(<a href="tqcanvasitem.html#x">x</a>()), int(<a href="tqcanvasitem.html#y">y</a>()), pixmap ); } bool <a name="f624"></a>ImageItem::hit( const <a href="ntqpoint.html">TQPoint</a> &p ) const @@ -650,7 +650,7 @@ void <a name="f643"></a>Main::print() { if ( !printer ) printer = new <a href="ntqprinter.html">TQPrinter</a>; if ( printer->setup(this) ) { - <a href="ntqpainter.html">TQPainter</a> pp(printer); + <a href="tqpainter.html">TQPainter</a> pp(printer); <a name="x2908"></a> canvas.<a href="tqcanvas.html#drawArea">drawArea</a>(TQRect(0,0,canvas.<a href="tqcanvas.html#width">width</a>(),canvas.<a href="tqcanvas.html#height">height</a>()),&pp,FALSE); } } @@ -804,7 +804,7 @@ void <a name="f653"></a>Main::addMesh() int x0 = 0; int y0 = 0; - if ( !tb ) tb = new <a href="ntqbrush.html">TQBrush</a>( TQt::red ); + if ( !tb ) tb = new <a href="tqbrush.html">TQBrush</a>( TQt::red ); if ( !tp ) tp = new <a href="ntqpen.html">TQPen</a>( TQt::black ); int nodecount = 0; diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index 89a849922..f7b4bcff2 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -42,8 +42,8 @@ body { background: #ffffff; color: black; } #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> -#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> +#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -501,7 +501,7 @@ void <a name="f161"></a>ChartForm::updateChartType( <a href="tqaction.html">TQAc void <a name="f162"></a>ChartForm::optionsSetFont() { bool ok; -<a name="x2881"></a> <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); +<a name="x2881"></a> <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); if ( ok ) { m_font = font; drawElements(); diff --git a/doc/html/chart-chartform-h.html b/doc/html/chart-chartform-h.html index a438e5430..75ff19e97 100644 --- a/doc/html/chart-chartform-h.html +++ b/doc/html/chart-chartform-h.html @@ -118,7 +118,7 @@ private: ChartType m_chartType; AddValuesType m_addValues; int m_decimalPlaces; - <a href="ntqfont.html">TQFont</a> m_font; + <a href="tqfont.html">TQFont</a> m_font; }; #endif diff --git a/doc/html/chart-chartform_canvas-cpp.html b/doc/html/chart-chartform_canvas-cpp.html index 0c4fa1ae5..ffa470ec8 100644 --- a/doc/html/chart-chartform_canvas-cpp.html +++ b/doc/html/chart-chartform_canvas-cpp.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <pre>#include "canvastext.h" #include "chartform.h" -#include <<a href="qbrush-h.html">ntqbrush.h</a>> +#include <<a href="tqbrush-h.html">tqbrush.h</a>> #include <<a href="tqcanvas-h.html">tqcanvas.h</a>> #include <math.h> // sin, cos diff --git a/doc/html/chart-chartform_files-cpp.html b/doc/html/chart-chartform_files-cpp.html index a00fbddde..4dec516af 100644 --- a/doc/html/chart-chartform_files-cpp.html +++ b/doc/html/chart-chartform_files-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> @@ -136,7 +136,7 @@ void <a name="f175"></a>ChartForm::filePrint() if ( !m_printer ) m_printer = new <a href="ntqprinter.html">TQPrinter</a>; if ( m_printer-><a href="ntqprinter.html#setup">setup</a>() ) { - <a href="ntqpainter.html">TQPainter</a> painter( m_printer ); + <a href="tqpainter.html">TQPainter</a> painter( m_printer ); m_canvas->drawArea( TQRect( 0, 0, m_canvas->width(), m_canvas->height() ), &painter, FALSE ); if ( !m_printer-><a href="ntqprinter.html#outputFileName">outputFileName</a>().isEmpty() ) diff --git a/doc/html/chart-element-cpp.html b/doc/html/chart-element-cpp.html index 3ee388b98..258d6cff2 100644 --- a/doc/html/chart-element-cpp.html +++ b/doc/html/chart-element-cpp.html @@ -122,14 +122,14 @@ TQTextStream &operator>>( <a href="tqtextstream.html">TQTextStream</a> double value = fields[0].toDouble( &ok ); if ( !ok ) errors++; - <a href="ntqcolor.html">TQColor</a> valueColor = TQColor( fields[1] ); - if ( !valueColor.<a href="ntqcolor.html#isValid">isValid</a>() ) + <a href="tqcolor.html">TQColor</a> valueColor = TQColor( fields[1] ); + if ( !valueColor.<a href="tqcolor.html#isValid">isValid</a>() ) errors++; int valuePattern = fields[2].toInt( &ok ); if ( !ok ) errors++; - <a href="ntqcolor.html">TQColor</a> labelColor = TQColor( fields[3] ); - if ( !labelColor.<a href="ntqcolor.html#isValid">isValid</a>() ) + <a href="tqcolor.html">TQColor</a> labelColor = TQColor( fields[3] ); + if ( !labelColor.<a href="tqcolor.html#isValid">isValid</a>() ) errors++; <a href="tqstringlist.html">TQStringList</a> propoints = TQStringList::<a href="tqstringlist.html#split">split</a>( PROPOINT_SEP, fields[4] ); <a href="tqstring.html">TQString</a> label = data.<a href="tqstring.html#section">section</a>( FIELD_SEP, 5 ); diff --git a/doc/html/chart-element-h.html b/doc/html/chart-element-h.html index 70497a784..bb5bebe8e 100644 --- a/doc/html/chart-element-h.html +++ b/doc/html/chart-element-h.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <pre>#ifndef ELEMENT_H #define ELEMENT_H -#include <<a href="qcolor-h.html">ntqcolor.h</a>> +#include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qnamespace-h.html">ntqnamespace.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqvaluevector-h.html">tqvaluevector.h</a>> @@ -60,7 +60,7 @@ public: Element( double value = INVALID, TQColor valueColor = TQt::gray, int valuePattern = TQt::SolidPattern, const <a href="tqstring.html">TQString</a>& label = TQString::null, - <a href="ntqcolor.html">TQColor</a> labelColor = TQt::black ) { + <a href="tqcolor.html">TQColor</a> labelColor = TQt::black ) { init( value, valueColor, valuePattern, label, labelColor ); for ( int i = 0; i < MAX_PROPOINTS * 2; ++i ) m_propoints[i] = NO_PROPORTION; @@ -70,24 +70,24 @@ public: bool isValid() const { return m_value > EPSILON; } double value() const { return m_value; } - <a href="ntqcolor.html">TQColor</a> valueColor() const { return m_valueColor; } + <a href="tqcolor.html">TQColor</a> valueColor() const { return m_valueColor; } int valuePattern() const { return m_valuePattern; } <a href="tqstring.html">TQString</a> label() const { return m_label; } - <a href="ntqcolor.html">TQColor</a> labelColor() const { return m_labelColor; } + <a href="tqcolor.html">TQColor</a> labelColor() const { return m_labelColor; } double proX( int index ) const; double proY( int index ) const; void set( double value = INVALID, TQColor valueColor = TQt::gray, int valuePattern = TQt::SolidPattern, const <a href="tqstring.html">TQString</a>& label = TQString::null, - <a href="ntqcolor.html">TQColor</a> labelColor = TQt::black ) { + <a href="tqcolor.html">TQColor</a> labelColor = TQt::black ) { init( value, valueColor, valuePattern, label, labelColor ); } void setValue( double value ) { m_value = value; } - void setValueColor( <a href="ntqcolor.html">TQColor</a> valueColor ) { m_valueColor = valueColor; } + void setValueColor( <a href="tqcolor.html">TQColor</a> valueColor ) { m_valueColor = valueColor; } void setValuePattern( int valuePattern ); void setLabel( const <a href="tqstring.html">TQString</a>& label ) { m_label = label; } - void setLabelColor( <a href="ntqcolor.html">TQColor</a> labelColor ) { m_labelColor = labelColor; } + void setLabelColor( <a href="tqcolor.html">TQColor</a> labelColor ) { m_labelColor = labelColor; } void setProX( int index, double value ); void setProY( int index, double value ); @@ -104,10 +104,10 @@ private: const <a href="tqstring.html">TQString</a>& label, TQColor labelColor ); double m_value; - <a href="ntqcolor.html">TQColor</a> m_valueColor; + <a href="tqcolor.html">TQColor</a> m_valueColor; int m_valuePattern; <a href="tqstring.html">TQString</a> m_label; - <a href="ntqcolor.html">TQColor</a> m_labelColor; + <a href="tqcolor.html">TQColor</a> m_labelColor; double m_propoints[2 * MAX_PROPOINTS]; }; diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index 6401a5423..e6c2b89c6 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } #include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> -#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> +#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="qframe-h.html">ntqframe.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> @@ -150,19 +150,19 @@ body { background: #ffffff; color: black; } void <a name="f177"></a>OptionsForm::chooseFont() { bool ok; - <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); + <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); if ( ok ) <a href="tqwidget.html#setFont">setFont</a>( font ); } -void OptionsForm::<a href="tqwidget.html#setFont">setFont</a>( <a href="ntqfont.html">TQFont</a> font ) +void OptionsForm::<a href="tqwidget.html#setFont">setFont</a>( <a href="tqfont.html">TQFont</a> font ) { - <a href="tqstring.html">TQString</a> label = font.<a href="ntqfont.html#family">family</a>() + " " + - TQString::<a href="tqstring.html#number">number</a>( font.<a href="ntqfont.html#pointSize">pointSize</a>() ) + "pt"; - if ( font.<a href="ntqfont.html#bold">bold</a>() ) + <a href="tqstring.html">TQString</a> label = font.<a href="tqfont.html#family">family</a>() + " " + + TQString::<a href="tqstring.html#number">number</a>( font.<a href="tqfont.html#pointSize">pointSize</a>() ) + "pt"; + if ( font.<a href="tqfont.html#bold">bold</a>() ) label += " Bold"; - if ( font.<a href="ntqfont.html#italic">italic</a>() ) + if ( font.<a href="tqfont.html#italic">italic</a>() ) label += " Italic"; fontTextLabel-><a href="ntqlabel.html#setText">setText</a>( label ); m_font = font; diff --git a/doc/html/chart-optionsform-h.html b/doc/html/chart-optionsform-h.html index ebffe490a..3816533cf 100644 --- a/doc/html/chart-optionsform-h.html +++ b/doc/html/chart-optionsform-h.html @@ -57,8 +57,8 @@ public: bool modal = FALSE, WFlags f = 0 ); ~OptionsForm() {} - <a href="ntqfont.html">TQFont</a> font() const { return m_font; } - void setFont( <a href="ntqfont.html">TQFont</a> font ); + <a href="tqfont.html">TQFont</a> font() const { return m_font; } + void setFont( <a href="tqfont.html">TQFont</a> font ); <a href="ntqlabel.html">TQLabel</a> *chartTypeTextLabel; <a href="ntqcombobox.html">TQComboBox</a> *chartTypeComboBox; @@ -87,7 +87,7 @@ protected: <a href="qhboxlayout.html">TQHBoxLayout</a> *buttonsLayout; private: - <a href="ntqfont.html">TQFont</a> m_font; + <a href="tqfont.html">TQFont</a> m_font; }; #endif diff --git a/doc/html/chart-setdataform-cpp.html b/doc/html/chart-setdataform-cpp.html index bc911fe24..737eb5574 100644 --- a/doc/html/chart-setdataform-cpp.html +++ b/doc/html/chart-setdataform-cpp.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <pre>#include "setdataform.h" #include "chartform.h" -#include <<a href="qcolordialog-h.html">ntqcolordialog.h</a>> +#include <<a href="tqcolordialog-h.html">tqcolordialog.h</a>> #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -154,10 +154,10 @@ const int MAX_PATTERNS = 14; TQString( "%1" ).arg( element.value(), 0, 'f', m_decimalPlaces ) ); - <a href="ntqcolor.html">TQColor</a> color = element.valueColor(); + <a href="tqcolor.html">TQColor</a> color = element.valueColor(); pix.<a href="ntqpixmap.html#fill">fill</a>( color ); table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 1, pix ); - table-><a href="ntqtable.html#setText">setText</a>( i, 1, color.<a href="ntqcolor.html#name">name</a>() ); + table-><a href="ntqtable.html#setText">setText</a>( i, 1, color.<a href="tqcolor.html#name">name</a>() ); <a href="ntqcombobox.html">TQComboBox</a> *combobox = new <a href="ntqcombobox.html">TQComboBox</a>; for ( int j = 0; j < MAX_PATTERNS; ++j ) @@ -170,7 +170,7 @@ const int MAX_PATTERNS = 14; color = element.labelColor(); pix.<a href="ntqpixmap.html#fill">fill</a>( color ); table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 4, pix ); - table-><a href="ntqtable.html#setText">setText</a>( i, 4, color.<a href="ntqcolor.html#name">name</a>() ); + table-><a href="ntqtable.html#setText">setText</a>( i, 4, color.<a href="tqcolor.html#name">name</a>() ); } } @@ -209,14 +209,14 @@ void SetDataForm::setColor( int row, int col ) if ( !( col == 1 || col == 4 ) ) return; - <a href="ntqcolor.html">TQColor</a> color = TQColorDialog::<a href="ntqcolordialog.html#getColor">getColor</a>( + <a href="tqcolor.html">TQColor</a> color = TQColorDialog::<a href="tqcolordialog.html#getColor">getColor</a>( TQColor( table-><a href="ntqtable.html#text">text</a>( row, col ) ), this, "color dialog" ); - if ( color.<a href="ntqcolor.html#isValid">isValid</a>() ) { + if ( color.<a href="tqcolor.html#isValid">isValid</a>() ) { <a href="ntqpixmap.html">TQPixmap</a> pix = table-><a href="ntqtable.html#pixmap">pixmap</a>( row, col ); pix.<a href="ntqpixmap.html#fill">fill</a>( color ); table-><a href="ntqtable.html#setPixmap">setPixmap</a>( row, col, pix ); - table-><a href="ntqtable.html#setText">setText</a>( row, col, color.<a href="ntqcolor.html#name">name</a>() ); + table-><a href="ntqtable.html#setText">setText</a>( row, col, color.<a href="tqcolor.html#name">name</a>() ); } } diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 5030512f4..dde8fead6 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p> <img src="qt33-class-chart.png" usemap="#classmap"> <p> <map name="classmap"> <area shape="rect" coords="5,29,47,74" href="ntqt.html"> -<area shape="rect" coords="40,57,138,78" href="ntqbrush.html"> +<area shape="rect" coords="40,57,138,78" href="tqbrush.html"> <area shape="rect" coords="32,78,138,94" href="ntqcursor.html"> <area shape="rect" coords="32,94,149,115" href="ntqkeysequence.html"> -<area shape="rect" coords="30,115,149,129" href="ntqpainter.html"> +<area shape="rect" coords="30,115,149,129" href="tqpainter.html"> <area shape="rect" coords="30,129,136,148" href="ntqpen.html"> <area shape="rect" coords="33,149,147,168" href="ntqsyntaxhighlighter.html"> <area shape="rect" coords="33,168,133,185" href="qtab.html"> @@ -70,7 +70,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="176,96,283,114" href="qkeyevent.html"> <area shape="rect" coords="176,114,283,132" href="qhideevent.html"> <area shape="rect" coords="176,132,285,150" href="tqdropevent.html"> -<area shape="rect" coords="178,150,285,168" href="qpaintevent.html"> +<area shape="rect" coords="178,150,285,168" href="tqpaintevent.html"> <area shape="rect" coords="178,168,284,185" href="qchildevent.html"> <area shape="rect" coords="178,186,284,203" href="qmoveevent.html"> <area shape="rect" coords="178,203,285,220" href="qshowevent.html"> @@ -172,9 +172,9 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="553,146,643,169" href="ntqwizard.html"> <area shape="rect" coords="549,170,646,185" href="ntqtabdialog.html"> <area shape="rect" coords="549,185,647,204" href="tqfiledialog.html"> -<area shape="rect" coords="550,204,648,221" href="ntqfontdialog.html"> +<area shape="rect" coords="550,204,648,221" href="tqfontdialog.html"> <area shape="rect" coords="550,221,652,240" href="ntqinputdialog.html"> -<area shape="rect" coords="547,240,652,258" href="ntqcolordialog.html"> +<area shape="rect" coords="547,240,652,258" href="tqcolordialog.html"> <area shape="rect" coords="548,259,662,275" href="ntqmessagebox.html"> <area shape="rect" coords="545,275,662,291" href="ntqerrormessage.html"> <area shape="rect" coords="545,292,660,318" href="ntqprogressdialog.html"> @@ -231,8 +231,8 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="782,62,885,79" href="tqasciicache.html"> <area shape="rect" coords="782,80,882,98" href="qchar.html"> <area shape="rect" coords="782,99,882,116" href="qcharref.html"> -<area shape="rect" coords="782,116,878,133" href="ntqcolor.html"> -<area shape="rect" coords="786,133,878,150" href="qcolorgroup.html"> +<area shape="rect" coords="782,116,878,133" href="tqcolor.html"> +<area shape="rect" coords="786,133,878,150" href="tqcolorgroup.html"> <area shape="rect" coords="786,150,877,171" href="tqdatastream.html"> <area shape="rect" coords="787,171,877,188" href="tqdate.html"> <area shape="rect" coords="786,186,875,203" href="tqdatetime.html"> @@ -240,10 +240,10 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="785,221,876,241" href="tqdir.html"> <area shape="rect" coords="782,241,876,257" href="tqdomnode.html"> <area shape="rect" coords="782,258,884,275" href="tqfileinfo.html"> -<area shape="rect" coords="783,275,884,294" href="ntqfont.html"> -<area shape="rect" coords="783,292,885,311" href="ntqfontdatabase.html"> -<area shape="rect" coords="787,312,885,329" href="ntqfontinfo.html"> -<area shape="rect" coords="787,329,887,345" href="ntqfontmetrics.html"> +<area shape="rect" coords="783,275,884,294" href="tqfont.html"> +<area shape="rect" coords="783,292,885,311" href="tqfontdatabase.html"> +<area shape="rect" coords="787,312,885,329" href="tqfontinfo.html"> +<area shape="rect" coords="787,329,887,345" href="tqfontmetrics.html"> <area shape="rect" coords="785,345,887,363" href="ntqgl.html"> <area shape="rect" coords="785,363,885,382" href="ntqglcolormap.html"> <area shape="rect" coords="785,383,885,398" href="ntqguardedptr.html"> @@ -268,10 +268,10 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="896,78,989,96" href="ntqmetaobject.html"> <area shape="rect" coords="894,96,989,116" href="qmetaproperty.html"> <area shape="rect" coords="894,116,995,134" href="tqmimesource.html"> -<area shape="rect" coords="896,134,995,150" href="ntqmovie.html"> +<area shape="rect" coords="896,134,995,150" href="tqmovie.html"> <area shape="rect" coords="895,148,985,168" href="tqmutex.html"> -<area shape="rect" coords="893,169,985,185" href="ntqpaintdevice.html"> -<area shape="rect" coords="893,185,1009,205" href="ntqpaintdevicemetrics.html"> +<area shape="rect" coords="893,169,985,185" href="tqpaintdevice.html"> +<area shape="rect" coords="893,185,1009,205" href="tqpaintdevicemetrics.html"> <area shape="rect" coords="900,203,970,223" href="tqpair.html"> <area shape="rect" coords="899,223,973,240" href="ntqpalette.html"> <area shape="rect" coords="899,239,990,258" href="ntqpixmapcache.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index eb80188de..e01c669d2 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -335,7 +335,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqtooltip.html">TQToolTip</a> <tr> <td align="right"> -<td><a href="ntqbrush.html">TQBrush</a> +<td><a href="tqbrush.html">TQBrush</a> <td align="right"> <td><a href="tqdragmoveevent.html">TQDragMoveEvent</a> <td align="right"> @@ -513,7 +513,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqcanvasrectangle.html">TQCanvasRectangle</a> <td align="right"> -<td><a href="ntqfont.html">TQFont</a> +<td><a href="tqfont.html">TQFont</a> <td align="right"> <td><a href="tqmapconstiterator.html">TQMapConstIterator</a> <td align="right"> @@ -524,7 +524,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqcanvasspline.html">TQCanvasSpline</a> <td align="right"> -<td><a href="ntqfontdatabase.html">TQFontDatabase</a> +<td><a href="tqfontdatabase.html">TQFontDatabase</a> <td align="right"> <td><a href="tqmapiterator.html">TQMapIterator</a> <td align="right"> @@ -535,7 +535,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqcanvassprite.html">TQCanvasSprite</a> <td align="right"> -<td><a href="ntqfontdialog.html">TQFontDialog</a> +<td><a href="tqfontdialog.html">TQFontDialog</a> <td align="right"> <td><a href="tqmemarray.html">TQMemArray</a> <td align="right"> @@ -546,7 +546,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqcanvastext.html">TQCanvasText</a> <td align="right"> -<td><a href="ntqfontinfo.html">TQFontInfo</a> +<td><a href="tqfontinfo.html">TQFontInfo</a> <td align="right"> <td><a href="tqmenubar.html">TQMenuBar</a> <td align="right"> @@ -568,7 +568,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqcdestyle.html">TQCDEStyle</a> <td align="right"> -<td><a href="ntqfontmetrics.html">TQFontMetrics</a> +<td><a href="tqfontmetrics.html">TQFontMetrics</a> <td align="right"> <td><a href="ntqmessagebox.html">TQMessageBox</a> <td align="right"> @@ -665,7 +665,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="ntqwindowsstyle.html">TQWindowsStyle</a> <tr> <td align="right"> -<td><a href="ntqcolor.html">TQColor</a> +<td><a href="tqcolor.html">TQColor</a> <td align="right"> <td><a href="qglayoutiterator.html">TQGLayoutIterator</a> <td align="right"> @@ -676,7 +676,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="ntqwizard.html">TQWizard</a> <tr> <td align="right"> -<td><a href="ntqcolordialog.html">TQColorDialog</a> +<td><a href="tqcolordialog.html">TQColorDialog</a> <td align="right"> <td><a href="ntqglcolormap.html">TQGLColormap</a> <td align="right"> @@ -698,7 +698,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqworkspace.html">TQWorkspace</a> <tr> <td align="right"> -<td><a href="qcolorgroup.html">TQColorGroup</a> +<td><a href="tqcolorgroup.html">TQColorGroup</a> <td align="right"> <td><a href="qglformat.html">TQGLFormat</a> <td align="right"> @@ -724,7 +724,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqgrid.html">TQGrid</a> <td align="right"> -<td><a href="ntqmovie.html">TQMovie</a> +<td><a href="tqmovie.html">TQMovie</a> <td align="right"> <td><a href="tqsqlpropertymap.html">TQSqlPropertyMap</a> <td align="right"> @@ -866,7 +866,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqhttp.html">TQHttp</a> <td align="right"><b>P</b> -<td><a href="ntqpaintdevice.html">TQPaintDevice</a> +<td><a href="tqpaintdevice.html">TQPaintDevice</a> <td align="right"> <td><a href="tqstyle.html">TQStyle</a> <td align="right"> @@ -877,7 +877,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqhttpheader.html">TQHttpHeader</a> <td align="right"> -<td><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> +<td><a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> <td align="right"> <td><a href="tqstylefactory.html">TQStyleFactory</a> <td align="right"> @@ -888,7 +888,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqhttprequestheader.html">TQHttpRequestHeader</a> <td align="right"> -<td><a href="ntqpainter.html">TQPainter</a> +<td><a href="tqpainter.html">TQPainter</a> <td align="right"> <td><a href="tqstyleoption.html">TQStyleOption</a> <td align="right"> @@ -899,7 +899,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqhttpresponseheader.html">TQHttpResponseHeader</a> <td align="right"> -<td><a href="qpaintevent.html">TQPaintEvent</a> +<td><a href="tqpaintevent.html">TQPaintEvent</a> <td align="right"> <td><a href="tqstyleplugin.html">TQStylePlugin</a> <td align="right"> diff --git a/doc/html/coordsys.html b/doc/html/coordsys.html index 8a9facf7d..86c4d9449 100644 --- a/doc/html/coordsys.html +++ b/doc/html/coordsys.html @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } -<p> A <a href="ntqpaintdevice.html">paint device</a> in TQt is a drawable 2D +<p> A <a href="tqpaintdevice.html">paint device</a> in TQt is a drawable 2D surface. <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and <a href="ntqprinter.html">TQPrinter</a> are all -paint devices. A <a href="ntqpainter.html">TQPainter</a> is an object which can draw on such +paint devices. A <a href="tqpainter.html">TQPainter</a> is an object which can draw on such devices. <p> The default coordinate system of a paint device has its origin at the top left corner. X increases to the right and Y increases downwards. @@ -49,20 +49,20 @@ left corner of a paint device. <p> The rectangle and the line were drawn by this code (with the grid added and colors touched up in the illustration): <p> <pre> - void MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p( this ); - p.<a href="ntqpainter.html#setPen">setPen</a>( darkGray ); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( 1,2, 5,4 ); - p.<a href="ntqpainter.html#setPen">setPen</a>( lightGray ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( 9,2, 7,7 ); + <a href="tqpainter.html">TQPainter</a> p( this ); + p.<a href="tqpainter.html#setPen">setPen</a>( darkGray ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( 1,2, 5,4 ); + p.<a href="tqpainter.html#setPen">setPen</a>( lightGray ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( 9,2, 7,7 ); } </pre> <p> Note that all of the pixels drawn by drawRect() are inside the size specified (5*4 pixels). This is different from some toolkits; in TQt the size you specify exactly encompasses the pixels drawn. This -applies to all the relevant functions in <a href="ntqpainter.html">TQPainter</a>. +applies to all the relevant functions in <a href="tqpainter.html">TQPainter</a>. <p> Similarly, the drawLine() call draws both endpoints of the line, not just one. <p> Here are the classes that relate most closely to the coordinate @@ -71,7 +71,7 @@ system: <tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqpoint.html">TQPoint</a> <td valign="top">A single 2D point in the coordinate system. Most functions in TQt that deal with points can accept either a <a href="ntqpoint.html">TQPoint</a> argument -or two ints, for example <a href="ntqpainter.html#drawPoint">TQPainter::drawPoint</a>(). +or two ints, for example <a href="tqpainter.html#drawPoint">TQPainter::drawPoint</a>(). <tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqsize.html">TQSize</a> <td valign="top">A single 2D vector. Internally, TQPoint and <a href="tqsize.html">TQSize</a> are the same, but a point is not the same as a size, so both classes exist. @@ -84,12 +84,12 @@ ints, for example <a href="tqwidget.html#setGeometry">TQWidget::setGeometry</a>( <td valign="top">An arbitrary set of points, including all the normal set operations, e.g. <a href="ntqregion.html#intersect">TQRegion::intersect</a>(), and also a less usual function to return a list of rectangles whose union is -equal to the region. <a href="ntqregion.html">TQRegion</a> is used e.g. by <a href="ntqpainter.html#setClipRegion">TQPainter::setClipRegion</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>() and <a href="qpaintevent.html#region">TQPaintEvent::region</a>(). -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqpainter.html">TQPainter</a> +equal to the region. <a href="ntqregion.html">TQRegion</a> is used e.g. by <a href="tqpainter.html#setClipRegion">TQPainter::setClipRegion</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>() and <a href="tqpaintevent.html#region">TQPaintEvent::region</a>(). +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqpainter.html">TQPainter</a> <td valign="top">The class that paints. It can paint on any device with the -same code. There are differences between devices, <a href="ntqprinter.html#newPage">TQPrinter::newPage</a>() is a good example, but <a href="ntqpainter.html">TQPainter</a> works the +same code. There are differences between devices, <a href="ntqprinter.html#newPage">TQPrinter::newPage</a>() is a good example, but <a href="tqpainter.html">TQPainter</a> works the same way on all devices. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqpaintdevice.html">TQPaintDevice</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqpaintdevice.html">TQPaintDevice</a> <td valign="top">A device on which TQPainter can paint. There are two internal devices, both pixel-based, and two external devices, <a href="ntqprinter.html">TQPrinter</a> and <a href="ntqpicture.html">TQPicture</a> (which records TQPainter commands to a file or other <a href="tqiodevice.html">TQIODevice</a>, and plays them back). Other @@ -97,7 +97,7 @@ devices can be defined. </table></center> <p> <h2> Transformations </h2> -<a name="2"></a><p> Although TQt's default coordinate system works as described above, <a href="ntqpainter.html">TQPainter</a> also supports arbitrary transformations. +<a name="2"></a><p> Although TQt's default coordinate system works as described above, <a href="tqpainter.html">TQPainter</a> also supports arbitrary transformations. <p> This transformation engine is a three-step pipeline, closely following the model outlined in books such as <a href="http://www.amazon.com/exec/obidos/ASIN/0201848406/trolltech/t">Foley & Van Dam</a> and the @@ -105,13 +105,13 @@ the model outlined in books such as coverage; here we give just a brief overview and an example. <p> The first step uses the world <a href="ntqwmatrix.html#TransformationMode">transformation matrix</a>. Use this matrix to orient and position your objects in your model. TQt provides -methods such as <a href="ntqpainter.html#rotate">TQPainter::rotate</a>(), <a href="ntqpainter.html#scale">TQPainter::scale</a>(), <a href="ntqpainter.html#translate">TQPainter::translate</a>() and so on to operate on this matrix. -<p> <a href="ntqpainter.html#save">TQPainter::save</a>() and <a href="ntqpainter.html#restore">TQPainter::restore</a>() save and restore this -matrix. You can also use <a href="ntqwmatrix.html">TQWMatrix</a> objects, <a href="ntqpainter.html#worldMatrix">TQPainter::worldMatrix</a>() and <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>() to store and +methods such as <a href="tqpainter.html#rotate">TQPainter::rotate</a>(), <a href="tqpainter.html#scale">TQPainter::scale</a>(), <a href="tqpainter.html#translate">TQPainter::translate</a>() and so on to operate on this matrix. +<p> <a href="tqpainter.html#save">TQPainter::save</a>() and <a href="tqpainter.html#restore">TQPainter::restore</a>() save and restore this +matrix. You can also use <a href="ntqwmatrix.html">TQWMatrix</a> objects, <a href="tqpainter.html#worldMatrix">TQPainter::worldMatrix</a>() and <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>() to store and use named matrices. <p> The second step uses the window. The window describes the view boundaries in model coordinates. The matrix positions the <em>objects</em> -and <a href="ntqpainter.html#setWindow">TQPainter::setWindow</a>() positions the <em>window</em>, deciding what +and <a href="tqpainter.html#setWindow">TQPainter::setWindow</a>() positions the <em>window</em>, deciding what coordinates will be visible. (If you have 3D experience, the window is what's usually called projection in 3D.) <p> The third step uses the viewport. The viewport too, describes the view @@ -122,12 +122,12 @@ you are drawing, which is usually appropriate. For printing this function is vital, since very few printers can print over the entire physical page. <p> So each object to be drawn is transformed into model -coordinates using <a href="ntqpainter.html#worldMatrix">TQPainter::worldMatrix</a>(), then positioned -on the drawing device using <a href="ntqpainter.html#window">TQPainter::window</a>() and -<a href="ntqpainter.html#viewport">TQPainter::viewport</a>(). +coordinates using <a href="tqpainter.html#worldMatrix">TQPainter::worldMatrix</a>(), then positioned +on the drawing device using <a href="tqpainter.html#window">TQPainter::window</a>() and +<a href="tqpainter.html#viewport">TQPainter::viewport</a>(). <p> It is perfectly possible to do without one or two of the stages. If, -for example, your goal is to draw something scaled, then just using <a href="ntqpainter.html#scale">TQPainter::scale</a>() makes perfect sense. If your goal is to use a -fixed-size coordinate system, <a href="ntqpainter.html#setWindow">TQPainter::setWindow</a>() is +for example, your goal is to draw something scaled, then just using <a href="tqpainter.html#scale">TQPainter::scale</a>() makes perfect sense. If your goal is to use a +fixed-size coordinate system, <a href="tqpainter.html#setWindow">TQPainter::setWindow</a>() is ideal. And so on. <p> Here is a short example that uses all three mechanisms: the function that draws the clock face in the <a href="aclock-example.html">aclock/aclock.cpp</a> example. We @@ -135,23 +135,23 @@ recommend compiling and running the example before you read any further. In particular, try resizing the window to different sizes. <p> -<pre> void AnalogClock::drawClock( <a href="ntqpainter.html">TQPainter</a> *paint ) +<pre> void AnalogClock::drawClock( <a href="tqpainter.html">TQPainter</a> *paint ) { - <a name="x2275"></a> paint-><a href="ntqpainter.html#save">save</a>(); + <a name="x2275"></a> paint-><a href="tqpainter.html#save">save</a>(); </pre> <p> Firstly, we save the painter's state, so that the calling function is guaranteed not to be disturbed by the transformations we're going to use. -<p> <pre> <a name="x2277"></a> paint-><a href="ntqpainter.html#setWindow">setWindow</a>( -500,-500, 1000,1000 ); +<p> <pre> <a name="x2277"></a> paint-><a href="tqpainter.html#setWindow">setWindow</a>( -500,-500, 1000,1000 ); </pre> <p> We set the model coordinate system we want a 1000*1000 window where 0,0 is in the middle. -<p> <pre> <a name="x2278"></a> <a href="ntqrect.html">TQRect</a> v = paint-><a href="ntqpainter.html#viewport">viewport</a>(); +<p> <pre> <a name="x2278"></a> <a href="ntqrect.html">TQRect</a> v = paint-><a href="tqpainter.html#viewport">viewport</a>(); <a name="x2282"></a><a name="x2279"></a> int d = TQMIN( v.<a href="ntqrect.html#width">width</a>(), v.<a href="ntqrect.html#height">height</a>() ); </pre> <p> The device may not be square and we want the clock to be, so we find its current viewport and compute its shortest side. -<p> <pre> <a name="x2280"></a><a name="x2276"></a> paint-><a href="ntqpainter.html#setViewport">setViewport</a>( v.<a href="ntqrect.html#left">left</a>() + (v.<a href="ntqrect.html#width">width</a>()-d)/2, +<p> <pre> <a name="x2280"></a><a name="x2276"></a> paint-><a href="tqpainter.html#setViewport">setViewport</a>( v.<a href="ntqrect.html#left">left</a>() + (v.<a href="ntqrect.html#width">width</a>()-d)/2, <a name="x2281"></a> v.<a href="ntqrect.html#top">top</a>() + (v.<a href="ntqrect.html#height">height</a>()-d)/2, d, d ); </pre> <p> Then we set a new square viewport, centered in the old one. @@ -165,41 +165,41 @@ possible square that'll fit in the output device. <p> Next come three drawing blocks, one for the hour hand, one for the minute hand and finally one for the clock face itself. First we draw the hour hand: -<p> <pre> paint-><a href="ntqpainter.html#save">save</a>(); - <a name="x2274"></a> paint-><a href="ntqpainter.html#rotate">rotate</a>( 30*(time.hour()%12-3) + time.minute()/2 ); +<p> <pre> paint-><a href="tqpainter.html#save">save</a>(); + <a name="x2274"></a> paint-><a href="tqpainter.html#rotate">rotate</a>( 30*(time.hour()%12-3) + time.minute()/2 ); </pre> <p> We save the painter and then rotate it so that one axis points along the hour hand. <p> <pre> pts.setPoints( 4, -20,0, 0,-20, 300,0, 0,20 ); - <a name="x2271"></a> paint-><a href="ntqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); + <a name="x2271"></a> paint-><a href="tqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); </pre> <p> We set <em>pts</em> to a four-point polygon that looks like the hour hand at three o'clock, and draw it. Because of the rotation, it's drawn pointed in the right direction. -<p> <pre> <a name="x2273"></a> paint-><a href="ntqpainter.html#restore">restore</a>(); +<p> <pre> <a name="x2273"></a> paint-><a href="tqpainter.html#restore">restore</a>(); </pre> <p> We restore the saved painter, undoing the rotation. We could also call rotate( -30 ) but that might introduce rounding errors, so it's better to use save() and restore(). Next, the minute hand, drawn almost the same way: -<p> <pre> paint-><a href="ntqpainter.html#save">save</a>(); - paint-><a href="ntqpainter.html#rotate">rotate</a>( (time.minute()-15)*6 ); +<p> <pre> paint-><a href="tqpainter.html#save">save</a>(); + paint-><a href="tqpainter.html#rotate">rotate</a>( (time.minute()-15)*6 ); pts.setPoints( 4, -10,0, 0,-10, 400,0, 0,10 ); - paint-><a href="ntqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); - paint-><a href="ntqpainter.html#restore">restore</a>(); + paint-><a href="tqpainter.html#drawConvexPolygon">drawConvexPolygon</a>( pts ); + paint-><a href="tqpainter.html#restore">restore</a>(); </pre> <p> The only differences are how the rotation angle is computed and the shape of the polygon. <p> The last part to be drawn is the clock face itself. <p> <pre> for ( int i=0; i<12; i++ ) { - <a name="x2272"></a> paint-><a href="ntqpainter.html#drawLine">drawLine</a>( 440,0, 460,0 ); - paint-><a href="ntqpainter.html#rotate">rotate</a>( 30 ); + <a name="x2272"></a> paint-><a href="tqpainter.html#drawLine">drawLine</a>( 440,0, 460,0 ); + paint-><a href="tqpainter.html#rotate">rotate</a>( 30 ); } </pre> <p> Twelve short hour lines at thirty-degree intervals. At the end of that, the painter is rotated in a way which isn't very useful, but we're done with painting so that doesn't matter. -<p> <pre> paint-><a href="ntqpainter.html#restore">restore</a>(); +<p> <pre> paint-><a href="tqpainter.html#restore">restore</a>(); } </pre> <p> The final line of the function restores the painter, so that the diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index 8427c6586..e40ad039f 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -757,11 +757,11 @@ CardLayout::~CardLayout() #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> -#include <<a href="qcolor-h.html">ntqcolor.h</a>> +#include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qgroupbox-h.html">ntqgroupbox.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> -#include <<a href="qcolor-h.html">ntqcolor.h</a>> +#include <<a href="tqcolor-h.html">tqcolor.h</a>> int main( int argc, char **argv ) { diff --git a/doc/html/customstyles.html b/doc/html/customstyles.html index 6ff40962f..cf5827fb0 100644 --- a/doc/html/customstyles.html +++ b/doc/html/customstyles.html @@ -80,9 +80,9 @@ public: ~CustomStyle(); void drawPrimitive( PrimitiveElement pe, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> & r, - const <a href="qcolorgroup.html">TQColorGroup</a> & cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, SFlags flags = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a> & = TQStyleOption::Default ) const; @@ -109,9 +109,9 @@ CustomStyle::~CustomStyle() } void CustomStyle::drawPrimitive( PrimitiveElement pe, - <a href="ntqpainter.html">TQPainter</a> * p, + <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, - const <a href="qcolorgroup.html">TQColorGroup</a> & cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, SFlags flags, const <a href="tqstyleoption.html">TQStyleOption</a> & opt ) const { @@ -155,13 +155,13 @@ void CustomStyle::drawPrimitive( PrimitiveElement pe, // use different colors to indicate that the arrow is // enabled/disabled if ( flags & Style_Enabled ) { - p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#mid">mid</a>() ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::ButtonText ) ); + p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#mid">mid</a>() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::ButtonText ) ); } else { - p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#buttonText">buttonText</a>() ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ) ); + p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#buttonText">buttonText</a>() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ) ); } - p-><a href="ntqpainter.html#drawPolygon">drawPolygon</a>( pa ); + p-><a href="tqpainter.html#drawPolygon">drawPolygon</a>( pa ); } else { // let the base style handle the other primitives TQWindowsStyle::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, data ); diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index b4c678eb7..7862c79db 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -85,7 +85,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <tr bgcolor="#f0f0f0"> <td valign="top">TQBrush <td valign="top"><ul> <li> The brush style (TQ_UINT8) -<li> The brush color (<a href="ntqcolor.html">TQColor</a>) +<li> The brush color (<a href="tqcolor.html">TQColor</a>) <li> If style is CustomPattern, the brush pixmap (<a href="ntqpixmap.html">TQPixmap</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQByteArray @@ -99,11 +99,11 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <li> The string bytes including the terminating 0 </ul> The null string is represented as <tt>(TQ_UINT32) 0</tt>. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcolor.html">TQColor</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqcolor.html">TQColor</a> <td valign="top"><ul><li> RGB value serialized as a TQ_UINT32 </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQColorGroup <td valign="top"><ul> -<li> foreground (<a href="ntqbrush.html">TQBrush</a>) +<li> foreground (<a href="tqbrush.html">TQBrush</a>) <li> button (TQBrush) <li> light (TQBrush) <li> midLight (TQBrush) @@ -156,7 +156,7 @@ that. </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPalette <td valign="top"><ul> -<li> active (<a href="qcolorgroup.html">TQColorGroup</a>) +<li> active (<a href="tqcolorgroup.html">TQColorGroup</a>) <li> disabled (TQColorGroup) <li> inactive (TQColorGroup) </ul> @@ -164,7 +164,7 @@ that. <td valign="top"><ul> <li> The pen styles (TQ_UINT8) <li> The pen width (TQ_UINT8) -<li> The pen color (<a href="ntqcolor.html">TQColor</a>) +<li> The pen color (<a href="tqcolor.html">TQColor</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPicture <td valign="top"><ul> diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index 51e2bb3aa..7234bf50c 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -263,16 +263,16 @@ body { background: #ffffff; color: black; } <ul><li><p>class TQString;</p> <li><p>class TQColor;</p> </ul><h4><a name="6-3"></a>Adding Includes</h4> -<p>Our form will also need some included files. Includes may be added in the declaration, or (for preference) in the implementation. Right click "Includes (in Implementation)", then click <b>Edit</b>. Use the dialog that pops up to enter "ntqcolor.h" and "tqstring.h". Since we're going to use the clipboard we'll need access to the global clipboard object via <a href="ntqapplication.html">TQApplication</a>, so also add "ntqapplication.h" and "tqclipboard.h". We'll also be doing some drawing (e.g. the color swatches), so add "ntqpainter.h" too, then close the dialog.</p> +<p>Our form will also need some included files. Includes may be added in the declaration, or (for preference) in the implementation. Right click "Includes (in Implementation)", then click <b>Edit</b>. Use the dialog that pops up to enter "tqcolor.h" and "tqstring.h". Since we're going to use the clipboard we'll need access to the global clipboard object via <a href="ntqapplication.html">TQApplication</a>, so also add "ntqapplication.h" and "tqclipboard.h". We'll also be doing some drawing (e.g. the color swatches), so add "tqpainter.h" too, then close the dialog.</p> <p align="center"><img align="middle" src="mw-editincimp.png" width="339" height="327"> </p> <p>When entering include files you can include double quotes or angle brackets if you wish; if you don't use either <em>TQt Designer</em> will put in double quotes automatically.</p> <p>You should now have added the following includes (in implementation):</p> -<ul><li><p>"ntqcolor.h"</p> +<ul><li><p>"tqcolor.h"</p> <li><p>"tqstring.h"</p> <li><p>"ntqapplication.h"</p> <li><p>"tqclipboard.h"</p> -<li><p>"ntqpainter.h"</p> +<li><p>"tqpainter.h"</p> </ul><h4><a name="6-4"></a>Signals and Slots Connections</h4> <p>Most of the signals and slots connections were created automatically by the main window wizard when we created the main form. We have added some new actions since then, and we need to ensure that they are connected to slots so that we can code their behavior.</p> <p align="center"><img align="middle" src="mw-conn1.png" width="608" height="341"> @@ -385,11 +385,11 @@ body { background: #ffffff; color: black; } int row = 0; TQMap<TQString,TQColor>::ConstIterator it; for ( it = m_colors.constBegin(); it != m_colors.constEnd(); ++it ) { - <a href="ntqcolor.html">TQColor</a> color = it.data(); + <a href="tqcolor.html">TQColor</a> color = it.data(); pixmap.<a href="ntqpixmap.html#fill">fill</a>( color ); colorTable->setText( row, COL_NAME, it.key() ); colorTable->setPixmap( row, COL_NAME, pixmap ); - colorTable->setText( row, COL_HEX, color.<a href="ntqcolor.html#name">name</a>().upper() ); + colorTable->setText( row, COL_HEX, color.<a href="tqcolor.html#name">name</a>().upper() ); if ( m_show_web ) { <a href="qchecktableitem.html">TQCheckTableItem</a> *item = new <a href="qchecktableitem.html">TQCheckTableItem</a>( colorTable, "" ); item-><a href="qchecktableitem.html#setChecked">setChecked</a>( isWebColor( color ) ); @@ -422,17 +422,17 @@ body { background: #ffffff; color: black; } } </pre> <p>This function is at the heart of the application. It visually presents the data to the user. If the table is "dirty" (e.g. if the user has added or deleted colors in the icon view, or has opened a color file) we will populate the table. We start by deleting the contents of every cell. Next we change the number of rows to equal the number of colors in the colors map. For each color we want to display a little square that shows the color, so we create a pixmap of the required size.</p> -<p>We now create an iterator for our colors map, and iterate over every color. The colors map has the user's color names as its keys, and <a href="ntqcolor.html">TQColor</a> instances as values. We retrieve the color and fill our pixmap with that color. We then set the "Name" column (column <tt>COL_NAME</tt>), to have the color's name (<tt>it.key()</tt>) and the pixmap we've just filled with that color. <a href="ntqcolor.html">TQColor</a>'s <tt>name()</tt> function returns a string that is the hex representation of a color, e.g. "#12AB2F"; we retrieve this and set the second ("Hex") column to this value.</p> +<p>We now create an iterator for our colors map, and iterate over every color. The colors map has the user's color names as its keys, and <a href="tqcolor.html">TQColor</a> instances as values. We retrieve the color and fill our pixmap with that color. We then set the "Name" column (column <tt>COL_NAME</tt>), to have the color's name (<tt>it.key()</tt>) and the pixmap we've just filled with that color. <a href="tqcolor.html">TQColor</a>'s <tt>name()</tt> function returns a string that is the hex representation of a color, e.g. "#12AB2F"; we retrieve this and set the second ("Hex") column to this value.</p> <p>If the user wants to see if which colors are web colors we create a <a href="qchecktableitem.html">TQCheckTableItem</a>, and check it if it is a web color. (We'll cover <tt>isWebColor()</tt> shortly.) We then insert this <a href="qchecktableitem.html">TQCheckTableItem</a> into the "Web" column.</p> <p>Having populated the table we call <tt>adjustColumn()</tt> to ensure that each column is just wide enough to show its widest entry, and show or hide the "Web" column depending on the user's preference.</p> <p>Finally we set <tt>m_table_dirty</tt> to FALSE, since it is now up-to-date.</p> <p>If the icon view is "dirty" we <tt>clear()</tt> it of any existing data. We then iterate over each color in our colors map. For each color we create a new <a href="tqiconviewitem.html">TQIconViewItem</a>; we label the item with the user's color name and provide a pixmap (generated by <tt>colorSwatch()</tt>, covered shortly) in the relevant color. Finally we set <tt>m_icons_dirty</tt> to "FALSE", since it is now up-to-date.</p> <h4><a name="6-10"></a>isWebColor()</h4> -<pre> bool MainForm::isWebColor( <a href="ntqcolor.html">TQColor</a> color ) +<pre> bool MainForm::isWebColor( <a href="tqcolor.html">TQColor</a> color ) { - int r = color.<a href="ntqcolor.html#red">red</a>(); - int g = color.<a href="ntqcolor.html#green">green</a>(); - int b = color.<a href="ntqcolor.html#blue">blue</a>(); + int r = color.<a href="tqcolor.html#red">red</a>(); + int g = color.<a href="tqcolor.html#green">green</a>(); + int b = color.<a href="tqcolor.html#blue">blue</a>(); return ( ( r == 0 || r == 51 || r == 102 || r == 153 || r == 204 || r == 255 ) && @@ -444,20 +444,20 @@ body { background: #ffffff; color: black; } </pre> <p>The 216 web colors are those colors whose RGB (Red, Green, Blue) values are all in the set (0, 51, 102, 153, 204, 255).</p> <h4><a name="6-11"></a>colorSwatch()</h4> -<pre> TQPixmap MainForm::colorSwatch( const <a href="ntqcolor.html">TQColor</a> color ) +<pre> TQPixmap MainForm::colorSwatch( const <a href="tqcolor.html">TQColor</a> color ) { <a href="ntqpixmap.html">TQPixmap</a> pixmap( 80, 80 ); pixmap.<a href="ntqpixmap.html#fill">fill</a>( white ); - <a href="ntqpainter.html">TQPainter</a> painter; - painter.<a href="ntqpainter.html#begin">begin</a>( &pixmap ); - painter.<a href="ntqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> ); - painter.<a href="ntqpainter.html#setBrush">setBrush</a>( color ); - painter.<a href="ntqpainter.html#drawEllipse">drawEllipse</a>( 0, 0, 80, 80 ); - painter.<a href="ntqpainter.html#end">end</a>(); + <a href="tqpainter.html">TQPainter</a> painter; + painter.<a href="tqpainter.html#begin">begin</a>( &pixmap ); + painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> ); + painter.<a href="tqpainter.html#setBrush">setBrush</a>( color ); + painter.<a href="tqpainter.html#drawEllipse">drawEllipse</a>( 0, 0, 80, 80 ); + painter.<a href="tqpainter.html#end">end</a>(); return pixmap; } </pre> - <p>We create a pixmap of a suitable size and fill it with white. We then create a <a href="ntqpainter.html">TQPainter</a> which we'll use to paint on the pixmap. We don't want a pen because we don't want an outline around the shape we draw. We draw an ellipse (which will be circular since we draw in an 80 x 80 pixel square). We return the resultant pixmap.</p> + <p>We create a pixmap of a suitable size and fill it with white. We then create a <a href="tqpainter.html">TQPainter</a> which we'll use to paint on the pixmap. We don't want a pen because we don't want an outline around the shape we draw. We draw an ellipse (which will be circular since we draw in an 80 x 80 pixel square). We return the resultant pixmap.</p> <h4><a name="6-12"></a>Creating main.cpp</h4> <p>Now that we've entered some of the code it would be nice to build and run the application to get a feel for the progress we've made. To do this we need to create a <tt>main()</tt> function. In TQt we typically create a small <tt>main.cpp</tt> file for the <tt>main()</tt> function. We can ask <em>TQt Designer</em> to create this file for us.</p> <p>Click <b>File|New</b> to invoke the <em>New File</em> dialog. Click "C++ Main-File", then click OK. The <em>Configure Main-File</em> dialog appears, listing the all the forms in the project. We've only got one form, "MainForm", so it is already highlighted. Click <b>OK</b> to create a <tt>main.cpp</tt> file that loads our MainForm.</p> @@ -527,13 +527,13 @@ body { background: #ffffff; color: black; } <p>By default any function that it typed directly into the code editor becomes a public function. To change this, right click the function's name in Object Explorer's Members list, and click <b>Properties</b> to invoke the <em>Edit Functions</em> dialog. This dialog can be used to change various attributes of the function, including changing it into a slot.</p> <pre> void MainForm::changedColor( const <a href="tqstring.html">TQString</a>& name ) { - <a href="ntqcolor.html">TQColor</a> color = m_colors[name]; - int r = color.<a href="ntqcolor.html#red">red</a>(); - int g = color.<a href="ntqcolor.html#green">green</a>(); - int b = color.<a href="ntqcolor.html#blue">blue</a>(); + <a href="tqcolor.html">TQColor</a> color = m_colors[name]; + int r = color.<a href="tqcolor.html#red">red</a>(); + int g = color.<a href="tqcolor.html#green">green</a>(); + int b = color.<a href="tqcolor.html#blue">blue</a>(); statusBar()->message( TQString( "%1 \"%2\" (%3,%4,%5)%6 {%7 %8 %9}" ). arg( <a href="tqobject.html#name-prop">name</a> ). - arg( color.<a href="ntqcolor.html#name">name</a>().upper() ). + arg( color.<a href="tqcolor.html#name">name</a>().upper() ). arg( r ).arg( g ).arg( b ). arg( isWebColor( color ) ? " web" : "" ). arg( r / 255.0, 1, 'f', 3 ). @@ -672,7 +672,7 @@ RED WHITESPACE GREEN WHITESPACE BLUE WHITESPACE NAME </pre> <p>The file may also include comment lines; these begin with '!' for example.</p> <p>There are numerous approaches we could have taken to parsing these files, but we've opted for a simple regular expression (regex). The regex is more "liberal" regarding the whitespace in the input than the format demands.</p> -<p>If a line matches the regex we create a new entry in the <tt>m_colors</tt> <a href="tqmap.html">TQMap</a>, setting its text to be the name of the color (<tt>regex.cap( 4 )</tt>), and its value to be a new <a href="ntqcolor.html">TQColor</a> created from the red, green and blue values. Lines that don't match the regex are treated as comments and are stored in the <tt>m_comments</tt> string list. (When we save the file we write all the comments out first even if they appeared in the middle of the file.)</p> +<p>If a line matches the regex we create a new entry in the <tt>m_colors</tt> <a href="tqmap.html">TQMap</a>, setting its text to be the name of the color (<tt>regex.cap( 4 )</tt>), and its value to be a new <a href="tqcolor.html">TQColor</a> created from the red, green and blue values. Lines that don't match the regex are treated as comments and are stored in the <tt>m_comments</tt> string list. (When we save the file we write all the comments out first even if they appeared in the middle of the file.)</p> <p>Once we've populated the <tt>m_colors</tt> map we mark the visible view as "dirty" and call <tt>populate()</tt> to update it. We then mark the visible view as not dirty and the non-visible view as dirty. This ensures that when user changes the view, the view they switch to will be updated. We could have simply marked both views as dirty and updated them both, but it is more efficient to update "lazily", after all the user may only ever use one view, so why waste their time updating the other one.</p> <p>Since we're using <a href="tqfile.html">TQFile</a> and <a href="tqregexp.html">TQRegExp</a> we need to include the relevant headers. (Right click "Includes (in Implementation)", then click <b>New</b>. Type "tqfile.h" and press <b>Enter</b>. Repeat this process to add "tqregexp.h".)</p> <p>You should now have added the following declarations to your includes (in implementation):</p> @@ -729,11 +729,11 @@ Captures: cap(1) cap(2) cap(3) cap(4) stream << m_comments.join( "\n" ) << "\n"; TQMap<TQString,TQColor>::ConstIterator it; for ( it = m_colors.constBegin(); it != m_colors.constEnd(); ++it ) { - <a href="ntqcolor.html">TQColor</a> color = it.data(); + <a href="tqcolor.html">TQColor</a> color = it.data(); stream << TQString( "%1 %2 %3\t\t%4" ). - arg( color.<a href="ntqcolor.html#red">red</a>(), 3 ). - arg( color.<a href="ntqcolor.html#green">green</a>(), 3 ). - arg( color.<a href="ntqcolor.html#blue">blue</a>(), 3 ). + arg( color.<a href="tqcolor.html#red">red</a>(), 3 ). + arg( color.<a href="tqcolor.html#green">green</a>(), 3 ). + arg( color.<a href="tqcolor.html#blue">blue</a>(), 3 ). arg( it.key() ) << "\n"; } file.<a href="tqfile.html#close">close</a>(); @@ -822,15 +822,15 @@ Captures: cap(1) cap(2) cap(3) cap(4) text = item-><a href="qtableitem.html#text">text</a>(); } if ( ! text.<a href="tqstring.html#isNull">isNull</a>() ) { - <a href="ntqcolor.html">TQColor</a> color = m_colors[text]; + <a href="tqcolor.html">TQColor</a> color = m_colors[text]; switch ( m_clip_as ) { - case CLIP_AS_HEX: text = color.<a href="ntqcolor.html#name">name</a>(); break; + case CLIP_AS_HEX: text = color.<a href="tqcolor.html#name">name</a>(); break; case CLIP_AS_NAME: break; case CLIP_AS_RGB: text = TQString( "%1,%2,%3" ). - arg( color.<a href="ntqcolor.html#red">red</a>() ). - arg( color.<a href="ntqcolor.html#green">green</a>() ). - arg( color.<a href="ntqcolor.html#blue">blue</a>() ); + arg( color.<a href="tqcolor.html#red">red</a>() ). + arg( color.<a href="tqcolor.html#green">green</a>() ). + arg( color.<a href="tqcolor.html#blue">blue</a>() ); break; } clipboard->setText( text ); diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html index e7871d8d7..4da644520 100644 --- a/doc/html/designer-manual-4.html +++ b/doc/html/designer-manual-4.html @@ -120,7 +120,7 @@ body { background: #ffffff; color: black; } <p>The situation is different for variables. If you add these to Members, Class Variables, they will be included as private variables in the class definition. If you type them at the top of the <tt>.ui.h</tt> file they will be form-global variables.</p> </blockquote> <p>We'll start by adding some includes.</p> -<pre> #include <<a href="qcolor-h.html">ntqcolor.h</a>> +<pre> #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> </pre> @@ -151,9 +151,9 @@ body { background: #ffffff; color: black; } <h4><a name="1-3"></a>Using the Dialog</h4> <p>The ColorNameForm dialog will be called from the main form. The caller will firstly call one of TQt's static "choose a color" dialogs, and if the user chooses a color, will then invoke our custom dialog. Since we're going to use a "choose a color" dialog we will need the appropriate header file. We'll also be accessing the dialog's colorLabel (to set it to the chosen color), and the dialog's line edit (to retrieve the color name), so we'll need appropriate headers for these too.</p> <p>Click "MainForm" in the Project Overview window so that Object Explorer shows the main form's objects.</p> -<p>Click Object Explorer's Members tab. Right click "Includes (in Implementation)", then click <b>Edit</b> to invoke the <em>Edit Includes (in Implementation)</em> dialog. Click <b>Add</b> then enter "ntqcolordialog.h". Click <b>Add</b> again, and enter "ntqlabel.h". Similarly add "ntqlineedit.h". We also need to include the header for the form we've just created, so add "colornameform.h", and since it is our last entry press <b>Enter</b>, then click <b>Close</b>.</p> +<p>Click Object Explorer's Members tab. Right click "Includes (in Implementation)", then click <b>Edit</b> to invoke the <em>Edit Includes (in Implementation)</em> dialog. Click <b>Add</b> then enter "tqcolordialog.h". Click <b>Add</b> again, and enter "ntqlabel.h". Similarly add "ntqlineedit.h". We also need to include the header for the form we've just created, so add "colornameform.h", and since it is our last entry press <b>Enter</b>, then click <b>Close</b>.</p> <p>You should now have added the following declarations to your includes (in implementation):</p> -<ul><li><p>"ntqcolordialog.h"</p> +<ul><li><p>"tqcolordialog.h"</p> <li><p>"ntqlabel.h"</p> <li><p>"ntqlineedit.h"</p> <li><p>"colornameform.h"</p> @@ -161,7 +161,7 @@ body { background: #ffffff; color: black; } <h5><a name="1-3-1"></a>editAdd()</h5> <pre> void MainForm::editAdd() { - <a href="ntqcolor.html">TQColor</a> color = white; + <a href="tqcolor.html">TQColor</a> color = white; if ( ! m_colors.isEmpty() ) { <a href="tqwidget.html">TQWidget</a> *visible = colorWidgetStack->visibleWidget(); if ( <a href="tqwidget.html#visible-prop">visible</a> == tablePage ) @@ -170,8 +170,8 @@ body { background: #ffffff; color: black; } else color = colorIconView->currentItem()->text(); } - color = TQColorDialog::<a href="ntqcolordialog.html#getColor">getColor</a>( color, this ); - if ( color.<a href="ntqcolor.html#isValid">isValid</a>() ) { + color = TQColorDialog::<a href="tqcolordialog.html#getColor">getColor</a>( color, this ); + if ( color.<a href="tqcolor.html#isValid">isValid</a>() ) { <a href="ntqpixmap.html">TQPixmap</a> pixmap( 80, 10 ); pixmap.<a href="ntqpixmap.html#fill">fill</a>( color ); ColorNameForm *colorForm = new ColorNameForm( this, "color", TRUE ); @@ -186,7 +186,7 @@ body { background: #ffffff; color: black; } colorTable->insertRows( row, 1 ); colorTable->setText( row, COL_NAME, name ); colorTable->setPixmap( row, COL_NAME, pixmap ); - colorTable->setText( row, COL_HEX, color.<a href="ntqcolor.html#name">name</a>().upper() ); + colorTable->setText( row, COL_HEX, color.<a href="tqcolor.html#name">name</a>().upper() ); if ( m_show_web ) { <a href="qchecktableitem.html">TQCheckTableItem</a> *item = new <a href="qchecktableitem.html">TQCheckTableItem</a>( colorTable, "" ); item-><a href="qchecktableitem.html#setChecked">setChecked</a>( isWebColor( color ) ); @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } } } </pre> - <p>The code for this function is quite long, but it isn't difficult. We start by setting a default color to white. If there are any colors in the <tt>m_colors</tt> map we set the default color to be the current color showing in the current view. We then invoke TQt's static <a href="ntqcolordialog.html#getColor">getColor()</a> dialog, passing it the default color. (If the user cancels an invalid color is returned.)</p> + <p>The code for this function is quite long, but it isn't difficult. We start by setting a default color to white. If there are any colors in the <tt>m_colors</tt> map we set the default color to be the current color showing in the current view. We then invoke TQt's static <a href="tqcolordialog.html#getColor">getColor()</a> dialog, passing it the default color. (If the user cancels an invalid color is returned.)</p> <p>If the user chose a color we want to show their chosen color in our custom dialog, so we create a pixmap and fill it with their chosen color. We create an instance of our ColorNameForm as a modal dialog (third argument is TRUE). We then call its <tt>setColors()</tt> function to set the colors in the <tt>m_colors</tt> map (so that the <tt>validate()</tt> function will work correctly). We set its colorLabel's pixmap to the pixmap we've just created, i.e. to a rectangle in the user's chosen color.</p> <p>We execute (<tt>exec()</tt>) the dialog. If the user clicks OK (and the color name they've entered is valid), the call will return a true value. In this case we retrieve the name they've entered from the line edit and create a new entry in the <tt>m_colors</tt> map using the name the user has given and the color they chose.</p> <p>At this point we could simply mark the views "dirty" and call repopulate. Instead we'll add the new color to each view directly and save the overhead of a full update (which might be considerable if we have thousands of colors).</p> @@ -487,21 +487,21 @@ body { background: #ffffff; color: black; } <li><p>"tqclipboard.h"</p> <li><p>"ntqmessagebox.h"</p> <li><p>"tqstatusbar.h"</p> -<li><p>"ntqpainter.h"</p> +<li><p>"tqpainter.h"</p> <li><p>"tqstring.h"</p> -<li><p>"ntqcolor.h"</p> +<li><p>"tqcolor.h"</p> <li><p>"ntqapplication.h"</p> <li><p>"tqfiledialog.h"</p> <li><p>"tqfile.h"</p> <li><p>"tqregexp.h"</p> -<li><p>"ntqcolordialog.h"</p> +<li><p>"tqcolordialog.h"</p> <li><p>"colornameform.h"</p> <li><p>"ntqcheckbox.h"</p> <li><p>"ntqradiobutton.h"</p> <li><p>"tqsettings.h"</p> </ul><h4><a name="6-2"></a>ColorNameForm Members</h4> <p>We put all the ColorNameForm declarations in the source code file. The file <tt>colornameform.ui.h</tt> should begin with the following declarations:</p> -<pre> #include <<a href="qcolor-h.html">ntqcolor.h</a>> +<pre> #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> diff --git a/doc/html/designer-manual-9.html b/doc/html/designer-manual-9.html index c24856a8b..3a212b29a 100644 --- a/doc/html/designer-manual-9.html +++ b/doc/html/designer-manual-9.html @@ -200,7 +200,7 @@ myform.h: myform.ui <p>TQt has equivalents for most GTK+ widgets, but Glade also supports GNOME, whose goal is to provide a complete desktop environment. Because TQt's scope is narrower, when <em>TQt Designer</em> encounters a widget it cannot convert, it replaces it with a label that indicates the problem. For example, a GnomePaperSelector will be replaced by a <a href="ntqlabel.html">TQLabel</a> whose text is "GnomePaperSelector?" in red. If you are porting to KDE, you might want to use the corresponding KDE widget.</p> <p>Other GTK+/GNOME widgets are only supported in certain contexts. For example, the GnomeDruid can be embedded in another widget, whereas the corresponding <a href="ntqwizard.html">TQWizard</a> class cannot.</p> <li><p>Message boxes and other high-level dialogs</p> -<p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <a href="ntqmessagebox.html">TQMessageBox</a> dialog, a <a href="tqfiledialog.html">TQFileDialog</a>, a <a href="ntqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p> +<p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <a href="ntqmessagebox.html">TQMessageBox</a> dialog, a <a href="tqfiledialog.html">TQFileDialog</a>, a <a href="tqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p> <li><p>Stand-alone popup menus</p> <p><em>TQt Designer</em> only supports popup menus inside a <a href="tqmainwindow.html">TQMainWindow</a>. If you need a stand-alone popup menu (presumably a context menu), you can easily write code that does this using <a href="tqpopupmenu.html">TQPopupMenu</a>.</p> <li><p>Size policy parameters</p> diff --git a/doc/html/desktop-example.html b/doc/html/desktop-example.html index fffc382c8..64ccac086 100644 --- a/doc/html/desktop-example.html +++ b/doc/html/desktop-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> The desktop demo contains three routines, each of which draws -something on the desktop. It does some nice stuff with <a href="ntqpainter.html">TQPainter</a>, +something on the desktop. It does some nice stuff with <a href="tqpainter.html">TQPainter</a>, and also demonstrates how one can treat the desktop as a widget like any other. <p> <hr> @@ -51,7 +51,7 @@ any other. #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqbitmap-h.html">tqbitmap.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqdropsite-h.html">tqdropsite.h</a>> #include <<a href="tqdragobject-h.html">tqdragobject.h</a>> @@ -109,12 +109,12 @@ void poly() yvel[i] = velocity(i); } - <a href="ntqpainter.html">TQPainter</a> paint; -<a name="x1733"></a> paint.<a href="ntqpainter.html#begin">begin</a>( d ); // start painting desktop + <a href="tqpainter.html">TQPainter</a> paint; +<a name="x1733"></a> paint.<a href="tqpainter.html#begin">begin</a>( d ); // start painting desktop for ( int ntimes=0; ntimes<2000; ntimes++ ) { - paint.<a href="ntqpainter.html#setBrush">setBrush</a>( TQColor(kindaRand()%360, 180, 255, TQColor::Hsv) ); -<a name="x1735"></a> paint.<a href="ntqpainter.html#drawPolygon">drawPolygon</a>( a[head] ); + paint.<a href="tqpainter.html#setBrush">setBrush</a>( TQColor(kindaRand()%360, 180, 255, TQColor::Hsv) ); +<a name="x1735"></a> paint.<a href="tqpainter.html#drawPolygon">drawPolygon</a>( a[head] ); if ( ++tail >= maxcurves ) tail = 0; @@ -147,7 +147,7 @@ void poly() a[head].setPoint( i, x, y ); } } -<a name="x1737"></a> paint.<a href="ntqpainter.html#end">end</a>(); // painting done +<a name="x1737"></a> paint.<a href="tqpainter.html#end">end</a>(); // painting done delete[] a; } @@ -190,39 +190,39 @@ void rotate() // void generateStone( <a href="ntqpixmap.html">TQPixmap</a> *pm, - const <a href="ntqcolor.html">TQColor</a> &c1, const <a href="ntqcolor.html">TQColor</a> &c2, const <a href="ntqcolor.html">TQColor</a> &c3 ) + const <a href="tqcolor.html">TQColor</a> &c1, const <a href="tqcolor.html">TQColor</a> &c2, const <a href="tqcolor.html">TQColor</a> &c3 ) { - <a href="ntqpainter.html">TQPainter</a> p; + <a href="tqpainter.html">TQPainter</a> p; <a href="ntqpen.html">TQPen</a> p1 ( c1, 0 ); <a href="ntqpen.html">TQPen</a> p2 ( c2, 0 ); <a href="ntqpen.html">TQPen</a> p3 ( c3, 0 ); - p.<a href="ntqpainter.html#begin">begin</a>( pm ); + p.<a href="tqpainter.html#begin">begin</a>( pm ); <a name="x1746"></a> for( int i = 0 ; i < pm-><a href="ntqpixmap.html#width">width</a>() ; i++ ) <a name="x1743"></a> for( int j = 0 ; j < pm-><a href="ntqpixmap.html#height">height</a>() ; j++ ) { int r = kindaRand(); if ( r < KINDA_RAND_MAX / 3 ) -<a name="x1741"></a> p.<a href="ntqpainter.html#setPen">setPen</a>( p1 ); +<a name="x1741"></a> p.<a href="tqpainter.html#setPen">setPen</a>( p1 ); else if ( r < KINDA_RAND_MAX / 3 * 2 ) - p.<a href="ntqpainter.html#setPen">setPen</a>( p2 ); + p.<a href="tqpainter.html#setPen">setPen</a>( p2 ); else - p.<a href="ntqpainter.html#setPen">setPen</a>( p3 ); -<a name="x1734"></a> p.<a href="ntqpainter.html#drawPoint">drawPoint</a>( i,j ); + p.<a href="tqpainter.html#setPen">setPen</a>( p3 ); +<a name="x1734"></a> p.<a href="tqpainter.html#drawPoint">drawPoint</a>( i,j ); } - p.<a href="ntqpainter.html#end">end</a>(); + p.<a href="tqpainter.html#end">end</a>(); } -void drawShadeText( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, const char *text, - const <a href="ntqcolor.html">TQColor</a> &topColor, const <a href="ntqcolor.html">TQColor</a> &bottomColor, +void drawShadeText( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const char *text, + const <a href="tqcolor.html">TQColor</a> &topColor, const <a href="tqcolor.html">TQColor</a> &bottomColor, int sw = 2 ) { -<a name="x1739"></a> if ( !p-><a href="ntqpainter.html#isActive">isActive</a>() ) +<a name="x1739"></a> if ( !p-><a href="tqpainter.html#isActive">isActive</a>() ) return; - p-><a href="ntqpainter.html#setPen">setPen</a>( bottomColor ); -<a name="x1736"></a> p-><a href="ntqpainter.html#drawText">drawText</a>( x+sw, y+sw, text ); - p-><a href="ntqpainter.html#setPen">setPen</a>( topColor ); - p-><a href="ntqpainter.html#drawText">drawText</a>( x, y, text ); + p-><a href="tqpainter.html#setPen">setPen</a>( bottomColor ); +<a name="x1736"></a> p-><a href="tqpainter.html#drawText">drawText</a>( x+sw, y+sw, text ); + p-><a href="tqpainter.html#setPen">setPen</a>( topColor ); + p-><a href="tqpainter.html#drawText">drawText</a>( x, y, text ); } // NOTE: desktop drag/drop is experimental @@ -232,7 +232,7 @@ class DesktopWidget : public <a href="tqwidget.html">TQWidget</a>, private TQDro public: DesktopWidget( const char *s, TQWidget *parent=0, const char *name=0 ); ~DesktopWidget(); - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void dragEnterEvent( <a href="tqdragenterevent.html">TQDragEnterEvent</a> *e ) { @@ -276,11 +276,11 @@ DesktopWidget::~DesktopWidget() delete pm; } -void DesktopWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void DesktopWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqcolor.html">TQColor</a> c1 = <a href="tqwidget.html#backgroundColor">backgroundColor</a>(); -<a name="x1726"></a> <a href="ntqcolor.html">TQColor</a> c2 = c1.<a href="ntqcolor.html#light">light</a>(104); -<a name="x1725"></a> <a href="ntqcolor.html">TQColor</a> c3 = c1.<a href="ntqcolor.html#dark">dark</a>(106); + <a href="tqcolor.html">TQColor</a> c1 = <a href="tqwidget.html#backgroundColor">backgroundColor</a>(); +<a name="x1726"></a> <a href="tqcolor.html">TQColor</a> c2 = c1.<a href="tqcolor.html#light">light</a>(104); +<a name="x1725"></a> <a href="tqcolor.html">TQColor</a> c3 = c1.<a href="tqcolor.html#dark">dark</a>(106); if ( !pm ) { pm = new <a href="ntqpixmap.html">TQPixmap</a>( 64, 64 ); generateStone( pm, c1, c2, c3 ); @@ -292,10 +292,10 @@ void DesktopWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href=" int x = <a href="tqwidget.html#width">width</a>()/2 - br.<a href="ntqrect.html#width">width</a>()/2; int y = <a href="tqwidget.html#height">height</a>()/2 - br.<a href="ntqrect.html#height">height</a>()/2; <a name="x1742"></a> offscreen.<a href="ntqpixmap.html#fill">fill</a>( this, x, y ); - <a href="ntqpainter.html">TQPainter</a> p; - p.<a href="ntqpainter.html#begin">begin</a>( &offscreen ); + <a href="tqpainter.html">TQPainter</a> p; + p.<a href="tqpainter.html#begin">begin</a>( &offscreen ); <a name="x1758"></a><a name="x1757"></a> drawShadeText( &p, -br.<a href="ntqrect.html#x">x</a>(), -br.<a href="ntqrect.html#y">y</a>(), text, c2, c3, 3 ); - p.<a href="ntqpainter.html#end">end</a>(); + p.<a href="tqpainter.html#end">end</a>(); <a href="tqimage.html#bitBlt">bitBlt</a>( this, x, y, &offscreen ); } @@ -311,16 +311,16 @@ void desktopText( const char *s = "Trolltech" ) { const int border = 20; -<a name="x1723"></a> <a href="ntqcolor.html">TQColor</a> c1 = tqApp-><a href="ntqapplication.html#palette">palette</a>().inactive().background(); - <a href="ntqcolor.html">TQColor</a> c2 = c1.<a href="ntqcolor.html#light">light</a>(104); - <a href="ntqcolor.html">TQColor</a> c3 = c1.<a href="ntqcolor.html#dark">dark</a>(106); +<a name="x1723"></a> <a href="tqcolor.html">TQColor</a> c1 = tqApp-><a href="ntqapplication.html#palette">palette</a>().inactive().background(); + <a href="tqcolor.html">TQColor</a> c2 = c1.<a href="tqcolor.html#light">light</a>(104); + <a href="tqcolor.html">TQColor</a> c3 = c1.<a href="tqcolor.html#dark">dark</a>(106); <a href="ntqpixmap.html">TQPixmap</a> pm(10,10); - <a href="ntqpainter.html">TQPainter</a> p; - p.<a href="ntqpainter.html#begin">begin</a>( &pm ); -<a name="x1738"></a> <a href="ntqrect.html">TQRect</a> r = p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().boundingRect( s ); - p.<a href="ntqpainter.html#end">end</a>(); + <a href="tqpainter.html">TQPainter</a> p; + p.<a href="tqpainter.html#begin">begin</a>( &pm ); +<a name="x1738"></a> <a href="ntqrect.html">TQRect</a> r = p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().boundingRect( s ); + p.<a href="tqpainter.html#end">end</a>(); int appWidth = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->width(); int appHeight = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->height(); @@ -331,9 +331,9 @@ void desktopText( const char *s = "Trolltech" ) <a name="x1754"></a><a name="x1744"></a> pm.<a href="ntqpixmap.html#resize">resize</a>( r.<a href="ntqrect.html#size">size</a>() + TQSize( border*2, border*2 ) ); generateStone( &pm, c1, c2, c3 ); - p.<a href="ntqpainter.html#begin">begin</a>( &pm ); + p.<a href="tqpainter.html#begin">begin</a>( &pm ); drawShadeText( &p, -r.<a href="ntqrect.html#x">x</a>() + border, -r.<a href="ntqrect.html#y">y</a>() + border, s, c2, c3 ); - p.<a href="ntqpainter.html#end">end</a>(); + p.<a href="tqpainter.html#end">end</a>(); tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->setBackgroundPixmap( pm ); } @@ -347,8 +347,8 @@ int main( int argc, char **argv ) <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); if ( argc > 1 ) { - <a href="ntqfont.html">TQFont</a> f( "charter", 96, TQFont::Black ); -<a name="x1728"></a> f.<a href="ntqfont.html#setStyleHint">setStyleHint</a>( TQFont::Times ); + <a href="tqfont.html">TQFont</a> f( "charter", 96, TQFont::Black ); +<a name="x1728"></a> f.<a href="tqfont.html#setStyleHint">setStyleHint</a>( TQFont::Times ); <a name="x1724"></a> app.<a href="ntqapplication.html#setFont">setFont</a>( f ); } diff --git a/doc/html/dialogs.html b/doc/html/dialogs.html index 4155d4a65..d81d4f6c7 100644 --- a/doc/html/dialogs.html +++ b/doc/html/dialogs.html @@ -36,11 +36,11 @@ body { background: #ffffff; color: black; } boxes, generally. <p> <p><table width="100%"> -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors +<tr bgcolor=#f0f0f0><td><b><a href="tqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors <tr bgcolor=#f0f0f0><td><b><a href="ntqdialog.html">TQDialog</a></b><td>The base class of dialog windows <tr bgcolor=#f0f0f0><td><b><a href="ntqerrormessage.html">TQErrorMessage</a></b><td>Error message display dialog <tr bgcolor=#f0f0f0><td><b><a href="tqfiledialog.html">TQFileDialog</a></b><td>Dialogs that allow users to select files or directories -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font +<tr bgcolor=#f0f0f0><td><b><a href="tqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font <tr bgcolor=#f0f0f0><td><b><a href="ntqinputdialog.html">TQInputDialog</a></b><td>Simple convenience dialog to get a single value from the user <tr bgcolor=#f0f0f0><td><b><a href="ntqmessagebox.html">TQMessageBox</a></b><td>Modal dialog with a short message, an icon, and some buttons <tr bgcolor=#f0f0f0><td><b><a href="ntqprogressdialog.html">TQProgressDialog</a></b><td>Feedback on the progress of a slow operation diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index 07c90e8c4..5ecd477c6 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -48,7 +48,7 @@ You can easily add you own drawing functions. *****************************************************************************/ #include <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> @@ -66,12 +66,12 @@ You can easily add you own drawing functions. // The coordinate system x=(0..500), y=(0..500) spans the paint device. // -void drawColorWheel( <a href="ntqpainter.html">TQPainter</a> *p ) +void drawColorWheel( <a href="tqpainter.html">TQPainter</a> *p ) { - <a href="ntqfont.html">TQFont</a> f( "times", 18, TQFont::Bold ); -<a name="x1075"></a> p-><a href="ntqpainter.html#setFont">setFont</a>( f ); -<a name="x1076"></a> p-><a href="ntqpainter.html#setPen">setPen</a>( TQt::black ); -<a name="x1077"></a> p-><a href="ntqpainter.html#setWindow">setWindow</a>( 0, 0, 500, 500 ); // defines coordinate system + <a href="tqfont.html">TQFont</a> f( "times", 18, TQFont::Bold ); +<a name="x1075"></a> p-><a href="tqpainter.html#setFont">setFont</a>( f ); +<a name="x1076"></a> p-><a href="tqpainter.html#setPen">setPen</a>( TQt::black ); +<a name="x1077"></a> p-><a href="tqpainter.html#setWindow">setWindow</a>( 0, 0, 500, 500 ); // defines coordinate system for ( int i=0; i<36; i++ ) { // draws 36 rotated rectangles @@ -79,16 +79,16 @@ void drawColorWheel( <a href="ntqpainter.html">TQPainter</a> *p ) <a name="x1097"></a> matrix.<a href="ntqwmatrix.html#translate">translate</a>( 250.0F, 250.0F ); // move to center <a name="x1096"></a> matrix.<a href="ntqwmatrix.html#shear">shear</a>( 0.0F, 0.3F ); // twist it <a name="x1095"></a> matrix.<a href="ntqwmatrix.html#rotate">rotate</a>( (float)i*10 ); // rotate 0,10,20,.. degrees -<a name="x1078"></a> p-><a href="ntqpainter.html#setWorldMatrix">setWorldMatrix</a>( matrix ); // use this world matrix +<a name="x1078"></a> p-><a href="tqpainter.html#setWorldMatrix">setWorldMatrix</a>( matrix ); // use this world matrix - <a href="ntqcolor.html">TQColor</a> c; -<a name="x1063"></a> c.<a href="ntqcolor.html#setHsv">setHsv</a>( i*10, 255, 255 ); // rainbow effect -<a name="x1074"></a> p-><a href="ntqpainter.html#setBrush">setBrush</a>( c ); // solid fill with color c -<a name="x1070"></a> p-><a href="ntqpainter.html#drawRect">drawRect</a>( 70, -10, 80, 10 ); // draw the rectangle + <a href="tqcolor.html">TQColor</a> c; +<a name="x1063"></a> c.<a href="tqcolor.html#setHsv">setHsv</a>( i*10, 255, 255 ); // rainbow effect +<a name="x1074"></a> p-><a href="tqpainter.html#setBrush">setBrush</a>( c ); // solid fill with color c +<a name="x1070"></a> p-><a href="tqpainter.html#drawRect">drawRect</a>( 70, -10, 80, 10 ); // draw the rectangle <a href="tqstring.html">TQString</a> n; n.<a href="tqstring.html#sprintf">sprintf</a>( "H=%d", i*10 ); -<a name="x1072"></a> p-><a href="ntqpainter.html#drawText">drawText</a>( 80+70+5, 0, n ); // draw the hue number +<a name="x1072"></a> p-><a href="tqpainter.html#drawText">drawText</a>( 80+70+5, 0, n ); // draw the hue number } } @@ -97,7 +97,7 @@ void drawColorWheel( <a href="ntqpainter.html">TQPainter</a> *p ) // This function draws a few lines of text using different fonts. // -void drawFonts( <a href="ntqpainter.html">TQPainter</a> *p ) +void drawFonts( <a href="tqpainter.html">TQPainter</a> *p ) { static const char *fonts[] = { "Helvetica", "Courier", "Times", 0 }; static int sizes[] = { 10, 12, 18, 24, 36, 0 }; @@ -106,12 +106,12 @@ void drawFonts( <a href="ntqpainter.html">TQPainter</a> *p ) while ( fonts[f] ) { int s = 0; while ( sizes[s] ) { - <a href="ntqfont.html">TQFont</a> font( fonts[f], sizes[s] ); - p-><a href="ntqpainter.html#setFont">setFont</a>( font ); -<a name="x1073"></a> <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = p-><a href="ntqpainter.html#fontMetrics">fontMetrics</a>(); -<a name="x1064"></a> y += fm.<a href="ntqfontmetrics.html#ascent">ascent</a>(); - p-><a href="ntqpainter.html#drawText">drawText</a>( 10, y, "Quartz Glyph Job Vex'd Cwm Finks" ); -<a name="x1065"></a> y += fm.<a href="ntqfontmetrics.html#descent">descent</a>(); + <a href="tqfont.html">TQFont</a> font( fonts[f], sizes[s] ); + p-><a href="tqpainter.html#setFont">setFont</a>( font ); +<a name="x1073"></a> <a href="tqfontmetrics.html">TQFontMetrics</a> fm = p-><a href="tqpainter.html#fontMetrics">fontMetrics</a>(); +<a name="x1064"></a> y += fm.<a href="tqfontmetrics.html#ascent">ascent</a>(); + p-><a href="tqpainter.html#drawText">drawText</a>( 10, y, "Quartz Glyph Job Vex'd Cwm Finks" ); +<a name="x1065"></a> y += fm.<a href="tqfontmetrics.html#descent">descent</a>(); s++; } f++; @@ -123,22 +123,22 @@ void drawFonts( <a href="ntqpainter.html">TQPainter</a> *p ) // This function draws some shapes // -void drawShapes( <a href="ntqpainter.html">TQPainter</a> *p ) +void drawShapes( <a href="tqpainter.html">TQPainter</a> *p ) { - <a href="ntqbrush.html">TQBrush</a> b1( TQt::blue ); - <a href="ntqbrush.html">TQBrush</a> b2( TQt::green, TQt::Dense6Pattern ); // green 12% fill - <a href="ntqbrush.html">TQBrush</a> b3( TQt::NoBrush ); // void brush - <a href="ntqbrush.html">TQBrush</a> b4( TQt::CrossPattern ); // black cross pattern - - p-><a href="ntqpainter.html#setPen">setPen</a>( TQt::red ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( b1 ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( 10, 10, 200, 100 ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( b2 ); -<a name="x1071"></a> p-><a href="ntqpainter.html#drawRoundRect">drawRoundRect</a>( 10, 150, 200, 100, 20, 20 ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( b3 ); -<a name="x1068"></a> p-><a href="ntqpainter.html#drawEllipse">drawEllipse</a>( 250, 10, 200, 100 ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( b4 ); -<a name="x1069"></a> p-><a href="ntqpainter.html#drawPie">drawPie</a>( 250, 150, 200, 100, 45*16, 90*16 ); + <a href="tqbrush.html">TQBrush</a> b1( TQt::blue ); + <a href="tqbrush.html">TQBrush</a> b2( TQt::green, TQt::Dense6Pattern ); // green 12% fill + <a href="tqbrush.html">TQBrush</a> b3( TQt::NoBrush ); // void brush + <a href="tqbrush.html">TQBrush</a> b4( TQt::CrossPattern ); // black cross pattern + + p-><a href="tqpainter.html#setPen">setPen</a>( TQt::red ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( b1 ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( 10, 10, 200, 100 ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( b2 ); +<a name="x1071"></a> p-><a href="tqpainter.html#drawRoundRect">drawRoundRect</a>( 10, 150, 200, 100, 20, 20 ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( b3 ); +<a name="x1068"></a> p-><a href="tqpainter.html#drawEllipse">drawEllipse</a>( 250, 10, 200, 100 ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( b4 ); +<a name="x1069"></a> p-><a href="tqpainter.html#drawPie">drawPie</a>( 250, 150, 200, 100, 45*16, 90*16 ); } @@ -178,8 +178,8 @@ public slots: void updateIt( int ); void printIt(); protected: - void drawIt( <a href="ntqpainter.html">TQPainter</a> * ); - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void drawIt( <a href="tqpainter.html">TQPainter</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); private: <a href="ntqprinter.html">TQPrinter</a> *printer; @@ -209,13 +209,13 @@ private: int maxheight = 10; int i; const char *n; -<a name="x1084"></a> <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = bgroup-><a href="tqwidget.html#fontMetrics">fontMetrics</a>(); +<a name="x1084"></a> <a href="tqfontmetrics.html">TQFontMetrics</a> fm = bgroup-><a href="tqwidget.html#fontMetrics">fontMetrics</a>(); // Find out the longest function description. // Here we make use of the last "0,0"-entry in the // ourDrawFunctions-array. for ( i=0; (n=ourDrawFunctions[i].name) != 0; i++ ) { -<a name="x1066"></a> int w = fm.<a href="ntqfontmetrics.html#width">width</a>( n ); +<a name="x1066"></a> int w = fm.<a href="tqfontmetrics.html#width">width</a>( n ); maxwidth = TQMAX(w,maxwidth); // TQMAX is a macro defined in ntqglobal.h // and returns the biggest of to values. // Due to its macro nature one should use it with care and with @@ -295,7 +295,7 @@ void <a name="f368"></a>DrawView::updateIt( int index ) // Calls the drawing function as specified by the radio buttons. // -void <a name="f369"></a>DrawView::drawIt( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f369"></a>DrawView::drawIt( <a href="tqpainter.html">TQPainter</a> *p ) { (*ourDrawFunctions[drawindex].f)(p); } @@ -307,8 +307,8 @@ void <a name="f369"></a>DrawView::drawIt( <a href="ntqpainter.html">TQPainter</a void <a name="f370"></a>DrawView::printIt() { <a name="x1079"></a> if ( printer-><a href="ntqprinter.html#setup">setup</a>( this ) ) { - <a href="ntqpainter.html">TQPainter</a> paint; -<a name="x1067"></a> if( !paint.<a href="ntqpainter.html#begin">begin</a>( printer ) ) + <a href="tqpainter.html">TQPainter</a> paint; +<a name="x1067"></a> if( !paint.<a href="tqpainter.html#begin">begin</a>( printer ) ) return; drawIt( &paint ); } @@ -318,9 +318,9 @@ void <a name="f370"></a>DrawView::printIt() // Called when the widget needs to be updated. // -void DrawView::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void DrawView::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> paint( this ); + <a href="tqpainter.html">TQPainter</a> paint( this ); drawIt( &paint ); } diff --git a/doc/html/drawlines-example.html b/doc/html/drawlines-example.html index 2b66bbb56..34c40d1d8 100644 --- a/doc/html/drawlines-example.html +++ b/doc/html/drawlines-example.html @@ -50,7 +50,7 @@ release the button, and watch the lines get drawn. *****************************************************************************/ #include <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <stdlib.h> @@ -69,13 +69,13 @@ public: ConnectWidget( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); ~ConnectWidget(); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> *); void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> *); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> *); private: <a href="ntqpoint.html">TQPoint</a> *points; // point array - <a href="ntqcolor.html">TQColor</a> *colors; // color array + <a href="tqcolor.html">TQColor</a> *colors; // color array int count; // count = number of points bool down; // TRUE if mouse down }; @@ -92,7 +92,7 @@ private: count = 0; down = FALSE; points = new <a href="ntqpoint.html">TQPoint</a>[MAXPOINTS]; - colors = new <a href="ntqcolor.html">TQColor</a>[MAXCOLORS]; + colors = new <a href="tqcolor.html">TQColor</a>[MAXCOLORS]; for ( int i=0; i<MAXCOLORS; i++ ) // init color array colors[i] = TQColor( rand()&255, rand()&255, rand()&255 ); } @@ -108,13 +108,13 @@ ConnectWidget::~ConnectWidget() // Handles paint events for the connect widget. // -<a name="x1661"></a>void ConnectWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +<a name="x1661"></a>void ConnectWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> paint( this ); + <a href="tqpainter.html">TQPainter</a> paint( this ); for ( int i=0; i<count-1; i++ ) { // connect all points for ( int j=i+1; j<count; j++ ) { - paint.<a href="ntqpainter.html#setPen">setPen</a>( colors[rand()%MAXCOLORS] ); // set random pen color -<a name="x1655"></a> paint.<a href="ntqpainter.html#drawLine">drawLine</a>( points[i], points[j] ); // draw line + paint.<a href="tqpainter.html#setPen">setPen</a>( colors[rand()%MAXCOLORS] ); // set random pen color +<a name="x1655"></a> paint.<a href="tqpainter.html#drawLine">drawLine</a>( points[i], points[j] ); // draw line } } } @@ -150,9 +150,9 @@ ConnectWidget::~ConnectWidget() <a name="x1658"></a>void ConnectWidget::<a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { if ( down && count < MAXPOINTS ) { - <a href="ntqpainter.html">TQPainter</a> paint( this ); + <a href="tqpainter.html">TQPainter</a> paint( this ); <a name="x1654"></a> points[count++] = e-><a href="qmouseevent.html#pos">pos</a>(); // add point -<a name="x1656"></a> paint.<a href="ntqpainter.html#drawPoint">drawPoint</a>( e-><a href="qmouseevent.html#pos">pos</a>() ); // plot point +<a name="x1656"></a> paint.<a href="tqpainter.html#drawPoint">drawPoint</a>( e-><a href="qmouseevent.html#pos">pos</a>() ); // plot point } } diff --git a/doc/html/environment.html b/doc/html/environment.html index eb889ebd1..20170e681 100644 --- a/doc/html/environment.html +++ b/doc/html/environment.html @@ -39,7 +39,7 @@ event handling, access to system settings, <a href="i18n.html#internationalizati <tr bgcolor=#f0f0f0><td><b><a href="tqclipboard.html">TQClipboard</a></b><td>Access to the window system clipboard <tr bgcolor=#f0f0f0><td><b><a href="ntqdesktopwidget.html">TQDesktopWidget</a></b><td>Access to screen information on multi-head systems <tr bgcolor=#f0f0f0><td><b><a href="ntqevent.html">TQEvent</a></b><td>The base class of all event classes. Event objects contain event parameters -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontdatabase.html">TQFontDatabase</a></b><td>Information about the fonts available in the underlying window system +<tr bgcolor=#f0f0f0><td><b><a href="tqfontdatabase.html">TQFontDatabase</a></b><td>Information about the fonts available in the underlying window system <tr bgcolor=#f0f0f0><td><b><a href="tqmimesourcefactory.html">TQMimeSourceFactory</a></b><td>Extensible provider of mime-typed data <tr bgcolor=#f0f0f0><td><b><a href="tqmutex.html">TQMutex</a></b><td>Access serialization between threads <tr bgcolor=#f0f0f0><td><b><a href="tqmutexlocker.html">TQMutexLocker</a></b><td>Simplifies locking and unlocking TQMutexes diff --git a/doc/html/events.html b/doc/html/events.html index 014b78329..27801d85c 100644 --- a/doc/html/events.html +++ b/doc/html/events.html @@ -54,7 +54,7 @@ and <a href="signalsandslots.html">Signals and Slots</a>. <tr bgcolor=#f0f0f0><td><b><a href="qkeyevent.html">TQKeyEvent</a></b><td>Describes a key event <tr bgcolor=#f0f0f0><td><b><a href="qmouseevent.html">TQMouseEvent</a></b><td>Parameters that describe a mouse event <tr bgcolor=#f0f0f0><td><b><a href="qmoveevent.html">TQMoveEvent</a></b><td>Event parameters for move events -<tr bgcolor=#f0f0f0><td><b><a href="qpaintevent.html">TQPaintEvent</a></b><td>Event parameters for paint events +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintevent.html">TQPaintEvent</a></b><td>Event parameters for paint events <tr bgcolor=#f0f0f0><td><b><a href="qresizeevent.html">TQResizeEvent</a></b><td>Event parameters for resize events <tr bgcolor=#f0f0f0><td><b><a href="qshowevent.html">TQShowEvent</a></b><td>Event which is sent when a widget is shown <tr bgcolor=#f0f0f0><td><b><a href="qtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index 2f40d036d..caea373ab 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -45,7 +45,7 @@ from other sources, e.g. <a href="tqtimerevent.html">TQTimerEvent</a>, and some application program. TQt is symmetric, as usual, so you can send events in exactly the same ways as TQt's own event loop does. <p> Most events types have special classes, most commonly <a href="qresizeevent.html">TQResizeEvent</a>, -<a href="qpaintevent.html">TQPaintEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a> and <a href="qcloseevent.html">TQCloseEvent</a>. +<a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a> and <a href="qcloseevent.html">TQCloseEvent</a>. There are many others, perhaps forty or so, but most are rather odd. <p> Each class subclasses <a href="ntqevent.html">TQEvent</a> and adds event-specific functions; see, for example, <a href="qresizeevent.html">TQResizeEvent</a>. In the case of <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qresizeevent.html#size">TQResizeEvent::size</a>() and <a href="qresizeevent.html#oldSize">TQResizeEvent::oldSize</a>() are added. @@ -57,7 +57,7 @@ event delivery mechanisms are flexible. The documentation for <a href="ntqapplication.html#notify">TQApplication::notify</a>() concisely tells the whole story, here we will explain enough for 99% of applications. <p> The normal way for an event to be delivered is by calling a virtual -function. For example, <a href="qpaintevent.html">TQPaintEvent</a> is delivered by calling <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(). This virtual function is responsible for +function. For example, <a href="tqpaintevent.html">TQPaintEvent</a> is delivered by calling <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(). This virtual function is responsible for reacting appropriately, normally by repainting the widget. If you do not perform all the necessary work in your implementation of the virtual function, you may need to call the base class's diff --git a/doc/html/examples.html b/doc/html/examples.html index 2b676fc43..fe8684369 100644 --- a/doc/html/examples.html +++ b/doc/html/examples.html @@ -46,7 +46,7 @@ in a line-by-line coverage please refer to the tutorials </h2> <a name="1"></a><p> <ul> <li> <a href="tqaction-examples.html">TQAction and TQActionGroup</a> -<li> <a href="qfont-examples.html">TQFont, TQFontMetrics, TQFontInfo and TQFontDatabase</a> +<li> <a href="tqfont-examples.html">TQFont, TQFontMetrics, TQFontInfo and TQFontDatabase</a> <li> <a href="tqprocess-examples.html">TQProcess</a> </ul> <p> <h2> TQt Modules: Assorted Examples diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 3a22ab16a..bc63cc7bc 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -195,7 +195,7 @@ public: virtual void dragLeft(); void viewModeChanged( TQtFileIconView::ViewMode m ); - void paintItem( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg ); + void paintItem( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg ); protected: virtual void dropped( <a href="tqdropevent.html">TQDropEvent</a> *e, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem> & ); @@ -226,7 +226,7 @@ protected: *****************************************************************************/ #include "tqfileiconview.h" -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="tqmime-h.html">tqmime.h</a>> @@ -548,12 +548,12 @@ static void cleanup() <a href="tqiconviewitem.html#iconView">iconView</a>(), TQ_SLOT( openFolder() ) ); } -<a name="x842"></a>void TQtFileIconViewItem::<a href="tqiconviewitem.html#paintItem">paintItem</a>( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg ) +<a name="x842"></a>void TQtFileIconViewItem::<a href="tqiconviewitem.html#paintItem">paintItem</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg ) { if ( itemFileInfo-><a href="tqfileinfo.html#isSymLink">isSymLink</a>() ) { -<a name="x861"></a> <a href="ntqfont.html">TQFont</a> f( p-><a href="ntqpainter.html#font">font</a>() ); -<a name="x828"></a> f.<a href="ntqfont.html#setItalic">setItalic</a>( TRUE ); - p-><a href="ntqpainter.html#setFont">setFont</a>( f ); +<a name="x861"></a> <a href="tqfont.html">TQFont</a> f( p-><a href="tqpainter.html#font">font</a>() ); +<a name="x828"></a> f.<a href="tqfont.html#setItalic">setItalic</a>( TRUE ); + p-><a href="tqpainter.html#setFont">setFont</a>( f ); } TQIconViewItem::<a href="tqiconviewitem.html#paintItem">paintItem</a>( p, cg ); diff --git a/doc/html/forever-example.html b/doc/html/forever-example.html index 2ef77fd5b..6c08b1648 100644 --- a/doc/html/forever-example.html +++ b/doc/html/forever-example.html @@ -67,7 +67,7 @@ class Forever : public <a href="tqwidget.html">TQWidget</a> public: Forever( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void timerEvent( <a href="tqtimerevent.html">TQTimerEvent</a> * ); private slots: void updateCaption(); @@ -93,7 +93,7 @@ private: *****************************************************************************/ #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <stdlib.h> // defines rand() function @@ -138,21 +138,21 @@ void <a name="f366"></a>Forever::updateCaption() // Handles paint events for the Forever widget. // -<a name="x1055"></a>void Forever::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +<a name="x1055"></a>void Forever::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> paint( this ); // painter object + <a href="tqpainter.html">TQPainter</a> paint( this ); // painter object int w = <a href="tqwidget.html#width">width</a>(); int h = <a href="tqwidget.html#height">height</a>(); if(w <= 0 || h <= 0) return; - paint.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); // do not draw outline - paint.<a href="ntqpainter.html#setBrush">setBrush</a>( colors[rand() % numColors]);// set random brush color + paint.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); // do not draw outline + paint.<a href="tqpainter.html#setBrush">setBrush</a>( colors[rand() % numColors]);// set random brush color <a href="ntqpoint.html">TQPoint</a> p1( rand()%w, rand()%h ); // p1 = top left <a href="ntqpoint.html">TQPoint</a> p2( rand()%w, rand()%h ); // p2 = bottom right <a href="ntqrect.html">TQRect</a> r( p1, p2 ); - paint.<a href="ntqpainter.html#drawRect">drawRect</a>( r ); // draw filled rectangle + paint.<a href="tqpainter.html#drawRect">drawRect</a>( r ); // draw filled rectangle } // diff --git a/doc/html/functions.html b/doc/html/functions.html index f89fb1336..653d99ab6 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -138,7 +138,7 @@ abort: <a href="tqimage.html#allGray">TQImage</a><li>allItems: <a href="tqcanvas.html#allItems">TQCanvas</a><li>allWidgets: <a href="ntqapplication.html#allWidgets">TQApplication</a><li>alloc: - <a href="ntqcolor.html#alloc">TQColor</a><li>allowedInContext: + <a href="tqcolor.html#alloc">TQColor</a><li>allowedInContext: <a href="tqstylesheetitem.html#allowedInContext">TQStyleSheetItem</a><li>allowsErrorInteraction: <a href="tqsessionmanager.html#allowsErrorInteraction">TQSessionManager</a><li>allowsInteraction: <a href="tqsessionmanager.html#allowsInteraction">TQSessionManager</a><li>alpha: @@ -205,7 +205,7 @@ abort: <a href="ntqvariant.html#asTime">TQVariant</a><li>asUInt: <a href="ntqvariant.html#asUInt">TQVariant</a><li>asULongLong: <a href="ntqvariant.html#asULongLong">TQVariant</a><li>ascent: - <a href="ntqfontmetrics.html#ascent">TQFontMetrics</a><li>ascii: + <a href="tqfontmetrics.html#ascent">TQFontMetrics</a><li>ascii: <a href="qkeyevent.html#ascii">TQKeyEvent</a> <a href="tqstring.html#ascii">TQString</a><li>assign: <a href="tqmemarray.html#assign">TQMemArray</a><li>assistantClosed: <a href="ntqassistantclient.html#assistantClosed">TQAssistantClient</a><li>assistantOpened: @@ -242,16 +242,16 @@ abort: back: <a href="tqvaluelist.html#back">TQValueList</a> <a href="tqvaluevector.html#back">TQValueVector</a> <a href="ntqwizard.html#back">TQWizard</a><li>backButton: <a href="ntqwizard.html#backButton">TQWizard</a><li>background: - <a href="qcolorgroup.html#background">TQColorGroup</a><li>backgroundBrush: + <a href="tqcolorgroup.html#background">TQColorGroup</a><li>backgroundBrush: <a href="tqwidget.html#backgroundBrush">TQWidget</a><li>backgroundColor: - <a href="tqcanvas.html#backgroundColor">TQCanvas</a> <a href="ntqmovie.html#backgroundColor">TQMovie</a> <a href="ntqpainter.html#backgroundColor">TQPainter</a><li>backgroundMode: - <a href="ntqpainter.html#backgroundMode">TQPainter</a> <a href="tqwidget.html#backgroundMode">TQWidget</a><li>backgroundOrigin: + <a href="tqcanvas.html#backgroundColor">TQCanvas</a> <a href="tqmovie.html#backgroundColor">TQMovie</a> <a href="tqpainter.html#backgroundColor">TQPainter</a><li>backgroundMode: + <a href="tqpainter.html#backgroundMode">TQPainter</a> <a href="tqwidget.html#backgroundMode">TQWidget</a><li>backgroundOrigin: <a href="tqwidget.html#backgroundOrigin">TQWidget</a><li>backgroundPixmap: <a href="tqcanvas.html#backgroundPixmap">TQCanvas</a><li>backspace: <a href="ntqlineedit.html#backspace">TQLineEdit</a> <a href="ntqmultilineedit.html#backspace">TQMultiLineEdit</a><li>backward: <a href="tqtextbrowser.html#backward">TQTextBrowser</a><li>backwardAvailable: <a href="tqtextbrowser.html#backwardAvailable">TQTextBrowser</a><li>base: - <a href="qcolorgroup.html#base">TQColorGroup</a><li>baseName: + <a href="tqcolorgroup.html#base">TQColorGroup</a><li>baseName: <a href="tqfileinfo.html#baseName">TQFileInfo</a><li>baseSize: <a href="tqwidget.html#baseSize">TQWidget</a><li>beep: <a href="ntqapplication.html#beep">TQApplication</a><li>beforeDelete: @@ -259,7 +259,7 @@ back: <a href="tqdatabrowser.html#beforeInsert">TQDataBrowser</a> <a href="tqdatatable.html#beforeInsert">TQDataTable</a><li>beforeSeek: <a href="tqsqlquery.html#beforeSeek">TQSqlQuery</a><li>beforeUpdate: <a href="tqdatabrowser.html#beforeUpdate">TQDataBrowser</a> <a href="tqdatatable.html#beforeUpdate">TQDataTable</a><li>begin: - <a href="tqmap.html#begin">TQMap</a> <a href="tqmemarray.html#begin">TQMemArray</a> <a href="ntqpainter.html#begin">TQPainter</a> <a href="tqvaluelist.html#begin">TQValueList</a> <a href="tqvaluevector.html#begin">TQValueVector</a><li>beginEdit: + <a href="tqmap.html#begin">TQMap</a> <a href="tqmemarray.html#begin">TQMemArray</a> <a href="tqpainter.html#begin">TQPainter</a> <a href="tqvaluelist.html#begin">TQValueList</a> <a href="tqvaluevector.html#begin">TQValueVector</a><li>beginEdit: <a href="ntqtable.html#beginEdit">TQTable</a><li>beginGroup: <a href="tqsettings.html#beginGroup">TQSettings</a><li>beginInsert: <a href="tqdatatable.html#beginInsert">TQDataTable</a><li>beginTransaction: @@ -267,14 +267,14 @@ back: <a href="tqdatatable.html#beginUpdate">TQDataTable</a><li>bind: <a href="tqsocketdevice.html#bind">TQSocketDevice</a><li>bindValue: <a href="tqsqlquery.html#bindValue">TQSqlQuery</a><li>bitBlt: - <a href="tqimage.html#bitBlt">TQImage</a> <a href="ntqpaintdevice.html#bitBlt">TQPaintDevice</a><li>bitOrder: + <a href="tqimage.html#bitBlt">TQImage</a> <a href="tqpaintdevice.html#bitBlt">TQPaintDevice</a><li>bitOrder: <a href="tqimage.html#bitOrder">TQImage</a><li>bitmap: <a href="ntqcursor.html#bitmap">TQCursor</a><li>bits: <a href="tqimage.html#bits">TQImage</a><li>blockSignals: <a href="tqobject.html#blockSignals">TQObject</a><li>blocking: <a href="tqsocketdevice.html#blocking">TQSocketDevice</a><li>blue: - <a href="ntqcolor.html#blue">TQColor</a><li>bold: - <a href="ntqfont.html#bold">TQFont</a> <a href="ntqfontdatabase.html#bold">TQFontDatabase</a> <a href="ntqfontinfo.html#bold">TQFontInfo</a> <a href="tqtextedit.html#bold">TQTextEdit</a><li>bottom: + <a href="tqcolor.html#blue">TQColor</a><li>bold: + <a href="tqfont.html#bold">TQFont</a> <a href="tqfontdatabase.html#bold">TQFontDatabase</a> <a href="tqfontinfo.html#bold">TQFontInfo</a> <a href="tqtextedit.html#bold">TQTextEdit</a><li>bottom: <a href="qdoublevalidator.html#bottom">TQDoubleValidator</a> <a href="qintvalidator.html#bottom">TQIntValidator</a> <a href="ntqrect.html#bottom">TQRect</a><li>bottomDock: <a href="tqmainwindow.html#bottomDock">TQMainWindow</a><li>bottomEdge: <a href="tqcanvassprite.html#bottomEdge">TQCanvasSprite</a><li>bottomLeft: @@ -288,18 +288,18 @@ back: <a href="tqdatabrowser.html#boundary">TQDataBrowser</a><li>boundaryChecking: <a href="tqdatabrowser.html#boundaryChecking">TQDataBrowser</a><li>boundedTo: <a href="tqsize.html#boundedTo">TQSize</a><li>boundingRect: - <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a> <a href="tqcanvaspolygonalitem.html#boundingRect">TQCanvasPolygonalItem</a> <a href="tqcanvassprite.html#boundingRect">TQCanvasSprite</a> <a href="tqcanvastext.html#boundingRect">TQCanvasText</a> <a href="ntqfontmetrics.html#boundingRect">TQFontMetrics</a> <a href="ntqpainter.html#boundingRect">TQPainter</a> <a href="ntqpicture.html#boundingRect">TQPicture</a> <a href="ntqpointarray.html#boundingRect">TQPointArray</a> <a href="ntqregion.html#boundingRect">TQRegion</a><li>boundingRectAdvanced: + <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a> <a href="tqcanvaspolygonalitem.html#boundingRect">TQCanvasPolygonalItem</a> <a href="tqcanvassprite.html#boundingRect">TQCanvasSprite</a> <a href="tqcanvastext.html#boundingRect">TQCanvasText</a> <a href="tqfontmetrics.html#boundingRect">TQFontMetrics</a> <a href="tqpainter.html#boundingRect">TQPainter</a> <a href="ntqpicture.html#boundingRect">TQPicture</a> <a href="ntqpointarray.html#boundingRect">TQPointArray</a> <a href="ntqregion.html#boundingRect">TQRegion</a><li>boundingRectAdvanced: <a href="tqcanvasitem.html#boundingRectAdvanced">TQCanvasItem</a><li>boxLayout: <a href="ntqdockwindow.html#boxLayout">TQDockWindow</a><li>brightText: - <a href="qcolorgroup.html#brightText">TQColorGroup</a><li>brush: - <a href="tqcanvaspolygonalitem.html#brush">TQCanvasPolygonalItem</a> <a href="qcolorgroup.html#brush">TQColorGroup</a> <a href="ntqpainter.html#brush">TQPainter</a> <a href="ntqpalette.html#brush">TQPalette</a><li>brushOrigin: - <a href="ntqpainter.html#brushOrigin">TQPainter</a><li>bsearch: + <a href="tqcolorgroup.html#brightText">TQColorGroup</a><li>brush: + <a href="tqcanvaspolygonalitem.html#brush">TQCanvasPolygonalItem</a> <a href="tqcolorgroup.html#brush">TQColorGroup</a> <a href="tqpainter.html#brush">TQPainter</a> <a href="ntqpalette.html#brush">TQPalette</a><li>brushOrigin: + <a href="tqpainter.html#brushOrigin">TQPainter</a><li>bsearch: <a href="tqmemarray.html#bsearch">TQMemArray</a> <a href="tqptrvector.html#bsearch">TQPtrVector</a><li>buddy: <a href="ntqlabel.html#buddy">TQLabel</a><li>buffer: <a href="tqbuffer.html#buffer">TQBuffer</a><li>button: - <a href="qcolorgroup.html#button">TQColorGroup</a> <a href="qmouseevent.html#button">TQMouseEvent</a><li>buttonSymbols: + <a href="tqcolorgroup.html#button">TQColorGroup</a> <a href="qmouseevent.html#button">TQMouseEvent</a><li>buttonSymbols: <a href="ntqspinbox.html#buttonSymbols">TQSpinBox</a><li>buttonText: - <a href="qcolorgroup.html#buttonText">TQColorGroup</a> <a href="ntqmessagebox.html#buttonText">TQMessageBox</a><li>byteOrder: + <a href="tqcolorgroup.html#buttonText">TQColorGroup</a> <a href="ntqmessagebox.html#buttonText">TQMessageBox</a><li>byteOrder: <a href="tqdatastream.html#byteOrder">TQDataStream</a><li>bytesAvailable: <a href="tqftp.html#bytesAvailable">TQFtp</a> <a href="tqhttp.html#bytesAvailable">TQHttp</a> <a href="tqsocket.html#bytesAvailable">TQSocket</a> <a href="tqsocketdevice.html#bytesAvailable">TQSocketDevice</a><li>bytesPerLine: <a href="tqimage.html#bytesPerLine">TQImage</a><li>bytesToWrite: @@ -358,7 +358,7 @@ c: <a href="ntqtabdialog.html#changeTab">TQTabDialog</a> <a href="ntqtabwidget.html#changeTab">TQTabWidget</a><li>changed: <a href="tqimageconsumer.html#changed">TQImageConsumer</a><li>charAt: <a href="tqtextedit.html#charAt">TQTextEdit</a><li>charWidth: - <a href="ntqfontmetrics.html#charWidth">TQFontMetrics</a><li>characters: + <a href="tqfontmetrics.html#charWidth">TQFontMetrics</a><li>characters: <a href="tqxmlcontenthandler.html#characters">TQXmlContentHandler</a><li>checkConnectArgs: <a href="tqobject.html#checkConnectArgs">TQObject</a><li>checkConnection: <a href="tqnetworkprotocol.html#checkConnection">TQNetworkProtocol</a><li>checkListItem: @@ -385,7 +385,7 @@ c: <a href="ntqmetaobject.html#className">TQMetaObject</a> <a href="tqobject.html#className">TQObject</a><li>cleanDirPath: <a href="tqdir.html#cleanDirPath">TQDir</a><li>cleanText: <a href="ntqspinbox.html#cleanText">TQSpinBox</a><li>cleanup: - <a href="ntqcolor.html#cleanup">TQColor</a> <a href="ntqcursor.html#cleanup">TQCursor</a><li>clear: + <a href="tqcolor.html#cleanup">TQColor</a> <a href="ntqcursor.html#cleanup">TQCursor</a><li>clear: <a href="ntqaccel.html#clear">TQAccel</a> <a href="tqasciicache.html#clear">TQAsciiCache</a> <a href="tqasciidict.html#clear">TQAsciiDict</a> <a href="tqcache.html#clear">TQCache</a> <a href="tqclipboard.html#clear">TQClipboard</a> <a href="ntqcombobox.html#clear">TQComboBox</a> <a href="tqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="tqiconview.html#clear">TQIconView</a> <a href="tqintcache.html#clear">TQIntCache</a> <a href="tqintdict.html#clear">TQIntDict</a> <a href="ntqlabel.html#clear">TQLabel</a> <a href="ntqlineedit.html#clear">TQLineEdit</a> <a href="ntqlistbox.html#clear">TQListBox</a> <a href="ntqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="tqmenudata.html#clear">TQMenuBar</a> <a href="tqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#clear">TQPixmapCache</a> <a href="tqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="tqstatusbar.html#clear">TQStatusBar</a> <a href="tqtextedit.html#clear">TQTextEdit</a> <a href="tqtoolbar.html#clear">TQToolBar</a> <a href="tqtooltip.html#clear">TQToolTip</a> <a href="ntqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: <a href="tqprocess.html#clearArguments">TQProcess</a><li>clearBit: <a href="tqbitarray.html#clearBit">TQBitArray</a><li>clearCell: @@ -407,7 +407,7 @@ c: <a href="tqdatabrowser.html#clearValues">TQDataBrowser</a> <a href="tqdataview.html#clearValues">TQDataView</a> <a href="tqsqlform.html#clearValues">TQSqlForm</a> <a href="tqsqlrecord.html#clearValues">TQSqlRecord</a><li>clearWFlags: <a href="tqwidget.html#clearWFlags">TQWidget</a><li>clicked: <a href="ntqbutton.html#clicked">TQButton</a> <a href="ntqbuttongroup.html#clicked">TQButtonGroup</a> <a href="ntqbutton.html#clicked">TQCheckBox</a> <a href="ntqheader.html#clicked">TQHeader</a> <a href="tqiconview.html#clicked">TQIconView</a> <a href="ntqlistbox.html#clicked">TQListBox</a> <a href="ntqlistview.html#clicked">TQListView</a> <a href="ntqbutton.html#clicked">TQPushButton</a> <a href="ntqbutton.html#clicked">TQRadioButton</a> <a href="ntqtable.html#clicked">TQTable</a> <a href="tqtextedit.html#clicked">TQTextEdit</a> <a href="ntqwhatsthis.html#clicked">TQWhatsThis</a><li>clipRegion: - <a href="ntqpainter.html#clipRegion">TQPainter</a> <a href="tqwidget.html#clipRegion">TQWidget</a><li>clipboard: + <a href="tqpainter.html#clipRegion">TQPainter</a> <a href="tqwidget.html#clipRegion">TQWidget</a><li>clipboard: <a href="ntqapplication.html#clipboard">TQApplication</a><li>clipper: <a href="ntqscrollview.html#clipper">TQScrollView</a><li>cloneNode: <a href="tqdomnode.html#cloneNode">TQDomNode</a><li>close: @@ -421,7 +421,7 @@ c: <a href="tqprocess.html#closeStdin">TQProcess</a><li>closed: <a href="tqcanvasspline.html#closed">TQCanvasSpline</a><li>closingDown: <a href="ntqapplication.html#closingDown">TQApplication</a><li>cmd: - <a href="ntqpaintdevice.html#cmd">TQPaintDevice</a><li>codec: + <a href="tqpaintdevice.html#cmd">TQPaintDevice</a><li>codec: <a href="tqtextstream.html#codec">TQTextStream</a><li>codecForCStrings: <a href="tqtextcodec.html#codecForCStrings">TQTextCodec</a><li>codecForContent: <a href="tqtextcodec.html#codecForContent">TQTextCodec</a><li>codecForIndex: @@ -437,10 +437,10 @@ c: <a href="ntqlistview.html#collapsed">TQListView</a><li>collidesWith: <a href="tqcanvasitem.html#collidesWith">TQCanvasItem</a><li>collisions: <a href="tqcanvas.html#collisions">TQCanvas</a> <a href="tqcanvasitem.html#collisions">TQCanvasItem</a><li>color: - <a href="ntqbrush.html#color">TQBrush</a> <a href="tqcanvastext.html#color">TQCanvasText</a> <a href="qcolorgroup.html#color">TQColorGroup</a> <a href="tqimage.html#color">TQImage</a> <a href="ntqpalette.html#color">TQPalette</a> <a href="ntqpen.html#color">TQPen</a> <a href="tqstyleoption.html#color">TQStyleOption</a> <a href="tqstylesheetitem.html#color">TQStyleSheetItem</a> <a href="tqtextedit.html#color">TQTextEdit</a><li>colorGroup: + <a href="tqbrush.html#color">TQBrush</a> <a href="tqcanvastext.html#color">TQCanvasText</a> <a href="tqcolorgroup.html#color">TQColorGroup</a> <a href="tqimage.html#color">TQImage</a> <a href="ntqpalette.html#color">TQPalette</a> <a href="ntqpen.html#color">TQPen</a> <a href="tqstyleoption.html#color">TQStyleOption</a> <a href="tqstylesheetitem.html#color">TQStyleSheetItem</a> <a href="tqtextedit.html#color">TQTextEdit</a><li>colorGroup: <a href="tqwidget.html#colorGroup">TQWidget</a><li>colorMode: <a href="ntqprinter.html#colorMode">TQPrinter</a><li>colorNames: - <a href="ntqcolor.html#colorNames">TQColor</a><li>colorSpec: + <a href="tqcolor.html#colorNames">TQColor</a><li>colorSpec: <a href="ntqapplication.html#colorSpec">TQApplication</a><li>colorTable: <a href="tqimage.html#colorTable">TQImage</a><li>colormap: <a href="qglwidget.html#colormap">TQGLWidget</a><li>columnAlignment: @@ -481,10 +481,10 @@ c: <a href="ntqaccel.html#connectItem">TQAccel</a> <a href="tqmenudata.html#connectItem">TQMenuData</a> <a href="tqmenudata.html#connectItem">TQPopupMenu</a><li>connectNotify: <a href="tqobject.html#connectNotify">TQObject</a><li>connectOptions: <a href="tqsqldatabase.html#connectOptions">TQSqlDatabase</a><li>connectResize: - <a href="ntqmovie.html#connectResize">TQMovie</a><li>connectStatus: - <a href="ntqmovie.html#connectStatus">TQMovie</a><li>connectToHost: + <a href="tqmovie.html#connectResize">TQMovie</a><li>connectStatus: + <a href="tqmovie.html#connectStatus">TQMovie</a><li>connectToHost: <a href="tqftp.html#connectToHost">TQFtp</a> <a href="tqsocket.html#connectToHost">TQSocket</a><li>connectUpdate: - <a href="ntqmovie.html#connectUpdate">TQMovie</a><li>connected: + <a href="tqmovie.html#connectUpdate">TQMovie</a><li>connected: <a href="tqsocket.html#connected">TQSocket</a><li>connectionClosed: <a href="tqsocket.html#connectionClosed">TQSocket</a><li>connectionStateChanged: <a href="tqnetworkprotocol.html#connectionStateChanged">TQNetworkProtocol</a> <a href="tqurloperator.html#connectionStateChanged">TQUrlOperator</a><li>constBegin: @@ -577,7 +577,7 @@ c: <a href="ntqtable.html#currEditRow">TQTable</a><li>current: <a href="tqasciicacheiterator.html#current">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#current">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#current">TQCacheIterator</a> <a href="tqdictiterator.html#current">TQDictIterator</a> <a href="tqdir.html#current">TQDir</a> <a href="qglayoutiterator.html#current">TQGLayoutIterator</a> <a href="tqintcacheiterator.html#current">TQIntCacheIterator</a> <a href="tqintdictiterator.html#current">TQIntDictIterator</a> <a href="qlayoutiterator.html#current">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#current">TQListViewItemIterator</a> <a href="tqptrdictiterator.html#current">TQPtrDictIterator</a> <a href="tqptrlist.html#current">TQPtrList</a> <a href="tqptrlistiterator.html#current">TQPtrListIterator</a> <a href="tqptrqueue.html#current">TQPtrQueue</a> <a href="tqptrstack.html#current">TQPtrStack</a><li>currentAlignmentChanged: <a href="tqtextedit.html#currentAlignmentChanged">TQTextEdit</a><li>currentAllocContext: - <a href="ntqcolor.html#currentAllocContext">TQColor</a><li>currentChanged: + <a href="tqcolor.html#currentAllocContext">TQColor</a><li>currentChanged: <a href="tqdatabrowser.html#currentChanged">TQDataBrowser</a> <a href="tqdatatable.html#currentChanged">TQDataTable</a> <a href="tqiconview.html#currentChanged">TQIconView</a> <a href="ntqlistbox.html#currentChanged">TQListBox</a> <a href="ntqlistview.html#currentChanged">TQListView</a> <a href="ntqtabdialog.html#currentChanged">TQTabDialog</a> <a href="ntqtabwidget.html#currentChanged">TQTabWidget</a> <a href="ntqtable.html#currentChanged">TQTable</a> <a href="tqtoolbox.html#currentChanged">TQToolBox</a><li>currentColorChanged: <a href="tqtextedit.html#currentColorChanged">TQTextEdit</a><li>currentColumn: <a href="ntqtable.html#currentColumn">TQTable</a><li>currentCommand: @@ -626,14 +626,14 @@ c: <a href="ntqmultilineedit.html#cursorUp">TQMultiLineEdit</a><li>cursorWordBackward: <a href="ntqlineedit.html#cursorWordBackward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordBackward">TQMultiLineEdit</a><li>cursorWordForward: <a href="ntqlineedit.html#cursorWordForward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordForward">TQMultiLineEdit</a><li>customColor: - <a href="ntqcolordialog.html#customColor">TQColorDialog</a><li>customCount: - <a href="ntqcolordialog.html#customCount">TQColorDialog</a><li>customEvent: + <a href="tqcolordialog.html#customColor">TQColorDialog</a><li>customCount: + <a href="tqcolordialog.html#customCount">TQColorDialog</a><li>customEvent: <a href="tqobject.html#customEvent">TQObject</a><li>customWhatsThis: <a href="tqwidget.html#customWhatsThis">TQWidget</a><li>customize: <a href="tqmainwindow.html#customize">TQMainWindow</a><li>cut: <a href="ntqlineedit.html#cut">TQLineEdit</a> <a href="tqtextedit.html#cut">TQTextEdit</a><li><a name="d"></a> dark: - <a href="ntqcolor.html#dark">TQColor</a> <a href="qcolorgroup.html#dark">TQColorGroup</a><li>data: + <a href="tqcolor.html#dark">TQColor</a> <a href="tqcolorgroup.html#dark">TQColorGroup</a><li>data: <a href="tqclipboard.html#data">TQClipboard</a> <a href="qcustomevent.html#data">TQCustomEvent</a> <a href="tqdomcharacterdata.html#data">TQDomCharacterData</a> <a href="tqdomprocessinginstruction.html#data">TQDomProcessingInstruction</a> <a href="tqicondragitem.html#data">TQIconDragItem</a> <a href="tqmapconstiterator.html#data">TQMapConstIterator</a> <a href="tqmapiterator.html#data">TQMapIterator</a> <a href="tqmemarray.html#data">TQMemArray</a> <a href="tqmimesourcefactory.html#data">TQMimeSourceFactory</a> <a href="tqnetworkprotocol.html#data">TQNetworkProtocol</a> <a href="ntqpicture.html#data">TQPicture</a> <a href="tqptrvector.html#data">TQPtrVector</a> <a href="tqsqlresult.html#data">TQSqlResult</a> <a href="tqurloperator.html#data">TQUrlOperator</a> <a href="tqxmlinputsource.html#data">TQXmlInputSource</a><li>dataChanged: <a href="tqclipboard.html#dataChanged">TQClipboard</a><li>dataReadProgress: <a href="tqhttp.html#dataReadProgress">TQHttp</a><li>dataSendProgress: @@ -652,7 +652,7 @@ dark: <a href="tqdate.html#daysInMonth">TQDate</a><li>daysInYear: <a href="tqdate.html#daysInYear">TQDate</a><li>daysTo: <a href="tqdate.html#daysTo">TQDate</a> <a href="tqdatetime.html#daysTo">TQDateTime</a><li>deciPointSize: - <a href="ntqfont.html#deciPointSize">TQFont</a><li>decimals: + <a href="tqfont.html#deciPointSize">TQFont</a><li>decimals: <a href="qdoublevalidator.html#decimals">TQDoubleValidator</a><li>declHandler: <a href="tqxmlreader.html#declHandler">TQXmlReader</a><li>decode: <a href="tqcolordrag.html#decode">TQColorDrag</a> <a href="tqimagedecoder.html#decode">TQImageDecoder</a> <a href="tqimagedrag.html#decode">TQImageDrag</a> <a href="tqimageformat.html#decode">TQImageFormat</a> <a href="tqtextdrag.html#decode">TQTextDrag</a> <a href="tquridrag.html#decode">TQUriDrag</a> <a href="tqurl.html#decode">TQUrl</a><li>decodeLocalFiles: @@ -665,7 +665,7 @@ dark: <a href="ntqtabdialog.html#defaultButtonPressed">TQTabDialog</a><li>defaultDepth: <a href="ntqpixmap.html#defaultDepth">TQPixmap</a><li>defaultFactory: <a href="tqeditorfactory.html#defaultFactory">TQEditorFactory</a> <a href="tqiconfactory.html#defaultFactory">TQIconFactory</a> <a href="tqmimesourcefactory.html#defaultFactory">TQMimeSourceFactory</a> <a href="tqsqleditorfactory.html#defaultFactory">TQSqlEditorFactory</a><li>defaultFamily: - <a href="ntqfont.html#defaultFamily">TQFont</a><li>defaultFormat: + <a href="tqfont.html#defaultFamily">TQFont</a><li>defaultFormat: <a href="qglformat.html#defaultFormat">TQGLFormat</a><li>defaultMap: <a href="tqsqlpropertymap.html#defaultMap">TQSqlPropertyMap</a><li>defaultOptimization: <a href="ntqpixmap.html#defaultOptimization">TQPixmap</a><li>defaultOverlayFormat: @@ -688,20 +688,20 @@ dark: <a href="tqobject.html#deleteLater">TQObject</a><li>deleteNetworkProtocol: <a href="tqurloperator.html#deleteNetworkProtocol">TQUrlOperator</a><li>delta: <a href="qwheelevent.html#delta">TQWheelEvent</a><li>depth: - <a href="qglformat.html#depth">TQGLFormat</a> <a href="tqimage.html#depth">TQImage</a> <a href="qlistviewitem.html#depth">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#depth">TQPaintDeviceMetrics</a> <a href="ntqpixmap.html#depth">TQPixmap</a><li>dequeue: + <a href="qglformat.html#depth">TQGLFormat</a> <a href="tqimage.html#depth">TQImage</a> <a href="qlistviewitem.html#depth">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#depth">TQPaintDeviceMetrics</a> <a href="ntqpixmap.html#depth">TQPixmap</a><li>dequeue: <a href="tqptrqueue.html#dequeue">TQPtrQueue</a><li>descent: - <a href="ntqfontmetrics.html#descent">TQFontMetrics</a><li>description: + <a href="tqfontmetrics.html#descent">TQFontMetrics</a><li>description: <a href="tqimageio.html#description">TQImageIO</a><li>deselect: <a href="ntqlineedit.html#deselect">TQLineEdit</a><li>designable: <a href="qmetaproperty.html#designable">TQMetaProperty</a><li>desktop: <a href="ntqapplication.html#desktop">TQApplication</a><li>desktopSettingsAware: <a href="ntqapplication.html#desktopSettingsAware">TQApplication</a><li>destroy: <a href="tqwidget.html#destroy">TQWidget</a><li>destroyAllocContext: - <a href="ntqcolor.html#destroyAllocContext">TQColor</a><li>destroyed: + <a href="tqcolor.html#destroyAllocContext">TQColor</a><li>destroyed: <a href="tqobject.html#destroyed">TQObject</a><li>det: <a href="ntqwmatrix.html#det">TQWMatrix</a><li>detach: <a href="tqbitarray.html#detach">TQBitArray</a> <a href="ntqglcolormap.html#detach">TQGLColormap</a> <a href="tqiconset.html#detach">TQIconSet</a> <a href="tqimage.html#detach">TQImage</a> <a href="tqmap.html#detach">TQMap</a> <a href="tqmemarray.html#detach">TQMemArray</a> <a href="ntqpicture.html#detach">TQPicture</a> <a href="ntqpixmap.html#detach">TQPixmap</a><li>device: - <a href="tqdatastream.html#device">TQDataStream</a> <a href="qglcontext.html#device">TQGLContext</a> <a href="ntqpainter.html#device">TQPainter</a> <a href="qtabletevent.html#device">TQTabletEvent</a> <a href="tqtextstream.html#device">TQTextStream</a><li>deviceIsPixmap: + <a href="tqdatastream.html#device">TQDataStream</a> <a href="qglcontext.html#device">TQGLContext</a> <a href="tqpainter.html#device">TQPainter</a> <a href="qtabletevent.html#device">TQTabletEvent</a> <a href="tqtextstream.html#device">TQTextStream</a><li>deviceIsPixmap: <a href="qglcontext.html#deviceIsPixmap">TQGLContext</a><li>dialMoved: <a href="ntqdial.html#dialMoved">TQDial</a><li>dialPressed: <a href="ntqdial.html#dialPressed">TQDial</a><li>dialReleased: @@ -716,15 +716,15 @@ dark: <a href="qglformat.html#directRendering">TQGLFormat</a><li>directSetValue: <a href="ntqrangecontrol.html#directSetValue">TQRangeControl</a><li>direction: <a href="qboxlayout.html#direction">TQBoxLayout</a> <a href="qchar.html#direction">TQChar</a><li>dirty: - <a href="ntqfont.html#dirty">TQFont</a><li>disabled: + <a href="tqfont.html#dirty">TQFont</a><li>disabled: <a href="ntqpalette.html#disabled">TQPalette</a><li>discardCommand: <a href="tqsessionmanager.html#discardCommand">TQSessionManager</a><li>disconnect: <a href="tqobject.html#disconnect">TQObject</a> <a href="tqsignal.html#disconnect">TQSignal</a><li>disconnectItem: <a href="ntqaccel.html#disconnectItem">TQAccel</a> <a href="tqmenudata.html#disconnectItem">TQMenuData</a> <a href="tqmenudata.html#disconnectItem">TQPopupMenu</a><li>disconnectNotify: <a href="tqobject.html#disconnectNotify">TQObject</a><li>disconnectResize: - <a href="ntqmovie.html#disconnectResize">TQMovie</a><li>disconnectStatus: - <a href="ntqmovie.html#disconnectStatus">TQMovie</a><li>disconnectUpdate: - <a href="ntqmovie.html#disconnectUpdate">TQMovie</a><li>display: + <a href="tqmovie.html#disconnectResize">TQMovie</a><li>disconnectStatus: + <a href="tqmovie.html#disconnectStatus">TQMovie</a><li>disconnectUpdate: + <a href="tqmovie.html#disconnectUpdate">TQMovie</a><li>display: <a href="ntqlcdnumber.html#display">TQLCDNumber</a> <a href="tqtimeedit.html#display">TQTimeEdit</a> <a href="ntqwhatsthis.html#display">TQWhatsThis</a><li>displayMode: <a href="tqstylesheetitem.html#displayMode">TQStyleSheetItem</a><li>displayText: <a href="ntqlineedit.html#displayText">TQLineEdit</a><li>doAutoScroll: @@ -763,43 +763,43 @@ dark: <a href="tqiconview.html#dragObject">TQIconView</a> <a href="ntqlistview.html#dragObject">TQListView</a> <a href="ntqtable.html#dragObject">TQTable</a><li>draggingSlider: <a href="ntqscrollbar.html#draggingSlider">TQScrollBar</a><li>draw: <a href="tqcanvasitem.html#draw">TQCanvasItem</a> <a href="tqcanvaspolygonalitem.html#draw">TQCanvasPolygonalItem</a> <a href="tqcanvassprite.html#draw">TQCanvasSprite</a> <a href="tqcanvastext.html#draw">TQCanvasText</a> <a href="ntqsimplerichtext.html#draw">TQSimpleRichText</a><li>drawArc: - <a href="ntqpainter.html#drawArc">TQPainter</a><li>drawArea: + <a href="tqpainter.html#drawArc">TQPainter</a><li>drawArea: <a href="tqcanvas.html#drawArea">TQCanvas</a><li>drawBackground: <a href="tqcanvas.html#drawBackground">TQCanvas</a> <a href="tqiconview.html#drawBackground">TQIconView</a><li>drawButton: <a href="ntqbutton.html#drawButton">TQButton</a><li>drawButtonLabel: <a href="ntqbutton.html#drawButtonLabel">TQButton</a><li>drawChord: - <a href="ntqpainter.html#drawChord">TQPainter</a><li>drawComplexControl: + <a href="tqpainter.html#drawChord">TQPainter</a><li>drawComplexControl: <a href="tqstyle.html#drawComplexControl">TQStyle</a><li>drawComplexControlMask: <a href="tqstyle.html#drawComplexControlMask">TQStyle</a><li>drawContents: <a href="tqcanvasview.html#drawContents">TQCanvasView</a> <a href="ntqframe.html#drawContents">TQFrame</a> <a href="ntqlcdnumber.html#drawContents">TQLCDNumber</a> <a href="ntqlabel.html#drawContents">TQLabel</a> <a href="tqmenubar.html#drawContents">TQMenuBar</a> <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a> <a href="ntqscrollview.html#drawContents">TQScrollView</a> <a href="ntqsplashscreen.html#drawContents">TQSplashScreen</a> <a href="ntqtable.html#drawContents">TQTable</a><li>drawContentsOffset: <a href="ntqlistview.html#drawContentsOffset">TQListView</a> <a href="ntqscrollview.html#drawContentsOffset">TQScrollView</a><li>drawControl: <a href="tqstyle.html#drawControl">TQStyle</a><li>drawControlMask: <a href="tqstyle.html#drawControlMask">TQStyle</a><li>drawConvexPolygon: - <a href="ntqpainter.html#drawConvexPolygon">TQPainter</a><li>drawCubicBezier: - <a href="ntqpainter.html#drawCubicBezier">TQPainter</a><li>drawEllipse: - <a href="ntqpainter.html#drawEllipse">TQPainter</a><li>drawForeground: + <a href="tqpainter.html#drawConvexPolygon">TQPainter</a><li>drawCubicBezier: + <a href="tqpainter.html#drawCubicBezier">TQPainter</a><li>drawEllipse: + <a href="tqpainter.html#drawEllipse">TQPainter</a><li>drawForeground: <a href="tqcanvas.html#drawForeground">TQCanvas</a><li>drawFrame: <a href="ntqframe.html#drawFrame">TQFrame</a><li>drawImage: - <a href="ntqpainter.html#drawImage">TQPainter</a><li>drawItem: + <a href="tqpainter.html#drawImage">TQPainter</a><li>drawItem: <a href="tqpopupmenu.html#drawItem">TQPopupMenu</a> <a href="tqstyle.html#drawItem">TQStyle</a><li>drawLine: - <a href="ntqpainter.html#drawLine">TQPainter</a><li>drawLineSegments: - <a href="ntqpainter.html#drawLineSegments">TQPainter</a><li>drawPicture: - <a href="ntqpainter.html#drawPicture">TQPainter</a><li>drawPie: - <a href="ntqpainter.html#drawPie">TQPainter</a><li>drawPixmap: - <a href="ntqpainter.html#drawPixmap">TQPainter</a><li>drawPoint: - <a href="ntqpainter.html#drawPoint">TQPainter</a><li>drawPoints: - <a href="ntqpainter.html#drawPoints">TQPainter</a><li>drawPolygon: - <a href="ntqpainter.html#drawPolygon">TQPainter</a><li>drawPolyline: - <a href="ntqpainter.html#drawPolyline">TQPainter</a><li>drawPrimitive: + <a href="tqpainter.html#drawLine">TQPainter</a><li>drawLineSegments: + <a href="tqpainter.html#drawLineSegments">TQPainter</a><li>drawPicture: + <a href="tqpainter.html#drawPicture">TQPainter</a><li>drawPie: + <a href="tqpainter.html#drawPie">TQPainter</a><li>drawPixmap: + <a href="tqpainter.html#drawPixmap">TQPainter</a><li>drawPoint: + <a href="tqpainter.html#drawPoint">TQPainter</a><li>drawPoints: + <a href="tqpainter.html#drawPoints">TQPainter</a><li>drawPolygon: + <a href="tqpainter.html#drawPolygon">TQPainter</a><li>drawPolyline: + <a href="tqpainter.html#drawPolyline">TQPainter</a><li>drawPrimitive: <a href="tqstyle.html#drawPrimitive">TQStyle</a><li>drawRect: - <a href="ntqpainter.html#drawRect">TQPainter</a><li>drawRiffles: + <a href="tqpainter.html#drawRect">TQPainter</a><li>drawRiffles: <a href="ntqplatinumstyle.html#drawRiffles">TQPlatinumStyle</a><li>drawRoundRect: - <a href="ntqpainter.html#drawRoundRect">TQPainter</a><li>drawRubber: + <a href="tqpainter.html#drawRoundRect">TQPainter</a><li>drawRubber: <a href="tqiconview.html#drawRubber">TQIconView</a><li>drawShape: <a href="tqcanvasellipse.html#drawShape">TQCanvasEllipse</a> <a href="tqcanvaspolygon.html#drawShape">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#drawShape">TQCanvasPolygonalItem</a> <a href="tqcanvasrectangle.html#drawShape">TQCanvasRectangle</a><li>drawText: - <a href="ntqpainter.html#drawText">TQPainter</a> <a href="tqwidget.html#drawText">TQWidget</a><li>drawTiledPixmap: - <a href="ntqpainter.html#drawTiledPixmap">TQPainter</a><li>drawWinFocusRect: - <a href="ntqpainter.html#drawWinFocusRect">TQPainter</a><li>driver: + <a href="tqpainter.html#drawText">TQPainter</a> <a href="tqwidget.html#drawText">TQWidget</a><li>drawTiledPixmap: + <a href="tqpainter.html#drawTiledPixmap">TQPainter</a><li>drawWinFocusRect: + <a href="tqpainter.html#drawWinFocusRect">TQPainter</a><li>driver: <a href="tqsqldatabase.html#driver">TQSqlDatabase</a> <a href="tqsqlquery.html#driver">TQSqlQuery</a> <a href="tqsqlresult.html#driver">TQSqlResult</a><li>driverName: <a href="tqsqldatabase.html#driverName">TQSqlDatabase</a><li>driverText: <a href="tqsqlerror.html#driverText">TQSqlError</a><li>drivers: @@ -837,7 +837,7 @@ echoMode: <a href="tqfile.html#encodeName">TQFile</a><li>encodedData: <a href="tqdropevent.html#encodedData">TQDropEvent</a> <a href="tqicondrag.html#encodedData">TQIconDrag</a> <a href="tqmimesource.html#encodedData">TQMimeSource</a> <a href="tqstoreddrag.html#encodedData">TQStoredDrag</a><li>encodedPathAndQuery: <a href="tqurl.html#encodedPathAndQuery">TQUrl</a><li>end: - <a href="tqimageconsumer.html#end">TQImageConsumer</a> <a href="ntqlineedit.html#end">TQLineEdit</a> <a href="tqmap.html#end">TQMap</a> <a href="tqmemarray.html#end">TQMemArray</a> <a href="ntqmultilineedit.html#end">TQMultiLineEdit</a> <a href="qnpstream.html#end">TQNPStream</a> <a href="ntqpainter.html#end">TQPainter</a> <a href="tqvaluelist.html#end">TQValueList</a> <a href="tqvaluevector.html#end">TQValueVector</a><li>endCDATA: + <a href="tqimageconsumer.html#end">TQImageConsumer</a> <a href="ntqlineedit.html#end">TQLineEdit</a> <a href="tqmap.html#end">TQMap</a> <a href="tqmemarray.html#end">TQMemArray</a> <a href="ntqmultilineedit.html#end">TQMultiLineEdit</a> <a href="qnpstream.html#end">TQNPStream</a> <a href="tqpainter.html#end">TQPainter</a> <a href="tqvaluelist.html#end">TQValueList</a> <a href="tqvaluevector.html#end">TQValueVector</a><li>endCDATA: <a href="tqxmllexicalhandler.html#endCDATA">TQXmlLexicalHandler</a><li>endDTD: <a href="tqxmllexicalhandler.html#endDTD">TQXmlLexicalHandler</a><li>endDocument: <a href="tqxmlcontenthandler.html#endDocument">TQXmlContentHandler</a><li>endEdit: @@ -855,7 +855,7 @@ echoMode: <a href="tqtextedit.html#ensureCursorVisible">TQTextEdit</a><li>ensureItemVisible: <a href="tqiconview.html#ensureItemVisible">TQIconView</a> <a href="ntqlistview.html#ensureItemVisible">TQListView</a><li>ensureVisible: <a href="ntqscrollview.html#ensureVisible">TQScrollView</a><li>enterAllocContext: - <a href="ntqcolor.html#enterAllocContext">TQColor</a><li>enterEvent: + <a href="tqcolor.html#enterAllocContext">TQColor</a><li>enterEvent: <a href="tqwidget.html#enterEvent">TQWidget</a><li>enterInstance: <a href="qnpwidget.html#enterInstance">TQNPWidget</a><li>enterLoop: <a href="ntqeventloop.html#enterLoop">TQEventLoop</a><li>enterWhatsThisMode: @@ -873,8 +873,8 @@ echoMode: <a href="tqmap.html#erase">TQMap</a> <a href="tqvaluelist.html#erase">TQValueList</a> <a href="tqvaluevector.html#erase">TQValueVector</a> <a href="tqwidget.html#erase">TQWidget</a><li>eraseColor: <a href="tqwidget.html#eraseColor">TQWidget</a><li>erasePixmap: <a href="tqwidget.html#erasePixmap">TQWidget</a><li>eraseRect: - <a href="ntqpainter.html#eraseRect">TQPainter</a><li>erased: - <a href="qpaintevent.html#erased">TQPaintEvent</a><li>error: + <a href="tqpainter.html#eraseRect">TQPainter</a><li>erased: + <a href="tqpaintevent.html#erased">TQPaintEvent</a><li>error: <a href="ntqassistantclient.html#error">TQAssistantClient</a> <a href="tqftp.html#error">TQFtp</a> <a href="tqhttp.html#error">TQHttp</a> <a href="tqsocket.html#error">TQSocket</a> <a href="tqsocketdevice.html#error">TQSocketDevice</a> <a href="tqstylesheet.html#error">TQStyleSheet</a> <a href="tqxmlerrorhandler.html#error">TQXmlErrorHandler</a><li>errorCode: <a href="tqnetworkoperation.html#errorCode">TQNetworkOperation</a><li>errorHandler: <a href="tqxmlreader.html#errorHandler">TQXmlReader</a><li>errorString: @@ -883,7 +883,7 @@ echoMode: <a href="tqobject.html#event">TQObject</a> <a href="tqwidget.html#event">TQWidget</a><li>eventFilter: <a href="ntqlistview.html#eventFilter">TQListView</a> <a href="tqobject.html#eventFilter">TQObject</a> <a href="ntqscrollview.html#eventFilter">TQScrollView</a> <a href="ntqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: <a href="ntqapplication.html#eventLoop">TQApplication</a><li>exactMatch: - <a href="ntqfont.html#exactMatch">TQFont</a> <a href="ntqfontinfo.html#exactMatch">TQFontInfo</a> <a href="tqregexp.html#exactMatch">TQRegExp</a><li>exec: + <a href="tqfont.html#exactMatch">TQFont</a> <a href="tqfontinfo.html#exactMatch">TQFontInfo</a> <a href="tqregexp.html#exactMatch">TQRegExp</a><li>exec: <a href="ntqapplication.html#exec">TQApplication</a> <a href="ntqdialog.html#exec">TQDialog</a> <a href="ntqeventloop.html#exec">TQEventLoop</a> <a href="tqpopupmenu.html#exec">TQPopupMenu</a> <a href="tqsqldatabase.html#exec">TQSqlDatabase</a> <a href="tqsqlquery.html#exec">TQSqlQuery</a><li>executedQuery: <a href="tqsqlquery.html#executedQuery">TQSqlQuery</a><li>exists: <a href="tqdir.html#exists">TQDir</a> <a href="tqfile.html#exists">TQFile</a> <a href="tqfileinfo.html#exists">TQFileInfo</a><li>exit: @@ -899,8 +899,8 @@ echoMode: <a href="tqxmldeclhandler.html#externalEntityDecl">TQXmlDeclHandler</a><li><a name="f"></a> falseText: <a href="tqdatatable.html#falseText">TQDataTable</a><li>families: - <a href="ntqfontdatabase.html#families">TQFontDatabase</a><li>family: - <a href="ntqfont.html#family">TQFont</a> <a href="ntqfontinfo.html#family">TQFontInfo</a> <a href="tqtextedit.html#family">TQTextEdit</a><li>fatalError: + <a href="tqfontdatabase.html#families">TQFontDatabase</a><li>family: + <a href="tqfont.html#family">TQFont</a> <a href="tqfontinfo.html#family">TQFontInfo</a> <a href="tqtextedit.html#family">TQTextEdit</a><li>fatalError: <a href="tqxmlerrorhandler.html#fatalError">TQXmlErrorHandler</a><li>feature: <a href="tqxmlreader.html#feature">TQXmlReader</a><li>fetch: <a href="tqsqlresult.html#fetch">TQSqlResult</a><li>fetchData: @@ -919,7 +919,7 @@ falseText: <a href="tqfiledialog.html#fileSelected">TQFileDialog</a><li>filesSelected: <a href="tqfiledialog.html#filesSelected">TQFileDialog</a><li>fill: <a href="tqbitarray.html#fill">TQBitArray</a> <a href="tqcstring.html#fill">TQCString</a> <a href="tqimage.html#fill">TQImage</a> <a href="tqmemarray.html#fill">TQMemArray</a> <a href="ntqpixmap.html#fill">TQPixmap</a> <a href="tqptrvector.html#fill">TQPtrVector</a> <a href="tqstring.html#fill">TQString</a> <a href="tqtextstream.html#fill">TQTextStream</a><li>fillRect: - <a href="ntqpainter.html#fillRect">TQPainter</a><li>filter: + <a href="tqpainter.html#fillRect">TQPainter</a><li>filter: <a href="tqdatabrowser.html#filter">TQDataBrowser</a> <a href="tqdatatable.html#filter">TQDataTable</a> <a href="tqdir.html#filter">TQDir</a> <a href="tqsqlcursor.html#filter">TQSqlCursor</a><li>filterSelected: <a href="tqfiledialog.html#filterSelected">TQFileDialog</a><li>find: <a href="tqasciicache.html#find">TQAsciiCache</a> <a href="tqasciidict.html#find">TQAsciiDict</a> <a href="ntqbuttongroup.html#find">TQButtonGroup</a> <a href="tqcstring.html#find">TQCString</a> <a href="tqcache.html#find">TQCache</a> <a href="tqdatatable.html#find">TQDataTable</a> <a href="tqdict.html#find">TQDict</a> <a href="ntqglcolormap.html#find">TQGLColormap</a> <a href="tqintcache.html#find">TQIntCache</a> <a href="tqintdict.html#find">TQIntDict</a> <a href="tqmap.html#find">TQMap</a> <a href="tqmemarray.html#find">TQMemArray</a> <a href="ntqpixmapcache.html#find">TQPixmapCache</a> <a href="tqptrdict.html#find">TQPtrDict</a> <a href="tqptrlist.html#find">TQPtrList</a> <a href="tqptrvector.html#find">TQPtrVector</a> <a href="tqsqlrecordinfo.html#find">TQSqlRecordInfo</a> <a href="tqstring.html#find">TQString</a> <a href="tqtextedit.html#find">TQTextEdit</a> <a href="tqvaluelist.html#find">TQValueList</a> <a href="tqwidget.html#find">TQWidget</a><li>findFirstVisibleItem: @@ -938,20 +938,20 @@ falseText: <a href="qboxlayout.html#findWidget">TQBoxLayout</a> <a href="qgridlayout.html#findWidget">TQGridLayout</a><li>finish: <a href="ntqsplashscreen.html#finish">TQSplashScreen</a><li>finishButton: <a href="ntqwizard.html#finishButton">TQWizard</a><li>finished: - <a href="ntqmovie.html#finished">TQMovie</a> <a href="tqnetworkprotocol.html#finished">TQNetworkProtocol</a> <a href="tqthread.html#finished">TQThread</a> <a href="tqurloperator.html#finished">TQUrlOperator</a><li>first: + <a href="tqmovie.html#finished">TQMovie</a> <a href="tqnetworkprotocol.html#finished">TQNetworkProtocol</a> <a href="tqthread.html#finished">TQThread</a> <a href="tqurloperator.html#finished">TQUrlOperator</a><li>first: <a href="tqdatabrowser.html#first">TQDataBrowser</a> <a href="ntqfocusdata.html#first">TQFocusData</a> <a href="tqptrlist.html#first">TQPtrList</a> <a href="tqsqlquery.html#first">TQSqlQuery</a> <a href="tqvaluelist.html#first">TQValueList</a> <a href="tqvaluevector.html#first">TQValueVector</a><li>firstChild: <a href="tqdomnode.html#firstChild">TQDomNode</a> <a href="ntqlistview.html#firstChild">TQListView</a> <a href="qlistviewitem.html#firstChild">TQListViewItem</a><li>firstItem: <a href="tqiconview.html#firstItem">TQIconView</a> <a href="ntqlistbox.html#firstItem">TQListBox</a><li>firstRecordAvailable: <a href="tqdatabrowser.html#firstRecordAvailable">TQDataBrowser</a><li>fix: <a href="tqdateedit.html#fix">TQDateEdit</a><li>fixedExtent: <a href="ntqdockwindow.html#fixedExtent">TQDockWindow</a><li>fixedPitch: - <a href="ntqfont.html#fixedPitch">TQFont</a> <a href="ntqfontinfo.html#fixedPitch">TQFontInfo</a><li>fixup: + <a href="tqfont.html#fixedPitch">TQFont</a> <a href="tqfontinfo.html#fixedPitch">TQFontInfo</a><li>fixup: <a href="ntqvalidator.html#fixup">TQValidator</a><li>flags: <a href="tqiodevice.html#flags">TQIODevice</a> <a href="tqtextstream.html#flags">TQTextStream</a><li>flavor: <a href="tqmacmime.html#flavor">TQMacMime</a><li>flavorFor: <a href="tqmacmime.html#flavorFor">TQMacMime</a><li>flavorToMime: <a href="tqmacmime.html#flavorToMime">TQMacMime</a><li>flush: - <a href="ntqapplication.html#flush">TQApplication</a> <a href="tqfile.html#flush">TQFile</a> <a href="tqiodevice.html#flush">TQIODevice</a> <a href="ntqpainter.html#flush">TQPainter</a> <a href="tqsocket.html#flush">TQSocket</a><li>flushX: + <a href="ntqapplication.html#flush">TQApplication</a> <a href="tqfile.html#flush">TQFile</a> <a href="tqiodevice.html#flush">TQIODevice</a> <a href="tqpainter.html#flush">TQPainter</a> <a href="tqsocket.html#flush">TQSocket</a><li>flushX: <a href="ntqapplication.html#flushX">TQApplication</a><li>focusData: <a href="tqwidget.html#focusData">TQWidget</a><li>focusInEvent: <a href="tqwidget.html#focusInEvent">TQWidget</a><li>focusNextPrevChild: @@ -962,18 +962,18 @@ falseText: <a href="qmacstyle.html#focusRectPolicy">TQMacStyle</a><li>focusStyle: <a href="ntqtable.html#focusStyle">TQTable</a><li>focusWidget: <a href="ntqapplication.html#focusWidget">TQApplication</a> <a href="ntqfocusdata.html#focusWidget">TQFocusData</a> <a href="tqwidget.html#focusWidget">TQWidget</a><li>font: - <a href="ntqapplication.html#font">TQApplication</a> <a href="tqcanvastext.html#font">TQCanvasText</a> <a href="ntqfontdatabase.html#font">TQFontDatabase</a> <a href="ntqpainter.html#font">TQPainter</a> <a href="tqtooltip.html#font">TQToolTip</a> <a href="tqwidget.html#font">TQWidget</a><li>fontChange: + <a href="ntqapplication.html#font">TQApplication</a> <a href="tqcanvastext.html#font">TQCanvasText</a> <a href="tqfontdatabase.html#font">TQFontDatabase</a> <a href="tqpainter.html#font">TQPainter</a> <a href="tqtooltip.html#font">TQToolTip</a> <a href="tqwidget.html#font">TQWidget</a><li>fontChange: <a href="tqwidget.html#fontChange">TQWidget</a><li>fontFamily: <a href="tqstylesheetitem.html#fontFamily">TQStyleSheetItem</a><li>fontInfo: - <a href="ntqpainter.html#fontInfo">TQPainter</a> <a href="tqwidget.html#fontInfo">TQWidget</a><li>fontItalic: + <a href="tqpainter.html#fontInfo">TQPainter</a> <a href="tqwidget.html#fontInfo">TQWidget</a><li>fontItalic: <a href="tqstylesheetitem.html#fontItalic">TQStyleSheetItem</a><li>fontMetrics: - <a href="ntqapplication.html#fontMetrics">TQApplication</a> <a href="ntqpainter.html#fontMetrics">TQPainter</a> <a href="tqwidget.html#fontMetrics">TQWidget</a><li>fontSize: + <a href="ntqapplication.html#fontMetrics">TQApplication</a> <a href="tqpainter.html#fontMetrics">TQPainter</a> <a href="tqwidget.html#fontMetrics">TQWidget</a><li>fontSize: <a href="tqstylesheetitem.html#fontSize">TQStyleSheetItem</a><li>fontStrikeOut: <a href="tqstylesheetitem.html#fontStrikeOut">TQStyleSheetItem</a><li>fontUnderline: <a href="tqstylesheetitem.html#fontUnderline">TQStyleSheetItem</a><li>fontWeight: <a href="tqstylesheetitem.html#fontWeight">TQStyleSheetItem</a><li>forceShow: <a href="ntqprogressdialog.html#forceShow">TQProgressDialog</a><li>foreground: - <a href="qcolorgroup.html#foreground">TQColorGroup</a><li>foregroundColor: + <a href="tqcolorgroup.html#foreground">TQColorGroup</a><li>foregroundColor: <a href="tqwidget.html#foregroundColor">TQWidget</a><li>form: <a href="tqdatabrowser.html#form">TQDataBrowser</a> <a href="tqdataview.html#form">TQDataView</a><li>format: <a href="tqdropevent.html#format">TQDropEvent</a> <a href="qglcontext.html#format">TQGLContext</a> <a href="qglwidget.html#format">TQGLWidget</a> <a href="tqimagedecoder.html#format">TQImageDecoder</a> <a href="tqimageio.html#format">TQImageIO</a> <a href="tqmimesource.html#format">TQMimeSource</a><li>formatName: @@ -986,9 +986,9 @@ falseText: <a href="tqcanvassprite.html#frameCount">TQCanvasSprite</a><li>frameDone: <a href="tqimageconsumer.html#frameDone">TQImageConsumer</a><li>frameGeometry: <a href="tqwidget.html#frameGeometry">TQWidget</a><li>frameImage: - <a href="ntqmovie.html#frameImage">TQMovie</a><li>frameNumber: - <a href="ntqmovie.html#frameNumber">TQMovie</a><li>framePixmap: - <a href="ntqmovie.html#framePixmap">TQMovie</a><li>frameRect: + <a href="tqmovie.html#frameImage">TQMovie</a><li>frameNumber: + <a href="tqmovie.html#frameNumber">TQMovie</a><li>framePixmap: + <a href="tqmovie.html#framePixmap">TQMovie</a><li>frameRect: <a href="ntqframe.html#frameRect">TQFrame</a><li>frameShadow: <a href="ntqframe.html#frameShadow">TQFrame</a> <a href="tqstyleoption.html#frameShadow">TQStyleOption</a><li>frameShape: <a href="ntqframe.html#frameShape">TQFrame</a> <a href="tqstyleoption.html#frameShape">TQStyleOption</a><li>frameSize: @@ -1004,7 +1004,7 @@ falseText: <a href="ntqprinter.html#fromPage">TQPrinter</a><li>fromRawData: <a href="tqxmlinputsource.html#fromRawData">TQXmlInputSource</a><li>fromStrList: <a href="tqstringlist.html#fromStrList">TQStringList</a><li>fromString: - <a href="tqdate.html#fromString">TQDate</a> <a href="tqdatetime.html#fromString">TQDateTime</a> <a href="ntqfont.html#fromString">TQFont</a> <a href="tqtime.html#fromString">TQTime</a><li>fromStringList: + <a href="tqdate.html#fromString">TQDate</a> <a href="tqdatetime.html#fromString">TQDateTime</a> <a href="tqfont.html#fromString">TQFont</a> <a href="tqtime.html#fromString">TQTime</a><li>fromStringList: <a href="tqsqlindex.html#fromStringList">TQSqlIndex</a><li>fromUcs2: <a href="tqstring.html#fromUcs2">TQString</a><li>fromUnicode: <a href="tqhebrewcodec.html#fromUnicode">TQHebrewCodec</a> <a href="tqtextcodec.html#fromUnicode">TQTextCodec</a> <a href="tqtextencoder.html#fromUnicode">TQTextEncoder</a><li>fromUtf8: @@ -1017,13 +1017,13 @@ gamma: <a href="qglcontext.html#generateFontDisplayLists">TQGLContext</a><li>geometry: <a href="qlayoutitem.html#geometry">TQLayoutItem</a> <a href="tqwidget.html#geometry">TQWidget</a><li>get: <a href="tqftp.html#get">TQFtp</a> <a href="tqhttp.html#get">TQHttp</a> <a href="tqurloperator.html#get">TQUrlOperator</a><li>getColor: - <a href="ntqcolordialog.html#getColor">TQColorDialog</a><li>getCursorPosition: + <a href="tqcolordialog.html#getColor">TQColorDialog</a><li>getCursorPosition: <a href="tqtextedit.html#getCursorPosition">TQTextEdit</a><li>getDouble: <a href="ntqinputdialog.html#getDouble">TQInputDialog</a><li>getExistingDirectory: <a href="tqfiledialog.html#getExistingDirectory">TQFileDialog</a><li>getFirst: <a href="tqptrlist.html#getFirst">TQPtrList</a><li>getFont: - <a href="ntqfontdialog.html#getFont">TQFontDialog</a><li>getHsv: - <a href="ntqcolor.html#getHsv">TQColor</a><li>getInteger: + <a href="tqfontdialog.html#getFont">TQFontDialog</a><li>getHsv: + <a href="tqcolor.html#getHsv">TQColor</a><li>getInteger: <a href="ntqinputdialog.html#getInteger">TQInputDialog</a><li>getItem: <a href="ntqinputdialog.html#getItem">TQInputDialog</a><li>getJavaClass: <a href="qnplugin.html#getJavaClass">TQNPlugin</a><li>getJavaEnv: @@ -1039,14 +1039,14 @@ gamma: <a href="qnplugin.html#getPluginDescriptionString">TQNPlugin</a><li>getPluginNameString: <a href="qnplugin.html#getPluginNameString">TQNPlugin</a><li>getRange: <a href="ntqsplitter.html#getRange">TQSplitter</a><li>getRgb: - <a href="ntqcolor.html#getRgb">TQColor</a><li>getRgba: - <a href="ntqcolordialog.html#getRgba">TQColorDialog</a><li>getSaveFileName: + <a href="tqcolor.html#getRgb">TQColor</a><li>getRgba: + <a href="tqcolordialog.html#getRgba">TQColorDialog</a><li>getSaveFileName: <a href="tqfiledialog.html#getSaveFileName">TQFileDialog</a><li>getSelection: <a href="tqtextedit.html#getSelection">TQTextEdit</a><li>getText: <a href="ntqinputdialog.html#getText">TQInputDialog</a><li>getURL: <a href="qnpinstance.html#getURL">TQNPInstance</a><li>getURLNotify: <a href="qnpinstance.html#getURLNotify">TQNPInstance</a><li>getValidRect: - <a href="ntqmovie.html#getValidRect">TQMovie</a><li>getVersionInfo: + <a href="tqmovie.html#getValidRect">TQMovie</a><li>getVersionInfo: <a href="qnplugin.html#getVersionInfo">TQNPlugin</a><li>getWFlags: <a href="tqwidget.html#getWFlags">TQWidget</a><li>getch: <a href="tqfile.html#getch">TQFile</a> <a href="tqiodevice.html#getch">TQIODevice</a> <a href="tqsocket.html#getch">TQSocket</a><li>glDraw: @@ -1063,7 +1063,7 @@ gamma: <a href="ntqpixmap.html#grabWidget">TQPixmap</a><li>grabWindow: <a href="ntqpixmap.html#grabWindow">TQPixmap</a><li>greaterThan: <a href="tqurlinfo.html#greaterThan">TQUrlInfo</a><li>green: - <a href="ntqcolor.html#green">TQColor</a><li>grep: + <a href="tqcolor.html#green">TQColor</a><li>grep: <a href="tqstringlist.html#grep">TQStringList</a><li>gres: <a href="tqstringlist.html#gres">TQStringList</a><li>gridSize: <a href="ntqgridview.html#gridSize">TQGridView</a><li>gridX: @@ -1074,7 +1074,7 @@ gamma: <a href="ntqapplication.html#guiThreadAwake">TQApplication</a><li><a name="h"></a> hScrollBarMode: <a href="ntqscrollview.html#hScrollBarMode">TQScrollView</a><li>handle: - <a href="ntqcursor.html#handle">TQCursor</a> <a href="tqfile.html#handle">TQFile</a> <a href="ntqfont.html#handle">TQFont</a> <a href="ntqpaintdevice.html#handle">TQPaintDevice</a> <a href="ntqpainter.html#handle">TQPainter</a> <a href="ntqregion.html#handle">TQRegion</a> <a href="tqsessionmanager.html#handle">TQSessionManager</a><li>handleError: + <a href="ntqcursor.html#handle">TQCursor</a> <a href="tqfile.html#handle">TQFile</a> <a href="tqfont.html#handle">TQFont</a> <a href="tqpaintdevice.html#handle">TQPaintDevice</a> <a href="tqpainter.html#handle">TQPainter</a> <a href="ntqregion.html#handle">TQRegion</a> <a href="tqsessionmanager.html#handle">TQSessionManager</a><li>handleError: <a href="tqdatabrowser.html#handleError">TQDataBrowser</a> <a href="tqdatatable.html#handleError">TQDataTable</a><li>handlePosition: <a href="ntqdockarea.html#handlePosition">TQDockArea</a><li>handleWidth: <a href="ntqsplitter.html#handleWidth">TQSplitter</a><li>hasAcceptableInput: @@ -1088,7 +1088,7 @@ hScrollBarMode: <a href="tqdomnode.html#hasAttributes">TQDomNode</a><li>hasCancelButton: <a href="ntqtabdialog.html#hasCancelButton">TQTabDialog</a><li>hasChildNodes: <a href="tqdomnode.html#hasChildNodes">TQDomNode</a><li>hasClipping: - <a href="ntqpainter.html#hasClipping">TQPainter</a><li>hasContentLength: + <a href="tqpainter.html#hasClipping">TQPainter</a><li>hasContentLength: <a href="tqhttpheader.html#hasContentLength">TQHttpHeader</a><li>hasContentType: <a href="tqhttpheader.html#hasContentType">TQHttpHeader</a><li>hasDefaultButton: <a href="ntqtabdialog.html#hasDefaultButton">TQTabDialog</a><li>hasDockWindow: @@ -1121,16 +1121,16 @@ hScrollBarMode: <a href="ntqlineedit.html#hasSelectedText">TQLineEdit</a> <a href="tqtextedit.html#hasSelectedText">TQTextEdit</a><li>hasStaticBackground: <a href="ntqscrollview.html#hasStaticBackground">TQScrollView</a><li>hasUser: <a href="tqurl.html#hasUser">TQUrl</a><li>hasViewXForm: - <a href="ntqpainter.html#hasViewXForm">TQPainter</a><li>hasWorldXForm: - <a href="ntqpainter.html#hasWorldXForm">TQPainter</a><li>hash: + <a href="tqpainter.html#hasViewXForm">TQPainter</a><li>hasWorldXForm: + <a href="tqpainter.html#hasWorldXForm">TQPainter</a><li>hash: <a href="qtranslatormessage.html#hash">TQTranslatorMessage</a><li>head: <a href="tqhttp.html#head">TQHttp</a> <a href="tqptrqueue.html#head">TQPtrQueue</a><li>header: <a href="ntqlistview.html#header">TQListView</a><li>headerSection: <a href="tqstyleoption.html#headerSection">TQStyleOption</a><li>headerWidth: <a href="ntqheader.html#headerWidth">TQHeader</a><li>height: - <a href="tqcanvas.html#height">TQCanvas</a> <a href="tqcanvasellipse.html#height">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#height">TQCanvasRectangle</a> <a href="tqcanvassprite.html#height">TQCanvasSprite</a> <a href="ntqfontmetrics.html#height">TQFontMetrics</a> <a href="tqiconviewitem.html#height">TQIconViewItem</a> <a href="tqimage.html#height">TQImage</a> <a href="qlistboxitem.html#height">TQListBoxItem</a> <a href="qlistboxpixmap.html#height">TQListBoxPixmap</a> <a href="qlistboxtext.html#height">TQListBoxText</a> <a href="qlistviewitem.html#height">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#height">TQPaintDeviceMetrics</a> <a href="ntqpixmap.html#height">TQPixmap</a> <a href="ntqrect.html#height">TQRect</a> <a href="ntqsimplerichtext.html#height">TQSimpleRichText</a> <a href="tqsize.html#height">TQSize</a> <a href="tqwidget.html#height">TQWidget</a><li>heightForWidth: + <a href="tqcanvas.html#height">TQCanvas</a> <a href="tqcanvasellipse.html#height">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#height">TQCanvasRectangle</a> <a href="tqcanvassprite.html#height">TQCanvasSprite</a> <a href="tqfontmetrics.html#height">TQFontMetrics</a> <a href="tqiconviewitem.html#height">TQIconViewItem</a> <a href="tqimage.html#height">TQImage</a> <a href="qlistboxitem.html#height">TQListBoxItem</a> <a href="qlistboxpixmap.html#height">TQListBoxPixmap</a> <a href="qlistboxtext.html#height">TQListBoxText</a> <a href="qlistviewitem.html#height">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#height">TQPaintDeviceMetrics</a> <a href="ntqpixmap.html#height">TQPixmap</a> <a href="ntqrect.html#height">TQRect</a> <a href="ntqsimplerichtext.html#height">TQSimpleRichText</a> <a href="tqsize.html#height">TQSize</a> <a href="tqwidget.html#height">TQWidget</a><li>heightForWidth: <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a> <a href="qgridlayout.html#heightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#heightForWidth">TQLayoutItem</a> <a href="tqmenubar.html#heightForWidth">TQMenuBar</a> <a href="tqtextedit.html#heightForWidth">TQTextEdit</a> <a href="tqwidget.html#heightForWidth">TQWidget</a><li>heightMM: - <a href="ntqpaintdevicemetrics.html#heightMM">TQPaintDeviceMetrics</a><li>help: + <a href="tqpaintdevicemetrics.html#heightMM">TQPaintDeviceMetrics</a><li>help: <a href="ntqwizard.html#help">TQWizard</a><li>helpButton: <a href="ntqwizard.html#helpButton">TQWizard</a><li>helpButtonPressed: <a href="ntqtabdialog.html#helpButtonPressed">TQTabDialog</a><li>helpClicked: @@ -1143,10 +1143,10 @@ hScrollBarMode: <a href="tqstatusbar.html#hideOrShow">TQStatusBar</a><li>hideRow: <a href="ntqtable.html#hideRow">TQTable</a><li>highPriority: <a href="tqobject.html#highPriority">TQObject</a><li>highlight: - <a href="qcolorgroup.html#highlight">TQColorGroup</a><li>highlightParagraph: + <a href="tqcolorgroup.html#highlight">TQColorGroup</a><li>highlightParagraph: <a href="ntqsyntaxhighlighter.html#highlightParagraph">TQSyntaxHighlighter</a><li>highlighted: <a href="ntqcombobox.html#highlighted">TQComboBox</a> <a href="ntqlistbox.html#highlighted">TQListBox</a> <a href="tqmenubar.html#highlighted">TQMenuBar</a> <a href="tqpopupmenu.html#highlighted">TQPopupMenu</a> <a href="tqtextbrowser.html#highlighted">TQTextBrowser</a><li>highlightedText: - <a href="qcolorgroup.html#highlightedText">TQColorGroup</a><li>hitButton: + <a href="tqcolorgroup.html#highlightedText">TQColorGroup</a><li>hitButton: <a href="ntqbutton.html#hitButton">TQButton</a><li>home: <a href="tqdir.html#home">TQDir</a> <a href="ntqfocusdata.html#home">TQFocusData</a> <a href="ntqlineedit.html#home">TQLineEdit</a> <a href="ntqmultilineedit.html#home">TQMultiLineEdit</a> <a href="tqtextbrowser.html#home">TQTextBrowser</a><li>homeDirPath: <a href="tqdir.html#homeDirPath">TQDir</a><li>horData: @@ -1185,7 +1185,7 @@ icon: <a href="tqimage.html#imageFormat">TQImage</a> <a href="tqimageio.html#imageFormat">TQImageIO</a> <a href="ntqpixmap.html#imageFormat">TQPixmap</a><li>implementation: <a href="tqdomdocument.html#implementation">TQDomDocument</a><li>importNode: <a href="tqdomdocument.html#importNode">TQDomDocument</a><li>inFont: - <a href="ntqfontmetrics.html#inFont">TQFontMetrics</a><li>inSort: + <a href="tqfontmetrics.html#inFont">TQFontMetrics</a><li>inSort: <a href="tqptrlist.html#inSort">TQPtrList</a><li>inText: <a href="ntqsimplerichtext.html#inText">TQSimpleRichText</a><li>inWhatsThisMode: <a href="ntqwhatsthis.html#inWhatsThisMode">TQWhatsThis</a><li>inactive: @@ -1200,7 +1200,7 @@ icon: <a href="ntqmessagebox.html#information">TQMessageBox</a><li>inherits: <a href="ntqmetaobject.html#inherits">TQMetaObject</a> <a href="tqobject.html#inherits">TQObject</a><li>init: <a href="qtableselection.html#init">TQTableSelection</a><li>initialize: - <a href="ntqcolor.html#initialize">TQColor</a> <a href="ntqcursor.html#initialize">TQCursor</a> <a href="tqwindowsmime.html#initialize">TQWindowsMime</a><li>initializeGL: + <a href="tqcolor.html#initialize">TQColor</a> <a href="ntqcursor.html#initialize">TQCursor</a> <a href="tqwindowsmime.html#initialize">TQWindowsMime</a><li>initializeGL: <a href="qglwidget.html#initializeGL">TQGLWidget</a><li>initializeOverlayGL: <a href="qglwidget.html#initializeOverlayGL">TQGLWidget</a><li>initialized: <a href="qglcontext.html#initialized">TQGLContext</a><li>inputFormatList: @@ -1229,8 +1229,8 @@ icon: <a href="ntqcombobox.html#insertStrList">TQComboBox</a> <a href="ntqlistbox.html#insertStrList">TQListBox</a><li>insertStretch: <a href="qboxlayout.html#insertStretch">TQBoxLayout</a><li>insertStringList: <a href="ntqcombobox.html#insertStringList">TQComboBox</a> <a href="ntqlistbox.html#insertStringList">TQListBox</a><li>insertSubstitution: - <a href="ntqfont.html#insertSubstitution">TQFont</a><li>insertSubstitutions: - <a href="ntqfont.html#insertSubstitutions">TQFont</a><li>insertTab: + <a href="tqfont.html#insertSubstitution">TQFont</a><li>insertSubstitutions: + <a href="tqfont.html#insertSubstitutions">TQFont</a><li>insertTab: <a href="ntqtabbar.html#insertTab">TQTabBar</a> <a href="ntqtabdialog.html#insertTab">TQTabDialog</a> <a href="ntqtabwidget.html#insertTab">TQTabWidget</a><li>insertTearOffHandle: <a href="tqpopupmenu.html#insertTearOffHandle">TQPopupMenu</a><li>insertWidget: <a href="qboxlayout.html#insertWidget">TQBoxLayout</a> <a href="ntqtable.html#insertWidget">TQTable</a><li>inserted: @@ -1263,14 +1263,14 @@ icon: <a href="tqobject.html#isA">TQObject</a><li>isAccepted: <a href="qcloseevent.html#isAccepted">TQCloseEvent</a> <a href="qcontextmenuevent.html#isAccepted">TQContextMenuEvent</a> <a href="tqdropevent.html#isAccepted">TQDropEvent</a> <a href="qimevent.html#isAccepted">TQIMEvent</a> <a href="tqicondragevent.html#isAccepted">TQIconDragEvent</a> <a href="qkeyevent.html#isAccepted">TQKeyEvent</a> <a href="qmouseevent.html#isAccepted">TQMouseEvent</a> <a href="qtabletevent.html#isAccepted">TQTabletEvent</a> <a href="qwheelevent.html#isAccepted">TQWheelEvent</a><li>isActionAccepted: <a href="tqdropevent.html#isActionAccepted">TQDropEvent</a><li>isActive: - <a href="ntqaccessible.html#isActive">TQAccessible</a> <a href="tqcanvasitem.html#isActive">TQCanvasItem</a> <a href="ntqpainter.html#isActive">TQPainter</a> <a href="tqsqlquery.html#isActive">TQSqlQuery</a> <a href="tqsqlresult.html#isActive">TQSqlResult</a> <a href="qtableselection.html#isActive">TQTableSelection</a> <a href="tqtimer.html#isActive">TQTimer</a><li>isActiveWindow: + <a href="ntqaccessible.html#isActive">TQAccessible</a> <a href="tqcanvasitem.html#isActive">TQCanvasItem</a> <a href="tqpainter.html#isActive">TQPainter</a> <a href="tqsqlquery.html#isActive">TQSqlQuery</a> <a href="tqsqlresult.html#isActive">TQSqlResult</a> <a href="qtableselection.html#isActive">TQTableSelection</a> <a href="tqtimer.html#isActive">TQTimer</a><li>isActiveWindow: <a href="tqwidget.html#isActiveWindow">TQWidget</a> <a href="qxtwidget.html#isActiveWindow">TQXtWidget</a><li>isAnchor: <a href="tqstylesheetitem.html#isAnchor">TQStyleSheetItem</a><li>isAsynchronous: <a href="tqiodevice.html#isAsynchronous">TQIODevice</a><li>isAttr: <a href="tqdomattr.html#isAttr">TQDomAttr</a> <a href="tqdomnode.html#isAttr">TQDomNode</a><li>isAutoRepeat: <a href="qkeyevent.html#isAutoRepeat">TQKeyEvent</a><li>isAvailable: <a href="ntqsound.html#isAvailable">TQSound</a><li>isBitmapScalable: - <a href="ntqfontdatabase.html#isBitmapScalable">TQFontDatabase</a><li>isBuffered: + <a href="tqfontdatabase.html#isBitmapScalable">TQFontDatabase</a><li>isBuffered: <a href="tqiodevice.html#isBuffered">TQIODevice</a><li>isCDATASection: <a href="tqdomcdatasection.html#isCDATASection">TQDomCDATASection</a> <a href="tqdomnode.html#isCDATASection">TQDomNode</a><li>isCalculated: <a href="tqsqlcursor.html#isCalculated">TQSqlCursor</a> <a href="tqsqlfieldinfo.html#isCalculated">TQSqlFieldInfo</a><li>isCharacterData: @@ -1288,7 +1288,7 @@ icon: <a href="qcontextmenuevent.html#isConsumed">TQContextMenuEvent</a><li>isContainer: <a href="tqwidgetplugin.html#isContainer">TQWidgetPlugin</a><li>isContentsPreviewEnabled: <a href="tqfiledialog.html#isContentsPreviewEnabled">TQFileDialog</a><li>isCopyOf: - <a href="ntqfont.html#isCopyOf">TQFont</a> <a href="ntqpalette.html#isCopyOf">TQPalette</a><li>isCurrent: + <a href="tqfont.html#isCopyOf">TQFont</a> <a href="ntqpalette.html#isCopyOf">TQPalette</a><li>isCurrent: <a href="qlistboxitem.html#isCurrent">TQListBoxItem</a><li>isCustomizable: <a href="tqmainwindow.html#isCustomizable">TQMainWindow</a><li>isDefault: <a href="ntqpushbutton.html#isDefault">TQPushButton</a> <a href="tqstyleoption.html#isDefault">TQStyleOption</a><li>isDefaultUp: @@ -1321,10 +1321,10 @@ icon: <a href="ntqbutton.html#isExclusiveToggle">TQButton</a> <a href="ntqbutton.html#isExclusiveToggle">TQCheckBox</a> <a href="ntqbutton.html#isExclusiveToggle">TQPushButton</a> <a href="ntqbutton.html#isExclusiveToggle">TQRadioButton</a><li>isExecutable: <a href="tqfileinfo.html#isExecutable">TQFileInfo</a> <a href="tqurlinfo.html#isExecutable">TQUrlInfo</a><li>isExpandable: <a href="qlistviewitem.html#isExpandable">TQListViewItem</a><li>isExtDev: - <a href="ntqpaintdevice.html#isExtDev">TQPaintDevice</a><li>isFile: + <a href="tqpaintdevice.html#isExtDev">TQPaintDevice</a><li>isFile: <a href="tqfileinfo.html#isFile">TQFileInfo</a> <a href="tqurlinfo.html#isFile">TQUrlInfo</a><li>isFinished: <a href="ntqsound.html#isFinished">TQSound</a><li>isFixedPitch: - <a href="ntqfontdatabase.html#isFixedPitch">TQFontDatabase</a><li>isFlat: + <a href="tqfontdatabase.html#isFixedPitch">TQFontDatabase</a><li>isFlat: <a href="ntqgroupbox.html#isFlat">TQGroupBox</a> <a href="ntqpushbutton.html#isFlat">TQPushButton</a><li>isFocusEnabled: <a href="tqwidget.html#isFocusEnabled">TQWidget</a><li>isForwardOnly: <a href="tqsqlquery.html#isForwardOnly">TQSqlQuery</a> <a href="tqsqlresult.html#isForwardOnly">TQSqlResult</a><li>isFullScreen: @@ -1357,7 +1357,7 @@ icon: <a href="ntqlineedit.html#isModified">TQLineEdit</a> <a href="tqtextedit.html#isModified">TQTextEdit</a><li>isMovingEnabled: <a href="ntqdockwindow.html#isMovingEnabled">TQDockWindow</a> <a href="ntqheader.html#isMovingEnabled">TQHeader</a><li>isNotation: <a href="tqdomnode.html#isNotation">TQDomNode</a> <a href="tqdomnotation.html#isNotation">TQDomNotation</a><li>isNull: - <a href="tqcstring.html#isNull">TQCString</a> <a href="qchar.html#isNull">TQChar</a> <a href="tqdate.html#isNull">TQDate</a> <a href="tqdatetime.html#isNull">TQDateTime</a> <a href="tqdomimplementation.html#isNull">TQDomImplementation</a> <a href="tqdomnode.html#isNull">TQDomNode</a> <a href="ntqguardedptr.html#isNull">TQGuardedPtr</a> <a href="tqhostaddress.html#isNull">TQHostAddress</a> <a href="tqiconset.html#isNull">TQIconSet</a> <a href="tqimage.html#isNull">TQImage</a> <a href="tqmemarray.html#isNull">TQMemArray</a> <a href="ntqmovie.html#isNull">TQMovie</a> <a href="ntqpicture.html#isNull">TQPicture</a> <a href="ntqpixmap.html#isNull">TQPixmap</a> <a href="ntqpoint.html#isNull">TQPoint</a> <a href="tqptrvector.html#isNull">TQPtrVector</a> <a href="ntqrect.html#isNull">TQRect</a> <a href="ntqregion.html#isNull">TQRegion</a> <a href="tqsize.html#isNull">TQSize</a> <a href="tqsqlcursor.html#isNull">TQSqlCursor</a> <a href="tqsqlfield.html#isNull">TQSqlField</a> <a href="tqsqlquery.html#isNull">TQSqlQuery</a> <a href="tqsqlrecord.html#isNull">TQSqlRecord</a> <a href="tqsqlresult.html#isNull">TQSqlResult</a> <a href="tqstring.html#isNull">TQString</a> <a href="tqtime.html#isNull">TQTime</a> <a href="ntquuid.html#isNull">TQUuid</a> <a href="ntqvariant.html#isNull">TQVariant</a><li>isNumber: + <a href="tqcstring.html#isNull">TQCString</a> <a href="qchar.html#isNull">TQChar</a> <a href="tqdate.html#isNull">TQDate</a> <a href="tqdatetime.html#isNull">TQDateTime</a> <a href="tqdomimplementation.html#isNull">TQDomImplementation</a> <a href="tqdomnode.html#isNull">TQDomNode</a> <a href="ntqguardedptr.html#isNull">TQGuardedPtr</a> <a href="tqhostaddress.html#isNull">TQHostAddress</a> <a href="tqiconset.html#isNull">TQIconSet</a> <a href="tqimage.html#isNull">TQImage</a> <a href="tqmemarray.html#isNull">TQMemArray</a> <a href="tqmovie.html#isNull">TQMovie</a> <a href="ntqpicture.html#isNull">TQPicture</a> <a href="ntqpixmap.html#isNull">TQPixmap</a> <a href="ntqpoint.html#isNull">TQPoint</a> <a href="tqptrvector.html#isNull">TQPtrVector</a> <a href="ntqrect.html#isNull">TQRect</a> <a href="ntqregion.html#isNull">TQRegion</a> <a href="tqsize.html#isNull">TQSize</a> <a href="tqsqlcursor.html#isNull">TQSqlCursor</a> <a href="tqsqlfield.html#isNull">TQSqlField</a> <a href="tqsqlquery.html#isNull">TQSqlQuery</a> <a href="tqsqlrecord.html#isNull">TQSqlRecord</a> <a href="tqsqlresult.html#isNull">TQSqlResult</a> <a href="tqstring.html#isNull">TQString</a> <a href="tqtime.html#isNull">TQTime</a> <a href="ntquuid.html#isNull">TQUuid</a> <a href="ntqvariant.html#isNull">TQVariant</a><li>isNumber: <a href="qchar.html#isNumber">TQChar</a><li>isOn: <a href="tqaction.html#isOn">TQAction</a> <a href="ntqbutton.html#isOn">TQButton</a> <a href="ntqbutton.html#isOn">TQCheckBox</a> <a href="qchecklistitem.html#isOn">TQCheckListItem</a> <a href="ntqbutton.html#isOn">TQPushButton</a> <a href="ntqbutton.html#isOn">TQRadioButton</a><li>isOpen: <a href="ntqassistantclient.html#isOpen">TQAssistantClient</a> <a href="tqiodevice.html#isOpen">TQIODevice</a> <a href="ntqlistview.html#isOpen">TQListView</a> <a href="qlistviewitem.html#isOpen">TQListViewItem</a> <a href="tqsqldatabase.html#isOpen">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpen">TQSqlDriver</a><li>isOpenError: @@ -1391,7 +1391,7 @@ icon: <a href="ntqtable.html#isRowStretchable">TQTable</a><li>isRubberSelecting: <a href="ntqlistbox.html#isRubberSelecting">TQListBox</a><li>isRunning: <a href="tqprocess.html#isRunning">TQProcess</a><li>isScalable: - <a href="ntqfontdatabase.html#isScalable">TQFontDatabase</a><li>isSelect: + <a href="tqfontdatabase.html#isScalable">TQFontDatabase</a><li>isSelect: <a href="tqsqlquery.html#isSelect">TQSqlQuery</a> <a href="tqsqlresult.html#isSelect">TQSqlResult</a><li>isSelectable: <a href="tqiconviewitem.html#isSelectable">TQIconViewItem</a> <a href="qlistboxitem.html#isSelectable">TQListBoxItem</a> <a href="qlistviewitem.html#isSelectable">TQListViewItem</a><li>isSelected: <a href="tqcanvasitem.html#isSelected">TQCanvasItem</a> <a href="tqiconviewitem.html#isSelected">TQIconViewItem</a> <a href="ntqlistbox.html#isSelected">TQListBox</a> <a href="qlistboxitem.html#isSelected">TQListBoxItem</a> <a href="ntqlistview.html#isSelected">TQListView</a> <a href="qlistviewitem.html#isSelected">TQListViewItem</a> <a href="ntqtable.html#isSelected">TQTable</a><li>isSeparator: @@ -1402,7 +1402,7 @@ icon: <a href="qglcontext.html#isSharing">TQGLContext</a> <a href="qglwidget.html#isSharing">TQGLWidget</a><li>isShown: <a href="tqwidget.html#isShown">TQWidget</a><li>isSizeGripEnabled: <a href="ntqdialog.html#isSizeGripEnabled">TQDialog</a> <a href="tqstatusbar.html#isSizeGripEnabled">TQStatusBar</a><li>isSmoothlyScalable: - <a href="ntqfontdatabase.html#isSmoothlyScalable">TQFontDatabase</a><li>isSpace: + <a href="tqfontdatabase.html#isSmoothlyScalable">TQFontDatabase</a><li>isSpace: <a href="qchar.html#isSpace">TQChar</a><li>isStretchEnabled: <a href="ntqheader.html#isStretchEnabled">TQHeader</a><li>isStretchable: <a href="ntqdockwindow.html#isStretchable">TQDockWindow</a><li>isSupported: @@ -1422,7 +1422,7 @@ icon: <a href="ntqlineedit.html#isUndoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isUndoAvailable">TQTextEdit</a><li>isUndoRedoEnabled: <a href="tqtextedit.html#isUndoRedoEnabled">TQTextEdit</a><li>isUpdatesEnabled: <a href="tqwidget.html#isUpdatesEnabled">TQWidget</a><li>isValid: - <a href="qaccessibleinterface.html#isValid">TQAccessibleInterface</a> <a href="tqcanvaspixmaparray.html#isValid">TQCanvasPixmapArray</a> <a href="tqcanvaspolygonalitem.html#isValid">TQCanvasPolygonalItem</a> <a href="ntqcolor.html#isValid">TQColor</a> <a href="tqdate.html#isValid">TQDate</a> <a href="tqdatetime.html#isValid">TQDateTime</a> <a href="qglcontext.html#isValid">TQGLContext</a> <a href="qglwidget.html#isValid">TQGLWidget</a> <a href="tqhttpheader.html#isValid">TQHttpHeader</a> <a href="ntqrect.html#isValid">TQRect</a> <a href="tqregexp.html#isValid">TQRegExp</a> <a href="tqsize.html#isValid">TQSize</a> <a href="tqsocketdevice.html#isValid">TQSocketDevice</a> <a href="tqsqlquery.html#isValid">TQSqlQuery</a> <a href="tqsqlresult.html#isValid">TQSqlResult</a> <a href="tqtime.html#isValid">TQTime</a> <a href="tqurl.html#isValid">TQUrl</a> <a href="tqurlinfo.html#isValid">TQUrlInfo</a> <a href="ntqvariant.html#isValid">TQVariant</a><li>isVerticalSliderPressed: + <a href="qaccessibleinterface.html#isValid">TQAccessibleInterface</a> <a href="tqcanvaspixmaparray.html#isValid">TQCanvasPixmapArray</a> <a href="tqcanvaspolygonalitem.html#isValid">TQCanvasPolygonalItem</a> <a href="tqcolor.html#isValid">TQColor</a> <a href="tqdate.html#isValid">TQDate</a> <a href="tqdatetime.html#isValid">TQDateTime</a> <a href="qglcontext.html#isValid">TQGLContext</a> <a href="qglwidget.html#isValid">TQGLWidget</a> <a href="tqhttpheader.html#isValid">TQHttpHeader</a> <a href="ntqrect.html#isValid">TQRect</a> <a href="tqregexp.html#isValid">TQRegExp</a> <a href="tqsize.html#isValid">TQSize</a> <a href="tqsocketdevice.html#isValid">TQSocketDevice</a> <a href="tqsqlquery.html#isValid">TQSqlQuery</a> <a href="tqsqlresult.html#isValid">TQSqlResult</a> <a href="tqtime.html#isValid">TQTime</a> <a href="tqurl.html#isValid">TQUrl</a> <a href="tqurlinfo.html#isValid">TQUrlInfo</a> <a href="ntqvariant.html#isValid">TQVariant</a><li>isVerticalSliderPressed: <a href="ntqscrollview.html#isVerticalSliderPressed">TQScrollView</a><li>isVerticallyStretchable: <a href="ntqdockwindow.html#isVerticallyStretchable">TQDockWindow</a><li>isVirtualDesktop: <a href="ntqdesktopwidget.html#isVirtualDesktop">TQDesktopWidget</a><li>isVisible: @@ -1431,7 +1431,7 @@ icon: <a href="tqobject.html#isWidgetType">TQObject</a><li>isWorking: <a href="tqdns.html#isWorking">TQDns</a><li>isWritable: <a href="tqfileinfo.html#isWritable">TQFileInfo</a> <a href="tqiodevice.html#isWritable">TQIODevice</a> <a href="tqurlinfo.html#isWritable">TQUrlInfo</a><li>italic: - <a href="ntqfont.html#italic">TQFont</a> <a href="ntqfontdatabase.html#italic">TQFontDatabase</a> <a href="ntqfontinfo.html#italic">TQFontInfo</a> <a href="tqtextedit.html#italic">TQTextEdit</a><li>item: + <a href="tqfont.html#italic">TQFont</a> <a href="tqfontdatabase.html#italic">TQFontDatabase</a> <a href="tqfontinfo.html#italic">TQFontInfo</a> <a href="tqtextedit.html#italic">TQTextEdit</a><li>item: <a href="tqdomnamednodemap.html#item">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#item">TQDomNodeList</a> <a href="ntqlistbox.html#item">TQListBox</a> <a href="tqstylesheet.html#item">TQStyleSheet</a> <a href="ntqtable.html#item">TQTable</a> <a href="tqtoolbox.html#item">TQToolBox</a><li>itemAbove: <a href="qlistviewitem.html#itemAbove">TQListViewItem</a><li>itemAt: <a href="ntqlistbox.html#itemAt">TQListBox</a> <a href="ntqlistview.html#itemAt">TQListView</a><li>itemBelow: @@ -1459,7 +1459,7 @@ join: <a href="qchar.html#joining">TQChar</a><li>jumpTable: <a href="tqimage.html#jumpTable">TQImage</a><li><a name="k"></a> key: - <a href="ntqaccel.html#key">TQAccel</a> <a href="ntqfont.html#key">TQFont</a> <a href="tqiconviewitem.html#key">TQIconViewItem</a> <a href="qkeyevent.html#key">TQKeyEvent</a> <a href="qlistviewitem.html#key">TQListViewItem</a> <a href="tqmapconstiterator.html#key">TQMapConstIterator</a> <a href="tqmapiterator.html#key">TQMapIterator</a> <a href="qtableitem.html#key">TQTableItem</a><li>keyPressEvent: + <a href="ntqaccel.html#key">TQAccel</a> <a href="tqfont.html#key">TQFont</a> <a href="tqiconviewitem.html#key">TQIconViewItem</a> <a href="qkeyevent.html#key">TQKeyEvent</a> <a href="qlistviewitem.html#key">TQListViewItem</a> <a href="tqmapconstiterator.html#key">TQMapConstIterator</a> <a href="tqmapiterator.html#key">TQMapIterator</a> <a href="qtableitem.html#key">TQTableItem</a><li>keyPressEvent: <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> <a href="tqtextbrowser.html#keyPressEvent">TQTextBrowser</a> <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a> <a href="tqwidget.html#keyPressEvent">TQWidget</a><li>keyReleaseEvent: <a href="tqwidget.html#keyReleaseEvent">TQWidget</a><li>keyToValue: <a href="qmetaproperty.html#keyToValue">TQMetaProperty</a><li>keyboardFocusTab: @@ -1484,8 +1484,8 @@ label: <a href="tqsqlquery.html#lastQuery">TQSqlQuery</a> <a href="tqsqlresult.html#lastQuery">TQSqlResult</a><li>lastRead: <a href="tqfileinfo.html#lastRead">TQFileInfo</a> <a href="tqurlinfo.html#lastRead">TQUrlInfo</a><li>lastRecordAvailable: <a href="tqdatabrowser.html#lastRecordAvailable">TQDataBrowser</a><li>lastResortFamily: - <a href="ntqfont.html#lastResortFamily">TQFont</a><li>lastResortFont: - <a href="ntqfont.html#lastResortFont">TQFont</a><li>lastWindowClosed: + <a href="tqfont.html#lastResortFamily">TQFont</a><li>lastResortFont: + <a href="tqfont.html#lastResortFont">TQFont</a><li>lastWindowClosed: <a href="ntqapplication.html#lastWindowClosed">TQApplication</a><li>latin1: <a href="qchar.html#latin1">TQChar</a> <a href="tqstring.html#latin1">TQString</a><li>launch: <a href="tqprocess.html#launch">TQProcess</a><li>launchFinished: @@ -1495,14 +1495,14 @@ label: <a href="qlayoutitem.html#layout">TQLayoutItem</a> <a href="tqwidget.html#layout">TQWidget</a><li>layoutChanged: <a href="ntqtabbar.html#layoutChanged">TQTabBar</a><li>layoutTabs: <a href="ntqtabbar.html#layoutTabs">TQTabBar</a><li>leading: - <a href="ntqfontmetrics.html#leading">TQFontMetrics</a><li>leapYear: + <a href="tqfontmetrics.html#leading">TQFontMetrics</a><li>leapYear: <a href="tqdate.html#leapYear">TQDate</a><li>leaveAllocContext: - <a href="ntqcolor.html#leaveAllocContext">TQColor</a><li>leaveEvent: + <a href="tqcolor.html#leaveAllocContext">TQColor</a><li>leaveEvent: <a href="tqwidget.html#leaveEvent">TQWidget</a><li>leaveInstance: <a href="qnpwidget.html#leaveInstance">TQNPWidget</a><li>leaveWhatsThisMode: <a href="ntqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis</a><li>left: <a href="tqcstring.html#left">TQCString</a> <a href="ntqrect.html#left">TQRect</a> <a href="tqstring.html#left">TQString</a><li>leftBearing: - <a href="ntqfontmetrics.html#leftBearing">TQFontMetrics</a><li>leftCol: + <a href="tqfontmetrics.html#leftBearing">TQFontMetrics</a><li>leftCol: <a href="qtableselection.html#leftCol">TQTableSelection</a><li>leftDock: <a href="tqmainwindow.html#leftDock">TQMainWindow</a><li>leftEdge: <a href="tqcanvassprite.html#leftEdge">TQCanvasSprite</a><li>leftJustify: @@ -1513,22 +1513,22 @@ label: <a href="tqxmlreader.html#lexicalHandler">TQXmlReader</a><li>library: <a href="ntqlibrary.html#library">TQLibrary</a><li>libraryPaths: <a href="ntqapplication.html#libraryPaths">TQApplication</a><li>light: - <a href="ntqcolor.html#light">TQColor</a> <a href="qcolorgroup.html#light">TQColorGroup</a><li>lineEdit: + <a href="tqcolor.html#light">TQColor</a> <a href="tqcolorgroup.html#light">TQColorGroup</a><li>lineEdit: <a href="ntqcombobox.html#lineEdit">TQComboBox</a><li>lineLength: <a href="ntqmultilineedit.html#lineLength">TQMultiLineEdit</a><li>lineNumber: <a href="tqxmllocator.html#lineNumber">TQXmlLocator</a> <a href="tqxmlparseexception.html#lineNumber">TQXmlParseException</a><li>lineOfChar: <a href="tqtextedit.html#lineOfChar">TQTextEdit</a><li>lineSpacing: - <a href="ntqfontmetrics.html#lineSpacing">TQFontMetrics</a><li>lineStep: + <a href="tqfontmetrics.html#lineSpacing">TQFontMetrics</a><li>lineStep: <a href="ntqdial.html#lineStep">TQDial</a> <a href="ntqrangecontrol.html#lineStep">TQRangeControl</a> <a href="ntqscrollbar.html#lineStep">TQScrollBar</a> <a href="ntqslider.html#lineStep">TQSlider</a> <a href="ntqspinbox.html#lineStep">TQSpinBox</a><li>lineUp: <a href="ntqdockarea.html#lineUp">TQDockArea</a><li>lineUpDockWindows: <a href="tqmainwindow.html#lineUpDockWindows">TQMainWindow</a><li>lineWidth: - <a href="ntqfontmetrics.html#lineWidth">TQFontMetrics</a> <a href="ntqframe.html#lineWidth">TQFrame</a> <a href="tqstyleoption.html#lineWidth">TQStyleOption</a><li>lines: + <a href="tqfontmetrics.html#lineWidth">TQFontMetrics</a> <a href="ntqframe.html#lineWidth">TQFrame</a> <a href="tqstyleoption.html#lineWidth">TQStyleOption</a><li>lines: <a href="tqtextedit.html#lines">TQTextEdit</a><li>linesOfParagraph: <a href="tqtextedit.html#linesOfParagraph">TQTextEdit</a><li>link: - <a href="qcolorgroup.html#link">TQColorGroup</a><li>linkClicked: + <a href="tqcolorgroup.html#link">TQColorGroup</a><li>linkClicked: <a href="tqtextbrowser.html#linkClicked">TQTextBrowser</a><li>linkUnderline: <a href="tqtextedit.html#linkUnderline">TQTextEdit</a><li>linkVisited: - <a href="qcolorgroup.html#linkVisited">TQColorGroup</a><li>list: + <a href="tqcolorgroup.html#linkVisited">TQColorGroup</a><li>list: <a href="tqftp.html#list">TQFtp</a><li>listBox: <a href="ntqcombobox.html#listBox">TQComboBox</a> <a href="qlistboxitem.html#listBox">TQListBoxItem</a><li>listChildren: <a href="tqurloperator.html#listChildren">TQUrlOperator</a><li>listInfo: @@ -1550,8 +1550,8 @@ label: <a href="tqstring.html#localeAwareCompare">TQString</a><li>lock: <a href="ntqapplication.html#lock">TQApplication</a> <a href="tqmutex.html#lock">TQMutex</a><li>locked: <a href="ntqapplication.html#locked">TQApplication</a> <a href="tqmutex.html#locked">TQMutex</a><li>logicalDpiX: - <a href="ntqpaintdevicemetrics.html#logicalDpiX">TQPaintDeviceMetrics</a><li>logicalDpiY: - <a href="ntqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics</a><li>logicalFontSize: + <a href="tqpaintdevicemetrics.html#logicalDpiX">TQPaintDeviceMetrics</a><li>logicalDpiY: + <a href="tqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics</a><li>logicalFontSize: <a href="tqstylesheetitem.html#logicalFontSize">TQStyleSheetItem</a><li>logicalFontSizeStep: <a href="tqstylesheetitem.html#logicalFontSizeStep">TQStyleSheetItem</a><li>login: <a href="tqftp.html#login">TQFtp</a><li>longDayName: @@ -1605,7 +1605,7 @@ m11: <a href="tqdir.html#matchAllDirs">TQDir</a><li>matchedLength: <a href="tqregexp.html#matchedLength">TQRegExp</a><li>matches: <a href="ntqkeysequence.html#matches">TQKeySequence</a><li>maxColors: - <a href="ntqcolor.html#maxColors">TQColor</a><li>maxCost: + <a href="tqcolor.html#maxColors">TQColor</a><li>maxCost: <a href="tqasciicache.html#maxCost">TQAsciiCache</a> <a href="tqcache.html#maxCost">TQCache</a> <a href="tqintcache.html#maxCost">TQIntCache</a><li>maxCount: <a href="ntqcombobox.html#maxCount">TQComboBox</a><li>maxIconWidth: <a href="tqstyleoption.html#maxIconWidth">TQStyleOption</a><li>maxItemTextLength: @@ -1615,7 +1615,7 @@ m11: <a href="tqtextedit.html#maxLogLines">TQTextEdit</a><li>maxPage: <a href="ntqprinter.html#maxPage">TQPrinter</a><li>maxValue: <a href="tqdateedit.html#maxValue">TQDateEdit</a> <a href="ntqdial.html#maxValue">TQDial</a> <a href="ntqrangecontrol.html#maxValue">TQRangeControl</a> <a href="ntqscrollbar.html#maxValue">TQScrollBar</a> <a href="ntqslider.html#maxValue">TQSlider</a> <a href="ntqspinbox.html#maxValue">TQSpinBox</a> <a href="tqtimeedit.html#maxValue">TQTimeEdit</a><li>maxWidth: - <a href="ntqfontmetrics.html#maxWidth">TQFontMetrics</a><li>maximumHeight: + <a href="tqfontmetrics.html#maxWidth">TQFontMetrics</a><li>maximumHeight: <a href="tqwidget.html#maximumHeight">TQWidget</a><li>maximumSize: <a href="qboxlayout.html#maximumSize">TQBoxLayout</a> <a href="qgridlayout.html#maximumSize">TQGridLayout</a> <a href="ntqlayout.html#maximumSize">TQLayout</a> <a href="qlayoutitem.html#maximumSize">TQLayoutItem</a> <a href="qspaceritem.html#maximumSize">TQSpacerItem</a> <a href="tqwidget.html#maximumSize">TQWidget</a> <a href="tqwidgetitem.html#maximumSize">TQWidgetItem</a><li>maximumWidth: <a href="tqwidget.html#maximumWidth">TQWidget</a><li>mayGrowHorizontally: @@ -1642,16 +1642,16 @@ m11: <a href="tqeucjpcodec.html#mibEnum">TQEucJpCodec</a> <a href="tqtextcodec.html#mibEnum">TQTextCodec</a><li>mibEnums: <a href="tqtextcodecplugin.html#mibEnums">TQTextCodecPlugin</a><li>microFocusHint: <a href="tqwidget.html#microFocusHint">TQWidget</a><li>mid: - <a href="tqcstring.html#mid">TQCString</a> <a href="qcolorgroup.html#mid">TQColorGroup</a> <a href="tqstring.html#mid">TQString</a><li>midLineWidth: + <a href="tqcstring.html#mid">TQCString</a> <a href="tqcolorgroup.html#mid">TQColorGroup</a> <a href="tqstring.html#mid">TQString</a><li>midLineWidth: <a href="ntqframe.html#midLineWidth">TQFrame</a> <a href="tqstyleoption.html#midLineWidth">TQStyleOption</a><li>midlight: - <a href="qcolorgroup.html#midlight">TQColorGroup</a><li>mightBeRichText: + <a href="tqcolorgroup.html#midlight">TQColorGroup</a><li>mightBeRichText: <a href="tqstylesheet.html#mightBeRichText">TQStyleSheet</a><li>mimeFor: <a href="tqmacmime.html#mimeFor">TQMacMime</a> <a href="tqwindowsmime.html#mimeFor">TQWindowsMime</a><li>mimeName: <a href="tqeucjpcodec.html#mimeName">TQEucJpCodec</a> <a href="tqeuckrcodec.html#mimeName">TQEucKrCodec</a> <a href="tqhebrewcodec.html#mimeName">TQHebrewCodec</a> <a href="tqjiscodec.html#mimeName">TQJisCodec</a> <a href="tqsjiscodec.html#mimeName">TQSjisCodec</a> <a href="tqtextcodec.html#mimeName">TQTextCodec</a><li>mimeSourceFactory: <a href="tqtextedit.html#mimeSourceFactory">TQTextEdit</a><li>minLeftBearing: - <a href="ntqfontmetrics.html#minLeftBearing">TQFontMetrics</a><li>minPage: + <a href="tqfontmetrics.html#minLeftBearing">TQFontMetrics</a><li>minPage: <a href="ntqprinter.html#minPage">TQPrinter</a><li>minRightBearing: - <a href="ntqfontmetrics.html#minRightBearing">TQFontMetrics</a><li>minValue: + <a href="tqfontmetrics.html#minRightBearing">TQFontMetrics</a><li>minValue: <a href="tqdateedit.html#minValue">TQDateEdit</a> <a href="ntqdial.html#minValue">TQDial</a> <a href="ntqrangecontrol.html#minValue">TQRangeControl</a> <a href="ntqscrollbar.html#minValue">TQScrollBar</a> <a href="ntqslider.html#minValue">TQSlider</a> <a href="ntqspinbox.html#minValue">TQSpinBox</a> <a href="tqtimeedit.html#minValue">TQTimeEdit</a><li>minimal: <a href="tqregexp.html#minimal">TQRegExp</a><li>minimumDuration: <a href="ntqprogressdialog.html#minimumDuration">TQProgressDialog</a><li>minimumHeight: @@ -1706,7 +1706,7 @@ m11: <a href="qlistviewitem.html#multiLinesEnabled">TQListViewItem</a><li>mutex: <a href="tqmutexlocker.html#mutex">TQMutexLocker</a><li><a name="n"></a> name: - <a href="ntqcolor.html#name">TQColor</a> <a href="tqdomattr.html#name">TQDomAttr</a> <a href="tqdomdocumenttype.html#name">TQDomDocumentType</a> <a href="tqfile.html#name">TQFile</a> <a href="ntqlocale.html#name">TQLocale</a> <a href="qmetaproperty.html#name">TQMetaProperty</a> <a href="tqobject.html#name">TQObject</a> <a href="tqsqlcursor.html#name">TQSqlCursor</a> <a href="tqsqlfield.html#name">TQSqlField</a> <a href="tqsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="tqsqlindex.html#name">TQSqlIndex</a> <a href="tqstylesheetitem.html#name">TQStyleSheetItem</a> <a href="tqtextcodec.html#name">TQTextCodec</a> <a href="tqurlinfo.html#name">TQUrlInfo</a><li>nameFilter: + <a href="tqcolor.html#name">TQColor</a> <a href="tqdomattr.html#name">TQDomAttr</a> <a href="tqdomdocumenttype.html#name">TQDomDocumentType</a> <a href="tqfile.html#name">TQFile</a> <a href="ntqlocale.html#name">TQLocale</a> <a href="qmetaproperty.html#name">TQMetaProperty</a> <a href="tqobject.html#name">TQObject</a> <a href="tqsqlcursor.html#name">TQSqlCursor</a> <a href="tqsqlfield.html#name">TQSqlField</a> <a href="tqsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="tqsqlindex.html#name">TQSqlIndex</a> <a href="tqstylesheetitem.html#name">TQStyleSheetItem</a> <a href="tqtextcodec.html#name">TQTextCodec</a> <a href="tqurlinfo.html#name">TQUrlInfo</a><li>nameFilter: <a href="tqdir.html#nameFilter">TQDir</a> <a href="tqurloperator.html#nameFilter">TQUrlOperator</a><li>nameToType: <a href="ntqvariant.html#nameToType">TQVariant</a><li>namedItem: <a href="tqdomnamednodemap.html#namedItem">TQDomNamedNodeMap</a> <a href="tqdomnode.html#namedItem">TQDomNode</a><li>namedItemNS: @@ -1747,11 +1747,11 @@ name: <a href="qnpinstance.html#notifyURL">TQNPInstance</a><li>nrefs: <a href="tqmemarray.html#nrefs">TQMemArray</a><li>nullText: <a href="tqdatatable.html#nullText">TQDataTable</a> <a href="tqsqldriver.html#nullText">TQSqlDriver</a><li>numBitPlanes: - <a href="ntqcolor.html#numBitPlanes">TQColor</a><li>numBytes: + <a href="tqcolor.html#numBitPlanes">TQColor</a><li>numBytes: <a href="tqimage.html#numBytes">TQImage</a><li>numCaptures: <a href="tqregexp.html#numCaptures">TQRegExp</a><li>numClassInfo: <a href="ntqmetaobject.html#numClassInfo">TQMetaObject</a><li>numColors: - <a href="tqimage.html#numColors">TQImage</a> <a href="ntqpaintdevicemetrics.html#numColors">TQPaintDeviceMetrics</a><li>numCols: + <a href="tqimage.html#numColors">TQImage</a> <a href="tqpaintdevicemetrics.html#numColors">TQPaintDeviceMetrics</a><li>numCols: <a href="tqdatatable.html#numCols">TQDataTable</a> <a href="qgridlayout.html#numCols">TQGridLayout</a> <a href="ntqgridview.html#numCols">TQGridView</a> <a href="ntqtable.html#numCols">TQTable</a> <a href="qtableselection.html#numCols">TQTableSelection</a><li>numColumns: <a href="ntqlistbox.html#numColumns">TQListBox</a><li>numCopies: <a href="ntqprinter.html#numCopies">TQPrinter</a><li>numDigits: @@ -1803,7 +1803,7 @@ object: <a href="tqstring.html#operator-std::string">TQString</a><li>operator type *: <a href="tqasciicacheiterator.html#operator-type-*">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator-type-*">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator-type-*">TQCacheIterator</a> <a href="tqdictiterator.html#operator-type-*">TQDictIterator</a> <a href="tqintcacheiterator.html#operator-type-*">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator-type-*">TQIntDictIterator</a> <a href="tqptrdictiterator.html#operator-type-*">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator-type-*">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-type-*">TQPtrQueue</a> <a href="tqptrstack.html#operator-type-*">TQPtrStack</a><li>operator!: <a href="tqstring.html#operator!">TQString</a><li>operator!=: - <a href="ntqbrush.html#operator!-eq">TQBrush</a> <a href="tqcstring.html#operator!-eq">TQCString</a> <a href="qchar.html#operator!-eq">TQChar</a> <a href="ntqcolor.html#operator!-eq">TQColor</a> <a href="qcolorgroup.html#operator!-eq">TQColorGroup</a> <a href="tqdate.html#operator!-eq">TQDate</a> <a href="tqdatetime.html#operator!-eq">TQDateTime</a> <a href="tqdir.html#operator!-eq">TQDir</a> <a href="tqdomimplementation.html#operator!-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator!-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator!-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator!-eq">TQDomNodeList</a> <a href="ntqfont.html#operator!-eq">TQFont</a> <a href="ntqguardedptr.html#operator!-eq">TQGuardedPtr</a> <a href="tqimage.html#operator!-eq">TQImage</a> <a href="ntqkeysequence.html#operator!-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator!-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator!-eq">TQMapIterator</a> <a href="tqmemarray.html#operator!-eq">TQMemArray</a> <a href="ntqpalette.html#operator!-eq">TQPalette</a> <a href="ntqpen.html#operator!-eq">TQPen</a> <a href="ntqpoint.html#operator!-eq">TQPoint</a> <a href="tqptrlist.html#operator!-eq">TQPtrList</a> <a href="ntqrect.html#operator!-eq">TQRect</a> <a href="tqregexp.html#operator!-eq">TQRegExp</a> <a href="ntqregion.html#operator!-eq">TQRegion</a> <a href="tqsize.html#operator!-eq">TQSize</a> <a href="tqsizepolicy.html#operator!-eq">TQSizePolicy</a> <a href="tqstring.html#operator!-eq">TQString</a> <a href="qtableselection.html#operator!-eq">TQTableSelection</a> <a href="tqtime.html#operator!-eq">TQTime</a> <a href="qtranslatormessage.html#operator!-eq">TQTranslatorMessage</a> <a href="ntquuid.html#operator!-eq">TQUuid</a> <a href="tqvaluelist.html#operator!-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator!-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator!-eq">TQValueListIterator</a> <a href="ntqvariant.html#operator!-eq">TQVariant</a> <a href="ntqwmatrix.html#operator!-eq">TQWMatrix</a><li>operator&: + <a href="tqbrush.html#operator!-eq">TQBrush</a> <a href="tqcstring.html#operator!-eq">TQCString</a> <a href="qchar.html#operator!-eq">TQChar</a> <a href="tqcolor.html#operator!-eq">TQColor</a> <a href="tqcolorgroup.html#operator!-eq">TQColorGroup</a> <a href="tqdate.html#operator!-eq">TQDate</a> <a href="tqdatetime.html#operator!-eq">TQDateTime</a> <a href="tqdir.html#operator!-eq">TQDir</a> <a href="tqdomimplementation.html#operator!-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator!-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator!-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator!-eq">TQDomNodeList</a> <a href="tqfont.html#operator!-eq">TQFont</a> <a href="ntqguardedptr.html#operator!-eq">TQGuardedPtr</a> <a href="tqimage.html#operator!-eq">TQImage</a> <a href="ntqkeysequence.html#operator!-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator!-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator!-eq">TQMapIterator</a> <a href="tqmemarray.html#operator!-eq">TQMemArray</a> <a href="ntqpalette.html#operator!-eq">TQPalette</a> <a href="ntqpen.html#operator!-eq">TQPen</a> <a href="ntqpoint.html#operator!-eq">TQPoint</a> <a href="tqptrlist.html#operator!-eq">TQPtrList</a> <a href="ntqrect.html#operator!-eq">TQRect</a> <a href="tqregexp.html#operator!-eq">TQRegExp</a> <a href="ntqregion.html#operator!-eq">TQRegion</a> <a href="tqsize.html#operator!-eq">TQSize</a> <a href="tqsizepolicy.html#operator!-eq">TQSizePolicy</a> <a href="tqstring.html#operator!-eq">TQString</a> <a href="qtableselection.html#operator!-eq">TQTableSelection</a> <a href="tqtime.html#operator!-eq">TQTime</a> <a href="qtranslatormessage.html#operator!-eq">TQTranslatorMessage</a> <a href="ntquuid.html#operator!-eq">TQUuid</a> <a href="tqvaluelist.html#operator!-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator!-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator!-eq">TQValueListIterator</a> <a href="ntqvariant.html#operator!-eq">TQVariant</a> <a href="ntqwmatrix.html#operator!-eq">TQWMatrix</a><li>operator&: <a href="tqbitarray.html#operator-and">TQBitArray</a> <a href="ntqrect.html#operator-and">TQRect</a> <a href="ntqregion.html#operator-and">TQRegion</a><li>operator&=: <a href="tqbitarray.html#operator-and-eq">TQBitArray</a> <a href="ntqrect.html#operator-and-eq">TQRect</a> <a href="ntqregion.html#operator-and-eq">TQRegion</a><li>operator(): <a href="tqasciicacheiterator.html#operator()">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator()">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator()">TQCacheIterator</a> <a href="tqdictiterator.html#operator()">TQDictIterator</a> <a href="tqintcacheiterator.html#operator()">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator()">TQIntDictIterator</a> <a href="tqptrdictiterator.html#operator()">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator()">TQPtrListIterator</a><li>operator*: @@ -1819,13 +1819,13 @@ object: <a href="ntqpoint.html#operator/">TQPoint</a> <a href="tqsize.html#operator/">TQSize</a><li>operator/=: <a href="ntqpoint.html#operator/-eq">TQPoint</a> <a href="tqsize.html#operator/-eq">TQSize</a><li>operator<: <a href="tqcstring.html#operator-lt">TQCString</a> <a href="qchar.html#operator-lt">TQChar</a> <a href="tqdate.html#operator-lt">TQDate</a> <a href="tqdatetime.html#operator-lt">TQDateTime</a> <a href="tqstring.html#operator-lt">TQString</a> <a href="tqtime.html#operator-lt">TQTime</a> <a href="qtranslatormessage.html#operator-lt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-lt">TQUuid</a><li>operator<<: - <a href="tqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="ntqbrush.html#operator-lt-lt">TQBrush</a> <a href="tqcstring.html#operator-lt-lt">TQCString</a> <a href="ntqcolor.html#operator-lt-lt">TQColor</a> <a href="qcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="ntqcursor.html#operator-lt-lt">TQCursor</a> <a href="tqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="tqdate.html#operator-lt-lt">TQDate</a> <a href="tqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="ntqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="ntqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="ntqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="tqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="tqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="ntqpalette.html#operator-lt-lt">TQPalette</a> <a href="ntqpen.html#operator-lt-lt">TQPen</a> <a href="ntqpicture.html#operator-lt-lt">TQPicture</a> <a href="ntqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="ntqpoint.html#operator-lt-lt">TQPoint</a> <a href="ntqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="ntqrect.html#operator-lt-lt">TQRect</a> <a href="ntqregion.html#operator-lt-lt">TQRegion</a> <a href="tqsize.html#operator-lt-lt">TQSize</a> <a href="ntqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="tqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="tqtime.html#operator-lt-lt">TQTime</a> <a href="ntquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="ntqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: + <a href="tqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="tqbrush.html#operator-lt-lt">TQBrush</a> <a href="tqcstring.html#operator-lt-lt">TQCString</a> <a href="tqcolor.html#operator-lt-lt">TQColor</a> <a href="tqcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="ntqcursor.html#operator-lt-lt">TQCursor</a> <a href="tqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="tqdate.html#operator-lt-lt">TQDate</a> <a href="tqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="ntqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="tqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="ntqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="tqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="tqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="ntqpalette.html#operator-lt-lt">TQPalette</a> <a href="ntqpen.html#operator-lt-lt">TQPen</a> <a href="ntqpicture.html#operator-lt-lt">TQPicture</a> <a href="ntqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="ntqpoint.html#operator-lt-lt">TQPoint</a> <a href="ntqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="ntqrect.html#operator-lt-lt">TQRect</a> <a href="ntqregion.html#operator-lt-lt">TQRegion</a> <a href="tqsize.html#operator-lt-lt">TQSize</a> <a href="ntqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="tqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="tqtime.html#operator-lt-lt">TQTime</a> <a href="ntquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="ntqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: <a href="tqcstring.html#operator-lt-eq">TQCString</a> <a href="qchar.html#operator-lt-eq">TQChar</a> <a href="tqdate.html#operator-lt-eq">TQDate</a> <a href="tqdatetime.html#operator-lt-eq">TQDateTime</a> <a href="tqstring.html#operator-lt-eq">TQString</a> <a href="tqtime.html#operator-lt-eq">TQTime</a> <a href="qtranslatormessage.html#operator-lt-eq">TQTranslatorMessage</a><li>operator=: - <a href="tqasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="tqasciidict.html#operator-eq">TQAsciiDict</a> <a href="tqbitarray.html#operator-eq">TQBitArray</a> <a href="tqbitval.html#operator-eq">TQBitVal</a> <a href="tqbitmap.html#operator-eq">TQBitmap</a> <a href="ntqbrush.html#operator-eq">TQBrush</a> <a href="tqcstring.html#operator-eq">TQCString</a> <a href="tqcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="ntqcolor.html#operator-eq">TQColor</a> <a href="qcolorgroup.html#operator-eq">TQColorGroup</a> <a href="ntqcursor.html#operator-eq">TQCursor</a> <a href="tqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="tqdict.html#operator-eq">TQDict</a> <a href="tqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="tqfileinfo.html#operator-eq">TQFileInfo</a> <a href="ntqfont.html#operator-eq">TQFont</a> <a href="ntqfontinfo.html#operator-eq">TQFontInfo</a> <a href="ntqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="ntqglcolormap.html#operator-eq">TQGLColormap</a> <a href="ntqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq">TQHostAddress</a> <a href="tqhttpheader.html#operator-eq">TQHttpHeader</a> <a href="tqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="tqintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="tqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="ntqkeysequence.html#operator-eq">TQKeySequence</a> <a href="qlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="ntqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="tqmemarray.html#operator-eq">TQMemArray</a> <a href="ntqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="ntqpalette.html#operator-eq">TQPalette</a> <a href="ntqpen.html#operator-eq">TQPen</a> <a href="ntqpicture.html#operator-eq">TQPicture</a> <a href="ntqpixmap.html#operator-eq">TQPixmap</a> <a href="ntqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="tqregexp.html#operator-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="tqstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="qtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</a><li>operator==: - <a href="ntqbrush.html#operator-eq-eq">TQBrush</a> <a href="tqcstring.html#operator-eq-eq">TQCString</a> <a href="qchar.html#operator-eq-eq">TQChar</a> <a href="ntqcolor.html#operator-eq-eq">TQColor</a> <a href="qcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="tqdate.html#operator-eq-eq">TQDate</a> <a href="tqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="tqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="ntqfont.html#operator-eq-eq">TQFont</a> <a href="ntqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="ntqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="tqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="ntqpalette.html#operator-eq-eq">TQPalette</a> <a href="ntqpen.html#operator-eq-eq">TQPen</a> <a href="ntqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="ntqrect.html#operator-eq-eq">TQRect</a> <a href="tqregexp.html#operator-eq-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq-eq">TQRegion</a> <a href="tqsize.html#operator-eq-eq">TQSize</a> <a href="tqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="qtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="tqtime.html#operator-eq-eq">TQTime</a> <a href="qtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq-eq">TQVariant</a> <a href="ntqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: + <a href="tqasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="tqasciidict.html#operator-eq">TQAsciiDict</a> <a href="tqbitarray.html#operator-eq">TQBitArray</a> <a href="tqbitval.html#operator-eq">TQBitVal</a> <a href="tqbitmap.html#operator-eq">TQBitmap</a> <a href="tqbrush.html#operator-eq">TQBrush</a> <a href="tqcstring.html#operator-eq">TQCString</a> <a href="tqcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="tqcolor.html#operator-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq">TQColorGroup</a> <a href="ntqcursor.html#operator-eq">TQCursor</a> <a href="tqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="tqdict.html#operator-eq">TQDict</a> <a href="tqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="tqfileinfo.html#operator-eq">TQFileInfo</a> <a href="tqfont.html#operator-eq">TQFont</a> <a href="tqfontinfo.html#operator-eq">TQFontInfo</a> <a href="tqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="ntqglcolormap.html#operator-eq">TQGLColormap</a> <a href="ntqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq">TQHostAddress</a> <a href="tqhttpheader.html#operator-eq">TQHttpHeader</a> <a href="tqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="tqintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="tqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="ntqkeysequence.html#operator-eq">TQKeySequence</a> <a href="qlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="ntqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="tqmemarray.html#operator-eq">TQMemArray</a> <a href="tqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="ntqpalette.html#operator-eq">TQPalette</a> <a href="ntqpen.html#operator-eq">TQPen</a> <a href="ntqpicture.html#operator-eq">TQPicture</a> <a href="ntqpixmap.html#operator-eq">TQPixmap</a> <a href="ntqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="tqregexp.html#operator-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="tqstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="qtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</a><li>operator==: + <a href="tqbrush.html#operator-eq-eq">TQBrush</a> <a href="tqcstring.html#operator-eq-eq">TQCString</a> <a href="qchar.html#operator-eq-eq">TQChar</a> <a href="tqcolor.html#operator-eq-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="tqdate.html#operator-eq-eq">TQDate</a> <a href="tqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="tqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="tqfont.html#operator-eq-eq">TQFont</a> <a href="ntqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="ntqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="tqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="ntqpalette.html#operator-eq-eq">TQPalette</a> <a href="ntqpen.html#operator-eq-eq">TQPen</a> <a href="ntqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="ntqrect.html#operator-eq-eq">TQRect</a> <a href="tqregexp.html#operator-eq-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq-eq">TQRegion</a> <a href="tqsize.html#operator-eq-eq">TQSize</a> <a href="tqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="qtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="tqtime.html#operator-eq-eq">TQTime</a> <a href="qtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq-eq">TQVariant</a> <a href="ntqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: <a href="tqcstring.html#operator-gt">TQCString</a> <a href="qchar.html#operator-gt">TQChar</a> <a href="tqdate.html#operator-gt">TQDate</a> <a href="tqdatetime.html#operator-gt">TQDateTime</a> <a href="tqstring.html#operator-gt">TQString</a> <a href="tqtime.html#operator-gt">TQTime</a> <a href="qtranslatormessage.html#operator-gt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-gt">TQUuid</a><li>operator>=: <a href="tqcstring.html#operator-gt-eq">TQCString</a> <a href="qchar.html#operator-gt-eq">TQChar</a> <a href="tqdate.html#operator-gt-eq">TQDate</a> <a href="tqdatetime.html#operator-gt-eq">TQDateTime</a> <a href="tqstring.html#operator-gt-eq">TQString</a> <a href="tqtime.html#operator-gt-eq">TQTime</a> <a href="qtranslatormessage.html#operator-gt-eq">TQTranslatorMessage</a><li>operator>>: - <a href="tqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="ntqbrush.html#operator-gt-gt">TQBrush</a> <a href="tqcstring.html#operator-gt-gt">TQCString</a> <a href="ntqcolor.html#operator-gt-gt">TQColor</a> <a href="ntqcursor.html#operator-gt-gt">TQCursor</a> <a href="tqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="tqdate.html#operator-gt-gt">TQDate</a> <a href="tqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="ntqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="ntqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="ntqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="tqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="tqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="ntqpalette.html#operator-gt-gt">TQPalette</a> <a href="ntqpen.html#operator-gt-gt">TQPen</a> <a href="ntqpicture.html#operator-gt-gt">TQPicture</a> <a href="ntqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="ntqpoint.html#operator-gt-gt">TQPoint</a> <a href="ntqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="ntqrect.html#operator-gt-gt">TQRect</a> <a href="ntqregion.html#operator-gt-gt">TQRegion</a> <a href="tqsize.html#operator-gt-gt">TQSize</a> <a href="ntqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="tqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="tqtime.html#operator-gt-gt">TQTime</a> <a href="ntquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="ntqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: + <a href="tqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="tqbrush.html#operator-gt-gt">TQBrush</a> <a href="tqcstring.html#operator-gt-gt">TQCString</a> <a href="tqcolor.html#operator-gt-gt">TQColor</a> <a href="ntqcursor.html#operator-gt-gt">TQCursor</a> <a href="tqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="tqdate.html#operator-gt-gt">TQDate</a> <a href="tqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="ntqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="tqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="ntqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="tqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="tqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="ntqpalette.html#operator-gt-gt">TQPalette</a> <a href="ntqpen.html#operator-gt-gt">TQPen</a> <a href="ntqpicture.html#operator-gt-gt">TQPicture</a> <a href="ntqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="ntqpoint.html#operator-gt-gt">TQPoint</a> <a href="ntqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="ntqrect.html#operator-gt-gt">TQRect</a> <a href="ntqregion.html#operator-gt-gt">TQRegion</a> <a href="tqsize.html#operator-gt-gt">TQSize</a> <a href="ntqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="tqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="tqtime.html#operator-gt-gt">TQTime</a> <a href="ntquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="ntqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: <a href="tqasciicache.html#operator[]">TQAsciiCache</a> <a href="tqasciidict.html#operator[]">TQAsciiDict</a> <a href="tqbitarray.html#operator[]">TQBitArray</a> <a href="tqcache.html#operator[]">TQCache</a> <a href="tqdict.html#operator[]">TQDict</a> <a href="tqdir.html#operator[]">TQDir</a> <a href="tqintcache.html#operator[]">TQIntCache</a> <a href="tqintdict.html#operator[]">TQIntDict</a> <a href="ntqkeysequence.html#operator[]">TQKeySequence</a> <a href="tqmap.html#operator[]">TQMap</a> <a href="tqmemarray.html#operator[]">TQMemArray</a> <a href="tqptrdict.html#operator[]">TQPtrDict</a> <a href="tqptrvector.html#operator[]">TQPtrVector</a> <a href="tqstring.html#operator[]">TQString</a> <a href="tqvaluelist.html#operator[]">TQValueList</a> <a href="tqvaluevector.html#operator[]">TQValueVector</a><li>operator^: <a href="tqbitarray.html#operator^">TQBitArray</a> <a href="ntqregion.html#operator^">TQRegion</a><li>operator^=: <a href="tqbitarray.html#operator^-eq">TQBitArray</a> <a href="ntqregion.html#operator^-eq">TQRegion</a><li>operator|: @@ -1844,8 +1844,8 @@ object: <a href="ntqlcdnumber.html#overflow">TQLCDNumber</a><li>overlayContext: <a href="qglwidget.html#overlayContext">TQGLWidget</a><li>overlayTransparentColor: <a href="qglcontext.html#overlayTransparentColor">TQGLContext</a><li>overline: - <a href="ntqfont.html#overline">TQFont</a><li>overlinePos: - <a href="ntqfontmetrics.html#overlinePos">TQFontMetrics</a><li>overrideCursor: + <a href="tqfont.html#overline">TQFont</a><li>overlinePos: + <a href="tqfontmetrics.html#overlinePos">TQFontMetrics</a><li>overrideCursor: <a href="ntqapplication.html#overrideCursor">TQApplication</a><li>ownCursor: <a href="tqwidget.html#ownCursor">TQWidget</a><li>ownFont: <a href="tqwidget.html#ownFont">TQWidget</a><li>ownPalette: @@ -1878,7 +1878,7 @@ packImage: <a href="qglwidget.html#paintOverlayGL">TQGLWidget</a><li>paintSection: <a href="ntqheader.html#paintSection">TQHeader</a><li>paintSectionLabel: <a href="ntqheader.html#paintSectionLabel">TQHeader</a><li>paintingActive: - <a href="ntqpaintdevice.html#paintingActive">TQPaintDevice</a><li>palette: + <a href="tqpaintdevice.html#paintingActive">TQPaintDevice</a><li>palette: <a href="ntqapplication.html#palette">TQApplication</a> <a href="tqtooltip.html#palette">TQToolTip</a> <a href="tqwidget.html#palette">TQWidget</a><li>paletteBackgroundColor: <a href="tqwidget.html#paletteBackgroundColor">TQWidget</a><li>paletteBackgroundPixmap: <a href="tqwidget.html#paletteBackgroundPixmap">TQWidget</a><li>paletteChange: @@ -1902,21 +1902,21 @@ packImage: <a href="tqtextedit.html#pasteSubType">TQTextEdit</a><li>path: <a href="tqdir.html#path">TQDir</a> <a href="tqhttprequestheader.html#path">TQHttpRequestHeader</a> <a href="tqurl.html#path">TQUrl</a><li>pattern: <a href="tqregexp.html#pattern">TQRegExp</a><li>pause: - <a href="ntqmovie.html#pause">TQMovie</a><li>paused: - <a href="ntqmovie.html#paused">TQMovie</a><li>peerAddress: + <a href="tqmovie.html#pause">TQMovie</a><li>paused: + <a href="tqmovie.html#paused">TQMovie</a><li>peerAddress: <a href="tqsocket.html#peerAddress">TQSocket</a> <a href="tqsocketdevice.html#peerAddress">TQSocketDevice</a><li>peerName: <a href="tqsocket.html#peerName">TQSocket</a><li>peerPort: <a href="tqsocket.html#peerPort">TQSocket</a> <a href="tqsocketdevice.html#peerPort">TQSocketDevice</a><li>pen: - <a href="tqcanvaspolygonalitem.html#pen">TQCanvasPolygonalItem</a> <a href="ntqpainter.html#pen">TQPainter</a><li>percentageVisible: + <a href="tqcanvaspolygonalitem.html#pen">TQCanvasPolygonalItem</a> <a href="tqpainter.html#pen">TQPainter</a><li>percentageVisible: <a href="ntqprogressbar.html#percentageVisible">TQProgressBar</a><li>permission: <a href="tqfileinfo.html#permission">TQFileInfo</a><li>permissions: <a href="tqurlinfo.html#permissions">TQUrlInfo</a><li>picture: <a href="tqiconviewitem.html#picture">TQIconViewItem</a> <a href="ntqlabel.html#picture">TQLabel</a><li>pixel: - <a href="ntqcolor.html#pixel">TQColor</a> <a href="tqimage.html#pixel">TQImage</a><li>pixelIndex: + <a href="tqcolor.html#pixel">TQColor</a> <a href="tqimage.html#pixel">TQImage</a><li>pixelIndex: <a href="tqimage.html#pixelIndex">TQImage</a><li>pixelMetric: <a href="tqstyle.html#pixelMetric">TQStyle</a><li>pixelSize: - <a href="ntqfont.html#pixelSize">TQFont</a> <a href="ntqfontinfo.html#pixelSize">TQFontInfo</a><li>pixmap: - <a href="ntqbrush.html#pixmap">TQBrush</a> <a href="ntqbutton.html#pixmap">TQButton</a> <a href="ntqbutton.html#pixmap">TQCheckBox</a> <a href="tqclipboard.html#pixmap">TQClipboard</a> <a href="ntqcombobox.html#pixmap">TQComboBox</a> <a href="tqdragobject.html#pixmap">TQDragObject</a> <a href="tqfileiconprovider.html#pixmap">TQFileIconProvider</a> <a href="tqiconset.html#pixmap">TQIconSet</a> <a href="tqiconviewitem.html#pixmap">TQIconViewItem</a> <a href="ntqlabel.html#pixmap">TQLabel</a> <a href="ntqlistbox.html#pixmap">TQListBox</a> <a href="qlistboxitem.html#pixmap">TQListBoxItem</a> <a href="qlistboxpixmap.html#pixmap">TQListBoxPixmap</a> <a href="qlistviewitem.html#pixmap">TQListViewItem</a> <a href="tqmenudata.html#pixmap">TQMenuData</a> <a href="tqmenudata.html#pixmap">TQPopupMenu</a> <a href="ntqbutton.html#pixmap">TQPushButton</a> <a href="ntqbutton.html#pixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#pixmap">TQSplashScreen</a> <a href="ntqtable.html#pixmap">TQTable</a> <a href="qtableitem.html#pixmap">TQTableItem</a><li>pixmapHotSpot: + <a href="tqfont.html#pixelSize">TQFont</a> <a href="tqfontinfo.html#pixelSize">TQFontInfo</a><li>pixmap: + <a href="tqbrush.html#pixmap">TQBrush</a> <a href="ntqbutton.html#pixmap">TQButton</a> <a href="ntqbutton.html#pixmap">TQCheckBox</a> <a href="tqclipboard.html#pixmap">TQClipboard</a> <a href="ntqcombobox.html#pixmap">TQComboBox</a> <a href="tqdragobject.html#pixmap">TQDragObject</a> <a href="tqfileiconprovider.html#pixmap">TQFileIconProvider</a> <a href="tqiconset.html#pixmap">TQIconSet</a> <a href="tqiconviewitem.html#pixmap">TQIconViewItem</a> <a href="ntqlabel.html#pixmap">TQLabel</a> <a href="ntqlistbox.html#pixmap">TQListBox</a> <a href="qlistboxitem.html#pixmap">TQListBoxItem</a> <a href="qlistboxpixmap.html#pixmap">TQListBoxPixmap</a> <a href="qlistviewitem.html#pixmap">TQListViewItem</a> <a href="tqmenudata.html#pixmap">TQMenuData</a> <a href="tqmenudata.html#pixmap">TQPopupMenu</a> <a href="ntqbutton.html#pixmap">TQPushButton</a> <a href="ntqbutton.html#pixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#pixmap">TQSplashScreen</a> <a href="ntqtable.html#pixmap">TQTable</a> <a href="qtableitem.html#pixmap">TQTableItem</a><li>pixmapHotSpot: <a href="tqdragobject.html#pixmapHotSpot">TQDragObject</a><li>pixmapRect: <a href="tqiconviewitem.html#pixmapRect">TQIconViewItem</a><li>pixmapSizeChanged: <a href="tqmainwindow.html#pixmapSizeChanged">TQMainWindow</a><li>place: @@ -1926,9 +1926,9 @@ packImage: <a href="qglformat.html#plane">TQGLFormat</a><li>play: <a href="ntqpicture.html#play">TQPicture</a> <a href="ntqsound.html#play">TQSound</a><li>point: <a href="ntqpointarray.html#point">TQPointArray</a><li>pointSize: - <a href="ntqfont.html#pointSize">TQFont</a> <a href="ntqfontinfo.html#pointSize">TQFontInfo</a> <a href="tqtextedit.html#pointSize">TQTextEdit</a><li>pointSizeFloat: - <a href="ntqfont.html#pointSizeFloat">TQFont</a><li>pointSizes: - <a href="ntqfontdatabase.html#pointSizes">TQFontDatabase</a><li>points: + <a href="tqfont.html#pointSize">TQFont</a> <a href="tqfontinfo.html#pointSize">TQFontInfo</a> <a href="tqtextedit.html#pointSize">TQTextEdit</a><li>pointSizeFloat: + <a href="tqfont.html#pointSizeFloat">TQFont</a><li>pointSizes: + <a href="tqfontdatabase.html#pointSizes">TQFontDatabase</a><li>points: <a href="tqcanvaspolygon.html#points">TQCanvasPolygon</a><li>polish: <a href="ntqapplication.html#polish">TQApplication</a> <a href="tqstyle.html#polish">TQStyle</a> <a href="tqwidget.html#polish">TQWidget</a><li>polishPopupMenu: <a href="tqstyle.html#polishPopupMenu">TQStyle</a><li>pop: @@ -1987,8 +1987,8 @@ packImage: <a href="tqdomdocumenttype.html#publicId">TQDomDocumentType</a> <a href="tqdomentity.html#publicId">TQDomEntity</a> <a href="tqdomnotation.html#publicId">TQDomNotation</a> <a href="tqxmlparseexception.html#publicId">TQXmlParseException</a><li>push: <a href="tqptrstack.html#push">TQPtrStack</a> <a href="tqvaluestack.html#push">TQValueStack</a><li>pushContext: <a href="tqxmlnamespacesupport.html#pushContext">TQXmlNamespaceSupport</a><li>pushData: - <a href="ntqmovie.html#pushData">TQMovie</a><li>pushSpace: - <a href="ntqmovie.html#pushSpace">TQMovie</a><li>push_back: + <a href="tqmovie.html#pushData">TQMovie</a><li>pushSpace: + <a href="tqmovie.html#pushSpace">TQMovie</a><li>push_back: <a href="tqvaluelist.html#push_back">TQValueList</a> <a href="tqvaluevector.html#push_back">TQValueVector</a><li>push_front: <a href="tqvaluelist.html#push_front">TQValueList</a><li>put: <a href="tqftp.html#put">TQFtp</a> <a href="tqurloperator.html#put">TQUrlOperator</a><li>putPoints: @@ -1996,27 +1996,27 @@ packImage: <a href="tqfile.html#putch">TQFile</a> <a href="tqiodevice.html#putch">TQIODevice</a> <a href="tqsocket.html#putch">TQSocket</a><li><a name="q"></a> tqAddPostRoutine: <a href="ntqapplication.html#qAddPostRoutine">TQApplication</a><li>tqAlpha: - <a href="ntqcolor.html#qAlpha">TQColor</a><li>tqBlue: - <a href="ntqcolor.html#qBlue">TQColor</a><li>tqChecksum: + <a href="tqcolor.html#qAlpha">TQColor</a><li>tqBlue: + <a href="tqcolor.html#qBlue">TQColor</a><li>tqChecksum: <a href="tqmemarray.html#qChecksum">TQMemArray</a><li>tqCompress: <a href="tqbytearray.html#qCompress">TQByteArray</a><li>tqDebug: <a href="ntqapplication.html#qDebug">TQApplication</a><li>qDrawPlainRect: - <a href="ntqpainter.html#qDrawPlainRect">TQPainter</a><li>qDrawShadeLine: - <a href="ntqpainter.html#qDrawShadeLine">TQPainter</a><li>qDrawShadePanel: - <a href="ntqpainter.html#qDrawShadePanel">TQPainter</a><li>qDrawShadeRect: - <a href="ntqpainter.html#qDrawShadeRect">TQPainter</a><li>qDrawWinButton: - <a href="ntqpainter.html#qDrawWinButton">TQPainter</a><li>qDrawWinPanel: - <a href="ntqpainter.html#qDrawWinPanel">TQPainter</a><li>tqFatal: + <a href="tqpainter.html#qDrawPlainRect">TQPainter</a><li>qDrawShadeLine: + <a href="tqpainter.html#qDrawShadeLine">TQPainter</a><li>qDrawShadePanel: + <a href="tqpainter.html#qDrawShadePanel">TQPainter</a><li>qDrawShadeRect: + <a href="tqpainter.html#qDrawShadeRect">TQPainter</a><li>qDrawWinButton: + <a href="tqpainter.html#qDrawWinButton">TQPainter</a><li>qDrawWinPanel: + <a href="tqpainter.html#qDrawWinPanel">TQPainter</a><li>tqFatal: <a href="ntqapplication.html#qFatal">TQApplication</a><li>tqGray: - <a href="ntqcolor.html#qGray">TQColor</a><li>tqGreen: - <a href="ntqcolor.html#qGreen">TQColor</a><li>tqInitNetworkProtocols: + <a href="tqcolor.html#qGray">TQColor</a><li>tqGreen: + <a href="tqcolor.html#qGreen">TQColor</a><li>tqInitNetworkProtocols: <a href="tqurloperator.html#qInitNetworkProtocols">TQUrlOperator</a><li>qInstallMsgHandler: <a href="ntqapplication.html#qInstallMsgHandler">TQApplication</a><li>qMakePair: <a href="tqpair.html#qMakePair">TQPair</a><li>qName: <a href="tqxmlattributes.html#qName">TQXmlAttributes</a><li>tqRed: - <a href="ntqcolor.html#qRed">TQColor</a><li>tqRgb: - <a href="ntqcolor.html#qRgb">TQColor</a><li>tqRgba: - <a href="ntqcolor.html#qRgba">TQColor</a><li>tqSysInfo: + <a href="tqcolor.html#qRed">TQColor</a><li>tqRgb: + <a href="tqcolor.html#qRgb">TQColor</a><li>tqRgba: + <a href="tqcolor.html#qRgba">TQColor</a><li>tqSysInfo: <a href="ntqapplication.html#qSysInfo">TQApplication</a><li>tqSystemWarning: <a href="ntqapplication.html#qSystemWarning">TQApplication</a><li>tqUncompress: <a href="tqbytearray.html#qUncompress">TQByteArray</a><li>tqVersion: @@ -2054,12 +2054,12 @@ rBottom: <a href="tqwidget.html#raise">TQWidget</a><li>raiseWidget: <a href="tqwidgetstack.html#raiseWidget">TQWidgetStack</a><li>rangeChange: <a href="ntqdial.html#rangeChange">TQDial</a> <a href="ntqrangecontrol.html#rangeChange">TQRangeControl</a> <a href="ntqslider.html#rangeChange">TQSlider</a> <a href="ntqspinbox.html#rangeChange">TQSpinBox</a><li>rasterOp: - <a href="ntqpainter.html#rasterOp">TQPainter</a><li>rawArg: + <a href="tqpainter.html#rasterOp">TQPainter</a><li>rawArg: <a href="tqnetworkoperation.html#rawArg">TQNetworkOperation</a><li>rawCommand: <a href="tqftp.html#rawCommand">TQFtp</a><li>rawCommandReply: <a href="tqftp.html#rawCommandReply">TQFtp</a><li>rawMode: - <a href="ntqfont.html#rawMode">TQFont</a> <a href="ntqfontinfo.html#rawMode">TQFontInfo</a><li>rawName: - <a href="ntqfont.html#rawName">TQFont</a><li>read: + <a href="tqfont.html#rawMode">TQFont</a> <a href="tqfontinfo.html#rawMode">TQFontInfo</a><li>rawName: + <a href="tqfont.html#rawName">TQFont</a><li>read: <a href="tqasciidict.html#read">TQAsciiDict</a> <a href="tqdict.html#read">TQDict</a> <a href="tqimageio.html#read">TQImageIO</a> <a href="tqintdict.html#read">TQIntDict</a> <a href="tqptrdict.html#read">TQPtrDict</a> <a href="tqptrlist.html#read">TQPtrList</a> <a href="tqptrqueue.html#read">TQPtrQueue</a> <a href="tqptrstack.html#read">TQPtrStack</a> <a href="tqptrvector.html#read">TQPtrVector</a> <a href="tqtextstream.html#read">TQTextStream</a><li>readAll: <a href="tqiodevice.html#readAll">TQFile</a> <a href="tqftp.html#readAll">TQFtp</a> <a href="tqhttp.html#readAll">TQHttp</a> <a href="tqiodevice.html#readAll">TQIODevice</a><li>readBlock: <a href="tqftp.html#readBlock">TQFtp</a> <a href="tqhttp.html#readBlock">TQHttp</a> <a href="tqiodevice.html#readBlock">TQIODevice</a> <a href="tqsocket.html#readBlock">TQSocket</a> <a href="tqsocketdevice.html#readBlock">TQSocketDevice</a><li>readBoolEntry: @@ -2093,17 +2093,17 @@ rBottom: <a href="tqdataview.html#record">TQDataView</a> <a href="tqsqldatabase.html#record">TQSqlDatabase</a> <a href="tqsqldriver.html#record">TQSqlDriver</a><li>recordInfo: <a href="tqsqldatabase.html#recordInfo">TQSqlDatabase</a> <a href="tqsqldriver.html#recordInfo">TQSqlDriver</a><li>recordType: <a href="tqdns.html#recordType">TQDns</a><li>rect: - <a href="qaccessibleinterface.html#rect">TQAccessibleInterface</a> <a href="tqcanvas.html#rect">TQCanvas</a> <a href="tqcanvasrectangle.html#rect">TQCanvasRectangle</a> <a href="tqiconviewitem.html#rect">TQIconViewItem</a> <a href="tqimage.html#rect">TQImage</a> <a href="qpaintevent.html#rect">TQPaintEvent</a> <a href="ntqpixmap.html#rect">TQPixmap</a> <a href="ntqrect.html#rect">TQRect</a> <a href="tqstyleoption.html#rect">TQStyleOption</a> <a href="qtab.html#rect">TQTab</a> <a href="tqwidget.html#rect">TQWidget</a><li>rects: + <a href="qaccessibleinterface.html#rect">TQAccessibleInterface</a> <a href="tqcanvas.html#rect">TQCanvas</a> <a href="tqcanvasrectangle.html#rect">TQCanvasRectangle</a> <a href="tqiconviewitem.html#rect">TQIconViewItem</a> <a href="tqimage.html#rect">TQImage</a> <a href="tqpaintevent.html#rect">TQPaintEvent</a> <a href="ntqpixmap.html#rect">TQPixmap</a> <a href="ntqrect.html#rect">TQRect</a> <a href="tqstyleoption.html#rect">TQStyleOption</a> <a href="qtab.html#rect">TQTab</a> <a href="tqwidget.html#rect">TQWidget</a><li>rects: <a href="ntqregion.html#rects">TQRegion</a><li>red: - <a href="ntqcolor.html#red">TQColor</a><li>redirect: - <a href="ntqpainter.html#redirect">TQPainter</a><li>redo: + <a href="tqcolor.html#red">TQColor</a><li>redirect: + <a href="tqpainter.html#redirect">TQPainter</a><li>redo: <a href="ntqlineedit.html#redo">TQLineEdit</a> <a href="tqtextedit.html#redo">TQTextEdit</a><li>redoAvailable: <a href="tqtextedit.html#redoAvailable">TQTextEdit</a><li>ref: <a href="tqstring.html#ref">TQString</a> <a href="tqurl.html#ref">TQUrl</a><li>reformat: <a href="tqstatusbar.html#reformat">TQStatusBar</a><li>refresh: <a href="tqdatabrowser.html#refresh">TQDataBrowser</a> <a href="tqdatatable.html#refresh">TQDataTable</a> <a href="tqdataview.html#refresh">TQDataView</a> <a href="tqdir.html#refresh">TQDir</a> <a href="tqfileinfo.html#refresh">TQFileInfo</a> <a href="ntqsplitter.html#refresh">TQSplitter</a><li>regExp: <a href="tqregexpvalidator.html#regExp">TQRegExpValidator</a><li>region: - <a href="qpaintevent.html#region">TQPaintEvent</a><li>registerDecoderFactory: + <a href="tqpaintevent.html#region">TQPaintEvent</a><li>registerDecoderFactory: <a href="tqimagedecoder.html#registerDecoderFactory">TQImageDecoder</a><li>registerNetworkProtocol: <a href="tqnetworkprotocol.html#registerNetworkProtocol">TQNetworkProtocol</a><li>registerSocketNotifier: <a href="ntqeventloop.html#registerSocketNotifier">TQEventLoop</a><li>registerSqlDriver: @@ -2150,7 +2150,7 @@ rBottom: <a href="tqsettings.html#removeSearchPath">TQSettings</a><li>removeSelectedText: <a href="tqtextedit.html#removeSelectedText">TQTextEdit</a><li>removeSelection: <a href="ntqtable.html#removeSelection">TQTable</a> <a href="tqtextedit.html#removeSelection">TQTextEdit</a><li>removeSubstitution: - <a href="ntqfont.html#removeSubstitution">TQFont</a><li>removeTab: + <a href="tqfont.html#removeSubstitution">TQFont</a><li>removeTab: <a href="ntqtabbar.html#removeTab">TQTabBar</a><li>removeTabToolTip: <a href="ntqtabwidget.html#removeTabToolTip">TQTabWidget</a><li>removeTip: <a href="tqtooltipgroup.html#removeTip">TQToolTipGroup</a><li>removeToolTip: @@ -2189,7 +2189,7 @@ rBottom: <a href="tqmemarray.html#resetRawData">TQMemArray</a><li>resetReason: <a href="qfocusevent.html#resetReason">TQFocusEvent</a><li>resetStatus: <a href="tqiodevice.html#resetStatus">TQIODevice</a><li>resetXForm: - <a href="ntqpainter.html#resetXForm">TQPainter</a><li>resize: + <a href="tqpainter.html#resetXForm">TQPainter</a><li>resize: <a href="tqasciidict.html#resize">TQAsciiDict</a> <a href="tqbitarray.html#resize">TQBitArray</a> <a href="tqcstring.html#resize">TQCString</a> <a href="tqcanvas.html#resize">TQCanvas</a> <a href="tqdict.html#resize">TQDict</a> <a href="tqintdict.html#resize">TQIntDict</a> <a href="tqmemarray.html#resize">TQMemArray</a> <a href="ntqpixmap.html#resize">TQPixmap</a> <a href="tqptrdict.html#resize">TQPtrDict</a> <a href="tqptrvector.html#resize">TQPtrVector</a> <a href="tqvaluevector.html#resize">TQValueVector</a> <a href="tqwidget.html#resize">TQWidget</a><li>resizeContents: <a href="ntqscrollview.html#resizeContents">TQScrollView</a><li>resizeData: <a href="ntqtable.html#resizeData">TQTable</a><li>resizeEvent: @@ -2201,14 +2201,14 @@ rBottom: <a href="ntqheader.html#resizeSection">TQHeader</a><li>resized: <a href="tqcanvas.html#resized">TQCanvas</a> <a href="ntqdesktopwidget.html#resized">TQDesktopWidget</a><li>resolution: <a href="ntqprinter.html#resolution">TQPrinter</a><li>resolve: - <a href="ntqfont.html#resolve">TQFont</a> <a href="ntqlibrary.html#resolve">TQLibrary</a><li>resolveEntity: + <a href="tqfont.html#resolve">TQFont</a> <a href="ntqlibrary.html#resolve">TQLibrary</a><li>resolveEntity: <a href="tqxmlentityresolver.html#resolveEntity">TQXmlEntityResolver</a><li>resortDir: <a href="tqfiledialog.html#resortDir">TQFileDialog</a><li>responseHeaderReceived: <a href="tqhttp.html#responseHeaderReceived">TQHttp</a><li>restart: - <a href="ntqmovie.html#restart">TQMovie</a> <a href="tqtime.html#restart">TQTime</a><li>restartCommand: + <a href="tqmovie.html#restart">TQMovie</a> <a href="tqtime.html#restart">TQTime</a><li>restartCommand: <a href="tqsessionmanager.html#restartCommand">TQSessionManager</a><li>restartHint: <a href="tqsessionmanager.html#restartHint">TQSessionManager</a><li>restore: - <a href="ntqpainter.html#restore">TQPainter</a><li>restoreOverrideCursor: + <a href="tqpainter.html#restore">TQPainter</a><li>restoreOverrideCursor: <a href="ntqapplication.html#restoreOverrideCursor">TQApplication</a><li>result: <a href="ntqdialog.html#result">TQDialog</a> <a href="tqsqlquery.html#result">TQSqlQuery</a><li>resultsReady: <a href="tqdns.html#resultsReady">TQDns</a><li>retune: @@ -2217,11 +2217,11 @@ rBottom: <a href="ntqapplication.html#reverseLayout">TQApplication</a><li>rewind: <a href="tqdatasource.html#rewind">TQDataSource</a> <a href="tqiodevicesource.html#rewind">TQIODeviceSource</a><li>rewindable: <a href="tqdatasource.html#rewindable">TQDataSource</a> <a href="tqiodevicesource.html#rewindable">TQIODeviceSource</a><li>rgb: - <a href="ntqcolor.html#rgb">TQColor</a><li>rgba: + <a href="tqcolor.html#rgb">TQColor</a><li>rgba: <a href="qglformat.html#rgba">TQGLFormat</a><li>rheight: <a href="tqsize.html#rheight">TQSize</a><li>right: <a href="tqcstring.html#right">TQCString</a> <a href="ntqrect.html#right">TQRect</a> <a href="tqstring.html#right">TQString</a><li>rightBearing: - <a href="ntqfontmetrics.html#rightBearing">TQFontMetrics</a><li>rightButtonClicked: + <a href="tqfontmetrics.html#rightBearing">TQFontMetrics</a><li>rightButtonClicked: <a href="tqiconview.html#rightButtonClicked">TQIconView</a> <a href="ntqlistbox.html#rightButtonClicked">TQListBox</a> <a href="ntqlistview.html#rightButtonClicked">TQListView</a><li>rightButtonPressed: <a href="tqiconview.html#rightButtonPressed">TQIconView</a> <a href="ntqlistbox.html#rightButtonPressed">TQListBox</a> <a href="ntqlistview.html#rightButtonPressed">TQListView</a><li>rightCol: <a href="qtableselection.html#rightCol">TQTableSelection</a><li>rightDock: @@ -2236,7 +2236,7 @@ rBottom: <a href="tqdir.html#root">TQDir</a><li>rootDirPath: <a href="tqdir.html#rootDirPath">TQDir</a><li>rootIsDecorated: <a href="ntqlistview.html#rootIsDecorated">TQListView</a><li>rotate: - <a href="ntqpainter.html#rotate">TQPainter</a> <a href="ntqwmatrix.html#rotate">TQWMatrix</a><li>row: + <a href="tqpainter.html#rotate">TQPainter</a> <a href="ntqwmatrix.html#rotate">TQWMatrix</a><li>row: <a href="qchar.html#row">TQChar</a> <a href="qtableitem.html#row">TQTableItem</a><li>rowAt: <a href="ntqgridview.html#rowAt">TQGridView</a> <a href="ntqtable.html#rowAt">TQTable</a><li>rowHeight: <a href="ntqtable.html#rowHeight">TQTable</a><li>rowHeightChanged: @@ -2250,15 +2250,15 @@ rBottom: <a href="qgridlayout.html#rowStretch">TQGridLayout</a><li>rtti: <a href="tqcanvasellipse.html#rtti">TQCanvasEllipse</a> <a href="tqcanvasitem.html#rtti">TQCanvasItem</a> <a href="tqcanvasline.html#rtti">TQCanvasLine</a> <a href="tqcanvaspolygon.html#rtti">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#rtti">TQCanvasPolygonalItem</a> <a href="tqcanvasrectangle.html#rtti">TQCanvasRectangle</a> <a href="tqcanvasspline.html#rtti">TQCanvasSpline</a> <a href="tqcanvassprite.html#rtti">TQCanvasSprite</a> <a href="tqcanvastext.html#rtti">TQCanvasText</a> <a href="qchecklistitem.html#rtti">TQCheckListItem</a> <a href="qchecktableitem.html#rtti">TQCheckTableItem</a> <a href="qcombotableitem.html#rtti">TQComboTableItem</a> <a href="tqiconviewitem.html#rtti">TQIconViewItem</a> <a href="qlistboxitem.html#rtti">TQListBoxItem</a> <a href="qlistviewitem.html#rtti">TQListViewItem</a> <a href="qtableitem.html#rtti">TQTableItem</a><li>run: <a href="tqthread.html#run">TQThread</a><li>running: - <a href="ntqmovie.html#running">TQMovie</a> <a href="tqthread.html#running">TQThread</a><li>rwidth: + <a href="tqmovie.html#running">TQMovie</a> <a href="tqthread.html#running">TQThread</a><li>rwidth: <a href="tqsize.html#rwidth">TQSize</a><li>rx: <a href="ntqpoint.html#rx">TQPoint</a><li>ry: <a href="ntqpoint.html#ry">TQPoint</a><li><a name="s"></a> sRect: <a href="ntqheader.html#sRect">TQHeader</a><li>save: - <a href="tqdomnode.html#save">TQDomNode</a> <a href="tqimage.html#save">TQImage</a> <a href="ntqpainter.html#save">TQPainter</a> <a href="ntqpicture.html#save">TQPicture</a> <a href="ntqpixmap.html#save">TQPixmap</a> <a href="ntqtranslator.html#save">TQTranslator</a><li>saveState: + <a href="tqdomnode.html#save">TQDomNode</a> <a href="tqimage.html#save">TQImage</a> <a href="tqpainter.html#save">TQPainter</a> <a href="ntqpicture.html#save">TQPicture</a> <a href="ntqpixmap.html#save">TQPixmap</a> <a href="ntqtranslator.html#save">TQTranslator</a><li>saveState: <a href="ntqapplication.html#saveState">TQApplication</a><li>scale: - <a href="tqimage.html#scale">TQImage</a> <a href="ntqpainter.html#scale">TQPainter</a> <a href="tqsize.html#scale">TQSize</a> <a href="ntqwmatrix.html#scale">TQWMatrix</a><li>scaleFont: + <a href="tqimage.html#scale">TQImage</a> <a href="tqpainter.html#scale">TQPainter</a> <a href="tqsize.html#scale">TQSize</a> <a href="ntqwmatrix.html#scale">TQWMatrix</a><li>scaleFont: <a href="tqstylesheet.html#scaleFont">TQStyleSheet</a><li>scaleHeight: <a href="tqimage.html#scaleHeight">TQImage</a><li>scaleWidth: <a href="tqimage.html#scaleWidth">TQImage</a><li>scanLine: @@ -2266,7 +2266,7 @@ sRect: <a href="ntqdesktopwidget.html#screen">TQDesktopWidget</a><li>screenGeometry: <a href="ntqdesktopwidget.html#screenGeometry">TQDesktopWidget</a><li>screenNumber: <a href="ntqdesktopwidget.html#screenNumber">TQDesktopWidget</a><li>scriptSample: - <a href="ntqfontdatabase.html#scriptSample">TQFontDatabase</a><li>scriptable: + <a href="tqfontdatabase.html#scriptSample">TQFontDatabase</a><li>scriptable: <a href="qmetaproperty.html#scriptable">TQMetaProperty</a><li>scroll: <a href="tqwidget.html#scroll">TQWidget</a><li>scrollBarsEnabled: <a href="tqworkspace.html#scrollBarsEnabled">TQWorkspace</a><li>scrollBy: @@ -2362,8 +2362,8 @@ sRect: <a href="ntqprogressdialog.html#setAutoReset">TQProgressDialog</a><li>setAutoUnload: <a href="ntqlibrary.html#setAutoUnload">TQLibrary</a><li>setBackEnabled: <a href="ntqwizard.html#setBackEnabled">TQWizard</a><li>setBackgroundColor: - <a href="tqcanvas.html#setBackgroundColor">TQCanvas</a> <a href="ntqmovie.html#setBackgroundColor">TQMovie</a> <a href="ntqpainter.html#setBackgroundColor">TQPainter</a><li>setBackgroundMode: - <a href="ntqpainter.html#setBackgroundMode">TQPainter</a> <a href="tqwidget.html#setBackgroundMode">TQWidget</a><li>setBackgroundOrigin: + <a href="tqcanvas.html#setBackgroundColor">TQCanvas</a> <a href="tqmovie.html#setBackgroundColor">TQMovie</a> <a href="tqpainter.html#setBackgroundColor">TQPainter</a><li>setBackgroundMode: + <a href="tqpainter.html#setBackgroundMode">TQPainter</a> <a href="tqwidget.html#setBackgroundMode">TQWidget</a><li>setBackgroundOrigin: <a href="tqwidget.html#setBackgroundOrigin">TQWidget</a><li>setBackgroundPixmap: <a href="tqcanvas.html#setBackgroundPixmap">TQCanvas</a><li>setBar: <a href="ntqprogressdialog.html#setBar">TQProgressDialog</a><li>setBaseSize: @@ -2371,15 +2371,15 @@ sRect: <a href="ntqlcdnumber.html#setBinMode">TQLCDNumber</a><li>setBit: <a href="tqbitarray.html#setBit">TQBitArray</a><li>setBlocking: <a href="tqsocketdevice.html#setBlocking">TQSocketDevice</a><li>setBold: - <a href="ntqfont.html#setBold">TQFont</a> <a href="tqtextedit.html#setBold">TQTextEdit</a><li>setBottom: + <a href="tqfont.html#setBold">TQFont</a> <a href="tqtextedit.html#setBold">TQTextEdit</a><li>setBottom: <a href="qdoublevalidator.html#setBottom">TQDoubleValidator</a> <a href="qintvalidator.html#setBottom">TQIntValidator</a> <a href="ntqrect.html#setBottom">TQRect</a><li>setBottomItem: <a href="ntqlistbox.html#setBottomItem">TQListBox</a><li>setBottomLeft: <a href="ntqrect.html#setBottomLeft">TQRect</a><li>setBottomRight: <a href="ntqrect.html#setBottomRight">TQRect</a><li>setBoundaryChecking: <a href="tqdatabrowser.html#setBoundaryChecking">TQDataBrowser</a><li>setBoundingRect: <a href="ntqpicture.html#setBoundingRect">TQPicture</a><li>setBrush: - <a href="tqcanvaspolygonalitem.html#setBrush">TQCanvasPolygonalItem</a> <a href="qcolorgroup.html#setBrush">TQColorGroup</a> <a href="ntqpainter.html#setBrush">TQPainter</a> <a href="ntqpalette.html#setBrush">TQPalette</a><li>setBrushOrigin: - <a href="ntqpainter.html#setBrushOrigin">TQPainter</a><li>setBuddy: + <a href="tqcanvaspolygonalitem.html#setBrush">TQCanvasPolygonalItem</a> <a href="tqcolorgroup.html#setBrush">TQColorGroup</a> <a href="tqpainter.html#setBrush">TQPainter</a> <a href="ntqpalette.html#setBrush">TQPalette</a><li>setBrushOrigin: + <a href="tqpainter.html#setBrushOrigin">TQPainter</a><li>setBuddy: <a href="ntqlabel.html#setBuddy">TQLabel</a><li>setBuffer: <a href="tqbuffer.html#setBuffer">TQBuffer</a><li>setButton: <a href="ntqbuttongroup.html#setButton">TQButtonGroup</a><li>setButtonSymbols: @@ -2407,9 +2407,9 @@ sRect: <a href="tqwidgetstack.html#setChildGeometries">TQWidgetStack</a><li>setChildrenCollapsible: <a href="ntqsplitter.html#setChildrenCollapsible">TQSplitter</a><li>setClickEnabled: <a href="ntqheader.html#setClickEnabled">TQHeader</a><li>setClipRect: - <a href="ntqpainter.html#setClipRect">TQPainter</a><li>setClipRegion: - <a href="ntqpainter.html#setClipRegion">TQPainter</a><li>setClipping: - <a href="ntqpainter.html#setClipping">TQPainter</a><li>setCloseMode: + <a href="tqpainter.html#setClipRect">TQPainter</a><li>setClipRegion: + <a href="tqpainter.html#setClipRegion">TQPainter</a><li>setClipping: + <a href="tqpainter.html#setClipping">TQPainter</a><li>setCloseMode: <a href="ntqdockwindow.html#setCloseMode">TQDockWindow</a><li>setCodec: <a href="tqtextstream.html#setCodec">TQTextStream</a><li>setCodecForCStrings: <a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec</a><li>setCodecForLocale: @@ -2419,7 +2419,7 @@ sRect: <a href="qgridlayout.html#setColSpacing">TQGridLayout</a><li>setColStretch: <a href="qgridlayout.html#setColStretch">TQGridLayout</a><li>setCollapsible: <a href="ntqsplitter.html#setCollapsible">TQSplitter</a><li>setColor: - <a href="ntqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="tqcolordrag.html#setColor">TQColorDrag</a> <a href="qcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="ntqpalette.html#setColor">TQPalette</a> <a href="ntqpen.html#setColor">TQPen</a> <a href="tqstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="tqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: + <a href="tqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="tqcolordrag.html#setColor">TQColorDrag</a> <a href="tqcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="ntqpalette.html#setColor">TQPalette</a> <a href="ntqpen.html#setColor">TQPen</a> <a href="tqstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="tqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: <a href="ntqprinter.html#setColorMode">TQPrinter</a><li>setColorSpec: <a href="ntqapplication.html#setColorSpec">TQApplication</a><li>setColormap: <a href="qglwidget.html#setColormap">TQGLWidget</a><li>setColumn: @@ -2467,7 +2467,7 @@ sRect: <a href="ntqapplication.html#setCursorFlashTime">TQApplication</a><li>setCursorName: <a href="tqsqlindex.html#setCursorName">TQSqlIndex</a><li>setCursorPosition: <a href="ntqlineedit.html#setCursorPosition">TQLineEdit</a> <a href="ntqmultilineedit.html#setCursorPosition">TQMultiLineEdit</a> <a href="tqtextedit.html#setCursorPosition">TQTextEdit</a><li>setCustomColor: - <a href="ntqcolordialog.html#setCustomColor">TQColorDialog</a><li>setCustomHighlighting: + <a href="tqcolordialog.html#setCustomColor">TQColorDialog</a><li>setCustomHighlighting: <a href="qlistboxitem.html#setCustomHighlighting">TQListBoxItem</a><li>setDTDHandler: <a href="tqxmlreader.html#setDTDHandler">TQXmlReader</a><li>setData: <a href="tqclipboard.html#setData">TQClipboard</a> <a href="qcustomevent.html#setData">TQCustomEvent</a> <a href="tqdomcharacterdata.html#setData">TQDomCharacterData</a> <a href="tqdomprocessinginstruction.html#setData">TQDomProcessingInstruction</a> <a href="tqicondragitem.html#setData">TQIconDragItem</a> <a href="tqmimesourcefactory.html#setData">TQMimeSourceFactory</a> <a href="ntqpicture.html#setData">TQPicture</a> <a href="tqxmlinputsource.html#setData">TQXmlInputSource</a><li>setDatabaseName: @@ -2546,7 +2546,7 @@ sRect: <a href="ntqdialog.html#setExtension">TQDialog</a><li>setExtensionType: <a href="tqmimesourcefactory.html#setExtensionType">TQMimeSourceFactory</a><li>setFalseText: <a href="tqdatatable.html#setFalseText">TQDataTable</a><li>setFamily: - <a href="ntqfont.html#setFamily">TQFont</a> <a href="tqtextedit.html#setFamily">TQTextEdit</a><li>setFeature: + <a href="tqfont.html#setFamily">TQFont</a> <a href="tqtextedit.html#setFamily">TQTextEdit</a><li>setFeature: <a href="tqxmlreader.html#setFeature">TQXmlReader</a> <a href="tqxmlsimplereader.html#setFeature">TQXmlSimpleReader</a><li>setFile: <a href="tqfileinfo.html#setFile">TQFileInfo</a> <a href="tqurlinfo.html#setFile">TQUrlInfo</a><li>setFileName: <a href="tqimageio.html#setFileName">TQImageIO</a> <a href="tqurl.html#setFileName">TQUrl</a><li>setFileNames: @@ -2558,7 +2558,7 @@ sRect: <a href="ntqdockwindow.html#setFixedExtentHeight">TQDockWindow</a><li>setFixedExtentWidth: <a href="ntqdockwindow.html#setFixedExtentWidth">TQDockWindow</a><li>setFixedHeight: <a href="tqwidget.html#setFixedHeight">TQWidget</a><li>setFixedPitch: - <a href="ntqfont.html#setFixedPitch">TQFont</a><li>setFixedSize: + <a href="tqfont.html#setFixedPitch">TQFont</a><li>setFixedSize: <a href="tqwidget.html#setFixedSize">TQWidget</a><li>setFixedWidth: <a href="tqwidget.html#setFixedWidth">TQWidget</a><li>setFlags: <a href="tqiodevice.html#setFlags">TQIODevice</a><li>setFlat: @@ -2568,7 +2568,7 @@ sRect: <a href="tqwidget.html#setFocusProxy">TQWidget</a><li>setFocusRectPolicy: <a href="qmacstyle.html#setFocusRectPolicy">TQMacStyle</a><li>setFocusStyle: <a href="ntqtable.html#setFocusStyle">TQTable</a><li>setFont: - <a href="ntqapplication.html#setFont">TQApplication</a> <a href="tqcanvastext.html#setFont">TQCanvasText</a> <a href="ntqcombobox.html#setFont">TQComboBox</a> <a href="qcustommenuitem.html#setFont">TQCustomMenuItem</a> <a href="ntqlabel.html#setFont">TQLabel</a> <a href="ntqpainter.html#setFont">TQPainter</a> <a href="ntqtabdialog.html#setFont">TQTabDialog</a> <a href="tqtooltip.html#setFont">TQToolTip</a> <a href="ntqwhatsthis.html#setFont">TQWhatsThis</a> <a href="tqwidget.html#setFont">TQWidget</a><li>setFontFamily: + <a href="ntqapplication.html#setFont">TQApplication</a> <a href="tqcanvastext.html#setFont">TQCanvasText</a> <a href="ntqcombobox.html#setFont">TQComboBox</a> <a href="qcustommenuitem.html#setFont">TQCustomMenuItem</a> <a href="ntqlabel.html#setFont">TQLabel</a> <a href="tqpainter.html#setFont">TQPainter</a> <a href="ntqtabdialog.html#setFont">TQTabDialog</a> <a href="tqtooltip.html#setFont">TQToolTip</a> <a href="ntqwhatsthis.html#setFont">TQWhatsThis</a> <a href="tqwidget.html#setFont">TQWidget</a><li>setFontFamily: <a href="tqstylesheetitem.html#setFontFamily">TQStyleSheetItem</a><li>setFontItalic: <a href="tqstylesheetitem.html#setFontItalic">TQStyleSheetItem</a><li>setFontSize: <a href="tqstylesheetitem.html#setFontSize">TQStyleSheetItem</a><li>setFontStrikeOut: @@ -2612,7 +2612,7 @@ sRect: <a href="tqhttp.html#setHost">TQHttp</a> <a href="tqurl.html#setHost">TQUrl</a><li>setHostName: <a href="tqsqldatabase.html#setHostName">TQSqlDatabase</a><li>setHour: <a href="tqtimeedit.html#setHour">TQTimeEdit</a><li>setHsv: - <a href="ntqcolor.html#setHsv">TQColor</a><li>setIODevice: + <a href="tqcolor.html#setHsv">TQColor</a><li>setIODevice: <a href="tqimageio.html#setIODevice">TQImageIO</a><li>setIcon: <a href="ntqmessagebox.html#setIcon">TQMessageBox</a> <a href="tqwidget.html#setIcon">TQWidget</a><li>setIconPixmap: <a href="ntqmessagebox.html#setIconPixmap">TQMessageBox</a><li>setIconProvider: @@ -2635,7 +2635,7 @@ sRect: <a href="ntqcombobox.html#setInsertionPolicy">TQComboBox</a><li>setInsideMargin: <a href="ntqgroupbox.html#setInsideMargin">TQGroupBox</a><li>setInsideSpacing: <a href="ntqgroupbox.html#setInsideSpacing">TQGroupBox</a><li>setItalic: - <a href="ntqfont.html#setItalic">TQFont</a> <a href="tqtextedit.html#setItalic">TQTextEdit</a><li>setItem: + <a href="tqfont.html#setItalic">TQFont</a> <a href="tqtextedit.html#setItalic">TQTextEdit</a><li>setItem: <a href="ntqtable.html#setItem">TQTable</a><li>setItemChecked: <a href="tqmenudata.html#setItemChecked">TQMenuData</a> <a href="tqmenudata.html#setItemChecked">TQPopupMenu</a><li>setItemEnabled: <a href="ntqaccel.html#setItemEnabled">TQAccel</a> <a href="tqmenudata.html#setItemEnabled">TQMenuBar</a> <a href="tqmenudata.html#setItemEnabled">TQMenuData</a> <a href="tqmenudata.html#setItemEnabled">TQPopupMenu</a> <a href="tqtoolbox.html#setItemEnabled">TQToolBox</a><li>setItemIconSet: @@ -2714,7 +2714,7 @@ sRect: <a href="qlistviewitem.html#setMultiLinesEnabled">TQListViewItem</a><li>setName: <a href="tqfile.html#setName">TQFile</a> <a href="tqobject.html#setName">TQObject</a> <a href="tqsqlcursor.html#setName">TQSqlCursor</a> <a href="tqsqlfield.html#setName">TQSqlField</a> <a href="tqsqlindex.html#setName">TQSqlIndex</a> <a href="tqurlinfo.html#setName">TQUrlInfo</a><li>setNameFilter: <a href="tqdir.html#setNameFilter">TQDir</a> <a href="tqurloperator.html#setNameFilter">TQUrlOperator</a><li>setNamedColor: - <a href="ntqcolor.html#setNamedColor">TQColor</a><li>setNamedItem: + <a href="tqcolor.html#setNamedColor">TQColor</a><li>setNamedItem: <a href="tqdomnamednodemap.html#setNamedItem">TQDomNamedNodeMap</a><li>setNamedItemNS: <a href="tqdomnamednodemap.html#setNamedItemNS">TQDomNamedNodeMap</a><li>setNewLine: <a href="ntqdockwindow.html#setNewLine">TQDockWindow</a><li>setNextEnabled: @@ -2749,7 +2749,7 @@ sRect: <a href="ntqprinter.html#setOutputFileName">TQPrinter</a><li>setOutputToFile: <a href="ntqprinter.html#setOutputToFile">TQPrinter</a><li>setOverlay: <a href="qglformat.html#setOverlay">TQGLFormat</a><li>setOverline: - <a href="ntqfont.html#setOverline">TQFont</a><li>setOverrideCursor: + <a href="tqfont.html#setOverline">TQFont</a><li>setOverrideCursor: <a href="ntqapplication.html#setOverrideCursor">TQApplication</a><li>setOverwriteMode: <a href="tqtextedit.html#setOverwriteMode">TQTextEdit</a><li>setOwner: <a href="tqurlinfo.html#setOwner">TQUrlInfo</a><li>setPageOrder: @@ -2767,19 +2767,19 @@ sRect: <a href="tqsqldatabase.html#setPassword">TQSqlDatabase</a> <a href="tqurl.html#setPassword">TQUrl</a><li>setPath: <a href="tqdir.html#setPath">TQDir</a> <a href="tqsettings.html#setPath">TQSettings</a> <a href="tqurl.html#setPath">TQUrl</a><li>setPattern: <a href="tqregexp.html#setPattern">TQRegExp</a><li>setPen: - <a href="tqcanvaspolygonalitem.html#setPen">TQCanvasPolygonalItem</a> <a href="ntqpainter.html#setPen">TQPainter</a><li>setPercentageVisible: + <a href="tqcanvaspolygonalitem.html#setPen">TQCanvasPolygonalItem</a> <a href="tqpainter.html#setPen">TQPainter</a><li>setPercentageVisible: <a href="ntqprogressbar.html#setPercentageVisible">TQProgressBar</a><li>setPermissions: <a href="tqurlinfo.html#setPermissions">TQUrlInfo</a><li>setPicture: <a href="tqiconviewitem.html#setPicture">TQIconViewItem</a> <a href="ntqlabel.html#setPicture">TQLabel</a><li>setPixel: <a href="tqimage.html#setPixel">TQImage</a><li>setPixelAlignment: <a href="qpngimagepacker.html#setPixelAlignment">TQPNGImagePacker</a><li>setPixelSize: - <a href="ntqfont.html#setPixelSize">TQFont</a><li>setPixmap: - <a href="ntqbrush.html#setPixmap">TQBrush</a> <a href="ntqbutton.html#setPixmap">TQButton</a> <a href="ntqbutton.html#setPixmap">TQCheckBox</a> <a href="tqclipboard.html#setPixmap">TQClipboard</a> <a href="tqdragobject.html#setPixmap">TQDragObject</a> <a href="tqiconset.html#setPixmap">TQIconSet</a> <a href="tqiconviewitem.html#setPixmap">TQIconViewItem</a> <a href="ntqlabel.html#setPixmap">TQLabel</a> <a href="qlistviewitem.html#setPixmap">TQListViewItem</a> <a href="tqmimesourcefactory.html#setPixmap">TQMimeSourceFactory</a> <a href="ntqbutton.html#setPixmap">TQPushButton</a> <a href="ntqbutton.html#setPixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#setPixmap">TQSplashScreen</a> <a href="ntqtable.html#setPixmap">TQTable</a> <a href="qtableitem.html#setPixmap">TQTableItem</a><li>setPixmapRect: + <a href="tqfont.html#setPixelSize">TQFont</a><li>setPixmap: + <a href="tqbrush.html#setPixmap">TQBrush</a> <a href="ntqbutton.html#setPixmap">TQButton</a> <a href="ntqbutton.html#setPixmap">TQCheckBox</a> <a href="tqclipboard.html#setPixmap">TQClipboard</a> <a href="tqdragobject.html#setPixmap">TQDragObject</a> <a href="tqiconset.html#setPixmap">TQIconSet</a> <a href="tqiconviewitem.html#setPixmap">TQIconViewItem</a> <a href="ntqlabel.html#setPixmap">TQLabel</a> <a href="qlistviewitem.html#setPixmap">TQListViewItem</a> <a href="tqmimesourcefactory.html#setPixmap">TQMimeSourceFactory</a> <a href="ntqbutton.html#setPixmap">TQPushButton</a> <a href="ntqbutton.html#setPixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#setPixmap">TQSplashScreen</a> <a href="ntqtable.html#setPixmap">TQTable</a> <a href="qtableitem.html#setPixmap">TQTableItem</a><li>setPixmapRect: <a href="tqiconviewitem.html#setPixmapRect">TQIconViewItem</a><li>setPlane: <a href="qglformat.html#setPlane">TQGLFormat</a><li>setPoint: <a href="tqdropevent.html#setPoint">TQDropEvent</a> <a href="ntqpointarray.html#setPoint">TQPointArray</a><li>setPointSize: - <a href="ntqfont.html#setPointSize">TQFont</a> <a href="tqtextedit.html#setPointSize">TQTextEdit</a><li>setPointSizeFloat: - <a href="ntqfont.html#setPointSizeFloat">TQFont</a><li>setPoints: + <a href="tqfont.html#setPointSize">TQFont</a> <a href="tqtextedit.html#setPointSize">TQTextEdit</a><li>setPointSizeFloat: + <a href="tqfont.html#setPointSizeFloat">TQFont</a><li>setPoints: <a href="tqcanvasline.html#setPoints">TQCanvasLine</a> <a href="tqcanvaspolygon.html#setPoints">TQCanvasPolygon</a><li>setPopup: <a href="ntqpushbutton.html#setPopup">TQPushButton</a> <a href="tqtoolbutton.html#setPopup">TQToolButton</a><li>setPopupDelay: <a href="tqtoolbutton.html#setPopupDelay">TQToolButton</a><li>setPort: @@ -2801,11 +2801,11 @@ sRect: <a href="tqsqlresult.html#setQuery">TQSqlResult</a> <a href="tqurl.html#setQuery">TQUrl</a><li>setRadioButtonExclusive: <a href="ntqbuttongroup.html#setRadioButtonExclusive">TQButtonGroup</a><li>setRange: <a href="tqdateedit.html#setRange">TQDateEdit</a> <a href="qdoublevalidator.html#setRange">TQDoubleValidator</a> <a href="qintvalidator.html#setRange">TQIntValidator</a> <a href="ntqrangecontrol.html#setRange">TQRangeControl</a> <a href="ntqrangecontrol.html#setRange">TQSlider</a> <a href="tqtimeedit.html#setRange">TQTimeEdit</a><li>setRasterOp: - <a href="ntqpainter.html#setRasterOp">TQPainter</a><li>setRawArg: + <a href="tqpainter.html#setRasterOp">TQPainter</a><li>setRawArg: <a href="tqnetworkoperation.html#setRawArg">TQNetworkOperation</a><li>setRawData: <a href="tqmemarray.html#setRawData">TQMemArray</a><li>setRawMode: - <a href="ntqfont.html#setRawMode">TQFont</a><li>setRawName: - <a href="ntqfont.html#setRawName">TQFont</a><li>setReadBufferSize: + <a href="tqfont.html#setRawMode">TQFont</a><li>setRawName: + <a href="tqfont.html#setRawName">TQFont</a><li>setReadBufferSize: <a href="tqsocket.html#setReadBufferSize">TQSocket</a><li>setReadOnly: <a href="tqdatabrowser.html#setReadOnly">TQDataBrowser</a> <a href="ntqlineedit.html#setReadOnly">TQLineEdit</a> <a href="tqsqlfield.html#setReadOnly">TQSqlField</a> <a href="ntqtable.html#setReadOnly">TQTable</a> <a href="tqtextedit.html#setReadOnly">TQTextEdit</a><li>setReadable: <a href="tqurlinfo.html#setReadable">TQUrlInfo</a><li>setReason: @@ -2827,7 +2827,7 @@ sRect: <a href="tqsessionmanager.html#setRestartHint">TQSessionManager</a><li>setResult: <a href="ntqdialog.html#setResult">TQDialog</a><li>setReverseLayout: <a href="ntqapplication.html#setReverseLayout">TQApplication</a><li>setRgb: - <a href="ntqcolor.html#setRgb">TQColor</a><li>setRgba: + <a href="tqcolor.html#setRgb">TQColor</a><li>setRgba: <a href="qglformat.html#setRgba">TQGLFormat</a><li>setRight: <a href="ntqrect.html#setRight">TQRect</a><li>setRootIsDecorated: <a href="ntqlistview.html#setRootIsDecorated">TQListView</a><li>setRow: @@ -2882,9 +2882,9 @@ sRect: <a href="ntqgrid.html#setSpacing">TQGrid</a> <a href="ntqhbox.html#setSpacing">TQHBox</a> <a href="tqiconview.html#setSpacing">TQIconView</a> <a href="ntqlayout.html#setSpacing">TQLayout</a><li>setSpan: <a href="qtableitem.html#setSpan">TQTableItem</a><li>setSpecialValueText: <a href="ntqspinbox.html#setSpecialValueText">TQSpinBox</a><li>setSpeed: - <a href="ntqmovie.html#setSpeed">TQMovie</a><li>setSqlCursor: + <a href="tqmovie.html#setSpeed">TQMovie</a><li>setSqlCursor: <a href="tqdatabrowser.html#setSqlCursor">TQDataBrowser</a> <a href="tqdatatable.html#setSqlCursor">TQDataTable</a><li>setStandardColor: - <a href="ntqcolordialog.html#setStandardColor">TQColorDialog</a><li>setStartDragDistance: + <a href="tqcolordialog.html#setStandardColor">TQColorDialog</a><li>setStartDragDistance: <a href="ntqapplication.html#setStartDragDistance">TQApplication</a><li>setStartDragTime: <a href="ntqapplication.html#setStartDragTime">TQApplication</a><li>setState: <a href="ntqbutton.html#setState">TQButton</a> <a href="qchecklistitem.html#setState">TQCheckListItem</a> <a href="tqiodevice.html#setState">TQIODevice</a> <a href="tqnetworkoperation.html#setState">TQNetworkOperation</a><li>setStaticBackground: @@ -2895,21 +2895,21 @@ sRect: <a href="ntqrangecontrol.html#setSteps">TQRangeControl</a><li>setStereo: <a href="qglformat.html#setStereo">TQGLFormat</a><li>setStr: <a href="tqcstring.html#setStr">TQCString</a><li>setStretch: - <a href="ntqfont.html#setStretch">TQFont</a><li>setStretchEnabled: + <a href="tqfont.html#setStretch">TQFont</a><li>setStretchEnabled: <a href="ntqheader.html#setStretchEnabled">TQHeader</a><li>setStretchFactor: <a href="qboxlayout.html#setStretchFactor">TQBoxLayout</a> <a href="ntqhbox.html#setStretchFactor">TQHBox</a><li>setStretchableWidget: <a href="tqtoolbar.html#setStretchableWidget">TQToolBar</a><li>setStrikeOut: - <a href="ntqfont.html#setStrikeOut">TQFont</a><li>setStringList: + <a href="tqfont.html#setStrikeOut">TQFont</a><li>setStringList: <a href="qcombotableitem.html#setStringList">TQComboTableItem</a><li>setStyle: - <a href="ntqapplication.html#setStyle">TQApplication</a> <a href="ntqbrush.html#setStyle">TQBrush</a> <a href="ntqpen.html#setStyle">TQPen</a> <a href="tqwidget.html#setStyle">TQWidget</a><li>setStyleHint: - <a href="ntqfont.html#setStyleHint">TQFont</a><li>setStyleSheet: + <a href="ntqapplication.html#setStyle">TQApplication</a> <a href="tqbrush.html#setStyle">TQBrush</a> <a href="ntqpen.html#setStyle">TQPen</a> <a href="tqwidget.html#setStyle">TQWidget</a><li>setStyleHint: + <a href="tqfont.html#setStyleHint">TQFont</a><li>setStyleSheet: <a href="tqtextedit.html#setStyleSheet">TQTextEdit</a><li>setStyleStrategy: - <a href="ntqfont.html#setStyleStrategy">TQFont</a><li>setSubtype: + <a href="tqfont.html#setStyleStrategy">TQFont</a><li>setSubtype: <a href="tqtextdrag.html#setSubtype">TQTextDrag</a><li>setSuffix: <a href="ntqspinbox.html#setSuffix">TQSpinBox</a><li>setSupportsMargin: <a href="ntqlayout.html#setSupportsMargin">TQLayout</a><li>setSymLink: <a href="tqurlinfo.html#setSymLink">TQUrlInfo</a><li>setTabArray: - <a href="ntqpainter.html#setTabArray">TQPainter</a><li>setTabBar: + <a href="tqpainter.html#setTabArray">TQPainter</a><li>setTabBar: <a href="ntqtabdialog.html#setTabBar">TQTabDialog</a> <a href="ntqtabwidget.html#setTabBar">TQTabWidget</a><li>setTabChangesFocus: <a href="tqtextedit.html#setTabChangesFocus">TQTextEdit</a><li>setTabEnabled: <a href="ntqtabbar.html#setTabEnabled">TQTabBar</a> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog</a> <a href="ntqtabwidget.html#setTabEnabled">TQTabWidget</a><li>setTabIconSet: @@ -2919,7 +2919,7 @@ sRect: <a href="ntqtabwidget.html#setTabPosition">TQTabWidget</a><li>setTabShape: <a href="ntqtabwidget.html#setTabShape">TQTabWidget</a><li>setTabStopWidth: <a href="tqtextedit.html#setTabStopWidth">TQTextEdit</a><li>setTabStops: - <a href="ntqpainter.html#setTabStops">TQPainter</a><li>setTabToolTip: + <a href="tqpainter.html#setTabStops">TQPainter</a><li>setTabToolTip: <a href="ntqtabwidget.html#setTabToolTip">TQTabWidget</a><li>setTagName: <a href="tqdomelement.html#setTagName">TQDomElement</a><li>setText: <a href="qaccessibleinterface.html#setText">TQAccessibleInterface</a> <a href="tqaction.html#setText">TQAction</a> <a href="ntqbutton.html#setText">TQButton</a> <a href="tqcanvastext.html#setText">TQCanvasText</a> <a href="ntqbutton.html#setText">TQCheckBox</a> <a href="tqclipboard.html#setText">TQClipboard</a> <a href="tqiconviewitem.html#setText">TQIconViewItem</a> <a href="tqimage.html#setText">TQImage</a> <a href="ntqlabel.html#setText">TQLabel</a> <a href="ntqlineedit.html#setText">TQLineEdit</a> <a href="qlistboxitem.html#setText">TQListBoxItem</a> <a href="qlistviewitem.html#setText">TQListViewItem</a> <a href="ntqmessagebox.html#setText">TQMessageBox</a> <a href="tqmimesourcefactory.html#setText">TQMimeSourceFactory</a> <a href="ntqbutton.html#setText">TQPushButton</a> <a href="ntqbutton.html#setText">TQRadioButton</a> <a href="qtab.html#setText">TQTab</a> <a href="ntqtable.html#setText">TQTable</a> <a href="qtableitem.html#setText">TQTableItem</a> <a href="tqtextdrag.html#setText">TQTextDrag</a> <a href="tqtextedit.html#setText">TQTextEdit</a><li>setTextFlags: @@ -2956,7 +2956,7 @@ sRect: <a href="tqdatatable.html#setTrueText">TQDataTable</a><li>setType: <a href="tqiodevice.html#setType">TQIODevice</a> <a href="tqsqlerror.html#setType">TQSqlError</a><li>setUnchanged: <a href="tqcanvas.html#setUnchanged">TQCanvas</a><li>setUnderline: - <a href="ntqfont.html#setUnderline">TQFont</a> <a href="tqtextedit.html#setUnderline">TQTextEdit</a><li>setUndoDepth: + <a href="tqfont.html#setUnderline">TQFont</a> <a href="tqtextedit.html#setUnderline">TQTextEdit</a><li>setUndoDepth: <a href="tqtextedit.html#setUndoDepth">TQTextEdit</a><li>setUndoRedoEnabled: <a href="tqtextedit.html#setUndoRedoEnabled">TQTextEdit</a><li>setUnicode: <a href="tqstring.html#setUnicode">TQString</a><li>setUnicodeCodes: @@ -2987,12 +2987,12 @@ sRect: <a href="tqstylesheetitem.html#setVerticalAlignment">TQStyleSheetItem</a> <a href="tqtextedit.html#setVerticalAlignment">TQTextEdit</a><li>setVerticallyStretchable: <a href="ntqdockwindow.html#setVerticallyStretchable">TQDockWindow</a><li>setViewMode: <a href="tqfiledialog.html#setViewMode">TQFileDialog</a><li>setViewXForm: - <a href="ntqpainter.html#setViewXForm">TQPainter</a><li>setViewport: - <a href="ntqpainter.html#setViewport">TQPainter</a><li>setVisible: + <a href="tqpainter.html#setViewXForm">TQPainter</a><li>setViewport: + <a href="tqpainter.html#setViewport">TQPainter</a><li>setVisible: <a href="tqaction.html#setVisible">TQAction</a> <a href="tqcanvasitem.html#setVisible">TQCanvasItem</a> <a href="qlistviewitem.html#setVisible">TQListViewItem</a><li>setWFlags: <a href="tqwidget.html#setWFlags">TQWidget</a><li>setWakeUpDelay: <a href="tqtooltip.html#setWakeUpDelay">TQToolTip</a><li>setWeight: - <a href="ntqfont.html#setWeight">TQFont</a><li>setWhatsThis: + <a href="tqfont.html#setWeight">TQFont</a><li>setWhatsThis: <a href="ntqaccel.html#setWhatsThis">TQAccel</a> <a href="tqaction.html#setWhatsThis">TQAction</a> <a href="tqmenudata.html#setWhatsThis">TQMenuData</a> <a href="tqmenudata.html#setWhatsThis">TQPopupMenu</a><li>setWheelScrollLines: <a href="ntqapplication.html#setWheelScrollLines">TQApplication</a><li>setWhiteSpaceMode: <a href="tqstylesheetitem.html#setWhiteSpaceMode">TQStyleSheetItem</a><li>setWidget: @@ -3002,15 +3002,15 @@ sRect: <a href="tqregexp.html#setWildcard">TQRegExp</a><li>setWinPageSize: <a href="ntqprinter.html#setWinPageSize">TQPrinter</a><li>setWinding: <a href="tqcanvaspolygonalitem.html#setWinding">TQCanvasPolygonalItem</a><li>setWindow: - <a href="ntqpainter.html#setWindow">TQPainter</a><li>setWindowCreated: + <a href="tqpainter.html#setWindow">TQPainter</a><li>setWindowCreated: <a href="qglcontext.html#setWindowCreated">TQGLContext</a><li>setWindowOpacity: <a href="tqwidget.html#setWindowOpacity">TQWidget</a><li>setWindowState: <a href="tqwidget.html#setWindowState">TQWidget</a><li>setWordWrap: <a href="qtableitem.html#setWordWrap">TQTableItem</a> <a href="tqtextedit.html#setWordWrap">TQTextEdit</a><li>setWordWrapIconText: <a href="tqiconview.html#setWordWrapIconText">TQIconView</a><li>setWorkingDirectory: <a href="tqprocess.html#setWorkingDirectory">TQProcess</a><li>setWorldMatrix: - <a href="tqcanvasview.html#setWorldMatrix">TQCanvasView</a> <a href="ntqpainter.html#setWorldMatrix">TQPainter</a><li>setWorldXForm: - <a href="ntqpainter.html#setWorldXForm">TQPainter</a><li>setWrapColumnOrWidth: + <a href="tqcanvasview.html#setWorldMatrix">TQCanvasView</a> <a href="tqpainter.html#setWorldMatrix">TQPainter</a><li>setWorldXForm: + <a href="tqpainter.html#setWorldXForm">TQPainter</a><li>setWrapColumnOrWidth: <a href="tqtextedit.html#setWrapColumnOrWidth">TQTextEdit</a><li>setWrapPolicy: <a href="tqtextedit.html#setWrapPolicy">TQTextEdit</a><li>setWrapping: <a href="ntqdial.html#setWrapping">TQDial</a> <a href="ntqspinbox.html#setWrapping">TQSpinBox</a><li>setWritable: @@ -3024,9 +3024,9 @@ sRect: <a href="tqcanvasitem.html#setZ">TQCanvasItem</a><li>setf: <a href="tqtextstream.html#setf">TQTextStream</a><li>setup: <a href="qlistviewitem.html#setup">TQListViewItem</a> <a href="ntqprinter.html#setup">TQPrinter</a><li>shadow: - <a href="qcolorgroup.html#shadow">TQColorGroup</a><li>shape: + <a href="tqcolorgroup.html#shadow">TQColorGroup</a><li>shape: <a href="ntqcursor.html#shape">TQCursor</a> <a href="ntqtabbar.html#shape">TQTabBar</a><li>shear: - <a href="ntqpainter.html#shear">TQPainter</a> <a href="ntqwmatrix.html#shear">TQWMatrix</a><li>shell: + <a href="tqpainter.html#shear">TQPainter</a> <a href="ntqwmatrix.html#shear">TQWMatrix</a><li>shell: <a href="qmotifdialog.html#shell">TQMotifDialog</a><li>shortDayName: <a href="tqdate.html#shortDayName">TQDate</a><li>shortMonthName: <a href="tqdate.html#shortMonthName">TQDate</a><li>shortcutKey: @@ -3052,7 +3052,7 @@ sRect: <a href="tqtextcodec.html#simpleHeuristicNameMatch">TQTextCodec</a><li>simplifyWhiteSpace: <a href="tqcstring.html#simplifyWhiteSpace">TQCString</a> <a href="tqstring.html#simplifyWhiteSpace">TQString</a><li>singleShot: <a href="tqtimer.html#singleShot">TQTimer</a><li>size: - <a href="tqasciicache.html#size">TQAsciiCache</a> <a href="tqasciidict.html#size">TQAsciiDict</a> <a href="tqbitarray.html#size">TQBitArray</a> <a href="tqcache.html#size">TQCache</a> <a href="tqcanvas.html#size">TQCanvas</a> <a href="tqcanvasrectangle.html#size">TQCanvasRectangle</a> <a href="tqdict.html#size">TQDict</a> <a href="tqfile.html#size">TQFile</a> <a href="tqfileinfo.html#size">TQFileInfo</a> <a href="ntqfontmetrics.html#size">TQFontMetrics</a> <a href="ntqglcolormap.html#size">TQGLColormap</a> <a href="tqiodevice.html#size">TQIODevice</a> <a href="tqiconviewitem.html#size">TQIconViewItem</a> <a href="tqimage.html#size">TQImage</a> <a href="tqintcache.html#size">TQIntCache</a> <a href="tqintdict.html#size">TQIntDict</a> <a href="tqmap.html#size">TQMap</a> <a href="tqmemarray.html#size">TQMemArray</a> <a href="ntqpicture.html#size">TQPicture</a> <a href="ntqpixmap.html#size">TQPixmap</a> <a href="tqptrdict.html#size">TQPtrDict</a> <a href="tqptrvector.html#size">TQPtrVector</a> <a href="ntqrect.html#size">TQRect</a> <a href="qresizeevent.html#size">TQResizeEvent</a> <a href="tqsocket.html#size">TQSocket</a> <a href="tqsqlquery.html#size">TQSqlQuery</a> <a href="tqsqlresult.html#size">TQSqlResult</a> <a href="tqurlinfo.html#size">TQUrlInfo</a> <a href="tqvaluelist.html#size">TQValueList</a> <a href="tqvaluevector.html#size">TQValueVector</a> <a href="tqwidget.html#size">TQWidget</a><li>sizeChange: + <a href="tqasciicache.html#size">TQAsciiCache</a> <a href="tqasciidict.html#size">TQAsciiDict</a> <a href="tqbitarray.html#size">TQBitArray</a> <a href="tqcache.html#size">TQCache</a> <a href="tqcanvas.html#size">TQCanvas</a> <a href="tqcanvasrectangle.html#size">TQCanvasRectangle</a> <a href="tqdict.html#size">TQDict</a> <a href="tqfile.html#size">TQFile</a> <a href="tqfileinfo.html#size">TQFileInfo</a> <a href="tqfontmetrics.html#size">TQFontMetrics</a> <a href="ntqglcolormap.html#size">TQGLColormap</a> <a href="tqiodevice.html#size">TQIODevice</a> <a href="tqiconviewitem.html#size">TQIconViewItem</a> <a href="tqimage.html#size">TQImage</a> <a href="tqintcache.html#size">TQIntCache</a> <a href="tqintdict.html#size">TQIntDict</a> <a href="tqmap.html#size">TQMap</a> <a href="tqmemarray.html#size">TQMemArray</a> <a href="ntqpicture.html#size">TQPicture</a> <a href="ntqpixmap.html#size">TQPixmap</a> <a href="tqptrdict.html#size">TQPtrDict</a> <a href="tqptrvector.html#size">TQPtrVector</a> <a href="ntqrect.html#size">TQRect</a> <a href="qresizeevent.html#size">TQResizeEvent</a> <a href="tqsocket.html#size">TQSocket</a> <a href="tqsqlquery.html#size">TQSqlQuery</a> <a href="tqsqlresult.html#size">TQSqlResult</a> <a href="tqurlinfo.html#size">TQUrlInfo</a> <a href="tqvaluelist.html#size">TQValueList</a> <a href="tqvaluevector.html#size">TQValueVector</a> <a href="tqwidget.html#size">TQWidget</a><li>sizeChange: <a href="ntqheader.html#sizeChange">TQHeader</a><li>sizeFromContents: <a href="tqstyle.html#sizeFromContents">TQStyle</a><li>sizeHint: <a href="qboxlayout.html#sizeHint">TQBoxLayout</a> <a href="tqcanvasview.html#sizeHint">TQCanvasView</a> <a href="qcustommenuitem.html#sizeHint">TQCustomMenuItem</a> <a href="qgridlayout.html#sizeHint">TQGridLayout</a> <a href="qlayoutitem.html#sizeHint">TQLayoutItem</a> <a href="ntqlineedit.html#sizeHint">TQLineEdit</a> <a href="ntqprogressdialog.html#sizeHint">TQProgressDialog</a> <a href="tqsizegrip.html#sizeHint">TQSizeGrip</a> <a href="qspaceritem.html#sizeHint">TQSpacerItem</a> <a href="qtableitem.html#sizeHint">TQTableItem</a> <a href="tqwidget.html#sizeHint">TQWidget</a> <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a><li>sizeIncrement: @@ -3072,7 +3072,7 @@ sRect: <a href="tqiconview.html#slotUpdate">TQIconView</a><li>smallDecimalPoint: <a href="ntqlcdnumber.html#smallDecimalPoint">TQLCDNumber</a><li>smoothScale: <a href="tqimage.html#smoothScale">TQImage</a><li>smoothSizes: - <a href="ntqfontdatabase.html#smoothSizes">TQFontDatabase</a><li>socket: + <a href="tqfontdatabase.html#smoothSizes">TQFontDatabase</a><li>socket: <a href="tqserversocket.html#socket">TQServerSocket</a> <a href="tqsocket.html#socket">TQSocket</a> <a href="tqsocketdevice.html#socket">TQSocketDevice</a> <a href="tqsocketnotifier.html#socket">TQSocketNotifier</a><li>socketDevice: <a href="tqserversocket.html#socketDevice">TQServerSocket</a> <a href="tqsocket.html#socketDevice">TQSocket</a><li>sort: <a href="tqdatabrowser.html#sort">TQDataBrowser</a> <a href="tqdatatable.html#sort">TQDataTable</a> <a href="tqiconview.html#sort">TQIconView</a> <a href="ntqlistbox.html#sort">TQListBox</a> <a href="ntqlistview.html#sort">TQListView</a> <a href="qlistviewitem.html#sort">TQListViewItem</a> <a href="tqmemarray.html#sort">TQMemArray</a> <a href="tqptrlist.html#sort">TQPtrList</a> <a href="tqptrvector.html#sort">TQPtrVector</a> <a href="tqsqlcursor.html#sort">TQSqlCursor</a> <a href="tqstringlist.html#sort">TQStringList</a><li>sortAscending: @@ -3093,7 +3093,7 @@ sRect: <a href="tqiconview.html#spacing">TQIconView</a> <a href="ntqlayout.html#spacing">TQLayout</a><li>specialValueText: <a href="ntqspinbox.html#specialValueText">TQSpinBox</a><li>specified: <a href="tqdomattr.html#specified">TQDomAttr</a><li>speed: - <a href="ntqmovie.html#speed">TQMovie</a><li>split: + <a href="tqmovie.html#speed">TQMovie</a><li>split: <a href="tqstringlist.html#split">TQStringList</a><li>splitName: <a href="tqxmlnamespacesupport.html#splitName">TQXmlNamespaceSupport</a><li>splitText: <a href="tqdomtext.html#splitText">TQDomText</a><li>spontaneous: @@ -3103,7 +3103,7 @@ sRect: <a href="tqstring.html#squeeze">TQString</a> <a href="ntqtranslator.html#squeeze">TQTranslator</a><li>stackUnder: <a href="tqwidget.html#stackUnder">TQWidget</a><li>standardIcon: <a href="ntqmessagebox.html#standardIcon">TQMessageBox</a><li>standardSizes: - <a href="ntqfontdatabase.html#standardSizes">TQFontDatabase</a><li>start: + <a href="tqfontdatabase.html#standardSizes">TQFontDatabase</a><li>start: <a href="tqnetworkprotocol.html#start">TQNetworkProtocol</a> <a href="tqprocess.html#start">TQProcess</a> <a href="tqthread.html#start">TQThread</a> <a href="tqtime.html#start">TQTime</a> <a href="tqtimer.html#start">TQTimer</a> <a href="tqurloperator.html#start">TQUrlOperator</a><li>startCDATA: <a href="tqxmllexicalhandler.html#startCDATA">TQXmlLexicalHandler</a><li>startDTD: <a href="tqxmllexicalhandler.html#startDTD">TQXmlLexicalHandler</a><li>startDocument: @@ -3130,34 +3130,34 @@ sRect: <a href="tqhttpresponseheader.html#statusCode">TQHttpResponseHeader</a><li>statusTip: <a href="tqaction.html#statusTip">TQAction</a><li>stencil: <a href="qglformat.html#stencil">TQGLFormat</a><li>step: - <a href="ntqmovie.html#step">TQMovie</a><li>stepChange: + <a href="tqmovie.html#step">TQMovie</a><li>stepChange: <a href="ntqrangecontrol.html#stepChange">TQRangeControl</a><li>stepDown: <a href="ntqspinbox.html#stepDown">TQSpinBox</a><li>stepUp: <a href="ntqspinbox.html#stepUp">TQSpinBox</a><li>steps: - <a href="ntqmovie.html#steps">TQMovie</a><li>stereo: + <a href="tqmovie.html#steps">TQMovie</a><li>stereo: <a href="qglformat.html#stereo">TQGLFormat</a><li>stop: <a href="tqnetworkprotocol.html#stop">TQNetworkProtocol</a> <a href="ntqsound.html#stop">TQSound</a> <a href="tqtimer.html#stop">TQTimer</a> <a href="tqurloperator.html#stop">TQUrlOperator</a><li>stored: <a href="qmetaproperty.html#stored">TQMetaProperty</a><li>streamAsFile: <a href="qnpinstance.html#streamAsFile">TQNPInstance</a><li>streamDestroyed: <a href="qnpinstance.html#streamDestroyed">TQNPInstance</a><li>stretch: - <a href="ntqfont.html#stretch">TQFont</a><li>strikeOut: - <a href="ntqfont.html#strikeOut">TQFont</a><li>strikeOutPos: - <a href="ntqfontmetrics.html#strikeOutPos">TQFontMetrics</a><li>string: + <a href="tqfont.html#stretch">TQFont</a><li>strikeOut: + <a href="tqfont.html#strikeOut">TQFont</a><li>strikeOutPos: + <a href="tqfontmetrics.html#strikeOutPos">TQFontMetrics</a><li>string: <a href="qconststring.html#string">TQConstString</a><li>stripWhiteSpace: <a href="tqcstring.html#stripWhiteSpace">TQCString</a> <a href="tqstring.html#stripWhiteSpace">TQString</a><li>style: - <a href="ntqapplication.html#style">TQApplication</a> <a href="ntqbrush.html#style">TQBrush</a> <a href="ntqpen.html#style">TQPen</a> <a href="tqwidget.html#style">TQWidget</a><li>styleChange: + <a href="ntqapplication.html#style">TQApplication</a> <a href="tqbrush.html#style">TQBrush</a> <a href="ntqpen.html#style">TQPen</a> <a href="tqwidget.html#style">TQWidget</a><li>styleChange: <a href="tqwidget.html#styleChange">TQWidget</a><li>styleHint: - <a href="ntqfont.html#styleHint">TQFont</a> <a href="ntqfontinfo.html#styleHint">TQFontInfo</a> <a href="tqstyle.html#styleHint">TQStyle</a><li>stylePixmap: + <a href="tqfont.html#styleHint">TQFont</a> <a href="tqfontinfo.html#styleHint">TQFontInfo</a> <a href="tqstyle.html#styleHint">TQStyle</a><li>stylePixmap: <a href="tqstyle.html#stylePixmap">TQStyle</a><li>styleSheet: <a href="tqstylesheetitem.html#styleSheet">TQStyleSheetItem</a> <a href="tqtextedit.html#styleSheet">TQTextEdit</a><li>styleStrategy: - <a href="ntqfont.html#styleStrategy">TQFont</a><li>styleString: - <a href="ntqfontdatabase.html#styleString">TQFontDatabase</a><li>styles: - <a href="ntqfontdatabase.html#styles">TQFontDatabase</a><li>subRect: + <a href="tqfont.html#styleStrategy">TQFont</a><li>styleString: + <a href="tqfontdatabase.html#styleString">TQFontDatabase</a><li>styles: + <a href="tqfontdatabase.html#styles">TQFontDatabase</a><li>subRect: <a href="tqstyle.html#subRect">TQStyle</a><li>subkeyList: <a href="tqsettings.html#subkeyList">TQSettings</a><li>substitute: - <a href="ntqfont.html#substitute">TQFont</a><li>substitutes: - <a href="ntqfont.html#substitutes">TQFont</a><li>substitutions: - <a href="ntqfont.html#substitutions">TQFont</a><li>substringData: + <a href="tqfont.html#substitute">TQFont</a><li>substitutes: + <a href="tqfont.html#substitutes">TQFont</a><li>substitutions: + <a href="tqfont.html#substitutions">TQFont</a><li>substringData: <a href="tqdomcharacterdata.html#substringData">TQDomCharacterData</a><li>subtract: <a href="ntqregion.html#subtract">TQRegion</a><li>subtractLine: <a href="ntqdial.html#subtractLine">TQDial</a> <a href="ntqrangecontrol.html#subtractLine">TQRangeControl</a><li>subtractPage: @@ -3184,7 +3184,7 @@ sRect: <a href="tqdomdocumenttype.html#systemId">TQDomDocumentType</a> <a href="tqdomentity.html#systemId">TQDomEntity</a> <a href="tqdomnotation.html#systemId">TQDomNotation</a> <a href="tqxmlparseexception.html#systemId">TQXmlParseException</a><li><a name="t"></a> tab: <a href="tqstyleoption.html#tab">TQStyleOption</a> <a href="ntqtabbar.html#tab">TQTabBar</a><li>tabArray: - <a href="ntqpainter.html#tabArray">TQPainter</a><li>tabAt: + <a href="tqpainter.html#tabArray">TQPainter</a><li>tabAt: <a href="ntqtabbar.html#tabAt">TQTabBar</a><li>tabBar: <a href="ntqtabdialog.html#tabBar">TQTabDialog</a> <a href="ntqtabwidget.html#tabBar">TQTabWidget</a><li>tabChangesFocus: <a href="tqtextedit.html#tabChangesFocus">TQTextEdit</a><li>tabIconSet: @@ -3194,7 +3194,7 @@ tab: <a href="ntqtabwidget.html#tabPosition">TQTabWidget</a><li>tabShape: <a href="ntqtabwidget.html#tabShape">TQTabWidget</a><li>tabStopWidth: <a href="tqtextedit.html#tabStopWidth">TQTextEdit</a><li>tabStops: - <a href="ntqpainter.html#tabStops">TQPainter</a><li>tabToolTip: + <a href="tqpainter.html#tabStops">TQPainter</a><li>tabToolTip: <a href="ntqtabwidget.html#tabToolTip">TQTabWidget</a><li>tabWidth: <a href="tqstyleoption.html#tabWidth">TQStyleOption</a><li>table: <a href="qtableitem.html#table">TQTableItem</a><li>tables: @@ -3212,7 +3212,7 @@ tab: <a href="tqbitarray.html#testBit">TQBitArray</a><li>testOption: <a href="qglformat.html#testOption">TQGLFormat</a><li>testWFlags: <a href="tqwidget.html#testWFlags">TQWidget</a><li>text: - <a href="qaccessibleinterface.html#text">TQAccessibleInterface</a> <a href="tqaction.html#text">TQAction</a> <a href="ntqbutton.html#text">TQButton</a> <a href="tqcanvastext.html#text">TQCanvasText</a> <a href="ntqbutton.html#text">TQCheckBox</a> <a href="qchecklistitem.html#text">TQCheckListItem</a> <a href="tqclipboard.html#text">TQClipboard</a> <a href="qcolorgroup.html#text">TQColorGroup</a> <a href="ntqcombobox.html#text">TQComboBox</a> <a href="qcombotableitem.html#text">TQComboTableItem</a> <a href="tqdatatable.html#text">TQDataTable</a> <a href="tqdomelement.html#text">TQDomElement</a> <a href="qimevent.html#text">TQIMEvent</a> <a href="tqiconviewitem.html#text">TQIconViewItem</a> <a href="tqimage.html#text">TQImage</a> <a href="qkeyevent.html#text">TQKeyEvent</a> <a href="ntqlabel.html#text">TQLabel</a> <a href="ntqlineedit.html#text">TQLineEdit</a> <a href="ntqlistbox.html#text">TQListBox</a> <a href="qlistboxitem.html#text">TQListBoxItem</a> <a href="qlistviewitem.html#text">TQListViewItem</a> <a href="tqmenudata.html#text">TQMenuData</a> <a href="ntqmessagebox.html#text">TQMessageBox</a> <a href="tqmenudata.html#text">TQPopupMenu</a> <a href="ntqbutton.html#text">TQPushButton</a> <a href="ntqbutton.html#text">TQRadioButton</a> <a href="ntqspinbox.html#text">TQSpinBox</a> <a href="tqsqlerror.html#text">TQSqlError</a> <a href="qtab.html#text">TQTab</a> <a href="ntqtable.html#text">TQTable</a> <a href="qtableitem.html#text">TQTableItem</a> <a href="tqtextedit.html#text">TQTextEdit</a> <a href="ntqwhatsthis.html#text">TQWhatsThis</a><li>textChanged: + <a href="qaccessibleinterface.html#text">TQAccessibleInterface</a> <a href="tqaction.html#text">TQAction</a> <a href="ntqbutton.html#text">TQButton</a> <a href="tqcanvastext.html#text">TQCanvasText</a> <a href="ntqbutton.html#text">TQCheckBox</a> <a href="qchecklistitem.html#text">TQCheckListItem</a> <a href="tqclipboard.html#text">TQClipboard</a> <a href="tqcolorgroup.html#text">TQColorGroup</a> <a href="ntqcombobox.html#text">TQComboBox</a> <a href="qcombotableitem.html#text">TQComboTableItem</a> <a href="tqdatatable.html#text">TQDataTable</a> <a href="tqdomelement.html#text">TQDomElement</a> <a href="qimevent.html#text">TQIMEvent</a> <a href="tqiconviewitem.html#text">TQIconViewItem</a> <a href="tqimage.html#text">TQImage</a> <a href="qkeyevent.html#text">TQKeyEvent</a> <a href="ntqlabel.html#text">TQLabel</a> <a href="ntqlineedit.html#text">TQLineEdit</a> <a href="ntqlistbox.html#text">TQListBox</a> <a href="qlistboxitem.html#text">TQListBoxItem</a> <a href="qlistviewitem.html#text">TQListViewItem</a> <a href="tqmenudata.html#text">TQMenuData</a> <a href="ntqmessagebox.html#text">TQMessageBox</a> <a href="tqmenudata.html#text">TQPopupMenu</a> <a href="ntqbutton.html#text">TQPushButton</a> <a href="ntqbutton.html#text">TQRadioButton</a> <a href="ntqspinbox.html#text">TQSpinBox</a> <a href="tqsqlerror.html#text">TQSqlError</a> <a href="qtab.html#text">TQTab</a> <a href="ntqtable.html#text">TQTable</a> <a href="qtableitem.html#text">TQTableItem</a> <a href="tqtextedit.html#text">TQTextEdit</a> <a href="ntqwhatsthis.html#text">TQWhatsThis</a><li>textChanged: <a href="ntqcombobox.html#textChanged">TQComboBox</a> <a href="ntqlineedit.html#textChanged">TQLineEdit</a> <a href="ntqspinbox.html#textChanged">TQSpinBox</a> <a href="tqtextedit.html#textChanged">TQTextEdit</a><li>textCursor: <a href="tqtextedit.html#textCursor">TQTextEdit</a><li>textEdit: <a href="ntqsyntaxhighlighter.html#textEdit">TQSyntaxHighlighter</a><li>textFlags: @@ -3294,7 +3294,7 @@ tab: <a href="tqcstring.html#toShort">TQCString</a> <a href="ntqlocale.html#toShort">TQLocale</a> <a href="tqstring.html#toShort">TQString</a><li>toSize: <a href="ntqvariant.html#toSize">TQVariant</a><li>toSizePolicy: <a href="ntqvariant.html#toSizePolicy">TQVariant</a><li>toString: - <a href="tqdate.html#toString">TQDate</a> <a href="tqdatetime.html#toString">TQDateTime</a> <a href="tqdomdocument.html#toString">TQDomDocument</a> <a href="ntqfont.html#toString">TQFont</a> <a href="tqhostaddress.html#toString">TQHostAddress</a> <a href="tqhttpheader.html#toString">TQHttpHeader</a> <a href="ntqlocale.html#toString">TQLocale</a> <a href="tqsqlcursor.html#toString">TQSqlCursor</a> <a href="tqsqlrecord.html#toString">TQSqlRecord</a> <a href="tqtime.html#toString">TQTime</a> <a href="tqurl.html#toString">TQUrl</a> <a href="ntquuid.html#toString">TQUuid</a> <a href="ntqvariant.html#toString">TQVariant</a><li>toStringList: + <a href="tqdate.html#toString">TQDate</a> <a href="tqdatetime.html#toString">TQDateTime</a> <a href="tqdomdocument.html#toString">TQDomDocument</a> <a href="tqfont.html#toString">TQFont</a> <a href="tqhostaddress.html#toString">TQHostAddress</a> <a href="tqhttpheader.html#toString">TQHttpHeader</a> <a href="ntqlocale.html#toString">TQLocale</a> <a href="tqsqlcursor.html#toString">TQSqlCursor</a> <a href="tqsqlrecord.html#toString">TQSqlRecord</a> <a href="tqtime.html#toString">TQTime</a> <a href="tqurl.html#toString">TQUrl</a> <a href="ntquuid.html#toString">TQUuid</a> <a href="ntqvariant.html#toString">TQVariant</a><li>toStringList: <a href="tqsqlrecord.html#toStringList">TQSqlRecord</a> <a href="ntqvariant.html#toStringList">TQVariant</a><li>toText: <a href="tqdomnode.html#toText">TQDomNode</a><li>toTime: <a href="ntqvariant.html#toTime">TQVariant</a><li>toTime_t: @@ -3332,7 +3332,7 @@ tab: <a href="ntqdial.html#tracking">TQDial</a> <a href="ntqheader.html#tracking">TQHeader</a> <a href="ntqscrollbar.html#tracking">TQScrollBar</a> <a href="ntqslider.html#tracking">TQSlider</a><li>transaction: <a href="tqsqldatabase.html#transaction">TQSqlDatabase</a><li>transformationMode: <a href="ntqwmatrix.html#transformationMode">TQWMatrix</a><li>translate: - <a href="ntqapplication.html#translate">TQApplication</a> <a href="ntqpainter.html#translate">TQPainter</a> <a href="ntqpointarray.html#translate">TQPointArray</a> <a href="ntqregion.html#translate">TQRegion</a> <a href="ntqwmatrix.html#translate">TQWMatrix</a><li>translation: + <a href="ntqapplication.html#translate">TQApplication</a> <a href="tqpainter.html#translate">TQPainter</a> <a href="ntqpointarray.html#translate">TQPointArray</a> <a href="ntqregion.html#translate">TQRegion</a> <a href="ntqwmatrix.html#translate">TQWMatrix</a><li>translation: <a href="qtranslatormessage.html#translation">TQTranslatorMessage</a><li>transpose: <a href="tqsize.html#transpose">TQSize</a> <a href="tqsizepolicy.html#transpose">TQSizePolicy</a><li>treeStepSize: <a href="ntqlistview.html#treeStepSize">TQListView</a><li>triggerUpdate: @@ -3351,8 +3351,8 @@ tab: ucs2: <a href="tqstring.html#ucs2">TQString</a><li>unPolish: <a href="tqstyle.html#unPolish">TQStyle</a><li>underline: - <a href="ntqfont.html#underline">TQFont</a> <a href="tqtextedit.html#underline">TQTextEdit</a><li>underlinePos: - <a href="ntqfontmetrics.html#underlinePos">TQFontMetrics</a><li>undo: + <a href="tqfont.html#underline">TQFont</a> <a href="tqtextedit.html#underline">TQTextEdit</a><li>underlinePos: + <a href="tqfontmetrics.html#underlinePos">TQFontMetrics</a><li>undo: <a href="ntqlineedit.html#undo">TQLineEdit</a> <a href="tqtextedit.html#undo">TQTextEdit</a><li>undoAvailable: <a href="tqtextedit.html#undoAvailable">TQTextEdit</a><li>undoDepth: <a href="tqtextedit.html#undoDepth">TQTextEdit</a><li>undock: @@ -3365,7 +3365,7 @@ ucs2: <a href="ntqlibrary.html#unload">TQLibrary</a><li>unlock: <a href="ntqapplication.html#unlock">TQApplication</a> <a href="tqmutex.html#unlock">TQMutex</a><li>unparsedEntityDecl: <a href="tqxmldtdhandler.html#unparsedEntityDecl">TQXmlDTDHandler</a><li>unpause: - <a href="ntqmovie.html#unpause">TQMovie</a><li>unregisterDecoderFactory: + <a href="tqmovie.html#unpause">TQMovie</a><li>unregisterDecoderFactory: <a href="tqimagedecoder.html#unregisterDecoderFactory">TQImageDecoder</a><li>unregisterSocketNotifier: <a href="ntqeventloop.html#unregisterSocketNotifier">TQEventLoop</a><li>unsetCursor: <a href="tqwidget.html#unsetCursor">TQWidget</a><li>unsetDevice: @@ -3433,7 +3433,7 @@ vScrollBarMode: <a href="ntqscrollview.html#verticalSliderPressed">TQScrollView</a><li>verticalSliderReleased: <a href="ntqscrollview.html#verticalSliderReleased">TQScrollView</a><li>viewMode: <a href="tqfiledialog.html#viewMode">TQFileDialog</a><li>viewport: - <a href="ntqpainter.html#viewport">TQPainter</a> <a href="ntqscrollview.html#viewport">TQScrollView</a><li>viewportPaintEvent: + <a href="tqpainter.html#viewport">TQPainter</a> <a href="ntqscrollview.html#viewport">TQScrollView</a><li>viewportPaintEvent: <a href="ntqscrollview.html#viewportPaintEvent">TQScrollView</a><li>viewportResizeEvent: <a href="ntqscrollview.html#viewportResizeEvent">TQScrollView</a><li>viewportSize: <a href="ntqscrollview.html#viewportSize">TQScrollView</a><li>viewportToContents: @@ -3453,7 +3453,7 @@ wait: <a href="ntqmessagebox.html#warning">TQMessageBox</a> <a href="tqxmlerrorhandler.html#warning">TQXmlErrorHandler</a><li>wasCanceled: <a href="ntqprogressdialog.html#wasCanceled">TQProgressDialog</a><li>weekNumber: <a href="tqdate.html#weekNumber">TQDate</a><li>weight: - <a href="ntqfont.html#weight">TQFont</a> <a href="ntqfontdatabase.html#weight">TQFontDatabase</a> <a href="ntqfontinfo.html#weight">TQFontInfo</a><li>whatsThis: + <a href="tqfont.html#weight">TQFont</a> <a href="tqfontdatabase.html#weight">TQFontDatabase</a> <a href="tqfontinfo.html#weight">TQFontInfo</a><li>whatsThis: <a href="ntqaccel.html#whatsThis">TQAccel</a> <a href="tqaction.html#whatsThis">TQAction</a> <a href="tqmainwindow.html#whatsThis">TQMainWindow</a> <a href="tqmenudata.html#whatsThis">TQMenuData</a> <a href="tqmenudata.html#whatsThis">TQPopupMenu</a> <a href="tqwidgetplugin.html#whatsThis">TQWidgetPlugin</a><li>whatsThisButton: <a href="ntqwhatsthis.html#whatsThisButton">TQWhatsThis</a><li>wheelEvent: <a href="tqwidget.html#wheelEvent">TQWidget</a><li>wheelScrollLines: @@ -3464,9 +3464,9 @@ wait: <a href="qmacstyle.html#widgetSizePolicy">TQMacStyle</a><li>widgetToField: <a href="tqsqlform.html#widgetToField">TQSqlForm</a><li>widgets: <a href="tqwidgetfactory.html#widgets">TQWidgetFactory</a><li>width: - <a href="tqcanvas.html#width">TQCanvas</a> <a href="tqcanvasellipse.html#width">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#width">TQCanvasRectangle</a> <a href="tqcanvassprite.html#width">TQCanvasSprite</a> <a href="ntqfontmetrics.html#width">TQFontMetrics</a> <a href="tqiconviewitem.html#width">TQIconViewItem</a> <a href="tqimage.html#width">TQImage</a> <a href="qlistboxitem.html#width">TQListBoxItem</a> <a href="qlistboxpixmap.html#width">TQListBoxPixmap</a> <a href="qlistboxtext.html#width">TQListBoxText</a> <a href="qlistviewitem.html#width">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#width">TQPaintDeviceMetrics</a> <a href="ntqpen.html#width">TQPen</a> <a href="ntqpixmap.html#width">TQPixmap</a> <a href="ntqrect.html#width">TQRect</a> <a href="ntqsimplerichtext.html#width">TQSimpleRichText</a> <a href="tqsize.html#width">TQSize</a> <a href="tqtextstream.html#width">TQTextStream</a> <a href="tqwidget.html#width">TQWidget</a><li>widthChanged: + <a href="tqcanvas.html#width">TQCanvas</a> <a href="tqcanvasellipse.html#width">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#width">TQCanvasRectangle</a> <a href="tqcanvassprite.html#width">TQCanvasSprite</a> <a href="tqfontmetrics.html#width">TQFontMetrics</a> <a href="tqiconviewitem.html#width">TQIconViewItem</a> <a href="tqimage.html#width">TQImage</a> <a href="qlistboxitem.html#width">TQListBoxItem</a> <a href="qlistboxpixmap.html#width">TQListBoxPixmap</a> <a href="qlistboxtext.html#width">TQListBoxText</a> <a href="qlistviewitem.html#width">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#width">TQPaintDeviceMetrics</a> <a href="ntqpen.html#width">TQPen</a> <a href="ntqpixmap.html#width">TQPixmap</a> <a href="ntqrect.html#width">TQRect</a> <a href="ntqsimplerichtext.html#width">TQSimpleRichText</a> <a href="tqsize.html#width">TQSize</a> <a href="tqtextstream.html#width">TQTextStream</a> <a href="tqwidget.html#width">TQWidget</a><li>widthChanged: <a href="qlistviewitem.html#widthChanged">TQListViewItem</a><li>widthMM: - <a href="ntqpaintdevicemetrics.html#widthMM">TQPaintDeviceMetrics</a><li>widthUsed: + <a href="tqpaintdevicemetrics.html#widthMM">TQPaintDeviceMetrics</a><li>widthUsed: <a href="ntqsimplerichtext.html#widthUsed">TQSimpleRichText</a><li>wildcard: <a href="tqregexp.html#wildcard">TQRegExp</a><li>winEvent: <a href="tqwidget.html#winEvent">TQWidget</a><li>winEventFilter: @@ -3475,7 +3475,7 @@ wait: <a href="tqwidget.html#winId">TQWidget</a><li>winPageSize: <a href="ntqprinter.html#winPageSize">TQPrinter</a><li>winding: <a href="tqcanvaspolygonalitem.html#winding">TQCanvasPolygonalItem</a><li>window: - <a href="ntqpainter.html#window">TQPainter</a><li>windowActivated: + <a href="tqpainter.html#window">TQPainter</a><li>windowActivated: <a href="tqworkspace.html#windowActivated">TQWorkspace</a><li>windowActivationChange: <a href="tqwidget.html#windowActivationChange">TQWidget</a><li>windowCreated: <a href="qglcontext.html#windowCreated">TQGLContext</a><li>windowList: @@ -3485,7 +3485,7 @@ wait: <a href="qtableitem.html#wordWrap">TQTableItem</a> <a href="tqtextedit.html#wordWrap">TQTextEdit</a><li>wordWrapIconText: <a href="tqiconview.html#wordWrapIconText">TQIconView</a><li>workingDirectory: <a href="tqprocess.html#workingDirectory">TQProcess</a><li>worldMatrix: - <a href="tqcanvasview.html#worldMatrix">TQCanvasView</a> <a href="ntqpainter.html#worldMatrix">TQPainter</a><li>wrapColumnOrWidth: + <a href="tqcanvasview.html#worldMatrix">TQCanvasView</a> <a href="tqpainter.html#worldMatrix">TQPainter</a><li>wrapColumnOrWidth: <a href="tqtextedit.html#wrapColumnOrWidth">TQTextEdit</a><li>wrapPolicy: <a href="tqtextedit.html#wrapPolicy">TQTextEdit</a><li>wrapping: <a href="ntqdial.html#wrapping">TQDial</a> <a href="ntqspinbox.html#wrapping">TQSpinBox</a><li>writable: @@ -3502,32 +3502,32 @@ wait: <a href="tqprocess.html#wroteToStdin">TQProcess</a><li><a name="x"></a> x: <a href="tqcanvasitem.html#x">TQCanvasItem</a> <a href="qcontextmenuevent.html#x">TQContextMenuEvent</a> <a href="tqiconviewitem.html#x">TQIconViewItem</a> <a href="qmouseevent.html#x">TQMouseEvent</a> <a href="ntqpoint.html#x">TQPoint</a> <a href="ntqrect.html#x">TQRect</a> <a href="qtabletevent.html#x">TQTabletEvent</a> <a href="qwheelevent.html#x">TQWheelEvent</a> <a href="tqwidget.html#x">TQWidget</a><li>x11AppCells: - <a href="ntqpaintdevice.html#x11AppCells">TQPaintDevice</a><li>x11AppColormap: - <a href="ntqpaintdevice.html#x11AppColormap">TQPaintDevice</a><li>x11AppDefaultColormap: - <a href="ntqpaintdevice.html#x11AppDefaultColormap">TQPaintDevice</a><li>x11AppDefaultVisual: - <a href="ntqpaintdevice.html#x11AppDefaultVisual">TQPaintDevice</a><li>x11AppDepth: - <a href="ntqpaintdevice.html#x11AppDepth">TQPaintDevice</a><li>x11AppDisplay: - <a href="ntqpaintdevice.html#x11AppDisplay">TQPaintDevice</a><li>x11AppDpiX: - <a href="ntqpaintdevice.html#x11AppDpiX">TQPaintDevice</a><li>x11AppDpiY: - <a href="ntqpaintdevice.html#x11AppDpiY">TQPaintDevice</a><li>x11AppRootWindow: - <a href="ntqpaintdevice.html#x11AppRootWindow">TQPaintDevice</a><li>x11AppScreen: - <a href="ntqpaintdevice.html#x11AppScreen">TQPaintDevice</a><li>x11AppVisual: - <a href="ntqpaintdevice.html#x11AppVisual">TQPaintDevice</a><li>x11Cells: - <a href="ntqpaintdevice.html#x11Cells">TQPaintDevice</a><li>x11Colormap: - <a href="ntqpaintdevice.html#x11Colormap">TQPaintDevice</a><li>x11DefaultColormap: - <a href="ntqpaintdevice.html#x11DefaultColormap">TQPaintDevice</a><li>x11DefaultVisual: - <a href="ntqpaintdevice.html#x11DefaultVisual">TQPaintDevice</a><li>x11Depth: - <a href="ntqpaintdevice.html#x11Depth">TQPaintDevice</a><li>x11Display: - <a href="qmotif.html#x11Display">TQMotif</a> <a href="ntqpaintdevice.html#x11Display">TQPaintDevice</a><li>x11Event: + <a href="tqpaintdevice.html#x11AppCells">TQPaintDevice</a><li>x11AppColormap: + <a href="tqpaintdevice.html#x11AppColormap">TQPaintDevice</a><li>x11AppDefaultColormap: + <a href="tqpaintdevice.html#x11AppDefaultColormap">TQPaintDevice</a><li>x11AppDefaultVisual: + <a href="tqpaintdevice.html#x11AppDefaultVisual">TQPaintDevice</a><li>x11AppDepth: + <a href="tqpaintdevice.html#x11AppDepth">TQPaintDevice</a><li>x11AppDisplay: + <a href="tqpaintdevice.html#x11AppDisplay">TQPaintDevice</a><li>x11AppDpiX: + <a href="tqpaintdevice.html#x11AppDpiX">TQPaintDevice</a><li>x11AppDpiY: + <a href="tqpaintdevice.html#x11AppDpiY">TQPaintDevice</a><li>x11AppRootWindow: + <a href="tqpaintdevice.html#x11AppRootWindow">TQPaintDevice</a><li>x11AppScreen: + <a href="tqpaintdevice.html#x11AppScreen">TQPaintDevice</a><li>x11AppVisual: + <a href="tqpaintdevice.html#x11AppVisual">TQPaintDevice</a><li>x11Cells: + <a href="tqpaintdevice.html#x11Cells">TQPaintDevice</a><li>x11Colormap: + <a href="tqpaintdevice.html#x11Colormap">TQPaintDevice</a><li>x11DefaultColormap: + <a href="tqpaintdevice.html#x11DefaultColormap">TQPaintDevice</a><li>x11DefaultVisual: + <a href="tqpaintdevice.html#x11DefaultVisual">TQPaintDevice</a><li>x11Depth: + <a href="tqpaintdevice.html#x11Depth">TQPaintDevice</a><li>x11Display: + <a href="qmotif.html#x11Display">TQMotif</a> <a href="tqpaintdevice.html#x11Display">TQPaintDevice</a><li>x11Event: <a href="tqwidget.html#x11Event">TQMotifWidget</a> <a href="tqwidget.html#x11Event">TQWidget</a> <a href="qxtwidget.html#x11Event">TQXtWidget</a><li>x11EventFilter: <a href="ntqapplication.html#x11EventFilter">TQApplication</a><li>x11ProcessEvent: <a href="ntqapplication.html#x11ProcessEvent">TQApplication</a><li>x11Screen: - <a href="ntqpaintdevice.html#x11Screen">TQPaintDevice</a><li>x11SetAppDpiX: - <a href="ntqpaintdevice.html#x11SetAppDpiX">TQPaintDevice</a><li>x11SetAppDpiY: - <a href="ntqpaintdevice.html#x11SetAppDpiY">TQPaintDevice</a><li>x11Visual: - <a href="ntqpaintdevice.html#x11Visual">TQPaintDevice</a><li>xForm: - <a href="tqbitmap.html#xForm">TQBitmap</a> <a href="tqimage.html#xForm">TQImage</a> <a href="ntqpainter.html#xForm">TQPainter</a> <a href="ntqpixmap.html#xForm">TQPixmap</a><li>xFormDev: - <a href="ntqpainter.html#xFormDev">TQPainter</a><li>xTilt: + <a href="tqpaintdevice.html#x11Screen">TQPaintDevice</a><li>x11SetAppDpiX: + <a href="tqpaintdevice.html#x11SetAppDpiX">TQPaintDevice</a><li>x11SetAppDpiY: + <a href="tqpaintdevice.html#x11SetAppDpiY">TQPaintDevice</a><li>x11Visual: + <a href="tqpaintdevice.html#x11Visual">TQPaintDevice</a><li>xForm: + <a href="tqbitmap.html#xForm">TQBitmap</a> <a href="tqimage.html#xForm">TQImage</a> <a href="tqpainter.html#xForm">TQPainter</a> <a href="ntqpixmap.html#xForm">TQPixmap</a><li>xFormDev: + <a href="tqpainter.html#xFormDev">TQPainter</a><li>xTilt: <a href="qtabletevent.html#xTilt">TQTabletEvent</a><li>xVelocity: <a href="tqcanvasitem.html#xVelocity">TQCanvasItem</a><li>xtWidget: <a href="qxtwidget.html#xtWidget">TQXtWidget</a><li><a name="y"></a> diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index 185c6e39d..108e9844b 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -75,7 +75,7 @@ Implementation: #include "ntqnp.h" // Include other TQt classes. -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqbuffer-h.html">tqbuffer.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -251,9 +251,9 @@ void Graph::<a href="tqwidget.html#setStyle">setStyle</a>(const char* stext) void <a name="f565"></a>Graph::paintError(const char* e) { - <a href="ntqpainter.html">TQPainter</a> p(this); + <a href="tqpainter.html">TQPainter</a> p(this); int w = <a href="tqwidget.html#width">width</a>(); -<a name="x2760"></a> p.<a href="ntqpainter.html#drawText">drawText</a>(w/8, 0, w-w/4, height(), AlignCenter|WordBreak, e); +<a name="x2760"></a> p.<a href="tqpainter.html#drawText">drawText</a>(w/8, 0, w-w/4, height(), AlignCenter|WordBreak, e); } void <a name="f566"></a>Graph::paintBar(TQPaintEvent* event) @@ -276,26 +276,26 @@ void <a name="f566"></a>Graph::paintBar(TQPaintEvent* event) const uint w = <a href="tqwidget.html#width">width</a>(); const uint h = <a href="tqwidget.html#height">height</a>(); - <a href="ntqpainter.html">TQPainter</a> p(this); + <a href="tqpainter.html">TQPainter</a> p(this); -<a name="x2762"></a> p.<a href="ntqpainter.html#setClipRect">setClipRect</a>(event->rect()); +<a name="x2762"></a> p.<a href="tqpainter.html#setClipRect">setClipRect</a>(event->rect()); <a name="x2771"></a> if ( w > data.<a href="tqptrlist.html#count">count</a>() ) { // More pixels than data int x = 0; int i = 0; - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm=<a href="tqwidget.html#fontMetrics">fontMetrics</a>(); -<a name="x2741"></a> int fh = fm.<a href="ntqfontmetrics.html#height">height</a>(); + <a href="tqfontmetrics.html">TQFontMetrics</a> fm=<a href="tqwidget.html#fontMetrics">fontMetrics</a>(); +<a name="x2741"></a> int fh = fm.<a href="tqfontmetrics.html#height">height</a>(); for (GraphModel::Datum* rowdata = data.<a href="tqptrlist.html#first">first</a>(); rowdata; rowdata = data.<a href="tqptrlist.html#next">next</a>()) { - <a href="ntqcolor.html">TQColor</a> c; -<a name="x2740"></a> c.<a href="ntqcolor.html#setHsv">setHsv</a>( (i * 255)/data.<a href="tqptrlist.html#count">count</a>(), 255, 255 );// rainbow effect - p.<a href="ntqpainter.html#setBrush">setBrush</a>(c); + <a href="tqcolor.html">TQColor</a> c; +<a name="x2740"></a> c.<a href="tqcolor.html#setHsv">setHsv</a>( (i * 255)/data.<a href="tqptrlist.html#count">count</a>(), 255, 255 );// rainbow effect + p.<a href="tqpainter.html#setBrush">setBrush</a>(c); int bw = (w-w/4-x)/(data.<a href="tqptrlist.html#count">count</a>()-i); int bh = int((h-h/4-1)*rowdata[0].dbl/max); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( w/8+x, h-h/8-1-bh, bw, bh ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( w/8+x, h-h/8-1-bh, bw, bh ); i++; x+=bw; @@ -312,12 +312,12 @@ void <a name="f566"></a>Graph::paintBar(TQPaintEvent* event) int bx = i*w/data.<a href="tqptrlist.html#count">count</a>(); if (bx > x) { - <a href="ntqcolor.html">TQColor</a> c; - c.<a href="ntqcolor.html#setHsv">setHsv</a>( (x * 255)/w, 255, 255 );// rainbow effect - p.<a href="ntqpainter.html#setPen">setPen</a>(c); + <a href="tqcolor.html">TQColor</a> c; + c.<a href="tqcolor.html#setHsv">setHsv</a>( (x * 255)/w, 255, 255 );// rainbow effect + p.<a href="tqpainter.html#setPen">setPen</a>(c); int bh = int(h*av/n/max); - p.<a href="ntqpainter.html#drawLine">drawLine</a>(x,h-1,x,h-bh); + p.<a href="tqpainter.html#drawLine">drawLine</a>(x,h-1,x,h-bh); av = 0.0; n = 0; @@ -364,23 +364,23 @@ void <a name="f567"></a>Graph::paintPie(TQPaintEvent* event) <a name="x2766"></a> pm.<a href="ntqpixmap.html#resize">resize</a>(<a href="tqwidget.html#width">width</a>(),height()); <a name="x2765"></a> pm.<a href="ntqpixmap.html#fill">fill</a>(<a href="tqwidget.html#backgroundColor">backgroundColor</a>()); - <a href="ntqpainter.html">TQPainter</a> p(&pm); -<a name="x2763"></a> p.<a href="ntqpainter.html#setFont">setFont</a>(<a href="tqwidget.html#font">font</a>()); + <a href="tqpainter.html">TQPainter</a> p(&pm); +<a name="x2763"></a> p.<a href="tqpainter.html#setFont">setFont</a>(<a href="tqwidget.html#font">font</a>()); - p.<a href="ntqpainter.html#setClipRect">setClipRect</a>(event->rect()); + p.<a href="tqpainter.html#setClipRect">setClipRect</a>(event->rect()); int i = 0; for (rowdata = data.<a href="tqptrlist.html#first">first</a>(); rowdata; rowdata = data.<a href="tqptrlist.html#next">next</a>()) { - <a href="ntqcolor.html">TQColor</a> c; + <a href="tqcolor.html">TQColor</a> c; - c.<a href="ntqcolor.html#setHsv">setHsv</a>( ( i * 255)/data.<a href="tqptrlist.html#count">count</a>(), 255, 255 );// rainbow effect - p.<a href="ntqpainter.html#setBrush">setBrush</a>( c ); // solid fill with color c + c.<a href="tqcolor.html#setHsv">setHsv</a>( ( i * 255)/data.<a href="tqptrlist.html#count">count</a>(), 255, 255 );// rainbow effect + p.<a href="tqpainter.html#setBrush">setBrush</a>( c ); // solid fill with color c int a = int(( rowdata[0].dbl * 360.0 ) / total * 16.0 + 0.5); -<a name="x2757"></a> p.<a href="ntqpainter.html#drawPie">drawPie</a>( w/10, h/10, xd, yd, -apos, -a ); +<a name="x2757"></a> p.<a href="tqpainter.html#drawPie">drawPie</a>( w/10, h/10, xd, yd, -apos, -a ); apos += a; i++; } @@ -396,22 +396,22 @@ void <a name="f567"></a>Graph::paintPie(TQPaintEvent* event) int y = int(sin(apos+a/2)*h*5/16 + h/2 + 0.5); // ### This causes a crash, so comment out for now - /*p.<a href="ntqpainter.html#drawText">drawText</a>(x-w/8, y-h/8, w/4, h/4, + /*p.<a href="tqpainter.html#drawText">drawText</a>(x-w/8, y-h/8, w/4, h/4, WordBreak|AlignCenter, *rowdata[1].str);*/ apos += a; } } - <a href="ntqpainter.html">TQPainter</a> p2(this); - p2.<a href="ntqpainter.html#setClipRect">setClipRect</a>(event->rect()); -<a name="x2758"></a> p2.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>(0,0,pm); + <a href="tqpainter.html">TQPainter</a> p2(this); + p2.<a href="tqpainter.html#setClipRect">setClipRect</a>(event->rect()); +<a name="x2758"></a> p2.<a href="tqpainter.html#drawPixmap">drawPixmap</a>(0,0,pm); } void <a name="f568"></a>Graph::paintWait(TQPaintEvent*) { - <a href="ntqpainter.html">TQPainter</a> p(this); - p.<a href="ntqpainter.html#drawText">drawText</a>(rect(), AlignCenter, "Loading..."); + <a href="tqpainter.html">TQPainter</a> p(this); + p.<a href="tqpainter.html#drawText">drawText</a>(rect(), AlignCenter, "Loading..."); } void Graph::<a href="tqwidget.html#paintEvent">paintEvent</a>(TQPaintEvent* event) diff --git a/doc/html/graphics.html b/doc/html/graphics.html index 78a0ca566..048af8b22 100644 --- a/doc/html/graphics.html +++ b/doc/html/graphics.html @@ -39,7 +39,7 @@ coordinate system.</a> <p> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqbitmap.html">TQBitmap</a></b><td>Monochrome (1-bit depth) pixmaps -<tr bgcolor=#f0f0f0><td><b><a href="ntqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter +<tr bgcolor=#f0f0f0><td><b><a href="tqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter <tr bgcolor=#f0f0f0><td><b><a href="tqcanvas.html">TQCanvas</a></b><td>2D area that can contain TQCanvasItem objects <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasellipse.html">TQCanvasEllipse</a></b><td>Ellipse or ellipse segment on a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasitem.html">TQCanvasItem</a></b><td>Abstract graphic object on a TQCanvas @@ -54,13 +54,13 @@ coordinate system.</a> <tr bgcolor=#f0f0f0><td><b><a href="tqcanvassprite.html">TQCanvasSprite</a></b><td>Animated canvas item on a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqcanvastext.html">TQCanvasText</a></b><td>Text object on a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasview.html">TQCanvasView</a></b><td>On-screen view of a TQCanvas -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors -<tr bgcolor=#f0f0f0><td><b><a href="qcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors -<tr bgcolor=#f0f0f0><td><b><a href="ntqfont.html">TQFont</a></b><td>Font used for drawing text -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontdatabase.html">TQFontDatabase</a></b><td>Information about the fonts available in the underlying window system -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontinfo.html">TQFontInfo</a></b><td>General information about fonts -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information +<tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values +<tr bgcolor=#f0f0f0><td><b><a href="tqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors +<tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors +<tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text +<tr bgcolor=#f0f0f0><td><b><a href="tqfontdatabase.html">TQFontDatabase</a></b><td>Information about the fonts available in the underlying window system +<tr bgcolor=#f0f0f0><td><b><a href="tqfontinfo.html">TQFontInfo</a></b><td>General information about fonts +<tr bgcolor=#f0f0f0><td><b><a href="tqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information <tr bgcolor=#f0f0f0><td><b><a href="ntqgl.html">TQGL</a></b><td>Namespace for miscellaneous identifiers in the TQt OpenGL module <tr bgcolor=#f0f0f0><td><b><a href="ntqglcolormap.html">TQGLColormap</a></b><td>Used for installing custom colormaps into TQGLWidgets <tr bgcolor=#f0f0f0><td><b><a href="qglcontext.html">TQGLContext</a></b><td>Encapsulates an OpenGL rendering context @@ -73,10 +73,10 @@ coordinate system.</a> <tr bgcolor=#f0f0f0><td><b><a href="tqimageformat.html">TQImageFormat</a></b><td>Incremental image decoder for a specific image format <tr bgcolor=#f0f0f0><td><b><a href="tqimageformattype.html">TQImageFormatType</a></b><td>Factory that makes TQImageFormat objects <tr bgcolor=#f0f0f0><td><b><a href="tqimageio.html">TQImageIO</a></b><td>Parameters for loading and saving images -<tr bgcolor=#f0f0f0><td><b><a href="ntqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses -<tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted -<tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device -<tr bgcolor=#f0f0f0><td><b><a href="ntqpainter.html">TQPainter</a></b><td>Does low-level painting e.g. on widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device +<tr bgcolor=#f0f0f0><td><b><a href="tqpainter.html">TQPainter</a></b><td>Does low-level painting e.g. on widgets <tr bgcolor=#f0f0f0><td><b><a href="ntqpalette.html">TQPalette</a></b><td>Color groups for each widget state <tr bgcolor=#f0f0f0><td><b><a href="ntqpen.html">TQPen</a></b><td>Defines how a TQPainter should draw lines and outlines of shapes <tr bgcolor=#f0f0f0><td><b><a href="ntqpicture.html">TQPicture</a></b><td>Paint device that records and replays TQPainter commands diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 1bc95c57c..b1a6ad4cc 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -58,7 +58,7 @@ qwheelevent.h ntqevent.h qtabletevent.h ntqevent.h qkeyevent.h ntqevent.h qfocusevent.h ntqevent.h -qpaintevent.h ntqevent.h +tqpaintevent.h ntqevent.h qmoveevent.h ntqevent.h qresizeevent.h ntqevent.h qcloseevent.h ntqevent.h @@ -121,7 +121,7 @@ qnpwidget.h ntqnp.h qnpinstance.h ntqnp.h qnplugin.h ntqnp.h tqobjectlistiterator.h tqobjectlist.h -qcolorgroup.h ntqpalette.h +tqcolorgroup.h ntqpalette.h qpngimagepacker.h ntqpngio.h tqptrdictiterator.h tqptrdict.h tqptrlistiterator.h tqptrlist.h diff --git a/doc/html/headers.html b/doc/html/headers.html index bd7b6ea92..9343c2576 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; } <li><a href="tqbig5codec-h.html">tqbig5codec.h</a> <li><a href="tqbitarray-h.html">tqbitarray.h</a> <li><a href="tqbitmap-h.html">tqbitmap.h</a> -<li><a href="qbrush-h.html">ntqbrush.h</a> +<li><a href="tqbrush-h.html">tqbrush.h</a> <li><a href="tqbuffer-h.html">tqbuffer.h</a> <li><a href="qbutton-h.html">ntqbutton.h</a> <li><a href="qbuttongroup-h.html">ntqbuttongroup.h</a> @@ -56,8 +56,8 @@ body { background: #ffffff; color: black; } <li><a href="qcdestyle-h.html">ntqcdestyle.h</a> <li><a href="qcheckbox-h.html">ntqcheckbox.h</a> <li><a href="tqclipboard-h.html">tqclipboard.h</a> -<li><a href="qcolor-h.html">ntqcolor.h</a> -<li><a href="qcolordialog-h.html">ntqcolordialog.h</a> +<li><a href="tqcolor-h.html">tqcolor.h</a> +<li><a href="tqcolordialog-h.html">tqcolordialog.h</a> <li><a href="qcombobox-h.html">ntqcombobox.h</a> <li><a href="qcommonstyle-h.html">ntqcommonstyle.h</a> <li><a href="tqcstring-h.html">tqcstring.h</a> @@ -91,11 +91,11 @@ body { background: #ffffff; color: black; } <li><a href="tqfiledialog-h.html">tqfiledialog.h</a> <li><a href="tqfileinfo-h.html">tqfileinfo.h</a> <li><a href="qfocusdata-h.html">ntqfocusdata.h</a> -<li><a href="qfont-h.html">ntqfont.h</a> -<li><a href="qfontdatabase-h.html">ntqfontdatabase.h</a> -<li><a href="qfontdialog-h.html">ntqfontdialog.h</a> -<li><a href="qfontinfo-h.html">ntqfontinfo.h</a> -<li><a href="qfontmetrics-h.html">ntqfontmetrics.h</a> +<li><a href="tqfont-h.html">tqfont.h</a> +<li><a href="tqfontdatabase-h.html">tqfontdatabase.h</a> +<li><a href="tqfontdialog-h.html">tqfontdialog.h</a> +<li><a href="tqfontinfo-h.html">tqfontinfo.h</a> +<li><a href="tqfontmetrics-h.html">tqfontmetrics.h</a> <li><a href="qframe-h.html">ntqframe.h</a> <li><a href="tqftp-h.html">tqftp.h</a> <li><a href="tqgb18030codec-h.html">tqgb18030codec.h</a> @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="qmotifplusstyle-h.html">ntqmotifplusstyle.h</a> <li><a href="qmotifstyle-h.html">ntqmotifstyle.h</a> <li><a href="qmotifwidget-h.html">qmotifwidget.h</a> -<li><a href="qmovie-h.html">ntqmovie.h</a> +<li><a href="tqmovie-h.html">tqmovie.h</a> <li><a href="qmultilineedit-h.html">ntqmultilineedit.h</a> <li><a href="tqmutex-h.html">tqmutex.h</a> <li><a href="qnamespace-h.html">ntqnamespace.h</a> @@ -154,9 +154,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject-h.html">tqobject.h</a> <li><a href="tqobjectcleanuphandler-h.html">tqobjectcleanuphandler.h</a> <li><a href="tqobjectlist-h.html">tqobjectlist.h</a> -<li><a href="qpaintdevice-h.html">ntqpaintdevice.h</a> -<li><a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a> -<li><a href="qpainter-h.html">ntqpainter.h</a> +<li><a href="tqpaintdevice-h.html">tqpaintdevice.h</a> +<li><a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a> +<li><a href="tqpainter-h.html">tqpainter.h</a> <li><a href="tqpair-h.html">tqpair.h</a> <li><a href="qpalette-h.html">ntqpalette.h</a> <li><a href="qpen-h.html">ntqpen.h</a> diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index a57cd3035..3d1dd7234 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -62,7 +62,7 @@ signals: void clicked(); protected: void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private slots: void animate(); private: @@ -88,7 +88,7 @@ private: #include "hello.h" #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -139,7 +139,7 @@ void <a name="f474"></a>Hello::animate() pixmap is then blt'ed to the screen. */ -void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { static int sin_tbl[16] = { 0, 38, 71, 92, 100, 92, 71, 38, 0, -38, -71, -92, -100, -92, -71, -38}; @@ -148,9 +148,9 @@ void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintev return; // 1: Compute some sizes, positions etc. - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); -<a name="x1631"></a> int w = fm.<a href="ntqfontmetrics.html#width">width</a>(t) + 20; -<a name="x1630"></a> int h = fm.<a href="ntqfontmetrics.html#height">height</a>() * 2; + <a href="tqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); +<a name="x1631"></a> int w = fm.<a href="tqfontmetrics.html#width">width</a>(t) + 20; +<a name="x1630"></a> int h = fm.<a href="tqfontmetrics.html#height">height</a>() * 2; int pmx = <a href="tqwidget.html#width">width</a>()/2 - w/2; int pmy = <a href="tqwidget.html#height">height</a>()/2 - h/2; @@ -159,20 +159,20 @@ void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintev <a name="x1638"></a> pm.<a href="ntqpixmap.html#fill">fill</a>( this, pmx, pmy ); // 3: Paint the pixmap. Cool wave effect - <a href="ntqpainter.html">TQPainter</a> p; + <a href="tqpainter.html">TQPainter</a> p; int x = 10; -<a name="x1629"></a> int y = h/2 + fm.<a href="ntqfontmetrics.html#descent">descent</a>(); +<a name="x1629"></a> int y = h/2 + fm.<a href="tqfontmetrics.html#descent">descent</a>(); int i = 0; -<a name="x1633"></a> p.<a href="ntqpainter.html#begin">begin</a>( &pm ); -<a name="x1636"></a> p.<a href="ntqpainter.html#setFont">setFont</a>( <a href="tqwidget.html#font">font</a>() ); +<a name="x1633"></a> p.<a href="tqpainter.html#begin">begin</a>( &pm ); +<a name="x1636"></a> p.<a href="tqpainter.html#setFont">setFont</a>( <a href="tqwidget.html#font">font</a>() ); while ( !t[i].isNull() ) { int i16 = (b+i) & 15; - p.<a href="ntqpainter.html#setPen">setPen</a>( TQColor((15-i16)*16,255,255,TQColor::Hsv) ); - p.<a href="ntqpainter.html#drawText">drawText</a>( x, y-sin_tbl[i16]*h/800, t.mid(i,1), 1 ); - x += fm.<a href="ntqfontmetrics.html#width">width</a>( t[i] ); + p.<a href="tqpainter.html#setPen">setPen</a>( TQColor((15-i16)*16,255,255,TQColor::Hsv) ); + p.<a href="tqpainter.html#drawText">drawText</a>( x, y-sin_tbl[i16]*h/800, t.mid(i,1), 1 ); + x += fm.<a href="tqfontmetrics.html#width">width</a>( t[i] ); i++; } -<a name="x1635"></a> p.<a href="ntqpainter.html#end">end</a>(); +<a name="x1635"></a> p.<a href="tqpainter.html#end">end</a>(); // 4: Copy the pixmap to the Hello widget <a href="tqimage.html#bitBlt">bitBlt</a>( this, pmx, pmy, &pm ); diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index ba097e294..e57fc7eb1 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -138,8 +138,8 @@ private: #include <<a href="tqdatastream-h.html">tqdatastream.h</a>> #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="qsimplerichtext-h.html">ntqsimplerichtext.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> -#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> +#include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>> #include <ctype.h> @@ -344,13 +344,13 @@ void <a name="f358"></a>HelpWindow::print() <a href="ntqprinter.html">TQPrinter</a> printer( TQPrinter::HighResolution ); <a name="x1006"></a> printer.<a href="ntqprinter.html#setFullPage">setFullPage</a>(TRUE); <a name="x1007"></a> if ( printer.<a href="ntqprinter.html#setup">setup</a>( this ) ) { - <a href="ntqpainter.html">TQPainter</a> p( &printer ); -<a name="x1002"></a> if( !p.<a href="ntqpainter.html#isActive">isActive</a>() ) // starting printing failed + <a href="tqpainter.html">TQPainter</a> p( &printer ); +<a name="x1002"></a> if( !p.<a href="tqpainter.html#isActive">isActive</a>() ) // starting printing failed return; -<a name="x999"></a> <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics(p.<a href="ntqpainter.html#device">device</a>()); -<a name="x997"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); +<a name="x999"></a> <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics(p.<a href="tqpainter.html#device">device</a>()); +<a name="x997"></a> int dpiy = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins -<a name="x998"></a><a name="x996"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); +<a name="x998"></a><a name="x996"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - 2*margin ); <a name="x1032"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( browser-><a href="tqtextedit.html#text">text</a>(), TQFont(), <a name="x1028"></a> browser-><a href="tqtextedit.html#context">context</a>(), @@ -362,9 +362,9 @@ void <a name="f358"></a>HelpWindow::print() do { <a name="x1014"></a> richText.<a href="ntqsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); <a name="x1010"></a> view.<a href="ntqrect.html#moveBy">moveBy</a>( 0, view.<a href="ntqrect.html#height">height</a>() ); - p.<a href="ntqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); -<a name="x1018"></a><a name="x1001"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>(page) ), -<a name="x1008"></a> view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number(page) ); + p.<a href="tqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); +<a name="x1018"></a><a name="x1001"></a> p.<a href="tqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>(page) ), +<a name="x1008"></a> view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number(page) ); <a name="x1015"></a> if ( view.<a href="ntqrect.html#top">top</a>() - margin >= richText.<a href="ntqsimplerichtext.html#height">height</a>() ) break; <a name="x1005"></a> printer.<a href="ntqprinter.html#newPage">newPage</a>(); diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 6a1cb7c12..192908063 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -56,8 +56,8 @@ classes in the TQt API. <li><a href="tqcanvaspixmaparray.html">TQCanvasPixmapArray</a> <li><a href="qchar.html">TQChar</a> <li><a href="qcharref.html">TQCharRef</a> -<li><a href="ntqcolor.html">TQColor</a> -<li><a href="qcolorgroup.html">TQColorGroup</a> +<li><a href="tqcolor.html">TQColor</a> +<li><a href="tqcolorgroup.html">TQColorGroup</a> <li><a href="qconststring.html">TQConstString</a> <li><a href="tqdatastream.html">TQDataStream</a> <li><a href="tqdate.html">TQDate</a> @@ -92,10 +92,10 @@ classes in the TQt API. <li><a href="tqfileinfo.html">TQFileInfo</a> <li><a href="tqfilepreview.html">TQFilePreview</a> <li><a href="ntqfocusdata.html">TQFocusData</a> -<li><a href="ntqfont.html">TQFont</a> -<li><a href="ntqfontdatabase.html">TQFontDatabase</a> -<li><a href="ntqfontinfo.html">TQFontInfo</a> -<li><a href="ntqfontmetrics.html">TQFontMetrics</a> +<li><a href="tqfont.html">TQFont</a> +<li><a href="tqfontdatabase.html">TQFontDatabase</a> +<li><a href="tqfontinfo.html">TQFontInfo</a> +<li><a href="tqfontmetrics.html">TQFontMetrics</a> <li><a href="ntqgl.html">TQGL</a> <ul> <li><a href="qglcontext.html">TQGLContext</a> @@ -160,12 +160,12 @@ classes in the TQt API. <li><a href="qmetaproperty.html">TQMetaProperty</a> <li><a href="tqmimesource.html">TQMimeSource</a> <li><a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> -<li><a href="ntqmovie.html">TQMovie</a> +<li><a href="tqmovie.html">TQMovie</a> <li><a href="tqmutex.html">TQMutex</a> <li><a href="tqmutexlocker.html">TQMutexLocker</a> <li><a href="qnplugin.html">TQNPlugin</a> <li><a href="qnpstream.html">TQNPStream</a> -<li><a href="ntqpaintdevice.html">TQPaintDevice</a> +<li><a href="tqpaintdevice.html">TQPaintDevice</a> <ul> <li><a href="ntqpicture.html">TQPicture</a> <li><a href="ntqpixmap.html">TQPixmap</a> @@ -175,7 +175,7 @@ classes in the TQt API. </ul> <li><a href="ntqprinter.html">TQPrinter</a> </ul> -<li><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> +<li><a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> <li><a href="tqpair.html">TQPair</a> <li><a href="ntqpalette.html">TQPalette</a> <li><a href="ntqpixmapcache.html">TQPixmapCache</a> @@ -240,7 +240,7 @@ classes in the TQt API. <li><a href="tqstyleplugin.html">TQStylePlugin</a> <li><a href="ntqt.html">TQt</a> <ul> -<li><a href="ntqbrush.html">TQBrush</a> +<li><a href="tqbrush.html">TQBrush</a> <li><a href="tqcanvasitem.html">TQCanvasItem</a> <ul> <li><a href="tqcanvaspolygonalitem.html">TQCanvasPolygonalItem</a> @@ -279,7 +279,7 @@ classes in the TQt API. <li><a href="qkeyevent.html">TQKeyEvent</a> <li><a href="qmouseevent.html">TQMouseEvent</a> <li><a href="qmoveevent.html">TQMoveEvent</a> -<li><a href="qpaintevent.html">TQPaintEvent</a> +<li><a href="tqpaintevent.html">TQPaintEvent</a> <li><a href="qresizeevent.html">TQResizeEvent</a> <li><a href="qshowevent.html">TQShowEvent</a> <li><a href="qtabletevent.html">TQTabletEvent</a> @@ -407,10 +407,10 @@ classes in the TQt API. <li><a href="ntqdial.html">TQDial</a> <li><a href="ntqdialog.html">TQDialog</a> <ul> -<li><a href="ntqcolordialog.html">TQColorDialog</a> +<li><a href="tqcolordialog.html">TQColorDialog</a> <li><a href="ntqerrormessage.html">TQErrorMessage</a> <li><a href="tqfiledialog.html">TQFileDialog</a> -<li><a href="ntqfontdialog.html">TQFontDialog</a> +<li><a href="tqfontdialog.html">TQFontDialog</a> <li><a href="ntqinputdialog.html">TQInputDialog</a> <li><a href="ntqmessagebox.html">TQMessageBox</a> <li><a href="qmotifdialog.html">TQMotifDialog</a> @@ -484,7 +484,7 @@ classes in the TQt API. <li><a href="tqworkspace.html">TQWorkspace</a> <li><a href="qxtwidget.html">TQXtWidget</a> </ul> -<li><a href="ntqpainter.html">TQPainter</a> +<li><a href="tqpainter.html">TQPainter</a> <li><a href="ntqpen.html">TQPen</a> <li><a href="tqstylesheetitem.html">TQStyleSheetItem</a> <li><a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a> diff --git a/doc/html/i18n.html b/doc/html/i18n.html index f2b0251f0..1a1dbca19 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -140,13 +140,13 @@ and completely encapsulated in TQt's text engine. This means that you don't need to have any knowledge about the writing system used in a particular language, except for the following small points: <ul> -<p> <li> <a href="ntqpainter.html#drawText">TQPainter::drawText</a>( int x, int y, const <a href="tqstring.html">TQString</a> &str ) will always +<p> <li> <a href="tqpainter.html#drawText">TQPainter::drawText</a>( int x, int y, const <a href="tqstring.html">TQString</a> &str ) will always draw the string with it's left edge at the position specified with the x, y parameters. This will usually give you left aligned strings. Arabic and Hebrew application strings are usually right aligned, so for these languages use the version of drawText() that takes a <a href="ntqrect.html">TQRect</a> since this will align in accordance with the language. -<p> <li> When you write your own text input controls, use <a href="ntqfontmetrics.html#charWidth">TQFontMetrics::charWidth</a>() to determine the width of a character in a +<p> <li> When you write your own text input controls, use <a href="tqfontmetrics.html#charWidth">TQFontMetrics::charWidth</a>() to determine the width of a character in a string. In some languages (e.g. Arabic or languages from the Indian subcontinent), the width and shape of a glyph changes depending on the surrounding characters. Writing input controls usually requires a diff --git a/doc/html/images.html b/doc/html/images.html index b983544fc..6906cc745 100644 --- a/doc/html/images.html +++ b/doc/html/images.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } <p> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqbitmap.html">TQBitmap</a></b><td>Monochrome (1-bit depth) pixmaps -<tr bgcolor=#f0f0f0><td><b><a href="ntqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter +<tr bgcolor=#f0f0f0><td><b><a href="tqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter <tr bgcolor=#f0f0f0><td><b><a href="tqcanvas.html">TQCanvas</a></b><td>2D area that can contain TQCanvasItem objects <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasellipse.html">TQCanvasEllipse</a></b><td>Ellipse or ellipse segment on a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasitem.html">TQCanvasItem</a></b><td>Abstract graphic object on a TQCanvas @@ -51,8 +51,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqcanvassprite.html">TQCanvasSprite</a></b><td>Animated canvas item on a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqcanvastext.html">TQCanvasText</a></b><td>Text object on a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasview.html">TQCanvasView</a></b><td>On-screen view of a TQCanvas -<tr bgcolor=#f0f0f0><td><b><a href="ntqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values -<tr bgcolor=#f0f0f0><td><b><a href="qcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors +<tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values +<tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors <tr bgcolor=#f0f0f0><td><b><a href="ntqgl.html">TQGL</a></b><td>Namespace for miscellaneous identifiers in the TQt OpenGL module <tr bgcolor=#f0f0f0><td><b><a href="ntqglcolormap.html">TQGLColormap</a></b><td>Used for installing custom colormaps into TQGLWidgets <tr bgcolor=#f0f0f0><td><b><a href="qglcontext.html">TQGLContext</a></b><td>Encapsulates an OpenGL rendering context @@ -65,10 +65,10 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqimageformat.html">TQImageFormat</a></b><td>Incremental image decoder for a specific image format <tr bgcolor=#f0f0f0><td><b><a href="tqimageformattype.html">TQImageFormatType</a></b><td>Factory that makes TQImageFormat objects <tr bgcolor=#f0f0f0><td><b><a href="tqimageio.html">TQImageIO</a></b><td>Parameters for loading and saving images -<tr bgcolor=#f0f0f0><td><b><a href="ntqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses -<tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted -<tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device -<tr bgcolor=#f0f0f0><td><b><a href="ntqpainter.html">TQPainter</a></b><td>Does low-level painting e.g. on widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted +<tr bgcolor=#f0f0f0><td><b><a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device +<tr bgcolor=#f0f0f0><td><b><a href="tqpainter.html">TQPainter</a></b><td>Does low-level painting e.g. on widgets <tr bgcolor=#f0f0f0><td><b><a href="ntqpalette.html">TQPalette</a></b><td>Color groups for each widget state <tr bgcolor=#f0f0f0><td><b><a href="ntqpen.html">TQPen</a></b><td>Defines how a TQPainter should draw lines and outlines of shapes <tr bgcolor=#f0f0f0><td><b><a href="ntqpicture.html">TQPicture</a></b><td>Paint device that records and replays TQPainter commands diff --git a/doc/html/index b/doc/html/index index a5640e900..de67d3089 100644 --- a/doc/html/index +++ b/doc/html/index @@ -11,7 +11,7 @@ "A qt-interest mail archive search" archivesearch-example.html "A simple HTTP daemon" httpd-example.html "A simple NNTP implementation" networkprotocol-example.html -"A simple demonstration of QFont member functions" simple-font-demo-example.html +"A simple demonstration of TQFont member functions" simple-font-demo-example.html "A simple mail client" mail-example.html "A small client-server example" clientserver-example.html "A tiny SAX2 parser" tagreader-example.html @@ -443,19 +443,19 @@ "QBoxLayout::setStretchFactor" qboxlayout.html#setStretchFactor "QBoxLayout::sizeHint" qboxlayout.html#sizeHint "QBoxLayout::~QBoxLayout" qboxlayout.html#~QBoxLayout -"QBrush" ntqbrush.html -"QBrush::color" ntqbrush.html#color -"QBrush::copy" ntqbrush.html#copy -"QBrush::detach" ntqbrush.html#detach -"QBrush::operator!=" ntqbrush.html#operator!-eq -"QBrush::operator=" ntqbrush.html#operator-eq -"QBrush::operator==" ntqbrush.html#operator-eq-eq -"QBrush::pixmap" ntqbrush.html#pixmap -"QBrush::setColor" ntqbrush.html#setColor -"QBrush::setPixmap" ntqbrush.html#setPixmap -"QBrush::setStyle" ntqbrush.html#setStyle -"QBrush::style" ntqbrush.html#style -"QBrush::~QBrush" ntqbrush.html#~QBrush +"TQBrush" tqbrush.html +"TQBrush::color" tqbrush.html#color +"TQBrush::copy" tqbrush.html#copy +"TQBrush::detach" tqbrush.html#detach +"TQBrush::operator!=" tqbrush.html#operator!-eq +"TQBrush::operator=" tqbrush.html#operator-eq +"TQBrush::operator==" tqbrush.html#operator-eq-eq +"TQBrush::pixmap" tqbrush.html#pixmap +"TQBrush::setColor" tqbrush.html#setColor +"TQBrush::setPixmap" tqbrush.html#setPixmap +"TQBrush::setStyle" tqbrush.html#setStyle +"TQBrush::style" tqbrush.html#style +"TQBrush::~TQBrush" tqbrush.html#~TQBrush "TQBuffer" tqbuffer.html "TQBuffer::buffer" tqbuffer.html#buffer "TQBuffer::setBuffer" tqbuffer.html#setBuffer @@ -881,79 +881,79 @@ "QCloseEvent::accept" qcloseevent.html#accept "QCloseEvent::ignore" qcloseevent.html#ignore "QCloseEvent::isAccepted" qcloseevent.html#isAccepted -"TQColor" ntqcolor.html -"TQColor::Spec" ntqcolor.html#Spec -"TQColor::alloc" ntqcolor.html#alloc -"TQColor::blue" ntqcolor.html#blue -"TQColor::cleanup" ntqcolor.html#cleanup -"TQColor::colorNames" ntqcolor.html#colorNames -"TQColor::currentAllocContext" ntqcolor.html#currentAllocContext -"TQColor::dark" ntqcolor.html#dark -"TQColor::destroyAllocContext" ntqcolor.html#destroyAllocContext -"TQColor::enterAllocContext" ntqcolor.html#enterAllocContext -"TQColor::getHsv" ntqcolor.html#getHsv -"TQColor::getRgb" ntqcolor.html#getRgb -"TQColor::green" ntqcolor.html#green -"TQColor::initGlobalColors" ntqcolor.html#initGlobalColors -"TQColor::initialize" ntqcolor.html#initialize -"TQColor::isValid" ntqcolor.html#isValid -"TQColor::leaveAllocContext" ntqcolor.html#leaveAllocContext -"TQColor::light" ntqcolor.html#light -"TQColor::maxColors" ntqcolor.html#maxColors -"TQColor::name" ntqcolor.html#name -"TQColor::numBitPlanes" ntqcolor.html#numBitPlanes -"TQColor::operator!=" ntqcolor.html#operator!-eq -"TQColor::operator=" ntqcolor.html#operator-eq -"TQColor::operator==" ntqcolor.html#operator-eq-eq -"TQColor::pixel" ntqcolor.html#pixel -"TQColor::red" ntqcolor.html#red -"TQColor::rgb" ntqcolor.html#rgb -"TQColor::setHsv" ntqcolor.html#setHsv -"TQColor::setNamedColor" ntqcolor.html#setNamedColor -"TQColor::setRgb" ntqcolor.html#setRgb -"QColorDialog" ntqcolordialog.html -"QColorDialog::color" ntqcolordialog.html#color -"QColorDialog::customColor" ntqcolordialog.html#customColor -"QColorDialog::customCount" ntqcolordialog.html#customCount -"QColorDialog::getColor" ntqcolordialog.html#getColor -"QColorDialog::getRgba" ntqcolordialog.html#getRgba -"QColorDialog::selectColor" ntqcolordialog.html#selectColor -"QColorDialog::selectedAlpha" ntqcolordialog.html#selectedAlpha -"QColorDialog::setColor" ntqcolordialog.html#setColor -"QColorDialog::setCustomColor" ntqcolordialog.html#setCustomColor -"QColorDialog::setSelectedAlpha" ntqcolordialog.html#setSelectedAlpha -"QColorDialog::setStandardColor" ntqcolordialog.html#setStandardColor -"QColorDialog::~QColorDialog" ntqcolordialog.html#~QColorDialog +"TQColor" tqcolor.html +"TQColor::Spec" tqcolor.html#Spec +"TQColor::alloc" tqcolor.html#alloc +"TQColor::blue" tqcolor.html#blue +"TQColor::cleanup" tqcolor.html#cleanup +"TQColor::colorNames" tqcolor.html#colorNames +"TQColor::currentAllocContext" tqcolor.html#currentAllocContext +"TQColor::dark" tqcolor.html#dark +"TQColor::destroyAllocContext" tqcolor.html#destroyAllocContext +"TQColor::enterAllocContext" tqcolor.html#enterAllocContext +"TQColor::getHsv" tqcolor.html#getHsv +"TQColor::getRgb" tqcolor.html#getRgb +"TQColor::green" tqcolor.html#green +"TQColor::initGlobalColors" tqcolor.html#initGlobalColors +"TQColor::initialize" tqcolor.html#initialize +"TQColor::isValid" tqcolor.html#isValid +"TQColor::leaveAllocContext" tqcolor.html#leaveAllocContext +"TQColor::light" tqcolor.html#light +"TQColor::maxColors" tqcolor.html#maxColors +"TQColor::name" tqcolor.html#name +"TQColor::numBitPlanes" tqcolor.html#numBitPlanes +"TQColor::operator!=" tqcolor.html#operator!-eq +"TQColor::operator=" tqcolor.html#operator-eq +"TQColor::operator==" tqcolor.html#operator-eq-eq +"TQColor::pixel" tqcolor.html#pixel +"TQColor::red" tqcolor.html#red +"TQColor::rgb" tqcolor.html#rgb +"TQColor::setHsv" tqcolor.html#setHsv +"TQColor::setNamedColor" tqcolor.html#setNamedColor +"TQColor::setRgb" tqcolor.html#setRgb +"TQColorDialog" tqcolordialog.html +"TQColorDialog::color" tqcolordialog.html#color +"TQColorDialog::customColor" tqcolordialog.html#customColor +"TQColorDialog::customCount" tqcolordialog.html#customCount +"TQColorDialog::getColor" tqcolordialog.html#getColor +"TQColorDialog::getRgba" tqcolordialog.html#getRgba +"TQColorDialog::selectColor" tqcolordialog.html#selectColor +"TQColorDialog::selectedAlpha" tqcolordialog.html#selectedAlpha +"TQColorDialog::setColor" tqcolordialog.html#setColor +"TQColorDialog::setCustomColor" tqcolordialog.html#setCustomColor +"TQColorDialog::setSelectedAlpha" tqcolordialog.html#setSelectedAlpha +"TQColorDialog::setStandardColor" tqcolordialog.html#setStandardColor +"TQColorDialog::~TQColorDialog" tqcolordialog.html#~TQColorDialog "TQColorDrag" tqcolordrag.html "TQColorDrag::canDecode" tqcolordrag.html#canDecode "TQColorDrag::decode" tqcolordrag.html#decode "TQColorDrag::setColor" tqcolordrag.html#setColor -"QColorGroup" qcolorgroup.html -"QColorGroup::ColorRole" qcolorgroup.html#ColorRole -"QColorGroup::background" qcolorgroup.html#background -"QColorGroup::base" qcolorgroup.html#base -"QColorGroup::brightText" qcolorgroup.html#brightText -"QColorGroup::brush" qcolorgroup.html#brush -"QColorGroup::button" qcolorgroup.html#button -"QColorGroup::buttonText" qcolorgroup.html#buttonText -"QColorGroup::color" qcolorgroup.html#color -"QColorGroup::dark" qcolorgroup.html#dark -"QColorGroup::foreground" qcolorgroup.html#foreground -"QColorGroup::highlight" qcolorgroup.html#highlight -"QColorGroup::highlightedText" qcolorgroup.html#highlightedText -"QColorGroup::light" qcolorgroup.html#light -"QColorGroup::link" qcolorgroup.html#link -"QColorGroup::linkVisited" qcolorgroup.html#linkVisited -"QColorGroup::mid" qcolorgroup.html#mid -"QColorGroup::midlight" qcolorgroup.html#midlight -"QColorGroup::operator!=" qcolorgroup.html#operator!-eq -"QColorGroup::operator=" qcolorgroup.html#operator-eq -"QColorGroup::operator==" qcolorgroup.html#operator-eq-eq -"QColorGroup::setBrush" qcolorgroup.html#setBrush -"QColorGroup::setColor" qcolorgroup.html#setColor -"QColorGroup::shadow" qcolorgroup.html#shadow -"QColorGroup::text" qcolorgroup.html#text -"QColorGroup::~QColorGroup" qcolorgroup.html#~QColorGroup +"TQColorGroup" tqcolorgroup.html +"TQColorGroup::ColorRole" tqcolorgroup.html#ColorRole +"TQColorGroup::background" tqcolorgroup.html#background +"TQColorGroup::base" tqcolorgroup.html#base +"TQColorGroup::brightText" tqcolorgroup.html#brightText +"TQColorGroup::brush" tqcolorgroup.html#brush +"TQColorGroup::button" tqcolorgroup.html#button +"TQColorGroup::buttonText" tqcolorgroup.html#buttonText +"TQColorGroup::color" tqcolorgroup.html#color +"TQColorGroup::dark" tqcolorgroup.html#dark +"TQColorGroup::foreground" tqcolorgroup.html#foreground +"TQColorGroup::highlight" tqcolorgroup.html#highlight +"TQColorGroup::highlightedText" tqcolorgroup.html#highlightedText +"TQColorGroup::light" tqcolorgroup.html#light +"TQColorGroup::link" tqcolorgroup.html#link +"TQColorGroup::linkVisited" tqcolorgroup.html#linkVisited +"TQColorGroup::mid" tqcolorgroup.html#mid +"TQColorGroup::midlight" tqcolorgroup.html#midlight +"TQColorGroup::operator!=" tqcolorgroup.html#operator!-eq +"TQColorGroup::operator=" tqcolorgroup.html#operator-eq +"TQColorGroup::operator==" tqcolorgroup.html#operator-eq-eq +"TQColorGroup::setBrush" tqcolorgroup.html#setBrush +"TQColorGroup::setColor" tqcolorgroup.html#setColor +"TQColorGroup::shadow" tqcolorgroup.html#shadow +"TQColorGroup::text" tqcolorgroup.html#text +"TQColorGroup::~TQColorGroup" tqcolorgroup.html#~TQColorGroup "QComboBox" ntqcombobox.html "QComboBox::Policy" ntqcombobox.html#Policy "QComboBox::activated" ntqcombobox.html#activated @@ -2056,120 +2056,120 @@ "QFocusEvent::reason" qfocusevent.html#reason "QFocusEvent::resetReason" qfocusevent.html#resetReason "QFocusEvent::setReason" qfocusevent.html#setReason -"QFont" ntqfont.html -"QFont::Script" ntqfont.html#Script -"QFont::Stretch" ntqfont.html#Stretch -"QFont::StyleHint" ntqfont.html#StyleHint -"QFont::StyleStrategy" ntqfont.html#StyleStrategy -"QFont::Weight" ntqfont.html#Weight -"QFont::bold" ntqfont.html#bold -"QFont::deciPointSize" ntqfont.html#deciPointSize -"QFont::defaultFamily" ntqfont.html#defaultFamily -"QFont::dirty" ntqfont.html#dirty -"QFont::exactMatch" ntqfont.html#exactMatch -"QFont::family" ntqfont.html#family -"QFont::fixedPitch" ntqfont.html#fixedPitch -"QFont::fromString" ntqfont.html#fromString -"QFont::handle" ntqfont.html#handle -"QFont::insertSubstitution" ntqfont.html#insertSubstitution -"QFont::insertSubstitutions" ntqfont.html#insertSubstitutions -"QFont::isCopyOf" ntqfont.html#isCopyOf -"QFont::italic" ntqfont.html#italic -"QFont::key" ntqfont.html#key -"QFont::lastResortFamily" ntqfont.html#lastResortFamily -"QFont::lastResortFont" ntqfont.html#lastResortFont -"QFont::operator!=" ntqfont.html#operator!-eq -"QFont::operator=" ntqfont.html#operator-eq -"QFont::operator==" ntqfont.html#operator-eq-eq -"QFont::overline" ntqfont.html#overline -"QFont::pixelSize" ntqfont.html#pixelSize -"QFont::pointSize" ntqfont.html#pointSize -"QFont::pointSizeFloat" ntqfont.html#pointSizeFloat -"QFont::rawMode" ntqfont.html#rawMode -"QFont::rawName" ntqfont.html#rawName -"QFont::removeSubstitution" ntqfont.html#removeSubstitution -"QFont::resolve" ntqfont.html#resolve -"QFont::setBold" ntqfont.html#setBold -"QFont::setFamily" ntqfont.html#setFamily -"QFont::setFixedPitch" ntqfont.html#setFixedPitch -"QFont::setItalic" ntqfont.html#setItalic -"QFont::setOverline" ntqfont.html#setOverline -"QFont::setPixelSize" ntqfont.html#setPixelSize -"QFont::setPointSize" ntqfont.html#setPointSize -"QFont::setPointSizeFloat" ntqfont.html#setPointSizeFloat -"QFont::setRawMode" ntqfont.html#setRawMode -"QFont::setRawName" ntqfont.html#setRawName -"QFont::setStretch" ntqfont.html#setStretch -"QFont::setStrikeOut" ntqfont.html#setStrikeOut -"QFont::setStyleHint" ntqfont.html#setStyleHint -"QFont::setStyleStrategy" ntqfont.html#setStyleStrategy -"QFont::setUnderline" ntqfont.html#setUnderline -"QFont::setWeight" ntqfont.html#setWeight -"QFont::stretch" ntqfont.html#stretch -"QFont::strikeOut" ntqfont.html#strikeOut -"QFont::styleHint" ntqfont.html#styleHint -"QFont::styleStrategy" ntqfont.html#styleStrategy -"QFont::substitute" ntqfont.html#substitute -"QFont::substitutes" ntqfont.html#substitutes -"QFont::substitutions" ntqfont.html#substitutions -"QFont::toString" ntqfont.html#toString -"QFont::underline" ntqfont.html#underline -"QFont::weight" ntqfont.html#weight -"QFont::~QFont" ntqfont.html#~QFont -"QFontDatabase" ntqfontdatabase.html -"QFontDatabase::bold" ntqfontdatabase.html#bold -"QFontDatabase::families" ntqfontdatabase.html#families -"QFontDatabase::font" ntqfontdatabase.html#font -"QFontDatabase::isBitmapScalable" ntqfontdatabase.html#isBitmapScalable -"QFontDatabase::isFixedPitch" ntqfontdatabase.html#isFixedPitch -"QFontDatabase::isScalable" ntqfontdatabase.html#isScalable -"QFontDatabase::isSmoothlyScalable" ntqfontdatabase.html#isSmoothlyScalable -"QFontDatabase::italic" ntqfontdatabase.html#italic -"QFontDatabase::pointSizes" ntqfontdatabase.html#pointSizes -"QFontDatabase::scriptName" ntqfontdatabase.html#scriptName -"QFontDatabase::scriptSample" ntqfontdatabase.html#scriptSample -"QFontDatabase::smoothSizes" ntqfontdatabase.html#smoothSizes -"QFontDatabase::standardSizes" ntqfontdatabase.html#standardSizes -"QFontDatabase::styleString" ntqfontdatabase.html#styleString -"QFontDatabase::styles" ntqfontdatabase.html#styles -"QFontDatabase::weight" ntqfontdatabase.html#weight -"QFontDialog" ntqfontdialog.html -"QFontDialog::getFont" ntqfontdialog.html#getFont -"QFontInfo" ntqfontinfo.html -"QFontInfo::bold" ntqfontinfo.html#bold -"QFontInfo::exactMatch" ntqfontinfo.html#exactMatch -"QFontInfo::family" ntqfontinfo.html#family -"QFontInfo::fixedPitch" ntqfontinfo.html#fixedPitch -"QFontInfo::italic" ntqfontinfo.html#italic -"QFontInfo::operator=" ntqfontinfo.html#operator-eq -"QFontInfo::pixelSize" ntqfontinfo.html#pixelSize -"QFontInfo::pointSize" ntqfontinfo.html#pointSize -"QFontInfo::rawMode" ntqfontinfo.html#rawMode -"QFontInfo::styleHint" ntqfontinfo.html#styleHint -"QFontInfo::weight" ntqfontinfo.html#weight -"QFontInfo::~QFontInfo" ntqfontinfo.html#~QFontInfo -"QFontMetrics" ntqfontmetrics.html -"QFontMetrics::ascent" ntqfontmetrics.html#ascent -"QFontMetrics::boundingRect" ntqfontmetrics.html#boundingRect -"QFontMetrics::charWidth" ntqfontmetrics.html#charWidth -"QFontMetrics::descent" ntqfontmetrics.html#descent -"QFontMetrics::height" ntqfontmetrics.html#height -"QFontMetrics::inFont" ntqfontmetrics.html#inFont -"QFontMetrics::leading" ntqfontmetrics.html#leading -"QFontMetrics::leftBearing" ntqfontmetrics.html#leftBearing -"QFontMetrics::lineSpacing" ntqfontmetrics.html#lineSpacing -"QFontMetrics::lineWidth" ntqfontmetrics.html#lineWidth -"QFontMetrics::maxWidth" ntqfontmetrics.html#maxWidth -"QFontMetrics::minLeftBearing" ntqfontmetrics.html#minLeftBearing -"QFontMetrics::minRightBearing" ntqfontmetrics.html#minRightBearing -"QFontMetrics::operator=" ntqfontmetrics.html#operator-eq -"QFontMetrics::overlinePos" ntqfontmetrics.html#overlinePos -"QFontMetrics::rightBearing" ntqfontmetrics.html#rightBearing -"QFontMetrics::size" ntqfontmetrics.html#size -"QFontMetrics::strikeOutPos" ntqfontmetrics.html#strikeOutPos -"QFontMetrics::underlinePos" ntqfontmetrics.html#underlinePos -"QFontMetrics::width" ntqfontmetrics.html#width -"QFontMetrics::~QFontMetrics" ntqfontmetrics.html#~QFontMetrics +"TQFont" tqfont.html +"TQFont::Script" tqfont.html#Script +"TQFont::Stretch" tqfont.html#Stretch +"TQFont::StyleHint" tqfont.html#StyleHint +"TQFont::StyleStrategy" tqfont.html#StyleStrategy +"TQFont::Weight" tqfont.html#Weight +"TQFont::bold" tqfont.html#bold +"TQFont::deciPointSize" tqfont.html#deciPointSize +"TQFont::defaultFamily" tqfont.html#defaultFamily +"TQFont::dirty" tqfont.html#dirty +"TQFont::exactMatch" tqfont.html#exactMatch +"TQFont::family" tqfont.html#family +"TQFont::fixedPitch" tqfont.html#fixedPitch +"TQFont::fromString" tqfont.html#fromString +"TQFont::handle" tqfont.html#handle +"TQFont::insertSubstitution" tqfont.html#insertSubstitution +"TQFont::insertSubstitutions" tqfont.html#insertSubstitutions +"TQFont::isCopyOf" tqfont.html#isCopyOf +"TQFont::italic" tqfont.html#italic +"TQFont::key" tqfont.html#key +"TQFont::lastResortFamily" tqfont.html#lastResortFamily +"TQFont::lastResortFont" tqfont.html#lastResortFont +"TQFont::operator!=" tqfont.html#operator!-eq +"TQFont::operator=" tqfont.html#operator-eq +"TQFont::operator==" tqfont.html#operator-eq-eq +"TQFont::overline" tqfont.html#overline +"TQFont::pixelSize" tqfont.html#pixelSize +"TQFont::pointSize" tqfont.html#pointSize +"TQFont::pointSizeFloat" tqfont.html#pointSizeFloat +"TQFont::rawMode" tqfont.html#rawMode +"TQFont::rawName" tqfont.html#rawName +"TQFont::removeSubstitution" tqfont.html#removeSubstitution +"TQFont::resolve" tqfont.html#resolve +"TQFont::setBold" tqfont.html#setBold +"TQFont::setFamily" tqfont.html#setFamily +"TQFont::setFixedPitch" tqfont.html#setFixedPitch +"TQFont::setItalic" tqfont.html#setItalic +"TQFont::setOverline" tqfont.html#setOverline +"TQFont::setPixelSize" tqfont.html#setPixelSize +"TQFont::setPointSize" tqfont.html#setPointSize +"TQFont::setPointSizeFloat" tqfont.html#setPointSizeFloat +"TQFont::setRawMode" tqfont.html#setRawMode +"TQFont::setRawName" tqfont.html#setRawName +"TQFont::setStretch" tqfont.html#setStretch +"TQFont::setStrikeOut" tqfont.html#setStrikeOut +"TQFont::setStyleHint" tqfont.html#setStyleHint +"TQFont::setStyleStrategy" tqfont.html#setStyleStrategy +"TQFont::setUnderline" tqfont.html#setUnderline +"TQFont::setWeight" tqfont.html#setWeight +"TQFont::stretch" tqfont.html#stretch +"TQFont::strikeOut" tqfont.html#strikeOut +"TQFont::styleHint" tqfont.html#styleHint +"TQFont::styleStrategy" tqfont.html#styleStrategy +"TQFont::substitute" tqfont.html#substitute +"TQFont::substitutes" tqfont.html#substitutes +"TQFont::substitutions" tqfont.html#substitutions +"TQFont::toString" tqfont.html#toString +"TQFont::underline" tqfont.html#underline +"TQFont::weight" tqfont.html#weight +"TQFont::~TQFont" tqfont.html#~TQFont +"TQFontDatabase" tqfontdatabase.html +"TQFontDatabase::bold" tqfontdatabase.html#bold +"TQFontDatabase::families" tqfontdatabase.html#families +"TQFontDatabase::font" tqfontdatabase.html#font +"TQFontDatabase::isBitmapScalable" tqfontdatabase.html#isBitmapScalable +"TQFontDatabase::isFixedPitch" tqfontdatabase.html#isFixedPitch +"TQFontDatabase::isScalable" tqfontdatabase.html#isScalable +"TQFontDatabase::isSmoothlyScalable" tqfontdatabase.html#isSmoothlyScalable +"TQFontDatabase::italic" tqfontdatabase.html#italic +"TQFontDatabase::pointSizes" tqfontdatabase.html#pointSizes +"TQFontDatabase::scriptName" tqfontdatabase.html#scriptName +"TQFontDatabase::scriptSample" tqfontdatabase.html#scriptSample +"TQFontDatabase::smoothSizes" tqfontdatabase.html#smoothSizes +"TQFontDatabase::standardSizes" tqfontdatabase.html#standardSizes +"TQFontDatabase::styleString" tqfontdatabase.html#styleString +"TQFontDatabase::styles" tqfontdatabase.html#styles +"TQFontDatabase::weight" tqfontdatabase.html#weight +"TQFontDialog" tqfontdialog.html +"TQFontDialog::getFont" tqfontdialog.html#getFont +"TQFontInfo" tqfontinfo.html +"TQFontInfo::bold" tqfontinfo.html#bold +"TQFontInfo::exactMatch" tqfontinfo.html#exactMatch +"TQFontInfo::family" tqfontinfo.html#family +"TQFontInfo::fixedPitch" tqfontinfo.html#fixedPitch +"TQFontInfo::italic" tqfontinfo.html#italic +"TQFontInfo::operator=" tqfontinfo.html#operator-eq +"TQFontInfo::pixelSize" tqfontinfo.html#pixelSize +"TQFontInfo::pointSize" tqfontinfo.html#pointSize +"TQFontInfo::rawMode" tqfontinfo.html#rawMode +"TQFontInfo::styleHint" tqfontinfo.html#styleHint +"TQFontInfo::weight" tqfontinfo.html#weight +"TQFontInfo::~TQFontInfo" tqfontinfo.html#~TQFontInfo +"TQFontMetrics" tqfontmetrics.html +"TQFontMetrics::ascent" tqfontmetrics.html#ascent +"TQFontMetrics::boundingRect" tqfontmetrics.html#boundingRect +"TQFontMetrics::charWidth" tqfontmetrics.html#charWidth +"TQFontMetrics::descent" tqfontmetrics.html#descent +"TQFontMetrics::height" tqfontmetrics.html#height +"TQFontMetrics::inFont" tqfontmetrics.html#inFont +"TQFontMetrics::leading" tqfontmetrics.html#leading +"TQFontMetrics::leftBearing" tqfontmetrics.html#leftBearing +"TQFontMetrics::lineSpacing" tqfontmetrics.html#lineSpacing +"TQFontMetrics::lineWidth" tqfontmetrics.html#lineWidth +"TQFontMetrics::maxWidth" tqfontmetrics.html#maxWidth +"TQFontMetrics::minLeftBearing" tqfontmetrics.html#minLeftBearing +"TQFontMetrics::minRightBearing" tqfontmetrics.html#minRightBearing +"TQFontMetrics::operator=" tqfontmetrics.html#operator-eq +"TQFontMetrics::overlinePos" tqfontmetrics.html#overlinePos +"TQFontMetrics::rightBearing" tqfontmetrics.html#rightBearing +"TQFontMetrics::size" tqfontmetrics.html#size +"TQFontMetrics::strikeOutPos" tqfontmetrics.html#strikeOutPos +"TQFontMetrics::underlinePos" tqfontmetrics.html#underlinePos +"TQFontMetrics::width" tqfontmetrics.html#width +"TQFontMetrics::~TQFontMetrics" tqfontmetrics.html#~TQFontMetrics "QFrame" ntqframe.html "QFrame::Shadow" ntqframe.html#Shadow "QFrame::Shape" ntqframe.html#Shape @@ -4074,35 +4074,35 @@ "QMoveEvent" qmoveevent.html "QMoveEvent::oldPos" qmoveevent.html#oldPos "QMoveEvent::pos" qmoveevent.html#pos -"QMovie" ntqmovie.html -"QMovie::Status" ntqmovie.html#Status -"QMovie::backgroundColor" ntqmovie.html#backgroundColor -"QMovie::connectResize" ntqmovie.html#connectResize -"QMovie::connectStatus" ntqmovie.html#connectStatus -"QMovie::connectUpdate" ntqmovie.html#connectUpdate -"QMovie::disconnectResize" ntqmovie.html#disconnectResize -"QMovie::disconnectStatus" ntqmovie.html#disconnectStatus -"QMovie::disconnectUpdate" ntqmovie.html#disconnectUpdate -"QMovie::finished" ntqmovie.html#finished -"QMovie::frameImage" ntqmovie.html#frameImage -"QMovie::frameNumber" ntqmovie.html#frameNumber -"QMovie::framePixmap" ntqmovie.html#framePixmap -"QMovie::getValidRect" ntqmovie.html#getValidRect -"QMovie::isNull" ntqmovie.html#isNull -"QMovie::operator=" ntqmovie.html#operator-eq -"QMovie::pause" ntqmovie.html#pause -"QMovie::paused" ntqmovie.html#paused -"QMovie::pushData" ntqmovie.html#pushData -"QMovie::pushSpace" ntqmovie.html#pushSpace -"QMovie::restart" ntqmovie.html#restart -"QMovie::running" ntqmovie.html#running -"QMovie::setBackgroundColor" ntqmovie.html#setBackgroundColor -"QMovie::setSpeed" ntqmovie.html#setSpeed -"QMovie::speed" ntqmovie.html#speed -"QMovie::step" ntqmovie.html#step -"QMovie::steps" ntqmovie.html#steps -"QMovie::unpause" ntqmovie.html#unpause -"QMovie::~QMovie" ntqmovie.html#~QMovie +"TQMovie" tqmovie.html +"TQMovie::Status" tqmovie.html#Status +"TQMovie::backgroundColor" tqmovie.html#backgroundColor +"TQMovie::connectResize" tqmovie.html#connectResize +"TQMovie::connectStatus" tqmovie.html#connectStatus +"TQMovie::connectUpdate" tqmovie.html#connectUpdate +"TQMovie::disconnectResize" tqmovie.html#disconnectResize +"TQMovie::disconnectStatus" tqmovie.html#disconnectStatus +"TQMovie::disconnectUpdate" tqmovie.html#disconnectUpdate +"TQMovie::finished" tqmovie.html#finished +"TQMovie::frameImage" tqmovie.html#frameImage +"TQMovie::frameNumber" tqmovie.html#frameNumber +"TQMovie::framePixmap" tqmovie.html#framePixmap +"TQMovie::getValidRect" tqmovie.html#getValidRect +"TQMovie::isNull" tqmovie.html#isNull +"TQMovie::operator=" tqmovie.html#operator-eq +"TQMovie::pause" tqmovie.html#pause +"TQMovie::paused" tqmovie.html#paused +"TQMovie::pushData" tqmovie.html#pushData +"TQMovie::pushSpace" tqmovie.html#pushSpace +"TQMovie::restart" tqmovie.html#restart +"TQMovie::running" tqmovie.html#running +"TQMovie::setBackgroundColor" tqmovie.html#setBackgroundColor +"TQMovie::setSpeed" tqmovie.html#setSpeed +"TQMovie::speed" tqmovie.html#speed +"TQMovie::step" tqmovie.html#step +"TQMovie::steps" tqmovie.html#steps +"TQMovie::unpause" tqmovie.html#unpause +"TQMovie::~TQMovie" tqmovie.html#~TQMovie "QMultiLineEdit::alignment" ntqmultilineedit.html#alignment "QMultiLineEdit::alignment" ntqmultilineedit.html#alignment-prop "QMultiLineEdit::atBeginning" ntqmultilineedit.html#atBeginning @@ -4316,126 +4316,126 @@ "QPNGImagePacker" qpngimagepacker.html "QPNGImagePacker::packImage" qpngimagepacker.html#packImage "QPNGImagePacker::setPixelAlignment" qpngimagepacker.html#setPixelAlignment -"QPaintDevice" ntqpaintdevice.html -"QPaintDevice::cmd" ntqpaintdevice.html#cmd -"QPaintDevice::handle" ntqpaintdevice.html#handle -"QPaintDevice::isExtDev" ntqpaintdevice.html#isExtDev -"QPaintDevice::paintingActive" ntqpaintdevice.html#paintingActive -"QPaintDevice::x11AppCells" ntqpaintdevice.html#x11AppCells -"QPaintDevice::x11AppColormap" ntqpaintdevice.html#x11AppColormap -"QPaintDevice::x11AppDefaultColormap" ntqpaintdevice.html#x11AppDefaultColormap -"QPaintDevice::x11AppDefaultVisual" ntqpaintdevice.html#x11AppDefaultVisual -"QPaintDevice::x11AppDepth" ntqpaintdevice.html#x11AppDepth -"QPaintDevice::x11AppDisplay" ntqpaintdevice.html#x11AppDisplay -"QPaintDevice::x11AppDpiX" ntqpaintdevice.html#x11AppDpiX -"QPaintDevice::x11AppDpiY" ntqpaintdevice.html#x11AppDpiY -"QPaintDevice::x11AppRootWindow" ntqpaintdevice.html#x11AppRootWindow -"QPaintDevice::x11AppScreen" ntqpaintdevice.html#x11AppScreen -"QPaintDevice::x11AppVisual" ntqpaintdevice.html#x11AppVisual -"QPaintDevice::x11Cells" ntqpaintdevice.html#x11Cells -"QPaintDevice::x11Colormap" ntqpaintdevice.html#x11Colormap -"QPaintDevice::x11DefaultColormap" ntqpaintdevice.html#x11DefaultColormap -"QPaintDevice::x11DefaultVisual" ntqpaintdevice.html#x11DefaultVisual -"QPaintDevice::x11Depth" ntqpaintdevice.html#x11Depth -"QPaintDevice::x11Display" ntqpaintdevice.html#x11Display -"QPaintDevice::x11Screen" ntqpaintdevice.html#x11Screen -"QPaintDevice::x11SetAppDpiX" ntqpaintdevice.html#x11SetAppDpiX -"QPaintDevice::x11SetAppDpiY" ntqpaintdevice.html#x11SetAppDpiY -"QPaintDevice::x11Visual" ntqpaintdevice.html#x11Visual -"QPaintDevice::~QPaintDevice" ntqpaintdevice.html#~QPaintDevice -"QPaintDeviceMetrics" ntqpaintdevicemetrics.html -"QPaintDeviceMetrics::depth" ntqpaintdevicemetrics.html#depth -"QPaintDeviceMetrics::height" ntqpaintdevicemetrics.html#height -"QPaintDeviceMetrics::heightMM" ntqpaintdevicemetrics.html#heightMM -"QPaintDeviceMetrics::logicalDpiX" ntqpaintdevicemetrics.html#logicalDpiX -"QPaintDeviceMetrics::logicalDpiY" ntqpaintdevicemetrics.html#logicalDpiY -"QPaintDeviceMetrics::numColors" ntqpaintdevicemetrics.html#numColors -"QPaintDeviceMetrics::width" ntqpaintdevicemetrics.html#width -"QPaintDeviceMetrics::widthMM" ntqpaintdevicemetrics.html#widthMM -"QPaintEvent" qpaintevent.html -"QPaintEvent::erased" qpaintevent.html#erased -"QPaintEvent::rect" qpaintevent.html#rect -"QPaintEvent::region" qpaintevent.html#region -"QPainter" ntqpainter.html -"QPainter::CoordinateMode" ntqpainter.html#CoordinateMode -"QPainter::TextDirection" ntqpainter.html#TextDirection -"QPainter::backgroundColor" ntqpainter.html#backgroundColor -"QPainter::backgroundMode" ntqpainter.html#backgroundMode -"QPainter::begin" ntqpainter.html#begin -"QPainter::boundingRect" ntqpainter.html#boundingRect -"QPainter::brush" ntqpainter.html#brush -"QPainter::brushOrigin" ntqpainter.html#brushOrigin -"QPainter::clipRegion" ntqpainter.html#clipRegion -"QPainter::device" ntqpainter.html#device -"QPainter::drawArc" ntqpainter.html#drawArc -"QPainter::drawChord" ntqpainter.html#drawChord -"QPainter::drawConvexPolygon" ntqpainter.html#drawConvexPolygon -"QPainter::drawCubicBezier" ntqpainter.html#drawCubicBezier -"QPainter::drawEllipse" ntqpainter.html#drawEllipse -"QPainter::drawImage" ntqpainter.html#drawImage -"QPainter::drawLine" ntqpainter.html#drawLine -"QPainter::drawLineSegments" ntqpainter.html#drawLineSegments -"QPainter::drawPicture" ntqpainter.html#drawPicture -"QPainter::drawPie" ntqpainter.html#drawPie -"QPainter::drawPixmap" ntqpainter.html#drawPixmap -"QPainter::drawPoint" ntqpainter.html#drawPoint -"QPainter::drawPoints" ntqpainter.html#drawPoints -"QPainter::drawPolygon" ntqpainter.html#drawPolygon -"QPainter::drawPolyline" ntqpainter.html#drawPolyline -"QPainter::drawRect" ntqpainter.html#drawRect -"QPainter::drawRoundRect" ntqpainter.html#drawRoundRect -"QPainter::drawText" ntqpainter.html#drawText -"QPainter::drawTiledPixmap" ntqpainter.html#drawTiledPixmap -"QPainter::drawWinFocusRect" ntqpainter.html#drawWinFocusRect -"QPainter::end" ntqpainter.html#end -"QPainter::eraseRect" ntqpainter.html#eraseRect -"QPainter::fillRect" ntqpainter.html#fillRect -"QPainter::flush" ntqpainter.html#flush -"QPainter::font" ntqpainter.html#font -"QPainter::fontInfo" ntqpainter.html#fontInfo -"QPainter::fontMetrics" ntqpainter.html#fontMetrics -"QPainter::handle" ntqpainter.html#handle -"QPainter::hasClipping" ntqpainter.html#hasClipping -"QPainter::hasViewXForm" ntqpainter.html#hasViewXForm -"QPainter::hasWorldXForm" ntqpainter.html#hasWorldXForm -"QPainter::isActive" ntqpainter.html#isActive -"QPainter::lineTo" ntqpainter.html#lineTo -"QPainter::moveTo" ntqpainter.html#moveTo -"QPainter::pen" ntqpainter.html#pen -"QPainter::rasterOp" ntqpainter.html#rasterOp -"QPainter::redirect" ntqpainter.html#redirect -"QPainter::resetXForm" ntqpainter.html#resetXForm -"QPainter::restore" ntqpainter.html#restore -"QPainter::rotate" ntqpainter.html#rotate -"QPainter::save" ntqpainter.html#save -"QPainter::scale" ntqpainter.html#scale -"QPainter::setBackgroundColor" ntqpainter.html#setBackgroundColor -"QPainter::setBackgroundMode" ntqpainter.html#setBackgroundMode -"QPainter::setBrush" ntqpainter.html#setBrush -"QPainter::setBrushOrigin" ntqpainter.html#setBrushOrigin -"QPainter::setClipRect" ntqpainter.html#setClipRect -"QPainter::setClipRegion" ntqpainter.html#setClipRegion -"QPainter::setClipping" ntqpainter.html#setClipping -"QPainter::setFont" ntqpainter.html#setFont -"QPainter::setPen" ntqpainter.html#setPen -"QPainter::setRasterOp" ntqpainter.html#setRasterOp -"QPainter::setTabArray" ntqpainter.html#setTabArray -"QPainter::setTabStops" ntqpainter.html#setTabStops -"QPainter::setViewXForm" ntqpainter.html#setViewXForm -"QPainter::setViewport" ntqpainter.html#setViewport -"QPainter::setWindow" ntqpainter.html#setWindow -"QPainter::setWorldMatrix" ntqpainter.html#setWorldMatrix -"QPainter::setWorldXForm" ntqpainter.html#setWorldXForm -"QPainter::shear" ntqpainter.html#shear -"QPainter::tabArray" ntqpainter.html#tabArray -"QPainter::tabStops" ntqpainter.html#tabStops -"QPainter::translate" ntqpainter.html#translate -"QPainter::viewport" ntqpainter.html#viewport -"QPainter::window" ntqpainter.html#window -"QPainter::worldMatrix" ntqpainter.html#worldMatrix -"QPainter::xForm" ntqpainter.html#xForm -"QPainter::xFormDev" ntqpainter.html#xFormDev -"QPainter::~QPainter" ntqpainter.html#~QPainter +"TQPaintDevice" tqpaintdevice.html +"TQPaintDevice::cmd" tqpaintdevice.html#cmd +"TQPaintDevice::handle" tqpaintdevice.html#handle +"TQPaintDevice::isExtDev" tqpaintdevice.html#isExtDev +"TQPaintDevice::paintingActive" tqpaintdevice.html#paintingActive +"TQPaintDevice::x11AppCells" tqpaintdevice.html#x11AppCells +"TQPaintDevice::x11AppColormap" tqpaintdevice.html#x11AppColormap +"TQPaintDevice::x11AppDefaultColormap" tqpaintdevice.html#x11AppDefaultColormap +"TQPaintDevice::x11AppDefaultVisual" tqpaintdevice.html#x11AppDefaultVisual +"TQPaintDevice::x11AppDepth" tqpaintdevice.html#x11AppDepth +"TQPaintDevice::x11AppDisplay" tqpaintdevice.html#x11AppDisplay +"TQPaintDevice::x11AppDpiX" tqpaintdevice.html#x11AppDpiX +"TQPaintDevice::x11AppDpiY" tqpaintdevice.html#x11AppDpiY +"TQPaintDevice::x11AppRootWindow" tqpaintdevice.html#x11AppRootWindow +"TQPaintDevice::x11AppScreen" tqpaintdevice.html#x11AppScreen +"TQPaintDevice::x11AppVisual" tqpaintdevice.html#x11AppVisual +"TQPaintDevice::x11Cells" tqpaintdevice.html#x11Cells +"TQPaintDevice::x11Colormap" tqpaintdevice.html#x11Colormap +"TQPaintDevice::x11DefaultColormap" tqpaintdevice.html#x11DefaultColormap +"TQPaintDevice::x11DefaultVisual" tqpaintdevice.html#x11DefaultVisual +"TQPaintDevice::x11Depth" tqpaintdevice.html#x11Depth +"TQPaintDevice::x11Display" tqpaintdevice.html#x11Display +"TQPaintDevice::x11Screen" tqpaintdevice.html#x11Screen +"TQPaintDevice::x11SetAppDpiX" tqpaintdevice.html#x11SetAppDpiX +"TQPaintDevice::x11SetAppDpiY" tqpaintdevice.html#x11SetAppDpiY +"TQPaintDevice::x11Visual" tqpaintdevice.html#x11Visual +"TQPaintDevice::~TQPaintDevice" tqpaintdevice.html#~TQPaintDevice +"TQPaintDeviceMetrics" tqpaintdevicemetrics.html +"TQPaintDeviceMetrics::depth" tqpaintdevicemetrics.html#depth +"TQPaintDeviceMetrics::height" tqpaintdevicemetrics.html#height +"TQPaintDeviceMetrics::heightMM" tqpaintdevicemetrics.html#heightMM +"TQPaintDeviceMetrics::logicalDpiX" tqpaintdevicemetrics.html#logicalDpiX +"TQPaintDeviceMetrics::logicalDpiY" tqpaintdevicemetrics.html#logicalDpiY +"TQPaintDeviceMetrics::numColors" tqpaintdevicemetrics.html#numColors +"TQPaintDeviceMetrics::width" tqpaintdevicemetrics.html#width +"TQPaintDeviceMetrics::widthMM" tqpaintdevicemetrics.html#widthMM +"TQPaintEvent" tqpaintevent.html +"TQPaintEvent::erased" tqpaintevent.html#erased +"TQPaintEvent::rect" tqpaintevent.html#rect +"TQPaintEvent::region" tqpaintevent.html#region +"TQPainter" tqpainter.html +"TQPainter::CoordinateMode" tqpainter.html#CoordinateMode +"TQPainter::TextDirection" tqpainter.html#TextDirection +"TQPainter::backgroundColor" tqpainter.html#backgroundColor +"TQPainter::backgroundMode" tqpainter.html#backgroundMode +"TQPainter::begin" tqpainter.html#begin +"TQPainter::boundingRect" tqpainter.html#boundingRect +"TQPainter::brush" tqpainter.html#brush +"TQPainter::brushOrigin" tqpainter.html#brushOrigin +"TQPainter::clipRegion" tqpainter.html#clipRegion +"TQPainter::device" tqpainter.html#device +"TQPainter::drawArc" tqpainter.html#drawArc +"TQPainter::drawChord" tqpainter.html#drawChord +"TQPainter::drawConvexPolygon" tqpainter.html#drawConvexPolygon +"TQPainter::drawCubicBezier" tqpainter.html#drawCubicBezier +"TQPainter::drawEllipse" tqpainter.html#drawEllipse +"TQPainter::drawImage" tqpainter.html#drawImage +"TQPainter::drawLine" tqpainter.html#drawLine +"TQPainter::drawLineSegments" tqpainter.html#drawLineSegments +"TQPainter::drawPicture" tqpainter.html#drawPicture +"TQPainter::drawPie" tqpainter.html#drawPie +"TQPainter::drawPixmap" tqpainter.html#drawPixmap +"TQPainter::drawPoint" tqpainter.html#drawPoint +"TQPainter::drawPoints" tqpainter.html#drawPoints +"TQPainter::drawPolygon" tqpainter.html#drawPolygon +"TQPainter::drawPolyline" tqpainter.html#drawPolyline +"TQPainter::drawRect" tqpainter.html#drawRect +"TQPainter::drawRoundRect" tqpainter.html#drawRoundRect +"TQPainter::drawText" tqpainter.html#drawText +"TQPainter::drawTiledPixmap" tqpainter.html#drawTiledPixmap +"TQPainter::drawWinFocusRect" tqpainter.html#drawWinFocusRect +"TQPainter::end" tqpainter.html#end +"TQPainter::eraseRect" tqpainter.html#eraseRect +"TQPainter::fillRect" tqpainter.html#fillRect +"TQPainter::flush" tqpainter.html#flush +"TQPainter::font" tqpainter.html#font +"TQPainter::fontInfo" tqpainter.html#fontInfo +"TQPainter::fontMetrics" tqpainter.html#fontMetrics +"TQPainter::handle" tqpainter.html#handle +"TQPainter::hasClipping" tqpainter.html#hasClipping +"TQPainter::hasViewXForm" tqpainter.html#hasViewXForm +"TQPainter::hasWorldXForm" tqpainter.html#hasWorldXForm +"TQPainter::isActive" tqpainter.html#isActive +"TQPainter::lineTo" tqpainter.html#lineTo +"TQPainter::moveTo" tqpainter.html#moveTo +"TQPainter::pen" tqpainter.html#pen +"TQPainter::rasterOp" tqpainter.html#rasterOp +"TQPainter::redirect" tqpainter.html#redirect +"TQPainter::resetXForm" tqpainter.html#resetXForm +"TQPainter::restore" tqpainter.html#restore +"TQPainter::rotate" tqpainter.html#rotate +"TQPainter::save" tqpainter.html#save +"TQPainter::scale" tqpainter.html#scale +"TQPainter::setBackgroundColor" tqpainter.html#setBackgroundColor +"TQPainter::setBackgroundMode" tqpainter.html#setBackgroundMode +"TQPainter::setBrush" tqpainter.html#setBrush +"TQPainter::setBrushOrigin" tqpainter.html#setBrushOrigin +"TQPainter::setClipRect" tqpainter.html#setClipRect +"TQPainter::setClipRegion" tqpainter.html#setClipRegion +"TQPainter::setClipping" tqpainter.html#setClipping +"TQPainter::setFont" tqpainter.html#setFont +"TQPainter::setPen" tqpainter.html#setPen +"TQPainter::setRasterOp" tqpainter.html#setRasterOp +"TQPainter::setTabArray" tqpainter.html#setTabArray +"TQPainter::setTabStops" tqpainter.html#setTabStops +"TQPainter::setViewXForm" tqpainter.html#setViewXForm +"TQPainter::setViewport" tqpainter.html#setViewport +"TQPainter::setWindow" tqpainter.html#setWindow +"TQPainter::setWorldMatrix" tqpainter.html#setWorldMatrix +"TQPainter::setWorldXForm" tqpainter.html#setWorldXForm +"TQPainter::shear" tqpainter.html#shear +"TQPainter::tabArray" tqpainter.html#tabArray +"TQPainter::tabStops" tqpainter.html#tabStops +"TQPainter::translate" tqpainter.html#translate +"TQPainter::viewport" tqpainter.html#viewport +"TQPainter::window" tqpainter.html#window +"TQPainter::worldMatrix" tqpainter.html#worldMatrix +"TQPainter::xForm" tqpainter.html#xForm +"TQPainter::xFormDev" tqpainter.html#xFormDev +"TQPainter::~TQPainter" tqpainter.html#~TQPainter "TQPair" tqpair.html "TQPair::first_type" tqpair.html#first_type "TQPair::second_type" tqpair.html#second_type @@ -7919,7 +7919,7 @@ "application" application.html "basic" basic.html "bitBlt" tqimage.html#bitBlt -"bitBlt" ntqpaintdevice.html#bitBlt +"bitBlt" tqpaintdevice.html#bitBlt "collection" collection.html "copyBlt" ntqpixmap.html#copyBlt "database" database.html @@ -7963,16 +7963,16 @@ "operator<" tqcstring.html#operator-lt "operator<" tqstring.html#operator-lt "operator<<" tqbitarray.html#operator-lt-lt -"operator<<" ntqbrush.html#operator-lt-lt -"operator<<" ntqcolor.html#operator-lt-lt -"operator<<" qcolorgroup.html#operator-lt-lt +"operator<<" tqbrush.html#operator-lt-lt +"operator<<" tqcolor.html#operator-lt-lt +"operator<<" tqcolorgroup.html#operator-lt-lt "operator<<" tqcstring.html#operator-lt-lt "operator<<" ntqcursor.html#operator-lt-lt "operator<<" tqdate.html#operator-lt-lt "operator<<" tqdatetime.html#operator-lt-lt "operator<<" ntqdockarea.html#operator-lt-lt "operator<<" tqdomnode.html#operator-lt-lt -"operator<<" ntqfont.html#operator-lt-lt +"operator<<" tqfont.html#operator-lt-lt "operator<<" tqimage.html#operator-lt-lt "operator<<" ntqkeysequence.html#operator-lt-lt "operator<<" tqmainwindow.html#operator-lt-lt @@ -8009,14 +8009,14 @@ "operator>=" tqcstring.html#operator-gt-eq "operator>=" tqstring.html#operator-gt-eq "operator>>" tqbitarray.html#operator-gt-gt -"operator>>" ntqbrush.html#operator-gt-gt -"operator>>" ntqcolor.html#operator-gt-gt +"operator>>" tqbrush.html#operator-gt-gt +"operator>>" tqcolor.html#operator-gt-gt "operator>>" tqcstring.html#operator-gt-gt "operator>>" ntqcursor.html#operator-gt-gt "operator>>" tqdate.html#operator-gt-gt "operator>>" tqdatetime.html#operator-gt-gt "operator>>" ntqdockarea.html#operator-gt-gt -"operator>>" ntqfont.html#operator-gt-gt +"operator>>" tqfont.html#operator-gt-gt "operator>>" tqimage.html#operator-gt-gt "operator>>" ntqkeysequence.html#operator-gt-gt "operator>>" tqmainwindow.html#operator-gt-gt @@ -8042,33 +8042,33 @@ "organizers" organizers.html "plugins" plugins.html "qAddPostRoutine" ntqapplication.html#qAddPostRoutine -"qAlpha" ntqcolor.html#qAlpha -"qBlue" ntqcolor.html#qBlue +"qAlpha" tqcolor.html#qAlpha +"qBlue" tqcolor.html#qBlue "qChecksum" tqmemarray.html#qChecksum "qCompress" tqbytearray.html#qCompress "qDebug" ntqapplication.html#qDebug -"qDrawPlainRect" ntqpainter.html#qDrawPlainRect -"qDrawShadeLine" ntqpainter.html#qDrawShadeLine -"qDrawShadePanel" ntqpainter.html#qDrawShadePanel -"qDrawShadeRect" ntqpainter.html#qDrawShadeRect -"qDrawWinButton" ntqpainter.html#qDrawWinButton -"qDrawWinPanel" ntqpainter.html#qDrawWinPanel +"qDrawPlainRect" tqpainter.html#qDrawPlainRect +"qDrawShadeLine" tqpainter.html#qDrawShadeLine +"qDrawShadePanel" tqpainter.html#qDrawShadePanel +"qDrawShadeRect" tqpainter.html#qDrawShadeRect +"qDrawWinButton" tqpainter.html#qDrawWinButton +"qDrawWinPanel" tqpainter.html#qDrawWinPanel "qFatal" ntqapplication.html#qFatal -"qGray" ntqcolor.html#qGray -"qGreen" ntqcolor.html#qGreen +"qGray" tqcolor.html#qGray +"qGreen" tqcolor.html#qGreen "qInitNetworkProtocols" tqurloperator.html#qInitNetworkProtocols "qInstallMsgHandler" ntqapplication.html#qInstallMsgHandler "qMakePair" tqpair.html#qMakePair -"qRed" ntqcolor.html#qRed -"qRgb" ntqcolor.html#qRgb -"qRgba" ntqcolor.html#qRgba +"qRed" tqcolor.html#qRed +"qRgb" tqcolor.html#qRgb +"qRgba" tqcolor.html#qRgba "qSysInfo" ntqapplication.html#qSysInfo "qSystemWarning" ntqapplication.html#qSystemWarning "qUncompress" tqbytearray.html#qUncompress "qVersion" ntqapplication.html#qVersion "qWarning" ntqapplication.html#qWarning "tqaction-examples" tqaction-examples.html -"qfont-examples" qfont-examples.html +"tqfont-examples" tqfont-examples.html "qmemmove" tqcstring.html#qmemmove "tqprocess-examples" tqprocess-examples.html "qstrcmp" tqcstring.html#qstrcmp diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html index f3227e6e6..bd2f59beb 100644 --- a/doc/html/keyfeatures30.html +++ b/doc/html/keyfeatures30.html @@ -203,7 +203,7 @@ stage. <a name="1-11"></a><p> SVG is a W3C standard for "Scalable Vector Graphics". TQt 3.0's XML support means that <a href="ntqpicture.html">TQPicture</a> can optionally generate and import static SVG documents. All the SVG features that have an equivalent in -<a href="ntqpainter.html">TQPainter</a> are supported. +<a href="tqpainter.html">TQPainter</a> are supported. <p> <h3> Multihead support </h3> <a name="1-12"></a><p> Many professional applications, such as DTP and CAD software, are able @@ -219,7 +219,7 @@ X11. <a name="1-13"></a><p> TQt 3.0 now complies with the NET WM Specification, recently adopted by KDE 2.0. This allows easy integration and proper execution with desktop environments that support the NET WM specification. -<p> The font handling on X11 has undergone major changes. <a href="ntqfont.html">TQFont</a> no longer +<p> The font handling on X11 has undergone major changes. <a href="tqfont.html">TQFont</a> no longer has a one-to-one relation with window system fonts. TQFont is now a logical font that can load multiple window system fonts to simplify Unicode text display. This completely removes the burden of diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index 164c73920..89a7ccee6 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -49,7 +49,7 @@ classes, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html"> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> -#include <<a href="qcolor-h.html">ntqcolor.h</a>> +#include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qlineedit-h.html">ntqlineedit.h</a>> diff --git a/doc/html/life-example.html b/doc/html/life-example.html index df8db27d9..d716e9b67 100644 --- a/doc/html/life-example.html +++ b/doc/html/life-example.html @@ -67,7 +67,7 @@ public slots: void clear(); protected: - virtual void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + virtual void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); virtual void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); virtual void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); virtual void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); @@ -110,7 +110,7 @@ private: #include "life.h" -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qdrawutil-h.html">ntqdrawutil.h</a>> #include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> #include <<a href="qevent-h.html">ntqevent.h</a>> @@ -211,23 +211,23 @@ void <a name="f521"></a>LifeWidget::nextGeneration() } -<a name="x1888"></a>void LifeWidget::<a href="ntqframe.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * e ) +<a name="x1888"></a>void LifeWidget::<a href="ntqframe.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * e ) { -<a name="x1892"></a> int starti = pos2index( e-><a href="qpaintevent.html#rect">rect</a>().left() ); - int stopi = pos2index( e-><a href="qpaintevent.html#rect">rect</a>().right() ); - int startj = pos2index( e-><a href="qpaintevent.html#rect">rect</a>().top() ); - int stopj = pos2index( e-><a href="qpaintevent.html#rect">rect</a>().bottom() ); +<a name="x1892"></a> int starti = pos2index( e-><a href="tqpaintevent.html#rect">rect</a>().left() ); + int stopi = pos2index( e-><a href="tqpaintevent.html#rect">rect</a>().right() ); + int startj = pos2index( e-><a href="tqpaintevent.html#rect">rect</a>().top() ); + int stopj = pos2index( e-><a href="tqpaintevent.html#rect">rect</a>().bottom() ); if (stopi > maxi) stopi = maxi; if (stopj > maxj) stopj = maxj; - <a href="ntqpainter.html">TQPainter</a> paint( this ); + <a href="tqpainter.html">TQPainter</a> paint( this ); for ( int i = starti; i <= stopi; i++ ) { for ( int j = startj; j <= stopj; j++ ) { if ( cells[current][i][j] ) - <a href="ntqpainter.html#qDrawShadePanel">qDrawShadePanel</a>( &paint, index2pos( i ), index2pos( j ), + <a href="tqpainter.html#qDrawShadePanel">qDrawShadePanel</a>( &paint, index2pos( i ), index2pos( j ), SCALE - 1, SCALE - 1, colorGroup() ); else if ( cells[!current][i][j] ) <a href="tqwidget.html#erase">erase</a>(index2pos( i ), index2pos( j ), SCALE - 1, SCALE - 1); diff --git a/doc/html/listboxcombo-example.html b/doc/html/listboxcombo-example.html index 091cfb27d..313df6811 100644 --- a/doc/html/listboxcombo-example.html +++ b/doc/html/listboxcombo-example.html @@ -98,7 +98,7 @@ protected slots: #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqstyle-h.html">tqstyle.h</a>> @@ -112,21 +112,21 @@ public: } protected: - virtual void paint( <a href="ntqpainter.html">TQPainter</a> * ); + virtual void paint( <a href="tqpainter.html">TQPainter</a> * ); virtual int width( const <a href="ntqlistbox.html">TQListBox</a>* ) const { return 100; } virtual int height( const <a href="ntqlistbox.html">TQListBox</a>* ) const { return 16; } }; -<a name="x1410"></a>void MyListBoxItem::<a href="qlistboxitem.html#paint">paint</a>( <a href="ntqpainter.html">TQPainter</a> *painter ) +<a name="x1410"></a>void MyListBoxItem::<a href="qlistboxitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *painter ) { // evil trick: find out whether we are painted onto our listbox -<a name="x1413"></a> bool in_list_box = <a href="qlistboxitem.html#listBox">listBox</a>() && listBox()->viewport() == painter-><a href="ntqpainter.html#device">device</a>(); +<a name="x1413"></a> bool in_list_box = <a href="qlistboxitem.html#listBox">listBox</a>() && listBox()->viewport() == painter-><a href="tqpainter.html#device">device</a>(); <a href="ntqrect.html">TQRect</a> r ( 0, 0, width( <a href="qlistboxitem.html#listBox">listBox</a>() ), height( <a href="qlistboxitem.html#listBox">listBox</a>() ) ); if ( in_list_box && isSelected() ) -<a name="x1414"></a> painter-><a href="ntqpainter.html#eraseRect">eraseRect</a>( r ); -<a name="x1415"></a> painter-><a href="ntqpainter.html#fillRect">fillRect</a>( 5, 5, width( listBox() ) - 10, height( listBox() ) - 10, TQt::red ); +<a name="x1414"></a> painter-><a href="tqpainter.html#eraseRect">eraseRect</a>( r ); +<a name="x1415"></a> painter-><a href="tqpainter.html#fillRect">fillRect</a>( 5, 5, width( listBox() ) - 10, height( listBox() ) - 10, TQt::red ); if ( in_list_box && isCurrent() ) listBox()->style().drawPrimitive( TQStyle::PE_FocusRect, painter, r, listBox()->colorGroup() ); } diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html index b1731dca1..7c0ea7e23 100644 --- a/doc/html/listviews-example.html +++ b/doc/html/listviews-example.html @@ -165,7 +165,7 @@ class MessageListItem : public <a href="qlistviewitem.html">TQListViewItem</a> public: MessageListItem( <a href="ntqlistview.html">TQListView</a> *parent, Message *m ); - virtual void paintCell( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + virtual void paintCell( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, int column, int width, int alignment ); Message *message() { return myMessage; } @@ -222,7 +222,7 @@ protected slots: #include "listviews.h" #include <<a href="qlabel-h.html">ntqlabel.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpalette-h.html">ntqpalette.h</a>> #include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -296,18 +296,18 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec <a href="qlistviewitem.html#setText">setText</a>( 2, myMessage->header().datetime().toString() ); } -<a name="x157"></a>void MessageListItem::<a href="qlistviewitem.html#paintCell">paintCell</a>( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, +<a name="x157"></a>void MessageListItem::<a href="qlistviewitem.html#paintCell">paintCell</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, int column, int width, int alignment ) { - <a href="qcolorgroup.html">TQColorGroup</a> _cg( cg ); -<a name="x135"></a> <a href="ntqcolor.html">TQColor</a> c = _cg.<a href="qcolorgroup.html#text">text</a>(); + <a href="tqcolorgroup.html">TQColorGroup</a> _cg( cg ); +<a name="x135"></a> <a href="tqcolor.html">TQColor</a> c = _cg.<a href="tqcolorgroup.html#text">text</a>(); if ( myMessage->state() == Message::Unread ) -<a name="x134"></a> _cg.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Text, TQt::red ); +<a name="x134"></a> _cg.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Text, TQt::red ); TQListViewItem::<a href="qlistviewitem.html#paintCell">paintCell</a>( p, _cg, column, width, alignment ); - _cg.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Text, c ); + _cg.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Text, c ); } // ----------------------------------------------------------------- diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index 737cd0d8e..4b9e8695c 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -52,9 +52,9 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="ntqapplication.html">TQApplication</a> <td align="right"> -<td><a href="ntqfont.html">TQFont</a> +<td><a href="tqfont.html">TQFont</a> <td align="right"> -<td><a href="ntqmovie.html">TQMovie</a> +<td><a href="tqmovie.html">TQMovie</a> <td align="right"> <td><a href="ntqsound.html">TQSound</a> <td align="right"> @@ -63,7 +63,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>B</b> <td><a href="ntqbuttongroup.html">TQButtonGroup</a> <td align="right"> -<td><a href="ntqfontdialog.html">TQFontDialog</a> +<td><a href="tqfontdialog.html">TQFontDialog</a> <td align="right"><b>N</b> <td><a href="tqnetworkprotocol.html">TQNetworkProtocol</a> <td align="right"> @@ -87,7 +87,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="qgridlayout.html">TQGridLayout</a> <td align="right"><b>P</b> -<td><a href="ntqpainter.html">TQPainter</a> +<td><a href="tqpainter.html">TQPainter</a> <td align="right"> <td><a href="ntqsplitter.html">TQSplitter</a> <td align="right"> @@ -105,7 +105,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td><a href="ntqtranslator.html">TQTranslator</a> <tr> <td align="right"> -<td><a href="ntqcolordialog.html">TQColorDialog</a> +<td><a href="tqcolordialog.html">TQColorDialog</a> <td align="right"> <td><a href="ntqguardedptr.html">TQGuardedPtr</a> <td align="right"> diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index ebaef0479..0cd78e00e 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -80,7 +80,7 @@ signals: private: <a href="tqtextedit.html">TQTextEdit</a>* medit; - <a href="ntqmovie.html">TQMovie</a> * mmovie; + <a href="tqmovie.html">TQMovie</a> * mmovie; <a href="tqstring.html">TQString</a> filename; }; @@ -141,7 +141,7 @@ private: #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qmovie-h.html">ntqmovie.h</a>> +#include <<a href="tqmovie-h.html">tqmovie.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> @@ -153,8 +153,8 @@ private: #include <<a href="qaccel-h.html">ntqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqtextedit-h.html">tqtextedit.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> -#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> +#include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>> #include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> #include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> @@ -462,7 +462,7 @@ void <a name="f548"></a>MDIWindow::load( const <a href="tqstring.html">TQString< <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>(tmp); <a name="x2079"></a> medit-><a href="tqwidget.html#hide">hide</a>(); delete medit; - <a href="ntqmovie.html">TQMovie</a> * qm=new <a href="ntqmovie.html">TQMovie</a>(fn); + <a href="tqmovie.html">TQMovie</a> * qm=new <a href="tqmovie.html">TQMovie</a>(fn); <a name="x2082"></a> tmp-><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(TQWidget::NoBackground); tmp-><a href="tqwidget.html#show">show</a>(); mmovie=qm; @@ -523,13 +523,13 @@ void <a name="f551"></a>MDIWindow::print( <a href="ntqprinter.html">TQPrinter</a <a name="x2052"></a> if ( printer-><a href="ntqprinter.html#setup">setup</a>(this) ) { // printer dialog <a name="x2051"></a> printer-><a href="ntqprinter.html#setFullPage">setFullPage</a>( TRUE ); emit message( "Printing...", 0 ); - <a href="ntqpainter.html">TQPainter</a> p; - if ( !p.<a href="ntqpainter.html#begin">begin</a>( printer ) ) + <a href="tqpainter.html">TQPainter</a> p; + if ( !p.<a href="tqpainter.html#begin">begin</a>( printer ) ) return; // paint on printer -<a name="x2044"></a> <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="ntqpainter.html#device">device</a>() ); -<a name="x2041"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); +<a name="x2044"></a> <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="tqpainter.html#device">device</a>() ); +<a name="x2041"></a> int dpiy = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins -<a name="x2042"></a><a name="x2040"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); +<a name="x2042"></a><a name="x2040"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - 2*margin ); <a name="x2067"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="tqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(medit-><a href="tqtextedit.html#text">text</a>()), TQFont(), <a name="x2068"></a> medit-><a href="tqtextedit.html#context">context</a>(), @@ -541,9 +541,9 @@ void <a name="f551"></a>MDIWindow::print( <a href="ntqprinter.html">TQPrinter</a do { <a name="x2061"></a> richText.<a href="ntqsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); <a name="x2057"></a> view.<a href="ntqrect.html#moveBy">moveBy</a>( 0, view.<a href="ntqrect.html#height">height</a>() ); - p.<a href="ntqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); -<a name="x2066"></a><a name="x2046"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), - view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); + p.<a href="tqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); +<a name="x2066"></a><a name="x2046"></a> p.<a href="tqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), + view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); <a name="x2062"></a> if ( view.<a href="ntqrect.html#top">top</a>() - margin >= richText.<a href="ntqsimplerichtext.html#height">height</a>() ) break; <a href="tqstring.html">TQString</a> msg( "Printing (page " ); diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index ec62caf59..a0d41e285 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -118,7 +118,7 @@ private: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> /* XPM */ static const char * p1_xpm[] = { @@ -198,14 +198,14 @@ static const char * p3_xpm[] = { class MyMenuItem : public <a href="qcustommenuitem.html">TQCustomMenuItem</a> { public: - MyMenuItem( const <a href="tqstring.html">TQString</a>& s, const <a href="ntqfont.html">TQFont</a>& f ) + MyMenuItem( const <a href="tqstring.html">TQString</a>& s, const <a href="tqfont.html">TQFont</a>& f ) : string( s ), font( f ){}; ~MyMenuItem(){} - void paint( <a href="ntqpainter.html">TQPainter</a>* p, const TQColorGroup& /*cg*/, bool /*act*/, bool /*enabled*/, int x, int y, int w, int h ) + void paint( <a href="tqpainter.html">TQPainter</a>* p, const TQColorGroup& /*cg*/, bool /*act*/, bool /*enabled*/, int x, int y, int w, int h ) { - p-><a href="ntqpainter.html#setFont">setFont</a> ( font ); - p-><a href="ntqpainter.html#drawText">drawText</a>( x, y, w, h, AlignLeft | AlignVCenter | DontClip | ShowPrefix, string ); + p-><a href="tqpainter.html#setFont">setFont</a> ( font ); + p-><a href="tqpainter.html#drawText">drawText</a>( x, y, w, h, AlignLeft | AlignVCenter | DontClip | ShowPrefix, string ); } <a href="tqsize.html">TQSize</a> sizeHint() @@ -214,7 +214,7 @@ public: } private: <a href="tqstring.html">TQString</a> string; - <a href="ntqfont.html">TQFont</a> font; + <a href="tqfont.html">TQFont</a> font; }; @@ -259,13 +259,13 @@ private: options-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); <a name="x1883"></a> options-><a href="tqwidget.html#polish">polish</a>(); // adjust system settings -<a name="x1882"></a> <a href="ntqfont.html">TQFont</a> f = options-><a href="tqwidget.html#font">font</a>(); -<a name="x1860"></a> f.<a href="ntqfont.html#setBold">setBold</a>( TRUE ); +<a name="x1882"></a> <a href="tqfont.html">TQFont</a> f = options-><a href="tqwidget.html#font">font</a>(); +<a name="x1860"></a> f.<a href="tqfont.html#setBold">setBold</a>( TRUE ); boldID = options-><a href="tqmenudata.html#insertItem">insertItem</a>( new MyMenuItem( "Bold", f ) ); <a name="x1871"></a> options-><a href="tqmenudata.html#setAccel">setAccel</a>( CTRL+Key_B, boldID ); <a name="x1868"></a> options-><a href="tqmenudata.html#connectItem">connectItem</a>( boldID, this, TQ_SLOT(bold()) ); f = <a href="tqwidget.html#font">font</a>(); -<a name="x1861"></a> f.<a href="ntqfont.html#setUnderline">setUnderline</a>( TRUE ); +<a name="x1861"></a> f.<a href="tqfont.html#setUnderline">setUnderline</a>( TRUE ); underlineID = options-><a href="tqmenudata.html#insertItem">insertItem</a>( new MyMenuItem( "Underline", f ) ); options-><a href="tqmenudata.html#setAccel">setAccel</a>( CTRL+Key_U, underlineID ); options-><a href="tqmenudata.html#connectItem">connectItem</a>( underlineID, this, TQ_SLOT(underline()) ); @@ -375,7 +375,7 @@ void <a name="f508"></a>MenuExample::normal() { isBold = FALSE; isUnderline = FALSE; - <a href="ntqfont.html">TQFont</a> font; + <a href="tqfont.html">TQFont</a> font; <a name="x1865"></a> label-><a href="ntqlabel.html#setFont">setFont</a>( font ); <a name="x1872"></a> menu-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( boldID, isBold ); menu-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( underlineID, isUnderline ); @@ -386,9 +386,9 @@ void <a name="f508"></a>MenuExample::normal() void <a name="f509"></a>MenuExample::bold() { isBold = !isBold; - <a href="ntqfont.html">TQFont</a> font; - font.<a href="ntqfont.html#setBold">setBold</a>( isBold ); - font.<a href="ntqfont.html#setUnderline">setUnderline</a>( isUnderline ); + <a href="tqfont.html">TQFont</a> font; + font.<a href="tqfont.html#setBold">setBold</a>( isBold ); + font.<a href="tqfont.html#setUnderline">setUnderline</a>( isUnderline ); label-><a href="ntqlabel.html#setFont">setFont</a>( font ); menu-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( boldID, isBold ); emit explain( "Options/Bold selected" ); @@ -398,9 +398,9 @@ void <a name="f509"></a>MenuExample::bold() void <a name="f510"></a>MenuExample::underline() { isUnderline = !isUnderline; - <a href="ntqfont.html">TQFont</a> font; - font.<a href="ntqfont.html#setBold">setBold</a>( isBold ); - font.<a href="ntqfont.html#setUnderline">setUnderline</a>( isUnderline ); + <a href="tqfont.html">TQFont</a> font; + font.<a href="tqfont.html#setBold">setBold</a>( isBold ); + font.<a href="tqfont.html#setUnderline">setUnderline</a>( isUnderline ); label-><a href="ntqlabel.html#setFont">setFont</a>( font ); menu-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( underlineID, isUnderline ); emit explain( "Options/Underline selected" ); diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html index fac4d58f5..ae391f739 100644 --- a/doc/html/motif-walkthrough-9.html +++ b/doc/html/motif-walkthrough-9.html @@ -67,7 +67,7 @@ and formatting characters to a <tt>printtext</tt> variable (which is a <p> The rest of the <tt>MainWindow::filePrint()</tt> function is the actual printing code. Here we simply create a <a href="ntqsimplerichtext.html">TQSimpleRichText</a> object using the string we created above, and draw this string on the <a href="ntqprinter.html">TQPrinter</a> -object using <a href="ntqpainter.html">TQPainter</a>. +object using <a href="tqpainter.html">TQPainter</a>. <p> <pre></pre> <p> <h2> Removing the Dependency on Xt/Motif </h2> diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html index 5a5ae1959..ae07a20b1 100644 --- a/doc/html/movies-example.html +++ b/doc/html/movies-example.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p> -The Movies example displays MNG and animated GIF files using the <a href="ntqmovie.html">TQMovie</a> and +The Movies example displays MNG and animated GIF files using the <a href="tqmovie.html">TQMovie</a> and <a href="ntqlabel.html">TQLabel</a> classes. <p> The movies will only read an animated GIF if GIF reading was enabled when TQt was built. <p> <hr> @@ -52,15 +52,15 @@ The Movies example displays MNG and animated GIF files using the <a href="ntqmov #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -#include <<a href="qmovie-h.html">ntqmovie.h</a>> +#include <<a href="tqmovie-h.html">tqmovie.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> class MovieScreen : public <a href="ntqframe.html">TQFrame</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> - <a href="ntqmovie.html">TQMovie</a> movie; + <a href="tqmovie.html">TQMovie</a> movie; <a href="tqstring.html">TQString</a> filename; <a href="tqsize.html">TQSize</a> sh; @@ -81,9 +81,9 @@ public: setBackgroundMode(NoBackground); // Get the movie to tell use when interesting things happen. -<a name="x500"></a> movie.<a href="ntqmovie.html#connectUpdate">connectUpdate</a>(this, TQ_SLOT(movieUpdated(const <a href="ntqrect.html">TQRect</a>&))); -<a name="x498"></a> movie.<a href="ntqmovie.html#connectResize">connectResize</a>(this, TQ_SLOT(movieResized(const <a href="tqsize.html">TQSize</a>&))); -<a name="x499"></a> movie.<a href="ntqmovie.html#connectStatus">connectStatus</a>(this, TQ_SLOT(movieStatus(int))); +<a name="x500"></a> movie.<a href="tqmovie.html#connectUpdate">connectUpdate</a>(this, TQ_SLOT(movieUpdated(const <a href="ntqrect.html">TQRect</a>&))); +<a name="x498"></a> movie.<a href="tqmovie.html#connectResize">connectResize</a>(this, TQ_SLOT(movieResized(const <a href="tqsize.html">TQSize</a>&))); +<a name="x499"></a> movie.<a href="tqmovie.html#connectStatus">connectStatus</a>(this, TQ_SLOT(movieStatus(int))); setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding,TQSizePolicy::Expanding)); } @@ -99,7 +99,7 @@ protected: void drawContents(TQPainter* p) { // Get the current movie frame. -<a name="x502"></a> <a href="ntqpixmap.html">TQPixmap</a> pm = movie.<a href="ntqmovie.html#framePixmap">framePixmap</a>(); +<a name="x502"></a> <a href="ntqpixmap.html">TQPixmap</a> pm = movie.<a href="tqmovie.html#framePixmap">framePixmap</a>(); // Get the area we have to draw in. <a href="ntqrect.html">TQRect</a> r = contentsRect(); @@ -125,11 +125,11 @@ protected: const char* message = 0; -<a name="x504"></a> if (movie.<a href="ntqmovie.html#paused">paused</a>()) { +<a name="x504"></a> if (movie.<a href="tqmovie.html#paused">paused</a>()) { message = "PAUSED"; -<a name="x501"></a> } else if (movie.<a href="ntqmovie.html#finished">finished</a>()) { +<a name="x501"></a> } else if (movie.<a href="tqmovie.html#finished">finished</a>()) { message = "THE END"; -<a name="x507"></a> } else if (movie.<a href="ntqmovie.html#steps">steps</a>() > 0) { +<a name="x507"></a> } else if (movie.<a href="tqmovie.html#steps">steps</a>() > 0) { message = "FF >>"; } @@ -137,20 +137,20 @@ protected: // Find a good font size... p->setFont(TQFont("Helvetica", 24)); - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = p->fontMetrics(); -<a name="x496"></a> if ( fm.<a href="ntqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) + <a href="tqfontmetrics.html">TQFontMetrics</a> fm = p->fontMetrics(); +<a name="x496"></a> if ( fm.<a href="tqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) p->setFont(TQFont("Helvetica", 18)); fm = p->fontMetrics(); - if ( fm.<a href="ntqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) + if ( fm.<a href="tqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) p->setFont(TQFont("Helvetica", 14)); fm = p->fontMetrics(); - if ( fm.<a href="ntqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) + if ( fm.<a href="tqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) p->setFont(TQFont("Helvetica", 12)); fm = p->fontMetrics(); - if ( fm.<a href="ntqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) + if ( fm.<a href="tqfontmetrics.html#width">width</a>(message) > r.<a href="ntqrect.html#width">width</a>()-10 ) p->setFont(TQFont("Helvetica", 10)); // "Shadow" effect. @@ -164,28 +164,28 @@ protected: public slots: void restart() { -<a name="x505"></a> movie.<a href="ntqmovie.html#restart">restart</a>(); +<a name="x505"></a> movie.<a href="tqmovie.html#restart">restart</a>(); repaint(); } void togglePause() { - if ( movie.<a href="ntqmovie.html#paused">paused</a>() ) -<a name="x508"></a> movie.<a href="ntqmovie.html#unpause">unpause</a>(); + if ( movie.<a href="tqmovie.html#paused">paused</a>() ) +<a name="x508"></a> movie.<a href="tqmovie.html#unpause">unpause</a>(); else -<a name="x503"></a> movie.<a href="ntqmovie.html#pause">pause</a>(); +<a name="x503"></a> movie.<a href="tqmovie.html#pause">pause</a>(); repaint(); } void step() { -<a name="x506"></a> movie.<a href="ntqmovie.html#step">step</a>(); +<a name="x506"></a> movie.<a href="tqmovie.html#step">step</a>(); repaint(); } void step10() { - movie.<a href="ntqmovie.html#step">step</a>(10); + movie.<a href="tqmovie.html#step">step</a>(10); repaint(); } @@ -199,7 +199,7 @@ private slots: <a href="ntqrect.html">TQRect</a> r = contentsRect(); - if ( r.<a href="ntqrect.html#size">size</a>() != movie.<a href="ntqmovie.html#framePixmap">framePixmap</a>().size() ) { + if ( r.<a href="ntqrect.html#size">size</a>() != movie.<a href="tqmovie.html#framePixmap">framePixmap</a>().size() ) { // Need to scale - redraw whole frame. repaint( r ); } else { @@ -245,11 +245,11 @@ public: <a href="ntqhbox.html">TQHBox</a>* hb = new <a href="ntqhbox.html">TQHBox</a>(this); <a href="ntqpushbutton.html">TQPushButton</a>* btn; btn = new <a href="ntqpushbutton.html">TQPushButton</a>("<<", hb); - <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="ntqmovie.html#restart">restart</a>())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="tqmovie.html#restart">restart</a>())); btn = new <a href="ntqpushbutton.html">TQPushButton</a>("||", hb); <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(togglePause())); btn = new <a href="ntqpushbutton.html">TQPushButton</a>(">|", hb); - <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="ntqmovie.html#step">step</a>())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="tqmovie.html#step">step</a>())); btn = new <a href="ntqpushbutton.html">TQPushButton</a>(">>|", hb); <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(step10())); } diff --git a/doc/html/multimedia.html b/doc/html/multimedia.html index d9b66d4dc..5f2cd9f3c 100644 --- a/doc/html/multimedia.html +++ b/doc/html/multimedia.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqimagedecoder.html">TQImageDecoder</a></b><td>Incremental image decoder for all supported image formats <tr bgcolor=#f0f0f0><td><b><a href="tqimageformat.html">TQImageFormat</a></b><td>Incremental image decoder for a specific image format <tr bgcolor=#f0f0f0><td><b><a href="tqimageformattype.html">TQImageFormatType</a></b><td>Factory that makes TQImageFormat objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses +<tr bgcolor=#f0f0f0><td><b><a href="tqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses <tr bgcolor=#f0f0f0><td><b><a href="ntqsound.html">TQSound</a></b><td>Access to the platform audio facilities </table> <!-- eof --> diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index c95062789..9d1a32f83 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -386,7 +386,7 @@ Initializes the window system and constructs an application object with <em>argc</em> command line arguments in <em>argv</em>. <p> The global <tt>tqApp</tt> pointer refers to this application object. Only one application object should be created. -<p> This application object must be constructed before any <a href="ntqpaintdevice.html">paint devices</a> (including widgets, pixmaps, bitmaps +<p> This application object must be constructed before any <a href="tqpaintdevice.html">paint devices</a> (including widgets, pixmaps, bitmaps etc.). <p> Note that <em>argc</em> and <em>argv</em> might be changed. TQt removes command line arguments that it recognizes. The modified <em>argc</em> and <em>argv</em> @@ -838,7 +838,7 @@ return to the event loop on asynchronous window systems like X11 or double buffered window systems like MacOS X, and you want to visualize these changes immediately (e.g. Splash Screens), call this function. -<p> <p>See also <a href="#flushX">flushX</a>(), <a href="#sendPostedEvents">sendPostedEvents</a>(), and <a href="ntqpainter.html#flush">TQPainter::flush</a>(). +<p> <p>See also <a href="#flushX">flushX</a>(), <a href="#sendPostedEvents">sendPostedEvents</a>(), and <a href="tqpainter.html#flush">TQPainter::flush</a>(). <h3 class=fn>void <a name="flushX"></a>TQApplication::flushX ()<tt> [static]</tt> </h3> @@ -854,17 +854,17 @@ returns almost immediately. Does nothing on other platforms. 0 if no widget in this application has the focus. <p> <p>See also <a href="tqwidget.html#setFocus">TQWidget::setFocus</a>(), <a href="tqwidget.html#focus-prop">TQWidget::focus</a>, and <a href="#activeWindow">activeWindow</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQApplication::font ( const <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQApplication::font ( const <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> </h3> Returns the default font for the widget <em>w</em>, or the default application font if <em>w</em> is 0. <p> <p>See also <a href="#setFont">setFont</a>(), <a href="#fontMetrics">fontMetrics</a>(), and <a href="tqwidget.html#font-prop">TQWidget::font</a>. <p>Examples: <a href="qfd-example.html#x1979">qfd/fontdisplayer.cpp</a>, <a href="themes-example.html#x264">themes/metal.cpp</a>, and <a href="themes-example.html#x321">themes/themes.cpp</a>. -<h3 class=fn><a href="ntqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQApplication::fontMetrics ()<tt> [static]</tt> +<h3 class=fn><a href="tqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQApplication::fontMetrics ()<tt> [static]</tt> </h3> Returns display (screen) font metrics for the application font. -<p> <p>See also <a href="#font">font</a>(), <a href="#setFont">setFont</a>(), <a href="tqwidget.html#fontMetrics">TQWidget::fontMetrics</a>(), and <a href="ntqpainter.html#fontMetrics">TQPainter::fontMetrics</a>(). +<p> <p>See also <a href="#font">font</a>(), <a href="#setFont">setFont</a>(), <a href="tqwidget.html#fontMetrics">TQWidget::fontMetrics</a>(), and <a href="tqpainter.html#fontMetrics">TQPainter::fontMetrics</a>(). <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="globalStrut"></a>TQApplication::globalStrut ()<tt> [static]</tt> </h3> @@ -1287,16 +1287,16 @@ colors, while the background windows will look less attractive. } </pre> -<p> <a href="ntqcolor.html">TQColor</a> provides more functionality for controlling color allocation and -freeing up certain colors. See <a href="ntqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>() for more +<p> <a href="tqcolor.html">TQColor</a> provides more functionality for controlling color allocation and +freeing up certain colors. See <a href="tqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>() for more information. -<p> To check what mode you end up with, call <a href="ntqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>() once +<p> To check what mode you end up with, call <a href="tqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>() once the TQApplication object exists. A value greater than 8 (typically 16, 24 or 32) means true color. <p> <sup>*</sup> The color cube used by TQt has 216 colors whose red, green, and blue components always have one of the following values: 0x00, 0x33, 0x66, 0x99, 0xCC, or 0xFF. -<p> <p>See also <a href="#colorSpec">colorSpec</a>(), <a href="ntqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>(), and <a href="ntqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>(). +<p> <p>See also <a href="#colorSpec">colorSpec</a>(), <a href="tqcolor.html#numBitPlanes">TQColor::numBitPlanes</a>(), and <a href="tqcolor.html#enterAllocContext">TQColor::enterAllocContext</a>(). <p>Examples: <a href="helpviewer-example.html#x1041">helpviewer/main.cpp</a>, <a href="showimg-example.html#x1361">showimg/main.cpp</a>, <a href="tutorial1-09.html#x2347">t9/main.cpp</a>, <a href="tetrix-example.html#x354">tetrix/tetrix.cpp</a>, and <a href="themes-example.html#x348">themes/main.cpp</a>. <h3 class=fn>void <a name="setCursorFlashTime"></a>TQApplication::setCursorFlashTime ( int msecs )<tt> [static]</tt> @@ -1348,7 +1348,7 @@ the effect will not be used. 16-bit color depth. <p> <p>See also <a href="#isEffectEnabled">isEffectEnabled</a>(), <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>, and <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>(). -<h3 class=fn>void <a name="setFont"></a>TQApplication::setFont ( const <a href="ntqfont.html">TQFont</a> & font, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> +<h3 class=fn>void <a name="setFont"></a>TQApplication::setFont ( const <a href="tqfont.html">TQFont</a> & font, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> </h3> Changes the default application font to <em>font</em>. If <em>informWidgets</em> is TRUE, then existing widgets are informed about the change and may adjust themselves to the new application setting. If <em>informWidgets</em> is FALSE, the change only affects newly @@ -1534,7 +1534,7 @@ widget, the widget should interpret the scroll operation as a single page up / page down operation instead. <p> <p>See also <a href="#wheelScrollLines">wheelScrollLines</a>(). -<h3 class=fn>void <a name="setWinStyleHighlightColor"></a>TQApplication::setWinStyleHighlightColor ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [static]</tt> +<h3 class=fn>void <a name="setWinStyleHighlightColor"></a>TQApplication::setWinStyleHighlightColor ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -1705,7 +1705,7 @@ This function is available only on Windows. <p> If <em>gotFocus</em> is TRUE, <em>widget</em> will become the active window. Otherwise the active window is reset to NULL. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="winStyleHighlightColor"></a>TQApplication::winStyleHighlightColor ()<tt> [static]</tt> +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="winStyleHighlightColor"></a>TQApplication::winStyleHighlightColor ()<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html index 80dbb2dd5..7030c2fb3 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/ntqbutton.html @@ -242,7 +242,7 @@ for a button that has <a href="#autoRepeat-prop">autoRepeat</a> turned on. <p> <p>See also <a href="#pressed">pressed</a>(), <a href="#released">released</a>(), <a href="#toggled">toggled</a>(), <a href="#autoRepeat-prop">autoRepeat</a>, and <a href="#down-prop">down</a>. <p>Examples: <a href="tutorial2-08.html#x2596">chart/setdataform.cpp</a>, <a href="listbox-example.html#x1426">listbox/listbox.cpp</a>, <a href="clientserver-example.html#x792">network/clientserver/client/client.cpp</a>, <a href="progressbar-example.html#x962">progressbar/progressbar.cpp</a>, <a href="richtext-example.html#x462">richtext/richtext.cpp</a>, <a href="tutorial1-02.html#x2290">t2/main.cpp</a>, and <a href="tutorial1-04.html#x2306">t4/main.cpp</a>. -<h3 class=fn>void <a name="drawButton"></a>TQButton::drawButton ( <a href="ntqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawButton"></a>TQButton::drawButton ( <a href="tqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> </h3> Draws the button. The default implementation does nothing. <p> This virtual function is reimplemented by subclasses to draw real @@ -250,7 +250,7 @@ buttons. At some point, these reimplementations should call <a href="#drawButtonLabel">drawButtonLabel</a>(). <p> <p>See also <a href="#drawButtonLabel">drawButtonLabel</a>() and <a href="#paintEvent">paintEvent</a>(). -<h3 class=fn>void <a name="drawButtonLabel"></a>TQButton::drawButtonLabel ( <a href="ntqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawButtonLabel"></a>TQButton::drawButtonLabel ( <a href="tqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> </h3> Draws the button text or pixmap. <p> This virtual function is reimplemented by subclasses to draw real @@ -283,7 +283,7 @@ See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const </h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. -<h3 class=fn>void <a name="paintEvent"></a>TQButton::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQButton::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> </h3> Handles paint events for buttons. Small and typically complex buttons are painted double-buffered to reduce flicker. The diff --git a/doc/html/ntqcombobox.html b/doc/html/ntqcombobox.html index 2847453de..ddce9ba53 100644 --- a/doc/html/ntqcombobox.html +++ b/doc/html/ntqcombobox.html @@ -448,7 +448,7 @@ the user presses Enter. <h3 class=fn>void <a name="setEditable"></a>TQComboBox::setEditable ( bool ) </h3><p>Sets whether the combobox is editable. See the <a href="ntqcombobox.html#editable-prop">"editable"</a> property for details. -<h3 class=fn>void <a name="setFont"></a>TQComboBox::setFont ( const <a href="ntqfont.html">TQFont</a> & font )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQComboBox::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [virtual]</tt> </h3> Sets the font for both the combobox button and the combobox popup list to <em>font</em>. diff --git a/doc/html/ntqdesktopwidget.html b/doc/html/ntqdesktopwidget.html index 1f32a0c6d..1a2dc55a0 100644 --- a/doc/html/ntqdesktopwidget.html +++ b/doc/html/ntqdesktopwidget.html @@ -150,10 +150,10 @@ Returns a widget that represents the screen with index <em>screen</em>. This widget can be used to draw directly on the desktop, using an unclipped painter like this: <p> <pre> - <a href="ntqpainter.html">TQPainter</a> paint( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); + <a href="tqpainter.html">TQPainter</a> paint( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); paint.draw... ... - paint.<a href="ntqpainter.html#end">end</a>(); + paint.<a href="tqpainter.html#end">end</a>(); </pre> <p> If the system uses a virtual desktop, the returned widget will diff --git a/doc/html/ntqdialog.html b/doc/html/ntqdialog.html index 5cc165e45..a545ffbfc 100644 --- a/doc/html/ntqdialog.html +++ b/doc/html/ntqdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qdialog-h.html">ntqdialog.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="ntqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="ntqtabdialog.html">TQTabDialog</a>, and <a href="ntqwizard.html">TQWizard</a>. +<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="ntqtabdialog.html">TQTabDialog</a>, and <a href="ntqwizard.html">TQWizard</a>. <p><a href="qdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 643940701..0c7a72b7b 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -36,7 +36,7 @@ event classes. Event objects contain event parameters. <a href="#details">More...</a> <p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="qtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="qpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>. +<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="qtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>. <p><a href="qevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -94,7 +94,7 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::FocusOut</tt> - Widget loses keyboard focus, <a href="qfocusevent.html">TQFocusEvent</a>. <li><tt>TQEvent::Enter</tt> - Mouse enters widget's boundaries. <li><tt>TQEvent::Leave</tt> - Mouse leaves widget's boundaries. -<li><tt>TQEvent::Paint</tt> - Screen update necessary, <a href="qpaintevent.html">TQPaintEvent</a>. +<li><tt>TQEvent::Paint</tt> - Screen update necessary, <a href="tqpaintevent.html">TQPaintEvent</a>. <li><tt>TQEvent::Move</tt> - Widget's position changed, <a href="qmoveevent.html">TQMoveEvent</a>. <li><tt>TQEvent::Resize</tt> - Widget's size changed, <a href="qresizeevent.html">TQResizeEvent</a>. <li><tt>TQEvent::Show</tt> - Widget was shown on screen, <a href="qshowevent.html">TQShowEvent</a>. diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index d14572150..b48c51560 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/ntqframe.html @@ -184,27 +184,27 @@ Constructs a frame widget with frame style <a href="#Shape-enum">NoFrame</a> and <h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="contentsRect"></a>TQFrame::contentsRect () const </h3><p>Returns the rectangle inside the frame. See the <a href="ntqframe.html#contentsRect-prop">"contentsRect"</a> property for details. -<h3 class=fn>void <a name="drawContents"></a>TQFrame::drawContents ( <a href="ntqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQFrame::drawContents ( <a href="tqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> </h3> Virtual function that draws the contents of the frame. -<p> The <a href="ntqpainter.html">TQPainter</a> is already open when you get it, and you must leave -it open. Painter <a href="ntqpainter.html#setWorldMatrix">transformations</a> are switched off on entry. If you +<p> The <a href="tqpainter.html">TQPainter</a> is already open when you get it, and you must leave +it open. Painter <a href="tqpainter.html#setWorldMatrix">transformations</a> are switched off on entry. If you transform the painter, remember to take the frame into account and -<a href="ntqpainter.html#resetXForm">reset transformation</a> before +<a href="tqpainter.html#resetXForm">reset transformation</a> before returning. <p> This function is reimplemented by subclasses that draw something inside the frame. It should only draw inside <a href="#contentsRect">contentsRect</a>(). The default function does nothing. -<p> <p>See also <a href="#contentsRect-prop">contentsRect</a> and <a href="ntqpainter.html#setClipRect">TQPainter::setClipRect</a>(). +<p> <p>See also <a href="#contentsRect-prop">contentsRect</a> and <a href="tqpainter.html#setClipRect">TQPainter::setClipRect</a>(). <p>Reimplemented in <a href="ntqlabel.html#drawContents">TQLabel</a>, <a href="ntqlcdnumber.html#drawContents">TQLCDNumber</a>, <a href="tqmenubar.html#drawContents">TQMenuBar</a>, and <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a>. -<h3 class=fn>void <a name="drawFrame"></a>TQFrame::drawFrame ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawFrame"></a>TQFrame::drawFrame ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the frame using the painter <em>p</em> and the current frame attributes and color group. The rectangle inside the frame is not affected. <p> This function is virtual, but in general you do not need to -reimplement it. If you do, note that the <a href="ntqpainter.html">TQPainter</a> is already open +reimplement it. If you do, note that the <a href="tqpainter.html">TQPainter</a> is already open and must remain open. <p> <p>See also <a href="#frameRect-prop">frameRect</a>, <a href="#contentsRect-prop">contentsRect</a>, <a href="#drawContents">drawContents</a>(), <a href="#frameStyle">frameStyle</a>(), and <a href="tqwidget.html#palette-prop">palette</a>. @@ -245,7 +245,7 @@ See the <a href="ntqframe.html#margin-prop">"margin"</a> property for details. <h3 class=fn>int <a name="midLineWidth"></a>TQFrame::midLineWidth () const </h3><p>Returns the width of the mid-line. See the <a href="ntqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details. -<h3 class=fn>void <a name="paintEvent"></a>TQFrame::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * event )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQFrame::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * event )<tt> [virtual protected]</tt> </h3> Processes the paint event <em>event</em>. <p> Paints the frame and the contents. @@ -285,7 +285,7 @@ styles in <a href="#Shadow-enum">TQFrame::Shadow</a>. <p> If a mid-line width greater than 0 is specified, an additional line is drawn for <a href="#Shadow-enum">Raised</a> or <a href="#Shadow-enum">Sunken</a> <a href="#Shape-enum">Box</a>, <a href="#Shape-enum">HLine</a>, and <a href="#Shape-enum">VLine</a> frames. The mid-color of the current color group is used for drawing middle lines. -<p> <p>See also <a href="#picture">Illustration</a>, <a href="#frameStyle">frameStyle</a>(), <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="qcolorgroup.html">TQColorGroup</a>. +<p> <p>See also <a href="#picture">Illustration</a>, <a href="#frameStyle">frameStyle</a>(), <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="tqcolorgroup.html">TQColorGroup</a>. <p>Examples: <a href="cursor-example.html#x1114">cursor/cursor.cpp</a>, <a href="layout-example.html#x531">layout/layout.cpp</a>, <a href="listboxcombo-example.html#x1401">listboxcombo/listboxcombo.cpp</a>, <a href="rangecontrols-example.html#x1381">rangecontrols/rangecontrols.cpp</a>, <a href="scrollview-example.html#x626">scrollview/scrollview.cpp</a>, <a href="tabdialog-example.html#x52">tabdialog/tabdialog.cpp</a>, and <a href="tictac-example.html#x24">tictac/tictac.cpp</a>. <h3 class=fn>void <a name="setLineWidth"></a>TQFrame::setLineWidth ( int )<tt> [virtual]</tt> diff --git a/doc/html/ntqglcolormap.html b/doc/html/ntqglcolormap.html index 9de907b3f..b2197e5a7 100644 --- a/doc/html/ntqglcolormap.html +++ b/doc/html/ntqglcolormap.html @@ -120,7 +120,7 @@ reference to it. </h3> Detaches this TQGLColormap from the shared block. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="entryColor"></a>TQGLColormap::entryColor ( int idx ) const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="entryColor"></a>TQGLColormap::entryColor ( int idx ) const </h3> Returns the TQRgb value in the colorcell with index <em>idx</em>. @@ -157,7 +157,7 @@ colors that should be set, <em>colors</em> is the array of colors, and </h3> Set cell at index <em>idx</em> in the colormap to color <em>color</em>. -<h3 class=fn>void <a name="setEntry-2"></a>TQGLColormap::setEntry ( int idx, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setEntry-2"></a>TQGLColormap::setEntry ( int idx, const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Set the cell with index <em>idx</em> in the colormap to color <em>color</em>. diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html index 51ac665d8..09ad6b085 100644 --- a/doc/html/ntqgridview.html +++ b/doc/html/ntqgridview.html @@ -167,13 +167,13 @@ See the <a href="ntqgridview.html#numCols-prop">"numCols"</a> property for detai <h3 class=fn>int <a name="numRows"></a>TQGridView::numRows () const </h3><p>Returns the number of rows in the grid. See the <a href="ntqgridview.html#numRows-prop">"numRows"</a> property for details. -<h3 class=fn>void <a name="paintCell"></a>TQGridView::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, int row, int col )<tt> [pure virtual protected]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQGridView::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col )<tt> [pure virtual protected]</tt> </h3> <p> This pure virtual function is called to paint the single cell at (<em>row</em>, <em>col</em>) using painter <em>p</em>. The painter must be open when <a href="#paintCell">paintCell</a>() is called and must remain open. -<p> The coordinate system is <a href="ntqpainter.html#translate">translated</a> so that the origin is at the top-left corner of the cell +<p> The coordinate system is <a href="tqpainter.html#translate">translated</a> so that the origin is at the top-left corner of the cell to be painted, i.e. <em>cell</em> coordinates. Do not scale or shear the coordinate system (or if you do, restore the <a href="ntqwmatrix.html#TransformationMode">transformation matrix</a> before you return). <p> The painter is not clipped by default in order to get maximum @@ -186,7 +186,7 @@ efficiency. If you want clipping, use </pre> -<h3 class=fn>void <a name="paintEmptyArea"></a>TQGridView::paintEmptyArea ( <a href="ntqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEmptyArea"></a>TQGridView::paintEmptyArea ( <a href="tqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> This function fills the <em>cw</em> pixels wide and <em>ch</em> pixels high rectangle starting at position (<em>cx</em>, <em>cy</em>) with the background diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html index 47f29c363..040f7fc71 100644 --- a/doc/html/ntqheader.html +++ b/doc/html/ntqheader.html @@ -366,13 +366,13 @@ See the <a href="ntqheader.html#offset-prop">"offset"</a> property for details. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const </h3><p>Returns the header's orientation. See the <a href="ntqheader.html#orientation-prop">"orientation"</a> property for details. -<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="ntqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> </h3> Paints the section at position <em>index</em>, inside rectangle <em>fr</em> (which uses widget coordinates) using painter <em>p</em>. <p> Calls <a href="#paintSectionLabel">paintSectionLabel</a>(). -<h3 class=fn>void <a name="paintSectionLabel"></a>TQHeader::paintSectionLabel ( <a href="ntqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintSectionLabel"></a>TQHeader::paintSectionLabel ( <a href="tqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> </h3> Paints the label of the section at position <em>index</em>, inside rectangle <em>fr</em> (which uses widget coordinates) using painter <em>p</em>. diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html index 136d8e327..495e1ed6b 100644 --- a/doc/html/ntqlabel.html +++ b/doc/html/ntqlabel.html @@ -105,7 +105,7 @@ for specifying a focus accelerator key for another widget. <tr bgcolor="#f0f0f0"> <td valign="top">A pixmap <td valign="top">Pass a <a href="ntqpixmap.html">TQPixmap</a> to <a href="#setPixmap">setPixmap</a>(). <tr bgcolor="#d0d0d0"> <td valign="top">A movie -<td valign="top">Pass a <a href="ntqmovie.html">TQMovie</a> to <a href="#setMovie">setMovie</a>(). +<td valign="top">Pass a <a href="tqmovie.html">TQMovie</a> to <a href="#setMovie">setMovie</a>(). <tr bgcolor="#f0f0f0"> <td valign="top">A number <td valign="top">Pass an <em>int</em> or a <em>double</em> to <a href="#setNum">setNum</a>(), which converts the number to plain text. @@ -142,7 +142,7 @@ the other widget (called the TQLabel's "buddy"). For example: buddy (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses Alt+P. You can also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same thing. <p> <img src=qlabel-m.png> <img src=qlabel-w.png> -<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) @@ -196,7 +196,7 @@ Returns this label's buddy, or 0 if no buddy is currently set. </h3> Clears any label contents. Equivalent to <a href="#setText">setText</a>( "" ). -<h3 class=fn>void <a name="drawContents"></a>TQLabel::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQLabel::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the label contents using the painter <em>p</em>. @@ -207,7 +207,7 @@ See the <a href="ntqlabel.html#scaledContents-prop">"scaledContents"</a> propert <h3 class=fn>int <a name="indent"></a>TQLabel::indent () const </h3><p>Returns the label's text indent in pixels. See the <a href="ntqlabel.html#indent-prop">"indent"</a> property for details. -<h3 class=fn><a href="ntqmovie.html">TQMovie</a> * <a name="movie"></a>TQLabel::movie () const +<h3 class=fn><a href="tqmovie.html">TQMovie</a> * <a name="movie"></a>TQLabel::movie () const </h3> Returns a pointer to the label's movie, or 0 if no movie has been set. @@ -266,7 +266,7 @@ set to 0. <p> <p>See also <a href="#buddy">buddy</a>(), <a href="#text-prop">text</a>, <a href="ntqaccel.html">TQAccel</a>, and <a href="#alignment-prop">alignment</a>. <p>Examples: <a href="addressbook-example.html#x580">addressbook/centralwidget.cpp</a>, <a href="tutorial2-09.html#x2642">chart/optionsform.cpp</a>, and <a href="regexptester-example.html#x2482">regexptester/regexptester.cpp</a>. -<h3 class=fn>void <a name="setFont"></a>TQLabel::setFont ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQLabel::setFont ( const <a href="tqfont.html">TQFont</a> & f )<tt> [virtual]</tt> </h3> Sets the font used on the TQLabel to font <em>f</em>. @@ -275,7 +275,7 @@ Sets the font used on the TQLabel to font <em>f</em>. <h3 class=fn>void <a name="setIndent"></a>TQLabel::setIndent ( int ) </h3><p>Sets the label's text indent in pixels. See the <a href="ntqlabel.html#indent-prop">"indent"</a> property for details. -<h3 class=fn>void <a name="setMovie"></a>TQLabel::setMovie ( const <a href="ntqmovie.html">TQMovie</a> & movie )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setMovie"></a>TQLabel::setMovie ( const <a href="tqmovie.html">TQMovie</a> & movie )<tt> [virtual slot]</tt> </h3> Sets the label contents to <em>movie</em>. Any previous content is cleared. diff --git a/doc/html/ntqlcdnumber.html b/doc/html/ntqlcdnumber.html index 456af2102..c95c02887 100644 --- a/doc/html/ntqlcdnumber.html +++ b/doc/html/ntqlcdnumber.html @@ -192,7 +192,7 @@ See the <a href="ntqlcdnumber.html#intValue-prop">"intValue"</a> property for de This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Displays the number <em>num</em>. -<h3 class=fn>void <a name="drawContents"></a>TQLCDNumber::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQLCDNumber::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the LCD number using painter <em>p</em>. This function is called from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). @@ -298,7 +298,7 @@ one digit position. <td valign="top">Produces flat segments filled with the foreground color. </table></center> <p> <a href="#SegmentStyle-enum">Outline</a> and <a href="#SegmentStyle-enum">Filled</a> will additionally use -<a href="qcolorgroup.html#light">TQColorGroup::light</a>() and <a href="qcolorgroup.html#dark">TQColorGroup::dark</a>() for shadow effects. +<a href="tqcolorgroup.html#light">TQColorGroup::light</a>() and <a href="tqcolorgroup.html#dark">TQColorGroup::dark</a>() for shadow effects. <p>Set this property's value with <a href="#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="#segmentStyle">segmentStyle</a>(). <h3 class=fn>bool <a name="smallDecimalPoint-prop"></a>smallDecimalPoint</h3> diff --git a/doc/html/ntqlistbox.html b/doc/html/ntqlistbox.html index 28fa0835a..05e634094 100644 --- a/doc/html/ntqlistbox.html +++ b/doc/html/ntqlistbox.html @@ -776,7 +776,7 @@ the <a href="qlistboxitem.html">TQListBoxItem</a> that the mouse has moved on. <p> This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list box. -<h3 class=fn>void <a name="paintCell"></a>TQListBox::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, int row, int col )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQListBox::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col )<tt> [virtual protected]</tt> </h3> Provided for compatibility with the old TQListBox. We recommend using <a href="qlistboxitem.html#paint">TQListBoxItem::paint</a>() instead. diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 43ba29a15..5231935da 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -597,7 +597,7 @@ drag object and a drag is started unless <a href="#dragObject">dragObject</a>() <p> By default this function returns 0. You should reimplement it and create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items. -<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> Calls <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() and <a href="qlistviewitem.html#paintBranches">TQListViewItem::paintBranches</a>() as necessary for all list view @@ -818,7 +818,7 @@ item <em>i</em>, similar to the <a href="tqwidget.html#enterEvent">TQWidget::ent <p> This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list view. -<h3 class=fn>void <a name="paintEmptyArea"></a>TQListView::paintEmptyArea ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEmptyArea"></a>TQListView::paintEmptyArea ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [virtual protected]</tt> </h3> Paints <em>rect</em> so that it looks like empty background using painter <em>p</em>. <em>rect</em> is in widget coordinates, ready to be fed to diff --git a/doc/html/ntqpalette.html b/doc/html/ntqpalette.html index 0c200f34e..f083e7543 100644 --- a/doc/html/ntqpalette.html +++ b/doc/html/ntqpalette.html @@ -101,7 +101,7 @@ to modify the palette. palette's color groups with <a href="#setColor">setColor</a>() and <a href="#setBrush">setBrush</a>(). <p> You can copy a palette using the copy constructor and test to see if two palettes are <em>identical</em> using <a href="#isCopyOf">isCopyOf</a>(). -<p> <p>See also <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="tqwidget.html#palette-prop">TQWidget::palette</a>, <a href="qcolorgroup.html">TQColorGroup</a>, <a href="ntqcolor.html">TQColor</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="tqwidget.html#palette-prop">TQWidget::palette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="tqcolor.html">TQColor</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ColorGroup-enum"></a>TQPalette::ColorGroup</h3> @@ -118,24 +118,24 @@ if two palettes are <em>identical</em> using <a href="#isCopyOf">isCopyOf</a>(). Constructs a palette that consists of color groups with only black colors. -<h3 class=fn><a name="TQPalette-2"></a>TQPalette::TQPalette ( const <a href="ntqcolor.html">TQColor</a> & button ) +<h3 class=fn><a name="TQPalette-2"></a>TQPalette::TQPalette ( const <a href="tqcolor.html">TQColor</a> & button ) </h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Constructs a palette from the <em>button</em> color. The other colors are automatically calculated, based on this color. Background will be the button color as well. -<h3 class=fn><a name="TQPalette-3"></a>TQPalette::TQPalette ( const <a href="ntqcolor.html">TQColor</a> & button, const <a href="ntqcolor.html">TQColor</a> & background ) +<h3 class=fn><a name="TQPalette-3"></a>TQPalette::TQPalette ( const <a href="tqcolor.html">TQColor</a> & button, const <a href="tqcolor.html">TQColor</a> & background ) </h3> Constructs a palette from a <em>button</em> color and a <em>background</em>. The other colors are automatically calculated, based on these colors. -<h3 class=fn><a name="TQPalette-4"></a>TQPalette::TQPalette ( const <a href="qcolorgroup.html">TQColorGroup</a> & active, const <a href="qcolorgroup.html">TQColorGroup</a> & disabled, const <a href="qcolorgroup.html">TQColorGroup</a> & inactive ) +<h3 class=fn><a name="TQPalette-4"></a>TQPalette::TQPalette ( const <a href="tqcolorgroup.html">TQColorGroup</a> & active, const <a href="tqcolorgroup.html">TQColorGroup</a> & disabled, const <a href="tqcolorgroup.html">TQColorGroup</a> & inactive ) </h3> Constructs a palette that consists of the three color groups <em>active</em>, <em>disabled</em> and <em>inactive</em>. See the <a href="#details">Detailed Description</a> for definitions of the color groups -and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> for definitions of each color role +and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> for definitions of each color role in the three groups. -<p> <p>See also <a href="qcolorgroup.html">TQColorGroup</a> and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. +<p> <p>See also <a href="tqcolorgroup.html">TQColorGroup</a> and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. <h3 class=fn><a name="TQPalette-5"></a>TQPalette::TQPalette ( const <a href="ntqpalette.html">TQPalette</a> & p ) </h3> @@ -146,22 +146,22 @@ Constructs a copy of <em>p</em>. </h3> Destroys the palette. -<h3 class=fn>const <a href="qcolorgroup.html">TQColorGroup</a> & <a name="active"></a>TQPalette::active () const +<h3 class=fn>const <a href="tqcolorgroup.html">TQColorGroup</a> & <a name="active"></a>TQPalette::active () const </h3> <p> Returns the active color group of this palette. -<p> <p>See also <a href="qcolorgroup.html">TQColorGroup</a>, <a href="#setActive">setActive</a>(), <a href="#inactive">inactive</a>(), and <a href="#disabled">disabled</a>(). +<p> <p>See also <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="#setActive">setActive</a>(), <a href="#inactive">inactive</a>(), and <a href="#disabled">disabled</a>(). <p>Examples: <a href="themes-example.html#x290">themes/metal.cpp</a> and <a href="themes-example.html#x224">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqbrush.html">TQBrush</a> & <a name="brush"></a>TQPalette::brush ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r ) const +<h3 class=fn>const <a href="tqbrush.html">TQBrush</a> & <a name="brush"></a>TQPalette::brush ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r ) const </h3> Returns the brush in color group <em>gr</em>, used for color role <em>r</em>. -<p> <p>See also <a href="#color">color</a>(), <a href="#setBrush">setBrush</a>(), and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. +<p> <p>See also <a href="#color">color</a>(), <a href="#setBrush">setBrush</a>(), and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="color"></a>TQPalette::color ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r ) const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="color"></a>TQPalette::color ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r ) const </h3> Returns the color in color group <em>gr</em>, used for color role <em>r</em>. -<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. +<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. <h3 class=fn><a href="ntqpalette.html">TQPalette</a> <a name="copy"></a>TQPalette::copy () const </h3> @@ -169,18 +169,18 @@ Returns a <a href="shclass.html#deep-copy">deep copy</a> of this palette. <p> <b>Warning:</b> This is slower than the copy constructor and assignment operator and offers no benefits. -<h3 class=fn>const <a href="qcolorgroup.html">TQColorGroup</a> & <a name="disabled"></a>TQPalette::disabled () const +<h3 class=fn>const <a href="tqcolorgroup.html">TQColorGroup</a> & <a name="disabled"></a>TQPalette::disabled () const </h3> <p> Returns the disabled color group of this palette. -<p> <p>See also <a href="qcolorgroup.html">TQColorGroup</a>, <a href="#setDisabled">setDisabled</a>(), <a href="#active">active</a>(), and <a href="#inactive">inactive</a>(). +<p> <p>See also <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="#setDisabled">setDisabled</a>(), <a href="#active">active</a>(), and <a href="#inactive">inactive</a>(). <p>Examples: <a href="themes-example.html#x291">themes/metal.cpp</a> and <a href="themes-example.html#x225">themes/wood.cpp</a>. -<h3 class=fn>const <a href="qcolorgroup.html">TQColorGroup</a> & <a name="inactive"></a>TQPalette::inactive () const +<h3 class=fn>const <a href="tqcolorgroup.html">TQColorGroup</a> & <a name="inactive"></a>TQPalette::inactive () const </h3> <p> Returns the inactive color group of this palette. -<p> <p>See also <a href="qcolorgroup.html">TQColorGroup</a>, <a href="#setInactive">setInactive</a>(), <a href="#active">active</a>(), and <a href="#disabled">disabled</a>(). +<p> <p>See also <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="#setInactive">setInactive</a>(), <a href="#active">active</a>(), and <a href="#disabled">disabled</a>(). <h3 class=fn>bool <a name="isCopyOf"></a>TQPalette::isCopyOf ( const <a href="ntqpalette.html">TQPalette</a> & p ) </h3> @@ -219,47 +219,47 @@ changes during the lazy copy operation (detach()), not during a <a href="shclass.html#shallow-copy">shallow copy</a> (copy constructor or assignment). <p> <p>See also <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpixmapcache.html">TQPixmapCache</a>, and <a href="tqcache.html">TQCache</a>. -<h3 class=fn>void <a name="setActive"></a>TQPalette::setActive ( const <a href="qcolorgroup.html">TQColorGroup</a> & g ) +<h3 class=fn>void <a name="setActive"></a>TQPalette::setActive ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) </h3> Sets the <a href="#ColorGroup-enum">Active</a> color group to <em>g</em>. -<p> <p>See also <a href="#active">active</a>(), <a href="#setDisabled">setDisabled</a>(), <a href="#setInactive">setInactive</a>(), and <a href="qcolorgroup.html">TQColorGroup</a>. +<p> <p>See also <a href="#active">active</a>(), <a href="#setDisabled">setDisabled</a>(), <a href="#setInactive">setInactive</a>(), and <a href="tqcolorgroup.html">TQColorGroup</a>. -<h3 class=fn>void <a name="setBrush"></a>TQPalette::setBrush ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn>void <a name="setBrush"></a>TQPalette::setBrush ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="tqbrush.html">TQBrush</a> & b ) </h3> Sets the brush in color group <em>gr</em>, used for color role <em>r</em>, to <em>b</em>. -<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. +<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. -<h3 class=fn>void <a name="setBrush-2"></a>TQPalette::setBrush ( <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn>void <a name="setBrush-2"></a>TQPalette::setBrush ( <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="tqbrush.html">TQBrush</a> & b ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the brush in for color role <em>r</em> in all three color groups to <em>b</em>. -<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>, <a href="#active">active</a>(), <a href="#inactive">inactive</a>(), and <a href="#disabled">disabled</a>(). +<p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>, <a href="#active">active</a>(), <a href="#inactive">inactive</a>(), and <a href="#disabled">disabled</a>(). -<h3 class=fn>void <a name="setColor"></a>TQPalette::setColor ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQPalette::setColor ( <a href="ntqpalette.html#ColorGroup-enum">ColorGroup</a> gr, <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the brush in color group <em>gr</em>, used for color role <em>r</em>, to the solid color <em>c</em>. -<p> <p>See also <a href="#setBrush">setBrush</a>(), <a href="#color">color</a>(), and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. +<p> <p>See also <a href="#setBrush">setBrush</a>(), <a href="#color">color</a>(), and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. <p>Example: <a href="themes-example.html#x332">themes/themes.cpp</a>. -<h3 class=fn>void <a name="setColor-2"></a>TQPalette::setColor ( <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor-2"></a>TQPalette::setColor ( <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a> r, const <a href="tqcolor.html">TQColor</a> & c ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the brush color used for color role <em>r</em> to color <em>c</em> in all three color groups. -<p> <p>See also <a href="#color">color</a>(), <a href="#setBrush">setBrush</a>(), and <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. +<p> <p>See also <a href="#color">color</a>(), <a href="#setBrush">setBrush</a>(), and <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ColorRole</a>. -<h3 class=fn>void <a name="setDisabled"></a>TQPalette::setDisabled ( const <a href="qcolorgroup.html">TQColorGroup</a> & g ) +<h3 class=fn>void <a name="setDisabled"></a>TQPalette::setDisabled ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) </h3> Sets the <a href="#ColorGroup-enum">Disabled</a> color group to <em>g</em>. <p> <p>See also <a href="#disabled">disabled</a>(), <a href="#setActive">setActive</a>(), and <a href="#setInactive">setInactive</a>(). -<h3 class=fn>void <a name="setInactive"></a>TQPalette::setInactive ( const <a href="qcolorgroup.html">TQColorGroup</a> & g ) +<h3 class=fn>void <a name="setInactive"></a>TQPalette::setInactive ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) </h3> Sets the <a href="#ColorGroup-enum">Inactive</a> color group to <em>g</em>. -<p> <p>See also <a href="#active">active</a>(), <a href="#setDisabled">setDisabled</a>(), <a href="#setActive">setActive</a>(), and <a href="qcolorgroup.html">TQColorGroup</a>. +<p> <p>See also <a href="#active">active</a>(), <a href="#setDisabled">setDisabled</a>(), <a href="#setActive">setActive</a>(), and <a href="tqcolorgroup.html">TQColorGroup</a>. <hr><h2>Related Functions</h2> <h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqpalette.html">TQPalette</a> & p ) diff --git a/doc/html/ntqpen.html b/doc/html/ntqpen.html index 21d9fa7f1..d9778583e 100644 --- a/doc/html/ntqpen.html +++ b/doc/html/ntqpen.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qpainter.cpp:3138 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqpainter.cpp:3138 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -67,7 +67,7 @@ of shapes. <hr><a name="details"></a><h2>Detailed Description</h2> -The TQPen class defines how a <a href="ntqpainter.html">TQPainter</a> should draw lines and outlines +The TQPen class defines how a <a href="tqpainter.html">TQPainter</a> should draw lines and outlines of shapes. <p> @@ -83,31 +83,31 @@ line width of 1). For horizontal and vertical lines a line width of 0 is the same as a line width of 1. The cap and join style have no effect on 0-width lines. <p> The pen color defines the color of lines and text. The default -line color is black. The <a href="ntqcolor.html">TQColor</a> documentation lists predefined +line color is black. The <a href="tqcolor.html">TQColor</a> documentation lists predefined colors. <p> The cap style defines how the end points of lines are drawn. The join style defines how the joins between two lines are drawn when -multiple connected lines are drawn (<a href="ntqpainter.html#drawPolyline">TQPainter::drawPolyline</a>() +multiple connected lines are drawn (<a href="tqpainter.html#drawPolyline">TQPainter::drawPolyline</a>() etc.). The cap and join styles only apply to wide lines, i.e. when the width is 1 or greater. -<p> Use the <a href="ntqbrush.html">TQBrush</a> class to specify fill styles. +<p> Use the <a href="tqbrush.html">TQBrush</a> class to specify fill styles. <p> Example: <pre> - <a href="ntqpainter.html">TQPainter</a> painter; + <a href="tqpainter.html">TQPainter</a> painter; TQPen pen( red, 2 ); // red solid line, 2 pixels wide - painter.<a href="ntqpainter.html#begin">begin</a>( &anyPaintDevice ); // paint something - painter.<a href="ntqpainter.html#setPen">setPen</a>( pen ); // set the red, wide pen - painter.<a href="ntqpainter.html#drawRect">drawRect</a>( 40,30, 200,100 ); // draw a rectangle - painter.<a href="ntqpainter.html#setPen">setPen</a>( blue ); // set blue pen, 0 pixel width - painter.<a href="ntqpainter.html#drawLine">drawLine</a>( 40,30, 240,130 ); // draw a diagonal in rectangle - painter.<a href="ntqpainter.html#end">end</a>(); // painting done + painter.<a href="tqpainter.html#begin">begin</a>( &anyPaintDevice ); // paint something + painter.<a href="tqpainter.html#setPen">setPen</a>( pen ); // set the red, wide pen + painter.<a href="tqpainter.html#drawRect">drawRect</a>( 40,30, 200,100 ); // draw a rectangle + painter.<a href="tqpainter.html#setPen">setPen</a>( blue ); // set blue pen, 0 pixel width + painter.<a href="tqpainter.html#drawLine">drawLine</a>( 40,30, 240,130 ); // draw a diagonal in rectangle + painter.<a href="tqpainter.html#end">end</a>(); // painting done </pre> <p> See the <a href="ntqt.html#PenStyle-enum">TQt::PenStyle</a> enum type for a complete list of pen styles. <p> With reference to the end points of lines, for wide (non-0-width) pens it depends on the cap style whether the end point is drawn or -not. <a href="ntqpainter.html">TQPainter</a> will try to make sure that the end point is drawn +not. <a href="tqpainter.html">TQPainter</a> will try to make sure that the end point is drawn for 0-width pens, but this cannot be absolutely guaranteed because the underlying drawing engine is free to use any (typically accelerated) algorithm for drawing 0-width lines. On all tested @@ -118,7 +118,7 @@ be set in the constructor or later with <a href="#setColor">setColor</a>(), <a h <a href="#setStyle">setStyle</a>(), <a href="#setCapStyle">setCapStyle</a>() and <a href="#setJoinStyle">setJoinStyle</a>(). Pens may also be compared and streamed. <p> <center><img src="pen-styles.png" alt="Pen styles"></center> -<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="ntqpainter.html#setPen">TQPainter::setPen</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="tqpainter.html#setPen">TQPainter::setPen</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPen"></a>TQPen::TQPen () @@ -131,12 +131,12 @@ renders lines 1 pixel wide (fast diagonals). Constructs a black pen with 0 width (fast diagonals) and style <em>style</em>. <p> <p>See also <a href="#setStyle">setStyle</a>(). -<h3 class=fn><a name="TQPen-3"></a>TQPen::TQPen ( const <a href="ntqcolor.html">TQColor</a> & color, uint width = 0, <a href="ntqt.html#PenStyle-enum">PenStyle</a> style = SolidLine ) +<h3 class=fn><a name="TQPen-3"></a>TQPen::TQPen ( const <a href="tqcolor.html">TQColor</a> & color, uint width = 0, <a href="ntqt.html#PenStyle-enum">PenStyle</a> style = SolidLine ) </h3> Constructs a pen with the specified <em>color</em>, <em>width</em> and <em>style</em>. <p> <p>See also <a href="#setWidth">setWidth</a>(), <a href="#setStyle">setStyle</a>(), and <a href="#setColor">setColor</a>(). -<h3 class=fn><a name="TQPen-4"></a>TQPen::TQPen ( const <a href="ntqcolor.html">TQColor</a> & cl, uint w, <a href="ntqt.html#PenStyle-enum">PenStyle</a> s, <a href="ntqt.html#PenCapStyle-enum">PenCapStyle</a> c, <a href="ntqt.html#PenJoinStyle-enum">PenJoinStyle</a> j ) +<h3 class=fn><a name="TQPen-4"></a>TQPen::TQPen ( const <a href="tqcolor.html">TQColor</a> & cl, uint w, <a href="ntqt.html#PenStyle-enum">PenStyle</a> s, <a href="ntqt.html#PenCapStyle-enum">PenCapStyle</a> c, <a href="ntqt.html#PenJoinStyle-enum">PenJoinStyle</a> j ) </h3> Constructs a pen with the specified color <em>cl</em> and width <em>w</em>. The pen style is set to <em>s</em>, the pen cap style to <em>c</em> and the @@ -162,7 +162,7 @@ Destroys the pen. Returns the pen's cap style. <p> <p>See also <a href="#setCapStyle">setCapStyle</a>(). -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="color"></a>TQPen::color () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="color"></a>TQPen::color () const </h3> <p> Returns the pen color. @@ -204,7 +204,7 @@ no effect. Wide lines are rendered as if the cap style was <a href="ntqt.html#Pe <p> <p>See also <a href="#capStyle">capStyle</a>(). <p>Example: <a href="themes-example.html#x226">themes/wood.cpp</a>. -<h3 class=fn>void <a name="setColor"></a>TQPen::setColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQPen::setColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the pen color to <em>c</em>. <p> <p>See also <a href="#color">color</a>(). diff --git a/doc/html/ntqpicture.html b/doc/html/ntqpicture.html index dea681805..740a60b1c 100644 --- a/doc/html/ntqpicture.html +++ b/doc/html/ntqpicture.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } replays TQPainter commands. <a href="#details">More...</a> <p><tt>#include <<a href="qpicture-h.html">ntqpicture.h</a>></tt> -<p>Inherits <a href="ntqpaintdevice.html">TQPaintDevice</a>. +<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a>. <p><a href="qpicture-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -70,7 +70,7 @@ replays TQPainter commands. The TQPicture class is a paint device that records and -replays <a href="ntqpainter.html">TQPainter</a> commands. +replays <a href="tqpainter.html">TQPainter</a> commands. <p> @@ -87,10 +87,10 @@ regions, transformed graphics, etc. <p> Example of how to record a picture: <pre> TQPicture pic; - <a href="ntqpainter.html">TQPainter</a> p; - p.<a href="ntqpainter.html#begin">begin</a>( &pic ); // paint in picture - p.<a href="ntqpainter.html#drawEllipse">drawEllipse</a>( 10,20, 80,70 ); // draw an ellipse - p.<a href="ntqpainter.html#end">end</a>(); // painting done + <a href="tqpainter.html">TQPainter</a> p; + p.<a href="tqpainter.html#begin">begin</a>( &pic ); // paint in picture + p.<a href="tqpainter.html#drawEllipse">drawEllipse</a>( 10,20, 80,70 ); // draw an ellipse + p.<a href="tqpainter.html#end">end</a>(); // painting done pic.<a href="#save">save</a>( "drawing.pic" ); // save picture </pre> @@ -98,10 +98,10 @@ regions, transformed graphics, etc. <pre> TQPicture pic; pic.<a href="#load">load</a>( "drawing.pic" ); // load picture - <a href="ntqpainter.html">TQPainter</a> p; - p.<a href="ntqpainter.html#begin">begin</a>( &myWidget ); // paint in myWidget - p.<a href="ntqpainter.html#drawPicture">drawPicture</a>( pic ); // draw the picture - p.<a href="ntqpainter.html#end">end</a>(); // painting done + <a href="tqpainter.html">TQPainter</a> p; + p.<a href="tqpainter.html#begin">begin</a>( &myWidget ); // paint in myWidget + p.<a href="tqpainter.html#drawPicture">drawPicture</a>( pic ); // draw the picture + p.<a href="tqpainter.html#end">end</a>(); // painting done </pre> <p> Pictures can also be drawn using <a href="#play">play</a>(). Some basic data about a @@ -191,7 +191,7 @@ This is an overloaded member function, provided for convenience. It behaves esse </h3> Internal implementation of the virtual TQPaintDevice::metric() function. -<p> Use the <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead. +<p> Use the <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead. <p> A picture has the following hard-coded values: dpi=72, numcolors=16777216 and depth=24. <p> <em>m</em> is the metric to get. @@ -201,11 +201,11 @@ numcolors=16777216 and depth=24. Assigns a <a href="shclass.html">shallow copy</a> of <em>p</em> to this picture and returns a reference to this picture. -<h3 class=fn>bool <a name="play"></a>TQPicture::play ( <a href="ntqpainter.html">TQPainter</a> * painter ) +<h3 class=fn>bool <a name="play"></a>TQPicture::play ( <a href="tqpainter.html">TQPainter</a> * painter ) </h3> Replays the picture using <em>painter</em>, and returns TRUE if successful; otherwise returns FALSE. -<p> This function does exactly the same as <a href="ntqpainter.html#drawPicture">TQPainter::drawPicture</a>() +<p> This function does exactly the same as <a href="tqpainter.html#drawPicture">TQPainter::drawPicture</a>() with (x, y) = (0, 0). <h3 class=fn>bool <a name="save"></a>TQPicture::save ( const <a href="tqstring.html">TQString</a> & fileName, const char * format = 0 ) diff --git a/doc/html/ntqpixmap.html b/doc/html/ntqpixmap.html index 12b2f1f95..916f5f161 100644 --- a/doc/html/ntqpixmap.html +++ b/doc/html/ntqpixmap.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPixmap class is an off-screen, pixel-based paint device. <a href="#details">More...</a> <p><tt>#include <<a href="qpixmap-h.html">ntqpixmap.h</a>></tt> -<p>Inherits <a href="ntqpaintdevice.html">TQPaintDevice</a> and <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a> and <a href="ntqt.html">TQt</a>. <p>Inherited by <a href="tqbitmap.html">TQBitmap</a> and <a href="tqcanvaspixmap.html">TQCanvasPixmap</a>. <p><a href="qpixmap-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -130,11 +130,11 @@ use a pixmap to obtain flicker-free drawing, like this: <li> Create a pixmap with the same size as the widget. <li> Fill the pixmap with the widget background color. <li> Paint the pixmap. -<li> <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>() the pixmap contents onto the widget. +<li> <a href="tqpaintdevice.html#bitBlt">bitBlt</a>() the pixmap contents onto the widget. </ol> <p> Pixel data in a pixmap is internal and is managed by the underlying window system. Pixels can be accessed only through -<a href="ntqpainter.html">TQPainter</a> functions, through bitBlt(), and by converting the +<a href="tqpainter.html">TQPainter</a> functions, through bitBlt(), and by converting the TQPixmap to a TQImage. <p> You can easily display a TQPixmap on the screen using <a href="ntqlabel.html#setPixmap">TQLabel::setPixmap</a>(). For example, all the <a href="ntqbutton.html">TQButton</a> subclasses @@ -386,10 +386,10 @@ shared pixmap data. <p> A pixmap is automatically detached by TQt whenever its contents is about to change. This is done in all TQPixmap member functions that modify the pixmap (<a href="#fill">fill</a>(), <a href="#resize">resize</a>(), <a href="#convertFromImage">convertFromImage</a>(), -<a href="#load">load</a>(), etc.), in <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>() for the destination pixmap and in -<a href="ntqpainter.html#begin">TQPainter::begin</a>() on a pixmap. +<a href="#load">load</a>(), etc.), in <a href="tqpaintdevice.html#bitBlt">bitBlt</a>() for the destination pixmap and in +<a href="tqpainter.html#begin">TQPainter::begin</a>() on a pixmap. <p> It is possible to modify a pixmap without letting TQt know. You can -first obtain the system-dependent <a href="ntqpaintdevice.html#handle">handle</a>() and then call +first obtain the system-dependent <a href="tqpaintdevice.html#handle">handle</a>() and then call system-specific functions (for instance, BitBlt under Windows) that modify the pixmap contents. In such cases, you can call <a href="#detach">detach</a>() to cut the pixmap loose from other pixmaps that share @@ -397,7 +397,7 @@ data with this one. <p> detach() returns immediately if there is just a single reference or if the pixmap has not been initialized yet. -<h3 class=fn>void <a name="fill"></a>TQPixmap::fill ( const <a href="ntqcolor.html">TQColor</a> & fillColor = TQt::white ) +<h3 class=fn>void <a name="fill"></a>TQPixmap::fill ( const <a href="tqcolor.html">TQColor</a> & fillColor = TQt::white ) </h3> Fills the pixmap with the color <em>fillColor</em>. @@ -422,20 +422,20 @@ otherwise the pixmap will simply be filled with the background color of the widget. <p> Example: <pre> - void CuteWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> *e ) + void CuteWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a href="ntqrect.html">TQRect</a> ur = e-><a href="qpaintevent.html#rect">rect</a>(); // rectangle to update + <a href="ntqrect.html">TQRect</a> ur = e-><a href="tqpaintevent.html#rect">rect</a>(); // rectangle to update TQPixmap pix( ur.<a href="ntqrect.html#size">size</a>() ); // Pixmap for double-buffering pix.<a href="#fill">fill</a>( this, ur.<a href="ntqrect.html#topLeft">topLeft</a>() ); // fill with widget background - <a href="ntqpainter.html">TQPainter</a> p( &pix ); - p.<a href="ntqpainter.html#translate">translate</a>( -ur.<a href="ntqrect.html#x">x</a>(), -ur.<a href="ntqrect.html#y">y</a>() ); // use widget coordinate system + <a href="tqpainter.html">TQPainter</a> p( &pix ); + p.<a href="tqpainter.html#translate">translate</a>( -ur.<a href="ntqrect.html#x">x</a>(), -ur.<a href="ntqrect.html#y">y</a>() ); // use widget coordinate system // when drawing on pixmap // ... draw on pixmap ... - p.<a href="ntqpainter.html#end">end</a>(); + p.<a href="tqpainter.html#end">end</a>(); - <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>( this, ur.<a href="ntqrect.html#topLeft">topLeft</a>(), &pix ); + <a href="tqpaintdevice.html#bitBlt">bitBlt</a>( this, ur.<a href="ntqrect.html#topLeft">topLeft</a>(), &pix ); } </pre> @@ -473,7 +473,7 @@ covered with the widget's background. <p> If an error occurs when trying to grab the widget, such as the size of the widget being too large to fit in memory, an <a href="#isNull">isNull</a>() pixmap is returned. -<p> <p>See also <a href="#grabWindow">grabWindow</a>(), <a href="ntqpainter.html#redirect">TQPainter::redirect</a>(), and <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(). +<p> <p>See also <a href="#grabWindow">grabWindow</a>(), <a href="tqpainter.html#redirect">TQPainter::redirect</a>(), and <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(). <h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="grabWindow"></a>TQPixmap::grabWindow ( WId window, int x = 0, int y = 0, int w = -1, int h = -1 )<tt> [static]</tt> </h3> @@ -533,7 +533,7 @@ be recognized. <p> Returns TRUE if this is a null pixmap; otherwise returns FALSE. <p> A null pixmap has zero width, zero height and no contents. You -cannot draw in a null pixmap or <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>() anything to it. +cannot draw in a null pixmap or <a href="tqpaintdevice.html#bitBlt">bitBlt</a>() anything to it. <p> Resizing an existing pixmap to (0, 0) makes a pixmap into a null pixmap. <p> <p>See also <a href="#resize">resize</a>(). @@ -609,7 +609,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <h3 class=fn>int <a name="metric"></a>TQPixmap::metric ( int m ) const<tt> [virtual protected]</tt> </h3> Internal implementation of the virtual TQPaintDevice::metric() function. -<p> Use the <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead. +<p> Use the <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead. <p> <em>m</em> is the metric to get. <h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> & <a name="operator-eq"></a>TQPixmap::operator= ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap ) @@ -732,7 +732,7 @@ Now, alpha and alphacopy are visually different. </h3> Sets pixmap drawing optimization for this pixmap. <p> The <em>optimization</em> setting affects pixmap operations, in -particular drawing of transparent pixmaps (<a href="ntqpaintdevice.html#bitBlt">bitBlt</a>() a pixmap with +particular drawing of transparent pixmaps (<a href="tqpaintdevice.html#bitBlt">bitBlt</a>() a pixmap with a mask set) and pixmap transformations (the <a href="#xForm">xForm</a>() function). <p> Pixmap optimization involves keeping intermediate results in a cache buffer and using the cache to speed up bitBlt() and xForm(). @@ -779,7 +779,7 @@ that contains all the transformed points of the original image. <p> This function is slow because it involves transformation to a <a href="tqimage.html">TQImage</a>, non-trivial computations and a transformation back to a TQPixmap. -<p> <p>See also <a href="#trueMatrix">trueMatrix</a>(), <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), and <a href="tqimage.html#xForm">TQImage::xForm</a>(). +<p> <p>See also <a href="#trueMatrix">trueMatrix</a>(), <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), and <a href="tqimage.html#xForm">TQImage::xForm</a>(). <p>Examples: <a href="desktop-example.html#x1747">desktop/desktop.cpp</a>, <a href="fileiconview-example.html#x863">fileiconview/tqfileiconview.cpp</a>, <a href="movies-example.html#x514">movies/main.cpp</a>, and <a href="qmag-example.html#x1787">qmag/qmag.cpp</a>. <hr><h2>Related Functions</h2> @@ -789,7 +789,7 @@ TQPixmap. <p> Copies a block of pixels from <em>src</em> to <em>dst</em>. The alpha channel and mask data (if any) is also copied from <em>src</em>. NOTE: <em>src</em> is <em>not</em> alpha blended or masked when copied to <em>dst</em>. Use -<a href="ntqpaintdevice.html#bitBlt">bitBlt</a>() or <a href="ntqpainter.html#drawPixmap">TQPainter::drawPixmap</a>() to perform alpha blending or +<a href="tqpaintdevice.html#bitBlt">bitBlt</a>() or <a href="tqpainter.html#drawPixmap">TQPainter::drawPixmap</a>() to perform alpha blending or masked drawing. <p> <em>sx</em>, <em>sy</em> is the top-left pixel in <em>src</em> (0, 0 by default), <em>dx</em>, <em>dy</em> is the top-left position in <em>dst</em> and <em>sw</em>, \sh is the size of the copied block (all of <em>src</em> by default). diff --git a/doc/html/ntqplatinumstyle.html b/doc/html/ntqplatinumstyle.html index 5510a93b4..4f841d313 100644 --- a/doc/html/ntqplatinumstyle.html +++ b/doc/html/ntqplatinumstyle.html @@ -61,13 +61,13 @@ perfect. </h3> Constructs a TQPlatinumStyle -<h3 class=fn>void <a name="drawRiffles"></a>TQPlatinumStyle::drawRiffles ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool horizontal ) const<tt> [protected]</tt> +<h3 class=fn>void <a name="drawRiffles"></a>TQPlatinumStyle::drawRiffles ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool horizontal ) const<tt> [protected]</tt> </h3> Draws the nifty Macintosh decoration used on sliders using painter <em>p</em> and colorgroup <em>g</em>. <em>x</em>, <em>y</em>, <em>w</em>, <em>h</em> and <em>horizontal</em> specify the geometry and orientation of the riffles. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="mixedColor"></a>TQPlatinumStyle::mixedColor ( const <a href="ntqcolor.html">TQColor</a> & c1, const <a href="ntqcolor.html">TQColor</a> & c2 ) const<tt> [protected]</tt> +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="mixedColor"></a>TQPlatinumStyle::mixedColor ( const <a href="tqcolor.html">TQColor</a> & c1, const <a href="tqcolor.html">TQColor</a> & c2 ) const<tt> [protected]</tt> </h3> Mixes two colors <em>c1</em> and <em>c2</em> to a new color. diff --git a/doc/html/ntqpointarray.html b/doc/html/ntqpointarray.html index bebdfdbf2..322c73f5e 100644 --- a/doc/html/ntqpointarray.html +++ b/doc/html/ntqpointarray.html @@ -79,9 +79,9 @@ setPoints(), <a href="#putPoints">putPoints</a>(), <a href="#point">point</a>(), is also the <a href="ntqwmatrix.html#map">TQWMatrix::map</a>() function for more general transformations of TQPointArrays. You can also create arcs and ellipses with <a href="#makeArc">makeArc</a>() and <a href="#makeEllipse">makeEllipse</a>(). -<p> Among others, TQPointArray is used by <a href="ntqpainter.html#drawLineSegments">TQPainter::drawLineSegments</a>(), -<a href="ntqpainter.html#drawPolyline">TQPainter::drawPolyline</a>(), <a href="ntqpainter.html#drawPolygon">TQPainter::drawPolygon</a>() and -<a href="ntqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>(). +<p> Among others, TQPointArray is used by <a href="tqpainter.html#drawLineSegments">TQPainter::drawLineSegments</a>(), +<a href="tqpainter.html#drawPolyline">TQPainter::drawPolyline</a>(), <a href="tqpainter.html#drawPolygon">TQPainter::drawPolygon</a>() and +<a href="tqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>(). <p> Note that because this class is a TQMemArray, copying an array and modifying the copy modifies the original as well, i.e. a <a href="shclass.html#shallow-copy">shallow copy</a>. If you need a <a href="shclass.html#deep-copy">deep copy</a> use <a href="#copy">copy</a>() or <a href="tqmemarray.html#detach">detach</a>(), for example: <p> <pre> @@ -95,7 +95,7 @@ modifying the copy modifies the original as well, i.e. a <a href="shclass.html#s </pre> <p> If you forget the tmp.detach(), the const array will be modified. -<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqmemarray.html">TQMemArray</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqmemarray.html">TQMemArray</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPointArray"></a>TQPointArray::TQPointArray () diff --git a/doc/html/ntqprinter.html b/doc/html/ntqprinter.html index 73b663436..7647a9696 100644 --- a/doc/html/ntqprinter.html +++ b/doc/html/ntqprinter.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPrinter class is a paint device that paints on a printer. <a href="#details">More...</a> <p><tt>#include <<a href="qprinter-h.html">ntqprinter.h</a>></tt> -<p>Inherits <a href="ntqpaintdevice.html">TQPaintDevice</a>. +<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a>. <p><a href="qprinter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -133,7 +133,7 @@ it should print. range for <a href="#fromPage">fromPage</a>() and <a href="#toPage">toPage</a>() are. </ul> <p> Except where noted, you can only call the set functions before -<a href="#setup">setup</a>(), or between <a href="ntqpainter.html#end">TQPainter::end</a>() and setup(). (Some may take +<a href="#setup">setup</a>(), or between <a href="tqpainter.html#end">TQPainter::end</a>() and setup(). (Some may take effect between setup() and begin(), or between begin() and end(), but that's strictly undocumented and such behaviour may differ depending on platform.) @@ -155,7 +155,7 @@ to print from. <p> You can of course call these functions to establish defaults before you ask the user through <a href="#setup">TQPrinter::setup</a>(). <p> Once you start printing, calling <a href="#newPage">newPage</a>() is essential. You will -probably also need to look at the <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for the +probably also need to look at the <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for the printer (see the <a href="simple-application.html#printersimple">print function</a> in the Application walk-through). In previous versions, paint device metrics were valid only after the TQPrinter has been set @@ -227,7 +227,7 @@ first. TQPrinter does not check that the paper size is available; it just uses this information, together with TQPrinter::Orientation and <a href="#setFullPage">TQPrinter::setFullPage</a>(), to determine the printable area (see -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>). +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>). <p> The defined sizes (with <a href="#setFullPage">setFullPage</a>(TRUE)) are: <ul> <li><tt>TQPrinter::A0</tt> - 841 x 1189 mm This value is not supported on windows. @@ -387,7 +387,7 @@ Returns TRUE if the origin of the printer's coordinate system is at the corner of the sheet and FALSE if it is at the edge of the printable area. <p> See <a href="#setFullPage">setFullPage</a>() for details and caveats. -<p> <p>See also <a href="#setFullPage">setFullPage</a>(), <a href="#PageSize-enum">PageSize</a>, and <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>. +<p> <p>See also <a href="#setFullPage">setFullPage</a>(), <a href="#PageSize-enum">PageSize</a>, and <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>. <h3 class=fn>bool <a name="isOptionEnabled"></a>TQPrinter::isOptionEnabled ( <a href="ntqprinter.html#PrinterOption-enum">PrinterOption</a> option ) </h3> @@ -407,7 +407,7 @@ use. <p> If you have called setFullPage( FALSE ) (this is the default), margins() is automatically subtracted from the <a href="#pageSize">pageSize</a>() by TQPrinter. -<p> <p>See also <a href="#setFullPage">setFullPage</a>(), <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, and <a href="#PageSize-enum">PageSize</a>. +<p> <p>See also <a href="#setFullPage">setFullPage</a>(), <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, and <a href="#PageSize-enum">PageSize</a>. <h3 class=fn>void <a name="margins-2"></a>TQPrinter::margins ( uint * top, uint * left, uint * bottom, uint * right ) const </h3> @@ -420,7 +420,7 @@ the smallest sane margins you can use. <p> If you have called setFullPage( FALSE ) (this is the default), the margins are automatically subtracted from the <a href="#pageSize">pageSize</a>() by TQPrinter. -<p> <p>See also <a href="#setFullPage">setFullPage</a>(), <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, and <a href="#PageSize-enum">PageSize</a>. +<p> <p>See also <a href="#setFullPage">setFullPage</a>(), <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, and <a href="#PageSize-enum">PageSize</a>. <h3 class=fn>int <a name="maxPage"></a>TQPrinter::maxPage () const </h3> @@ -571,7 +571,7 @@ Sets TQPrinter to have the origin of the coordinate system at the top-left corner of the paper if <em>fp</em> is TRUE, or where it thinks the top-left corner of the printable area is if <em>fp</em> is FALSE. <p> The default is FALSE. You can (probably) print on (0,0), and -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> will report something smaller than the size +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> will report something smaller than the size indicated by PageSize. (Note that TQPrinter may be wrong on Unix systems - it does not have perfect knowledge of the physical printer.) @@ -579,7 +579,7 @@ printer.) exact same size as indicated by <a href="#PageSize-enum">PageSize</a>, but you cannot print on all of that - you must take care of the output margins yourself. -<p> <p>See also <a href="#PageSize-enum">PageSize</a>, <a href="#setPageSize">setPageSize</a>(), <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, and <a href="#fullPage">fullPage</a>(). +<p> <p>See also <a href="#PageSize-enum">PageSize</a>, <a href="#setPageSize">setPageSize</a>(), <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, and <a href="#fullPage">fullPage</a>(). <p>Examples: <a href="tqaction-application-example.html#x1150">action/application.cpp</a>, <a href="simple-application-example.html#x1568">application/application.cpp</a>, <a href="helpviewer-example.html#x1006">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2051">mdi/application.cpp</a>. <h3 class=fn>void <a name="setMargins"></a>TQPrinter::setMargins ( uint top, uint left, uint bottom, uint right ) @@ -706,7 +706,7 @@ active, the current print job may or may not be affected. Requests that the printer prints at <em>dpi</em> or as near to <em>dpi</em> as possible. <p> This setting affects the coordinate system as returned by, for -example, <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> and <a href="ntqpainter.html#viewport">TQPainter::viewport</a>(). +example, <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> and <a href="tqpainter.html#viewport">TQPainter::viewport</a>(). <p> The value depends on the <tt>PrintingMode</tt> used in the TQPrinter constructor. By default, the dpi value of the screen is used. <p> This function must be called before <a href="#setup">setup</a>() to have an effect on diff --git a/doc/html/ntqregion.html b/doc/html/ntqregion.html index 4afbfb7e4..6ae2683ea 100644 --- a/doc/html/ntqregion.html +++ b/doc/html/ntqregion.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } The TQRegion class specifies a clip region for a painter. <p> -<p> TQRegion is used with <a href="ntqpainter.html#setClipRegion">TQPainter::setClipRegion</a>() to limit the paint +<p> TQRegion is used with <a href="tqpainter.html#setClipRegion">TQPainter::setClipRegion</a>() to limit the paint area to what needs to be painted. There is also a <a href="tqwidget.html#repaint">TQWidget::repaint</a>() that takes a TQRegion parameter. TQRegion is the best tool for reducing flicker. @@ -97,17 +97,17 @@ or). You can move a region using <a href="#translate">translate</a>(). rectangles. <p> Example of using complex regions: <pre> - void MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p; // our painter + <a href="tqpainter.html">TQPainter</a> p; // our painter TQRegion r1( TQRect(100,100,200,80), // r1 = elliptic region TQRegion::<a href="#RegionType-enum">Ellipse</a> ); TQRegion r2( TQRect(100,120,90,30) ); // r2 = rectangular region TQRegion r3 = r1.<a href="#intersect">intersect</a>( r2 ); // r3 = intersection - p.<a href="ntqpainter.html#begin">begin</a>( this ); // start painting widget - p.<a href="ntqpainter.html#setClipRegion">setClipRegion</a>( r3 ); // set clip region + p.<a href="tqpainter.html#begin">begin</a>( this ); // start painting widget + p.<a href="tqpainter.html#setClipRegion">setClipRegion</a>( r3 ); // set clip region ... // paint clipped graphics - p.<a href="ntqpainter.html#end">end</a>(); // painting done + p.<a href="tqpainter.html#end">end</a>(); // painting done } </pre> @@ -115,7 +115,7 @@ rectangles. <p> <b>Warning:</b> Due to window system limitations, the whole coordinate space for a region is limited to the points between -32767 and 32767 on Mac OS X and Windows 95/98/ME. -<p> <p>See also <a href="ntqpainter.html#setClipRegion">TQPainter::setClipRegion</a>(), <a href="ntqpainter.html#setClipRect">TQPainter::setClipRect</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="tqpainter.html#setClipRegion">TQPainter::setClipRegion</a>(), <a href="tqpainter.html#setClipRect">TQPainter::setClipRect</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="RegionType-enum"></a>TQRegion::RegionType</h3> diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index 8b3be552a..b1bd11fce 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -526,7 +526,7 @@ Returns the widget in the corner between the two scroll bars. <h3 class=fn>bool <a name="dragAutoScroll"></a>TQScrollView::dragAutoScroll () const </h3><p>Returns TRUE if autoscrolling in drag move events is enabled; otherwise returns FALSE. See the <a href="ntqscrollview.html#dragAutoScroll-prop">"dragAutoScroll"</a> property for details. -<h3 class=fn>void <a name="drawContents"></a>TQScrollView::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQScrollView::drawContents ( <a href="tqpainter.html">TQPainter</a> * p, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> </h3> <p> Reimplement this function if you are viewing a drawing area rather @@ -559,10 +559,10 @@ set appropriately. <p>Example: <a href="tqdir-example.html#x1837">tqdir/tqdir.cpp</a>. <p>Reimplemented in <a href="tqcanvasview.html#drawContents">TQCanvasView</a> and <a href="ntqtable.html#drawContents">TQTable</a>. -<h3 class=fn>void <a name="drawContentsOffset"></a>TQScrollView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a> * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContentsOffset"></a>TQScrollView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> </h3> For backward-compatibility only. It is easier to use -<a href="#drawContents">drawContents</a>(<a href="ntqpainter.html">TQPainter</a>*,int,int,int,int). +<a href="#drawContents">drawContents</a>(<a href="tqpainter.html">TQPainter</a>*,int,int,int,int). <p> The default implementation translates the painter appropriately and calls drawContents(TQPainter*,int,int,int,int). See drawContents() for an explanation of the parameters <em>p</em>, <em>offsetx</em>, <em>offsety</em>, <em>clipx</em>, <em>clipy</em>, <em>clipw</em> and <em>cliph</em>. @@ -817,11 +817,11 @@ Returns the viewport widget of the scrollview. This is the widget containing the contents widget or which is the drawing area. <p>Examples: <a href="helpsystem-example.html#x2683">helpsystem/tooltip.cpp</a> and <a href="scrollview-example.html#x655">scrollview/scrollview.cpp</a>. -<h3 class=fn>void <a name="viewportPaintEvent"></a>TQScrollView::viewportPaintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * pe )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="viewportPaintEvent"></a>TQScrollView::viewportPaintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * pe )<tt> [virtual protected]</tt> </h3> This is a low-level painting routine that draws the viewport contents. Reimplement this if <a href="#drawContents">drawContents</a>() is too high-level -(for example, if you don't want to open a <a href="ntqpainter.html">TQPainter</a> on the +(for example, if you don't want to open a <a href="tqpainter.html">TQPainter</a> on the viewport). The paint event is passed in <em>pe</em>. <h3 class=fn>void <a name="viewportResizeEvent"></a>TQScrollView::viewportResizeEvent ( <a href="qresizeevent.html">TQResizeEvent</a> * )<tt> [virtual protected]</tt> diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html index 8715d3384..68b195162 100644 --- a/doc/html/ntqsimplerichtext.html +++ b/doc/html/ntqsimplerichtext.html @@ -67,7 +67,7 @@ text. TQt provides a default HTML-like style sheet, but you may define custom style sheets. <p> Once created, the rich text object can be queried for its <a href="#width">width</a>(), <a href="#height">height</a>(), and the actual width used (see <a href="#widthUsed">widthUsed</a>()). Most -importantly, it can be drawn on any given <a href="ntqpainter.html">TQPainter</a> with <a href="#draw">draw</a>(). +importantly, it can be drawn on any given <a href="tqpainter.html">TQPainter</a> with <a href="#draw">draw</a>(). TQSimpleRichText can also be used to implement hypertext or active text facilities by using <a href="#anchorAt">anchorAt</a>(). A hit test through <a href="#inText">inText</a>() makes it possible to use simple rich text for text objects in @@ -83,7 +83,7 @@ laid out properly on the page. <p>See also <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSimpleRichText"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context = TQString::null, const <a href="tqstylesheet.html">TQStyleSheet</a> * sheet = 0 ) +<h3 class=fn><a name="TQSimpleRichText"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context = TQString::null, const <a href="tqstylesheet.html">TQStyleSheet</a> * sheet = 0 ) </h3> Constructs a TQSimpleRichText from the rich text string <em>text</em> and the font <em>fnt</em>. @@ -104,14 +104,14 @@ calculate the absolute path. See <p> The <em>sheet</em> is an optional style sheet. If it is 0, the default style sheet will be used (see <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()). -<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context, const <a href="tqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="ntqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = TRUE ) +<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context, const <a href="tqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="tqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = TRUE ) </h3> Constructs a TQSimpleRichText from the rich text string <em>text</em> and the font <em>fnt</em>. <p> This is a slightly more complex constructor for TQSimpleRichText that takes an additional mime source factory <em>factory</em>, a page break parameter <em>pageBreak</em> and a bool <em>linkUnderline</em>. <em>linkColor</em> is only provided for compatibility, but has no effect, -as <a href="qcolorgroup.html">TQColorGroup</a>'s <a href="qcolorgroup.html#link">TQColorGroup::link</a>() color is used now. +as <a href="tqcolorgroup.html">TQColorGroup</a>'s <a href="tqcolorgroup.html#link">TQColorGroup::link</a>() color is used now. <p> <em>context</em> is the optional context of the rich text object. This becomes important if <em>text</em> contains relative references, for example within image tags. TQSimpleRichText always uses the default @@ -146,7 +146,7 @@ been specified in the constructor, a null string is returned. The context is the path to use to look up relative links, such as image tags and anchor references. -<h3 class=fn>void <a name="draw"></a>TQSimpleRichText::draw ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, const <a href="ntqrect.html">TQRect</a> & clipRect, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqbrush.html">TQBrush</a> * paper = 0 ) const +<h3 class=fn>void <a name="draw"></a>TQSimpleRichText::draw ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, const <a href="ntqrect.html">TQRect</a> & clipRect, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqbrush.html">TQBrush</a> * paper = 0 ) const </h3> Draws the formatted text with painter <em>p</em>, at position (<em>x</em>, <em>y</em>), clipped to <em>clipRect</em>. The clipping rectangle is given in the rich text object's coordinates translated by (<em>x</em>, <em>y</em>). Passing @@ -158,7 +158,7 @@ so passing a brush for <em>paper</em> is preferable to simply clearing the area to be painted and then calling this without a brush. <p>Examples: <a href="tqaction-application-example.html#x1158">action/application.cpp</a>, <a href="simple-application-example.html#x1576">application/application.cpp</a>, <a href="helpviewer-example.html#x1014">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2061">mdi/application.cpp</a>. -<h3 class=fn>void <a name="draw-2"></a>TQSimpleRichText::draw ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, const <a href="ntqregion.html">TQRegion</a> & clipRegion, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqbrush.html">TQBrush</a> * paper = 0 ) const +<h3 class=fn>void <a name="draw-2"></a>TQSimpleRichText::draw ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, const <a href="ntqregion.html">TQRegion</a> & clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqbrush.html">TQBrush</a> * paper = 0 ) const </h3> <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Use the version with clipRect instead. The region version has @@ -176,11 +176,11 @@ Returns the height of the rich text object in pixels. Returns TRUE if <em>pos</em> is within a text line of the rich text object; otherwise returns FALSE. -<h3 class=fn>void <a name="setDefaultFont"></a>TQSimpleRichText::setDefaultFont ( const <a href="ntqfont.html">TQFont</a> & f ) +<h3 class=fn>void <a name="setDefaultFont"></a>TQSimpleRichText::setDefaultFont ( const <a href="tqfont.html">TQFont</a> & f ) </h3> Sets the default font for the rich text object to <em>f</em> -<h3 class=fn>void <a name="setWidth"></a>TQSimpleRichText::setWidth ( <a href="ntqpainter.html">TQPainter</a> * p, int w ) +<h3 class=fn>void <a name="setWidth"></a>TQSimpleRichText::setWidth ( <a href="tqpainter.html">TQPainter</a> * p, int w ) </h3> Sets the width of the rich text object to <em>w</em> pixels, recalculating the layout as if it were to be drawn with painter <em>p</em>. diff --git a/doc/html/ntqsplashscreen.html b/doc/html/ntqsplashscreen.html index 9697c1874..f3ff426a5 100644 --- a/doc/html/ntqsplashscreen.html +++ b/doc/html/ntqsplashscreen.html @@ -138,7 +138,7 @@ Destructor. Removes the message being displayed on the splash screen <p> <p>See also <a href="#message">message</a>(). -<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="ntqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draw the contents of the splash screen using painter <em>painter</em>. The default implementation draws the message passed by <a href="#message">message</a>(). @@ -150,7 +150,7 @@ the splash screen. Makes the splash screen wait until the widget <em>mainWin</em> is displayed before calling <a href="tqwidget.html#close">close</a>() on itself. -<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="tqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="ntqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> +<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="tqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="tqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> </h3> Draws the <em>message</em> text onto the splash screen with color <em>color</em> and aligns the text according to the flags in <em>alignment</em>. <p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="#clear">clear</a>(). diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index be8ee2cf9..1f0a008c4 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -164,7 +164,7 @@ been inserted or removed. <h3 class=fn>bool <a name="childrenCollapsible"></a>TQSplitter::childrenCollapsible () const </h3><p>Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE. See the <a href="ntqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. -<h3 class=fn>void <a name="drawSplitter"></a>TQSplitter::drawSplitter ( <a href="ntqpainter.html">TQPainter</a> * p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawSplitter"></a>TQSplitter::drawSplitter ( <a href="tqpainter.html">TQPainter</a> * p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h )<tt> [virtual protected]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Draws the splitter handle in the rectangle described by <em>x</em>, <em>y</em>, diff --git a/doc/html/ntqsyntaxhighlighter.html b/doc/html/ntqsyntaxhighlighter.html index 05834e3b2..0f6e64f8e 100644 --- a/doc/html/ntqsyntaxhighlighter.html +++ b/doc/html/ntqsyntaxhighlighter.html @@ -124,7 +124,7 @@ comment until you reached the closing <tt>*</tt><tt>/</tt>. <h3 class=fn>void <a name="rehighlight"></a>TQSyntaxHighlighter::rehighlight () </h3> Redoes the highlighting of the whole document. -<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqfont.html">TQFont</a> & font, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqfont.html">TQFont</a> & font, const <a href="tqcolor.html">TQColor</a> & color ) </h3> This function is applied to the syntax highlighter's current paragraph (the text of which is passed to the <a href="#highlightParagraph">highlightParagraph</a>() @@ -133,10 +133,10 @@ function). position <em>start</em> for <em>count</em> characters. (If <em>count</em> is 0, nothing is done.) -<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqfont.html">TQFont</a> & font ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <h3 class=fn><a href="tqtextedit.html">TQTextEdit</a> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 2a9d95974..d4d67dd44 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that need to be global-like. <a href="#details">More...</a> <p><tt>#include <<a href="qnamespace-h.html">ntqnamespace.h</a>></tt> -<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqbrush.html">TQBrush</a>, <a href="tqcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="ntqpainter.html">TQPainter</a>, <a href="ntqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="ntqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="ntqwhatsthis.html">TQWhatsThis</a>. +<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqbrush.html">TQBrush</a>, <a href="tqcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="tqpainter.html">TQPainter</a>, <a href="ntqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="ntqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="ntqwhatsthis.html">TQWhatsThis</a>. <p><a href="qt-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -149,7 +149,7 @@ used when a link is clicked to determine what content to load. widget's palette changes. <p> The background is what the widget contains when <a href="tqwidget.html#paintEvent">paintEvent()</a> is called. To minimize flicker, this should be the most common color or pixmap in the -widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup().brush( <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::Background</a> ), and so on. +widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup().brush( <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Background</a> ), and so on. <ul> <li><tt>TQt::PaletteForeground</tt> <li><tt>TQt::PaletteBackground</tt> @@ -675,7 +675,7 @@ point, not as a TQt Key. <h3 class=fn><a name="PenCapStyle-enum"></a>TQt::PenCapStyle</h3> <p> This enum type defines the pen cap styles supported by TQt, i.e. -the line end caps that can be drawn using <a href="ntqpainter.html">TQPainter</a>. +the line end caps that can be drawn using <a href="tqpainter.html">TQPainter</a>. <ul> <li><tt>TQt::FlatCap</tt> - a square line end that does not cover the end point of the line. @@ -688,7 +688,7 @@ extends beyond it with half the line width. <p> This enum type defines the pen join styles supported by TQt, i.e. which joins between two connected lines can be drawn using -<a href="ntqpainter.html">TQPainter</a>. +<a href="tqpainter.html">TQPainter</a>. <ul> <li><tt>TQt::MiterJoin</tt> - The outer edges of the lines are extended to meet at an angle, and this area is filled. @@ -699,9 +699,9 @@ meet at an angle, and this area is filled. <h3 class=fn><a name="PenStyle-enum"></a>TQt::PenStyle</h3> <p> This enum type defines the pen styles that can be drawn using -<a href="ntqpainter.html">TQPainter</a>. The styles are +<a href="tqpainter.html">TQPainter</a>. The styles are <ul> -<li><tt>TQt::NoPen</tt> - no line at all. For example, <a href="ntqpainter.html#drawRect">TQPainter::drawRect</a>() +<li><tt>TQt::NoPen</tt> - no line at all. For example, <a href="tqpainter.html#drawRect">TQPainter::drawRect</a>() fills but does not draw any boundary line. <li><tt>TQt::SolidLine</tt> - a simple line. <li><tt>TQt::DashLine</tt> - dashes separated by a few pixels. diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 1aa62b58d..27aa7a024 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -201,7 +201,7 @@ been recalculated, for example when the contents of a tab change. Lays out all existing tabs according to their label and their iconset. -<h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="ntqpainter.html">TQPainter</a> * p, <a href="qtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="tqpainter.html">TQPainter</a> * p, <a href="qtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> </h3> Paints the tab <em>t</em> using painter <em>p</em>. If and only if <em>selected</em> is TRUE, <em>t</em> is drawn currently selected. @@ -209,7 +209,7 @@ is TRUE, <em>t</em> is drawn currently selected. TQTabBar. If you decide to reimplement it, you may also need to reimplement <a href="tqwidget.html#sizeHint">sizeHint</a>(). -<h3 class=fn>void <a name="paintEvent"></a>TQTabBar::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQTabBar::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> </h3> Repaints the tab row. All the painting is done by <a href="#paint">paint</a>(); <a href="#paintEvent">paintEvent</a>() only decides which tabs need painting and in what @@ -217,7 +217,7 @@ order. The event is passed in <em>e</em>. <p> <p>See also <a href="#paint">paint</a>(). <p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. -<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> </h3> Paints the label of tab <em>t</em> centered in rectangle <em>br</em> using painter <em>p</em>. A focus indication is drawn if <em>has_focus</em> is TRUE. diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html index 85b5135a5..42fa7a745 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/ntqtabdialog.html @@ -407,7 +407,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Adds a Defaults button to the dialog. The button's text is set to a localizable "Defaults". -<h3 class=fn>void <a name="setFont"></a>TQTabDialog::setFont ( const <a href="ntqfont.html">TQFont</a> & font )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQTabDialog::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [virtual]</tt> </h3> Sets the font for the tabs to <em>font</em>. <p> If the widget is visible, the display is updated with the new font diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index a31605864..a93192e44 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -726,7 +726,7 @@ immediately unless <a href="#dragObject">dragObject</a>() returns 0. create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items. <p> <p>See also <a href="#dropped">dropped</a>(). -<h3 class=fn>void <a name="drawContents"></a>TQTable::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQTable::drawContents ( <a href="tqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> Draws the table contents on the painter <em>p</em>. This function is optimized so that it only draws the cells inside the <em>cw</em> pixels @@ -918,7 +918,7 @@ See the <a href="ntqtable.html#numRows-prop">"numRows"</a> property for details. <h3 class=fn>int <a name="numSelections"></a>TQTable::numSelections () const </h3><p>Returns the number of selections. See the <a href="ntqtable.html#numSelections-prop">"numSelections"</a> property for details. -<h3 class=fn>void <a name="paintCell"></a>TQTable::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, int row, int col, const <a href="ntqrect.html">TQRect</a> & cr, bool selected, const <a href="qcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col, const <a href="ntqrect.html">TQRect</a> & cr, bool selected, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual]</tt> </h3> Paints the cell at <em>row</em>, <em>col</em> on the painter <em>p</em>. The painter has already been translated to the cell's origin. <em>cr</em> describes @@ -946,13 +946,13 @@ maximum efficiency. If you want clipping, use code like this: </pre> -<h3 class=fn>void <a name="paintCell-2"></a>TQTable::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, int row, int col, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintCell-2"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Use the other <a href="#paintCell">paintCell</a>() function. This function is only included for backwards compatibilty. -<h3 class=fn>void <a name="paintEmptyArea"></a>TQTable::paintEmptyArea ( <a href="ntqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEmptyArea"></a>TQTable::paintEmptyArea ( <a href="tqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> This function fills the <em>cw</em> pixels wide and <em>ch</em> pixels high rectangle starting at position <em>cx</em>, <em>cy</em> with the background @@ -960,7 +960,7 @@ color using the painter <em>p</em>. <p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="#drawContents">drawContents</a>() to erase or fill unused areas. -<h3 class=fn>void <a name="paintFocus"></a>TQTable::paintFocus ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & cr )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQTable::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & cr )<tt> [virtual]</tt> </h3> Draws the focus rectangle of the current cell (see <a href="#currentRow">currentRow</a>(), <a href="#currentColumn">currentColumn</a>()). diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 90e4f86d0..fd4f55e4d 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -249,14 +249,14 @@ contain. <li><tt>TQVariant::ByteArray</tt> - a <a href="tqbytearray.html">TQByteArray</a> <li><tt>TQVariant::Bitmap</tt> - a <a href="tqbitmap.html">TQBitmap</a> <li><tt>TQVariant::Bool</tt> - a bool -<li><tt>TQVariant::Brush</tt> - a <a href="ntqbrush.html">TQBrush</a> -<li><tt>TQVariant::Color</tt> - a <a href="ntqcolor.html">TQColor</a> -<li><tt>TQVariant::ColorGroup</tt> - a <a href="qcolorgroup.html">TQColorGroup</a> +<li><tt>TQVariant::Brush</tt> - a <a href="tqbrush.html">TQBrush</a> +<li><tt>TQVariant::Color</tt> - a <a href="tqcolor.html">TQColor</a> +<li><tt>TQVariant::ColorGroup</tt> - a <a href="tqcolorgroup.html">TQColorGroup</a> <li><tt>TQVariant::Cursor</tt> - a <a href="ntqcursor.html">TQCursor</a> <li><tt>TQVariant::Date</tt> - a <a href="tqdate.html">TQDate</a> <li><tt>TQVariant::DateTime</tt> - a <a href="tqdatetime.html">TQDateTime</a> <li><tt>TQVariant::Double</tt> - a double -<li><tt>TQVariant::Font</tt> - a <a href="ntqfont.html">TQFont</a> +<li><tt>TQVariant::Font</tt> - a <a href="tqfont.html">TQFont</a> <li><tt>TQVariant::IconSet</tt> - a <a href="tqiconset.html">TQIconSet</a> <li><tt>TQVariant::Image</tt> - a <a href="tqimage.html">TQImage</a> <li><tt>TQVariant::Int</tt> - an int @@ -333,7 +333,7 @@ is non-null. The variant creates a <a href="shclass.html#deep-copy">deep copy</a </h3> Constructs a new variant with a string list value, <em>val</em>. -<h3 class=fn><a name="TQVariant-8"></a>TQVariant::TQVariant ( const <a href="ntqfont.html">TQFont</a> & val ) +<h3 class=fn><a name="TQVariant-8"></a>TQVariant::TQVariant ( const <a href="tqfont.html">TQFont</a> & val ) </h3> Constructs a new variant with a font value, <em>val</em>. @@ -347,7 +347,7 @@ Constructs a new variant with an image value, <em>val</em>. <p> Because <a href="tqimage.html">TQImage</a> is <a href="shclass.html#explicitly-shared">explicitly shared</a>, you may need to pass a <a href="shclass.html#deep-copy">deep copy</a> to the variant using <a href="tqimage.html#copy">TQImage::copy</a>(), e.g. if you intend changing the image you've passed later on. -<h3 class=fn><a name="TQVariant-b"></a>TQVariant::TQVariant ( const <a href="ntqbrush.html">TQBrush</a> & val ) +<h3 class=fn><a name="TQVariant-b"></a>TQVariant::TQVariant ( const <a href="tqbrush.html">TQBrush</a> & val ) </h3> Constructs a new variant with a brush value, <em>val</em>. @@ -363,7 +363,7 @@ Constructs a new variant with a rect value, <em>val</em>. </h3> Constructs a new variant with a size value, <em>val</em>. -<h3 class=fn><a name="TQVariant-f"></a>TQVariant::TQVariant ( const <a href="ntqcolor.html">TQColor</a> & val ) +<h3 class=fn><a name="TQVariant-f"></a>TQVariant::TQVariant ( const <a href="tqcolor.html">TQColor</a> & val ) </h3> Constructs a new variant with a color value, <em>val</em>. @@ -371,7 +371,7 @@ Constructs a new variant with a color value, <em>val</em>. </h3> Constructs a new variant with a color palette value, <em>val</em>. -<h3 class=fn><a name="TQVariant-h"></a>TQVariant::TQVariant ( const <a href="qcolorgroup.html">TQColorGroup</a> & val ) +<h3 class=fn><a name="TQVariant-h"></a>TQVariant::TQVariant ( const <a href="tqcolorgroup.html">TQColorGroup</a> & val ) </h3> Constructs a new variant with a color group value, <em>val</em>. @@ -478,7 +478,7 @@ not possible the variant is set to a null bitmap. </h3> Returns the variant's value as bool reference. -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> & <a name="asBrush"></a>TQVariant::asBrush () +<h3 class=fn><a href="tqbrush.html">TQBrush</a> & <a name="asBrush"></a>TQVariant::asBrush () </h3> <p> Tries to convert the variant to hold a brush value. If that is not @@ -502,18 +502,18 @@ not possible the variant is set to an empty string. <p> Returns a reference to the stored string. <p> <p>See also <a href="#toCString">toCString</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> & <a name="asColor"></a>TQVariant::asColor () +<h3 class=fn><a href="tqcolor.html">TQColor</a> & <a name="asColor"></a>TQVariant::asColor () </h3> -<p> Tries to convert the variant to hold a <a href="ntqcolor.html">TQColor</a> value. If that is +<p> Tries to convert the variant to hold a <a href="tqcolor.html">TQColor</a> value. If that is not possible the variant is set to an invalid color. <p> Returns a reference to the stored color. -<p> <p>See also <a href="#toColor">toColor</a>() and <a href="ntqcolor.html#isValid">TQColor::isValid</a>(). +<p> <p>See also <a href="#toColor">toColor</a>() and <a href="tqcolor.html#isValid">TQColor::isValid</a>(). -<h3 class=fn><a href="qcolorgroup.html">TQColorGroup</a> & <a name="asColorGroup"></a>TQVariant::asColorGroup () +<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a> & <a name="asColorGroup"></a>TQVariant::asColorGroup () </h3> -<p> Tries to convert the variant to hold a <a href="qcolorgroup.html">TQColorGroup</a> value. If that +<p> Tries to convert the variant to hold a <a href="tqcolorgroup.html">TQColorGroup</a> value. If that is not possible the variant is set to a color group of all black colors. <p> Returns a reference to the stored color group. @@ -547,10 +547,10 @@ not possible then the variant is set to an invalid date/time. </h3> Returns the variant's value as double reference. -<h3 class=fn><a href="ntqfont.html">TQFont</a> & <a name="asFont"></a>TQVariant::asFont () +<h3 class=fn><a href="tqfont.html">TQFont</a> & <a name="asFont"></a>TQVariant::asFont () </h3> -<p> Tries to convert the variant to hold a <a href="ntqfont.html">TQFont</a>. If that is not +<p> Tries to convert the variant to hold a <a href="tqfont.html">TQFont</a>. If that is not possible the variant is set to the application's default font. <p> Returns a reference to the stored font. <p> <p>See also <a href="#toFont">toFont</a>(). @@ -878,9 +878,9 @@ and its lower-case content is not empty, "0" or "false"; otherwise returns FALSE. <p> <p>See also <a href="#asBool">asBool</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn>const <a href="ntqbrush.html">TQBrush</a> <a name="toBrush"></a>TQVariant::toBrush () const +<h3 class=fn>const <a href="tqbrush.html">TQBrush</a> <a name="toBrush"></a>TQVariant::toBrush () const </h3> -Returns the variant as a <a href="ntqbrush.html">TQBrush</a> if the variant has <a href="#type">type</a>() Brush; +Returns the variant as a <a href="tqbrush.html">TQBrush</a> if the variant has <a href="#type">type</a>() Brush; otherwise returns a default brush (with all black colors). <p> <p>See also <a href="#asBrush">asBrush</a>(). @@ -896,15 +896,15 @@ Returns the variant as a <a href="tqcstring.html">TQCString</a> if the variant c CString; otherwise returns 0. <p> <p>See also <a href="#asCString">asCString</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> <a name="toColor"></a>TQVariant::toColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> <a name="toColor"></a>TQVariant::toColor () const </h3> -Returns the variant as a <a href="ntqcolor.html">TQColor</a> if the variant can be cast to Color; +Returns the variant as a <a href="tqcolor.html">TQColor</a> if the variant can be cast to Color; otherwise returns an invalid color. <p> <p>See also <a href="#asColor">asColor</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn>const <a href="qcolorgroup.html">TQColorGroup</a> <a name="toColorGroup"></a>TQVariant::toColorGroup () const +<h3 class=fn>const <a href="tqcolorgroup.html">TQColorGroup</a> <a name="toColorGroup"></a>TQVariant::toColorGroup () const </h3> -Returns the variant as a <a href="qcolorgroup.html">TQColorGroup</a> if the variant has <a href="#type">type</a>() +Returns the variant as a <a href="tqcolorgroup.html">TQColorGroup</a> if the variant has <a href="#type">type</a>() ColorGroup; otherwise returns a completely black color group. <p> <p>See also <a href="#asColorGroup">asColorGroup</a>(). @@ -940,9 +940,9 @@ Double; otherwise returns 0.0. converted to a double; otherwise <em>*ok</em> is set to FALSE. <p> <p>See also <a href="#asDouble">asDouble</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn>const <a href="ntqfont.html">TQFont</a> <a name="toFont"></a>TQVariant::toFont () const +<h3 class=fn>const <a href="tqfont.html">TQFont</a> <a name="toFont"></a>TQVariant::toFont () const </h3> -Returns the variant as a <a href="ntqfont.html">TQFont</a> if the variant can be cast to Font; +Returns the variant as a <a href="tqfont.html">TQFont</a> if the variant can be cast to Font; otherwise returns the application's default font. <p> <p>See also <a href="#asFont">asFont</a>() and <a href="#canCast">canCast</a>(). diff --git a/doc/html/ntqwhatsthis.html b/doc/html/ntqwhatsthis.html index 5986243e6..1e9055b8a 100644 --- a/doc/html/ntqwhatsthis.html +++ b/doc/html/ntqwhatsthis.html @@ -195,7 +195,7 @@ Removes the "What's this?" help associated with the <em>widget</em>. This happens automatically if the widget is destroyed. <p> <p>See also <a href="#add">add</a>(). -<h3 class=fn>void <a name="setFont"></a>TQWhatsThis::setFont ( const <a href="ntqfont.html">TQFont</a> & font )<tt> [static]</tt> +<h3 class=fn>void <a name="setFont"></a>TQWhatsThis::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [static]</tt> </h3> Sets the font for all "What's this?" helps to <em>font</em>. diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html index 59f072bbb..6e6b4d04d 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/ntqwizard.html @@ -299,7 +299,7 @@ this button. </h3> Sets the title for page <em>page</em> to <em>title</em>. -<h3 class=fn>void <a name="setTitleFont"></a>TQWizard::setTitleFont ( const <a href="ntqfont.html">TQFont</a> & ) +<h3 class=fn>void <a name="setTitleFont"></a>TQWizard::setTitleFont ( const <a href="tqfont.html">TQFont</a> & ) </h3><p>Sets the font used for page titles. See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details. <h3 class=fn>void <a name="showPage"></a>TQWizard::showPage ( <a href="tqwidget.html">TQWidget</a> * page )<tt> [virtual]</tt> @@ -315,11 +315,11 @@ you can prepare each page prior to it being shown. </h3> Returns the title of page <em>page</em>. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="titleFont"></a>TQWizard::titleFont () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont"></a>TQWizard::titleFont () const </h3><p>Returns the font used for page titles. See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="titleFont-prop"></a>titleFont</h3> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont-prop"></a>titleFont</h3> <p>This property holds the font used for page titles. <p>The default is <a href="ntqapplication.html#font">TQApplication::font</a>(). diff --git a/doc/html/ntqwmatrix.html b/doc/html/ntqwmatrix.html index 745dfbdad..1f137d36f 100644 --- a/doc/html/ntqwmatrix.html +++ b/doc/html/ntqwmatrix.html @@ -87,29 +87,29 @@ The TQWMatrix class specifies 2D transformations of a coordinate system. <p> -<p> The standard coordinate system of a <a href="ntqpaintdevice.html">paint +<p> The standard coordinate system of a <a href="tqpaintdevice.html">paint device</a> has the origin located at the top-left position. X values increase to the right; Y values increase downward. -<p> This coordinate system is the default for the <a href="ntqpainter.html">TQPainter</a>, which +<p> This coordinate system is the default for the <a href="tqpainter.html">TQPainter</a>, which renders graphics in a paint device. A user-defined coordinate system can be specified by setting a TQWMatrix for the painter. <p> Example: <pre> - MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p; // our painter + <a href="tqpainter.html">TQPainter</a> p; // our painter TQWMatrix m; // our transformation matrix m.<a href="#rotate">rotate</a>( 22.5 ); // rotated coordinate system - p.<a href="ntqpainter.html#begin">begin</a>( this ); // start painting - p.<a href="ntqpainter.html#setWorldMatrix">setWorldMatrix</a>( m ); // use rotated coordinate system - p.<a href="ntqpainter.html#drawText">drawText</a>( 30,20, "detator" ); // draw rotated text at 30,20 - p.<a href="ntqpainter.html#end">end</a>(); // painting done + p.<a href="tqpainter.html#begin">begin</a>( this ); // start painting + p.<a href="tqpainter.html#setWorldMatrix">setWorldMatrix</a>( m ); // use rotated coordinate system + p.<a href="tqpainter.html#drawText">drawText</a>( 30,20, "detator" ); // draw rotated text at 30,20 + p.<a href="tqpainter.html#end">end</a>(); // painting done } </pre> <p> A matrix specifies how to translate, scale, shear or rotate the graphics; the actual transformation is performed by the drawing -routines in <a href="ntqpainter.html">TQPainter</a> and by <a href="ntqpixmap.html#xForm">TQPixmap::xForm</a>(). +routines in <a href="tqpainter.html">TQPainter</a> and by <a href="ntqpixmap.html#xForm">TQPixmap::xForm</a>(). <p> The TQWMatrix class contains a 3x3 matrix of the form: <table align=center border=1 cellpadding=1 cellspacing=0> <tr align=center><td>m11</td><td>m12</td><td> 0 </td></tr> @@ -162,12 +162,12 @@ that sets <a href="#rotate">rotation</a> directly. m = m3 * m2 * m1; // combine all transformations </pre> -<p> <a href="ntqpainter.html">TQPainter</a> has functions to translate, scale, shear and rotate the +<p> <a href="tqpainter.html">TQPainter</a> has functions to translate, scale, shear and rotate the coordinate system without using a TQWMatrix. Although these functions are very convenient, it can be more efficient to build a -TQWMatrix and call <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>() if you want to perform +TQWMatrix and call <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>() if you want to perform more than a single transform operation. -<p> <p>See also <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), <a href="ntqpixmap.html#xForm">TQPixmap::xForm</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), <a href="ntqpixmap.html#xForm">TQPixmap::xForm</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="TransformationMode-enum"></a>TQWMatrix::TransformationMode</h3> diff --git a/doc/html/opengl-overlay-x11-example.html b/doc/html/opengl-overlay-x11-example.html index 399186586..c49535ad5 100644 --- a/doc/html/opengl-overlay-x11-example.html +++ b/doc/html/opengl-overlay-x11-example.html @@ -84,7 +84,7 @@ overlay widget or vice versa). Implement the resizeEvent() method of the widget you put in the layout, and make it call setGeometry() on the other widget with its own geometry as parameters, thus keeping the two widgets' geometries synchronized. -<p> <li> <em>Using together with <a href="ntqpalette.html">TQPalette</a> and <a href="qcolorgroup.html">TQColorGroup</a>.</em> Instead of the +<p> <li> <em>Using together with <a href="ntqpalette.html">TQPalette</a> and <a href="tqcolorgroup.html">TQColorGroup</a>.</em> Instead of the simplistic setBackgroundColor( transparentColor ), you can use TQt's TQPalette system to make your overlay widgets use transparent color for what you want. This way, the normal TQt widgets diff --git a/doc/html/opengl-x11-overlays.html b/doc/html/opengl-x11-overlays.html index bda83c3c6..d2defafbc 100644 --- a/doc/html/opengl-x11-overlays.html +++ b/doc/html/opengl-x11-overlays.html @@ -72,14 +72,14 @@ information. visual, while all other widgets will use the overlay visual. Thus, we can place a normal widget on top of the TQGLWidget, and do drawing on it, without destroying the image in the OpenGL window. In other words, -we can use all the drawing capabilities of <a href="ntqpainter.html">TQPainter</a> to draw the +we can use all the drawing capabilities of <a href="tqpainter.html">TQPainter</a> to draw the annotations, rubberbands, etc. For the typical use of overlays, this is much easier than using OpenGL for rendering the annotations. <p> An overlay plane has a specific color called the transparent color. Pixels drawn in this color will not be visible; instead the underlying OpenGL image will show through. In the example program <a href="opengl-overlay-example.html">X11 overlay</a>, the file -<tt>main.cpp</tt> contains a routine that returns a <a href="ntqcolor.html">TQColor</a> containing the +<tt>main.cpp</tt> contains a routine that returns a <a href="tqcolor.html">TQColor</a> containing the transparent color. For the overlay widget, you will typically want to set the background color to the transparent color, so that the OpenGL image shows through except where explicitly overpainted. diff --git a/doc/html/picture-example.html b/doc/html/picture-example.html index 797724478..1fdb0960b 100644 --- a/doc/html/picture-example.html +++ b/doc/html/picture-example.html @@ -48,7 +48,7 @@ a set of drawing commands. *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpicture-h.html">ntqpicture.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="tqwidget-h.html">tqwidget.h</a>> @@ -57,33 +57,33 @@ a set of drawing commands. #include <ctype.h> -void paintCar( <a href="ntqpainter.html">TQPainter</a> *p ) // paint a car +void paintCar( <a href="tqpainter.html">TQPainter</a> *p ) // paint a car { <a href="ntqpointarray.html">TQPointArray</a> a; - <a href="ntqbrush.html">TQBrush</a> brush( TQt::yellow, TQt::SolidPattern ); -<a name="x120"></a> p-><a href="ntqpainter.html#setBrush">setBrush</a>( brush ); // use solid, yellow brush + <a href="tqbrush.html">TQBrush</a> brush( TQt::yellow, TQt::SolidPattern ); +<a name="x120"></a> p-><a href="tqpainter.html#setBrush">setBrush</a>( brush ); // use solid, yellow brush <a name="x125"></a> a.setPoints( 5, 50,50, 350,50, 450,120, 450,250, 50,250 ); -<a name="x115"></a> p-><a href="ntqpainter.html#drawPolygon">drawPolygon</a>( a ); // draw car body +<a name="x115"></a> p-><a href="tqpainter.html#drawPolygon">drawPolygon</a>( a ); // draw car body - <a href="ntqfont.html">TQFont</a> f( "courier", 12, TQFont::Bold ); -<a name="x121"></a> p-><a href="ntqpainter.html#setFont">setFont</a>( f ); + <a href="tqfont.html">TQFont</a> f( "courier", 12, TQFont::Bold ); +<a name="x121"></a> p-><a href="tqpainter.html#setFont">setFont</a>( f ); - <a href="ntqcolor.html">TQColor</a> windowColor( 120, 120, 255 ); // a light blue color -<a name="x108"></a> brush.<a href="ntqbrush.html#setColor">setColor</a>( windowColor ); // set this brush color - p-><a href="ntqpainter.html#setBrush">setBrush</a>( brush ); // set brush -<a name="x116"></a> p-><a href="ntqpainter.html#drawRect">drawRect</a>( 80, 80, 250, 70 ); // car window -<a name="x117"></a> p-><a href="ntqpainter.html#drawText">drawText</a>( 180, 80, 150, 70, TQt::AlignCenter, "-- TQt --\nTrolltech AS" ); + <a href="tqcolor.html">TQColor</a> windowColor( 120, 120, 255 ); // a light blue color +<a name="x108"></a> brush.<a href="tqbrush.html#setColor">setColor</a>( windowColor ); // set this brush color + p-><a href="tqpainter.html#setBrush">setBrush</a>( brush ); // set brush +<a name="x116"></a> p-><a href="tqpainter.html#drawRect">drawRect</a>( 80, 80, 250, 70 ); // car window +<a name="x117"></a> p-><a href="tqpainter.html#drawText">drawText</a>( 180, 80, 150, 70, TQt::AlignCenter, "-- TQt --\nTrolltech AS" ); <a href="ntqpixmap.html">TQPixmap</a> pixmap; <a name="x124"></a> if ( pixmap.<a href="ntqpixmap.html#load">load</a>("flag.bmp") ) // load and draw image -<a name="x114"></a> p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( 100, 85, pixmap ); +<a name="x114"></a> p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( 100, 85, pixmap ); -<a name="x119"></a> p-><a href="ntqpainter.html#setBackgroundMode">setBackgroundMode</a>( TQt::OpaqueMode ); // set opaque mode - p-><a href="ntqpainter.html#setBrush">setBrush</a>( TQt::DiagCrossPattern ); // black diagonal cross pattern -<a name="x112"></a> p-><a href="ntqpainter.html#drawEllipse">drawEllipse</a>( 90, 210, 80, 80 ); // back wheel - p-><a href="ntqpainter.html#setBrush">setBrush</a>( TQt::CrossPattern ); // black cross fill pattern - p-><a href="ntqpainter.html#drawEllipse">drawEllipse</a>( 310, 210, 80, 80 ); // front wheel +<a name="x119"></a> p-><a href="tqpainter.html#setBackgroundMode">setBackgroundMode</a>( TQt::OpaqueMode ); // set opaque mode + p-><a href="tqpainter.html#setBrush">setBrush</a>( TQt::DiagCrossPattern ); // black diagonal cross pattern +<a name="x112"></a> p-><a href="tqpainter.html#drawEllipse">drawEllipse</a>( 90, 210, 80, 80 ); // back wheel + p-><a href="tqpainter.html#setBrush">setBrush</a>( TQt::CrossPattern ); // black cross fill pattern + p-><a href="tqpainter.html#drawEllipse">drawEllipse</a>( 310, 210, 80, 80 ); // front wheel } @@ -93,7 +93,7 @@ public: PictureDisplay( const char *fileName ); ~PictureDisplay(); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void keyPressEvent( <a href="qkeyevent.html">TQKeyEvent</a> * ); private: <a href="ntqpicture.html">TQPicture</a> *pict; @@ -116,13 +116,13 @@ PictureDisplay::~PictureDisplay() delete pict; } -void PictureDisplay::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void PictureDisplay::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> paint( this ); // paint widget + <a href="tqpainter.html">TQPainter</a> paint( this ); // paint widget if ( pict ) -<a name="x113"></a> paint.<a href="ntqpainter.html#drawPicture">drawPicture</a>( *pict ); // draw picture +<a name="x113"></a> paint.<a href="tqpainter.html#drawPicture">drawPicture</a>( *pict ); // draw picture else - paint.<a href="ntqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, name ); + paint.<a href="tqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, name ); } <a name="x127"></a>void PictureDisplay::<a href="tqwidget.html#keyPressEvent">keyPressEvent</a>( <a href="qkeyevent.html">TQKeyEvent</a> *k ) @@ -150,11 +150,11 @@ int main( int argc, char **argv ) if ( !TQFile::exists(fileName) ) { <a href="ntqpicture.html">TQPicture</a> pict; // our picture - <a href="ntqpainter.html">TQPainter</a> paint; // our painter + <a href="tqpainter.html">TQPainter</a> paint; // our painter -<a name="x111"></a> paint.<a href="ntqpainter.html#begin">begin</a>( &pict ); // begin painting onto picture +<a name="x111"></a> paint.<a href="tqpainter.html#begin">begin</a>( &pict ); // begin painting onto picture paintCar( &paint ); // paint! -<a name="x118"></a> paint.<a href="ntqpainter.html#end">end</a>(); // painting done +<a name="x118"></a> paint.<a href="tqpainter.html#end">end</a>(); // painting done <a name="x123"></a> pict.<a href="ntqpicture.html#save">save</a>( fileName ); // save picture <a name="x110"></a> TQMessageBox::<a href="ntqmessagebox.html#information">information</a>(0, "TQt Example - Picture", "Saved. Run me again!"); diff --git a/doc/html/pictures.html b/doc/html/pictures.html index e27203a11..59b527104 100644 --- a/doc/html/pictures.html +++ b/doc/html/pictures.html @@ -60,11 +60,11 @@ dialog is used, but for other platforms we provide TQPrintDialog. Use <a href="ntqprinter.html#setup">TQPrinter::setup</a>() for portability instead of the TQPrintDialog if you need to be platform independent. <p> <center><img src="qprintdlg-m.png"></center> -<p> Below is a <a href="ntqfontdialog.html">TQFontDialog</a>. -<p> <center><img src="qfontdlg-w.png"></center> <blockquote><p align="center"><em> Windows +<p> Below is a <a href="tqfontdialog.html">TQFontDialog</a>. +<p> <center><img src="tqfontdlg-w.png"></center> <blockquote><p align="center"><em> Windows </em></p> -</blockquote><p> The screenshot below shows a <a href="ntqcolordialog.html">TQColorDialog</a>. -<p> <center><img src="qcolordlg-w.png"></center> +</blockquote><p> The screenshot below shows a <a href="tqcolordialog.html">TQColorDialog</a>. +<p> <center><img src="tqcolordlg-w.png"></center> <p> Messages are presented using <a href="ntqmessagebox.html">TQMessageBox</a>es, as shown below. <p> <center><img src="qmsgbox-w.png"></center> <p> The image below shows a <a href="ntqprogressdialog.html">TQProgressDialog</a>. The <a href="ntqprogressbar.html">TQProgressBar</a> can diff --git a/doc/html/porting.html b/doc/html/porting.html index 9f99675c2..0a2fde36e 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -171,7 +171,7 @@ the top of the file giving the error. <p> Header files that you might need to add #include directives for include: <ul> <li> <tt><ntqcursor.h></tt> -<li> <tt><ntqpainter.h></tt> +<li> <tt><tqpainter.h></tt> <li> <tt><ntqpen.h></tt> <li> <tt><tqstringlist.h></tt> <li> <tt><tqregexp.h></tt> @@ -307,7 +307,7 @@ new code. <li> <a href="tqcanvasitem.html#visible">TQCanvasItem::visible</a>() const <li> <a href="tqcanvaspixmaparray.html#TQCanvasPixmapArray">TQCanvasPixmapArray::TQCanvasPixmapArray</a>( <a href="tqptrlist.html">TQPtrList</a><TQPixmap> list, TQPtrList<TQPoint> hotspots ) <li> <a href="tqcanvaspixmaparray.html#operator!">TQCanvasPixmapArray::operator!</a>() -<li> <a href="qcolorgroup.html#TQColorGroup">TQColorGroup::TQColorGroup</a>( const <a href="ntqcolor.html">TQColor</a> & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base ) +<li> <a href="tqcolorgroup.html#TQColorGroup">TQColorGroup::TQColorGroup</a>( const <a href="tqcolor.html">TQColor</a> & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base ) <li> <a href="ntqcombobox.html#autoResize">TQComboBox::autoResize</a>() const <li> <a href="ntqcombobox.html#setAutoResize">TQComboBox::setAutoResize</a>( bool ) <li> <a href="tqdate.html#dayName">TQDate::dayName</a>( int weekday ) @@ -318,21 +318,21 @@ new code. <li> <a href="ntqdockwindow.html#isVerticalStretchable">TQDockWindow::isVerticalStretchable</a>() const <li> <a href="ntqdockwindow.html#setHorizontalStretchable">TQDockWindow::setHorizontalStretchable</a>( bool b ) <li> <a href="ntqdockwindow.html#setVerticalStretchable">TQDockWindow::setVerticalStretchable</a>( bool b ) -<li> <a href="ntqfont.html#defaultFont">TQFont::defaultFont</a>() -<li> <a href="ntqfont.html#setDefaultFont">TQFont::setDefaultFont</a>( const <a href="ntqfont.html">TQFont</a> & f ) -<li> <a href="ntqfont.html#setPixelSizeFloat">TQFont::setPixelSizeFloat</a>( float pixelSize ) -<li> <a href="ntqfontdatabase.html#bold">TQFontDatabase::bold</a>( const TQString & family, const TQString & style, const <a href="tqstring.html">TQString</a> & ) const -<li> <a href="ntqfontdatabase.html#families">TQFontDatabase::families</a>( bool ) const -<li> <a href="ntqfontdatabase.html#font">TQFontDatabase::font</a>( const TQString & familyName, const TQString & style, int pointSize, const TQString & ) -<li> <a href="ntqfontdatabase.html#isBitmapScalable">TQFontDatabase::isBitmapScalable</a>( const TQString & family, const TQString & style, const TQString & ) const -<li> <a href="ntqfontdatabase.html#isFixedPitch">TQFontDatabase::isFixedPitch</a>( const TQString & family, const TQString & style, const TQString & ) const -<li> <a href="ntqfontdatabase.html#isScalable">TQFontDatabase::isScalable</a>( const TQString & family, const TQString & style, const TQString & ) const -<li> <a href="ntqfontdatabase.html#isSmoothlyScalable">TQFontDatabase::isSmoothlyScalable</a>( const TQString & family, const TQString & style, const TQString & ) const -<li> <a href="ntqfontdatabase.html#italic">TQFontDatabase::italic</a>( const <a href="tqstring.html">TQString</a> & family, const TQString & style, const TQString & ) const -<li> <a href="ntqfontdatabase.html#pointSizes">TQFontDatabase::pointSizes</a>( const TQString & family, const TQString & style, const TQString & ) -<li> <a href="ntqfontdatabase.html#smoothSizes">TQFontDatabase::smoothSizes</a>( const TQString & family, const TQString & style, const TQString & ) -<li> <a href="ntqfontdatabase.html#styles">TQFontDatabase::styles</a>( const TQString & family, const TQString & ) const -<li> <a href="ntqfontdatabase.html#weight">TQFontDatabase::weight</a>( const TQString & family, const TQString & style, const TQString & ) const +<li> <a href="tqfont.html#defaultFont">TQFont::defaultFont</a>() +<li> <a href="tqfont.html#setDefaultFont">TQFont::setDefaultFont</a>( const <a href="tqfont.html">TQFont</a> & f ) +<li> <a href="tqfont.html#setPixelSizeFloat">TQFont::setPixelSizeFloat</a>( float pixelSize ) +<li> <a href="tqfontdatabase.html#bold">TQFontDatabase::bold</a>( const TQString & family, const TQString & style, const <a href="tqstring.html">TQString</a> & ) const +<li> <a href="tqfontdatabase.html#families">TQFontDatabase::families</a>( bool ) const +<li> <a href="tqfontdatabase.html#font">TQFontDatabase::font</a>( const TQString & familyName, const TQString & style, int pointSize, const TQString & ) +<li> <a href="tqfontdatabase.html#isBitmapScalable">TQFontDatabase::isBitmapScalable</a>( const TQString & family, const TQString & style, const TQString & ) const +<li> <a href="tqfontdatabase.html#isFixedPitch">TQFontDatabase::isFixedPitch</a>( const TQString & family, const TQString & style, const TQString & ) const +<li> <a href="tqfontdatabase.html#isScalable">TQFontDatabase::isScalable</a>( const TQString & family, const TQString & style, const TQString & ) const +<li> <a href="tqfontdatabase.html#isSmoothlyScalable">TQFontDatabase::isSmoothlyScalable</a>( const TQString & family, const TQString & style, const TQString & ) const +<li> <a href="tqfontdatabase.html#italic">TQFontDatabase::italic</a>( const <a href="tqstring.html">TQString</a> & family, const TQString & style, const TQString & ) const +<li> <a href="tqfontdatabase.html#pointSizes">TQFontDatabase::pointSizes</a>( const TQString & family, const TQString & style, const TQString & ) +<li> <a href="tqfontdatabase.html#smoothSizes">TQFontDatabase::smoothSizes</a>( const TQString & family, const TQString & style, const TQString & ) +<li> <a href="tqfontdatabase.html#styles">TQFontDatabase::styles</a>( const TQString & family, const TQString & ) const +<li> <a href="tqfontdatabase.html#weight">TQFontDatabase::weight</a>( const TQString & family, const TQString & style, const TQString & ) const <li> <a href="ntqlabel.html#autoResize">TQLabel::autoResize</a>() const <li> <a href="ntqlabel.html#setAutoResize">TQLabel::setAutoResize</a>( bool enable ) <li> <a href="ntqlistbox.html#cellHeight">TQListBox::cellHeight</a>( int i ) const @@ -364,7 +364,7 @@ new code. <li> <a href="tqregexp.html#match">TQRegExp::match</a>( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const <li> <a href="ntqscrollview.html#childIsVisible">TQScrollView::childIsVisible</a>( TQWidget *child ) <li> <a href="ntqscrollview.html#showChild">TQScrollView::showChild</a>( TQWidget *child, bool show = TRUE ) -<li> <a href="ntqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, const <a href="ntqregion.html">TQRegion</a> & clipRegion, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqbrush.html">TQBrush</a> *paper = 0 ) const +<li> <a href="ntqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const <a href="ntqregion.html">TQRegion</a> & clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqbrush.html">TQBrush</a> *paper = 0 ) const <li> <a href="tqstring.html#ascii">TQString::ascii</a>() const <li> <a href="tqstring.html#data">TQString::data</a>() const <li> <a href="tqstring.html#setExpand">TQString::setExpand</a>( uint index, <a href="qchar.html">TQChar</a> c ) @@ -386,9 +386,9 @@ new code. <li> <a href="tqwidget.html#backgroundColor">TQWidget::backgroundColor</a>() const <li> <a href="tqwidget.html#backgroundPixmap">TQWidget::backgroundPixmap</a>() const <li> <a href="tqwidget.html#iconify">TQWidget::iconify</a>() -<li> <a href="tqwidget.html#setBackgroundColor">TQWidget::setBackgroundColor</a>( const <a href="ntqcolor.html">TQColor</a> & c ) +<li> <a href="tqwidget.html#setBackgroundColor">TQWidget::setBackgroundColor</a>( const <a href="tqcolor.html">TQColor</a> & c ) <li> <a href="tqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>( const <a href="ntqpixmap.html">TQPixmap</a> & pm ) -<li> <a href="tqwidget.html#setFont">TQWidget::setFont</a>( const <a href="ntqfont.html">TQFont</a> & f, bool ) +<li> <a href="tqwidget.html#setFont">TQWidget::setFont</a>( const <a href="tqfont.html">TQFont</a> & f, bool ) <li> <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>( const <a href="ntqpalette.html">TQPalette</a> & p, bool ) <li> <a href="ntqwizard.html#setFinish">TQWizard::setFinish</a>( <a href="tqwidget.html">TQWidget</a> *, bool ) <li> <a href="tqxmlinputsource.html#TQXmlInputSource">TQXmlInputSource::TQXmlInputSource</a>( <a href="tqfile.html">TQFile</a> & file ) @@ -450,7 +450,7 @@ compatibility. non-existent file, the dialog would accept this. In TQt 3.x, you must set the mode, e.g. setMode(TQFileDialog::AnyFile), to get the same behavior. -<p> <h2> <a href="ntqfont.html">TQFont</a> +<p> <h2> <a href="tqfont.html">TQFont</a> </h2> <a name="10"></a><p> The internals of TQFont have changed significantly between TQt 2.2 and TQt 3.0, to give better Unicode support and to make developing @@ -520,7 +520,7 @@ TQtMultiLineEdit throughout. <a name="16"></a><p> TQPrinter has undergone some changes, to make it more flexible and to ensure it has the same runtime behaviour on both Unix and Windows. In 2.x, TQPrinter behaved differently on Windows and Unix, when using view -transformations on the <a href="ntqpainter.html">TQPainter</a>. This has changed now, and TQPrinter +transformations on the <a href="tqpainter.html">TQPainter</a>. This has changed now, and TQPrinter behaves consistently across all platforms. A compatibilty mode has been added that forces the old behaviour, to ease porting from TQt 2.x to TQt 3.x. This compatibilty mode can be enabled by passing the @@ -767,13 +767,13 @@ few classes for which the AutoMask property is still the best approach are <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a> and <a href="ntqtabwidget.html">TQTabWidget</a>. <p> <h2> Bezier Curves </h2> -<a name="28"></a><p> The function names for Bezier curves in <a href="ntqpainter.html">TQPainter</a> and <a href="ntqpointarray.html">TQPointArray</a> have +<a name="28"></a><p> The function names for Bezier curves in <a href="tqpainter.html">TQPainter</a> and <a href="ntqpointarray.html">TQPointArray</a> have been corrected. They now properly reflect their cubic form instead of a quadratic one. If you have been using either TQPainter::drawQuadBezier() or TQPointArray::quadBezier() you must replace these calls with <ul> -<li> void <a href="ntqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>( const TQPointArray &, int index=0 ) and +<li> void <a href="tqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>( const TQPointArray &, int index=0 ) and <li> TQPointArray <a href="ntqpointarray.html#cubicBezier">TQPointArray::cubicBezier</a>() const </ul> respectively. Neither the arguments nor the resulting curve have changed. diff --git a/doc/html/progress-example.html b/doc/html/progress-example.html index a2e8ee3b5..a86c0cae8 100644 --- a/doc/html/progress-example.html +++ b/doc/html/progress-example.html @@ -52,7 +52,7 @@ demonstrates simple use of menus. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <stdlib.h> class AnimatedThingy : public <a href="ntqlabel.html">TQLabel</a> { @@ -94,15 +94,15 @@ public: protected: void timerEvent(TQTimerEvent*) { - <a href="ntqpainter.html">TQPainter</a> p(this); -<a name="x76"></a> <a href="ntqpen.html">TQPen</a> pn=p.<a href="ntqpainter.html#pen">pen</a>(); + <a href="tqpainter.html">TQPainter</a> p(this); +<a name="x76"></a> <a href="ntqpen.html">TQPen</a> pn=p.<a href="tqpainter.html#pen">pen</a>(); <a name="x80"></a> pn.<a href="ntqpen.html#setWidth">setWidth</a>(2); <a name="x79"></a> pn.<a href="ntqpen.html#setColor">setColor</a>(backgroundColor()); -<a name="x78"></a> p.<a href="ntqpainter.html#setPen">setPen</a>(pn); +<a name="x78"></a> p.<a href="tqpainter.html#setPen">setPen</a>(pn); step = (step + 1) % nqix; -<a name="x73"></a> p.<a href="ntqpainter.html#drawLine">drawLine</a>(ox[0][step], oy[0][step], ox[1][step], oy[1][step]); +<a name="x73"></a> p.<a href="tqpainter.html#drawLine">drawLine</a>(ox[0][step], oy[0][step], ox[1][step], oy[1][step]); inc(x0, dx0, width()); inc(y0, dy0, height()); @@ -113,31 +113,31 @@ protected: ox[1][step] = x1; oy[1][step] = y1; - <a href="ntqcolor.html">TQColor</a> c; -<a name="x66"></a> c.<a href="ntqcolor.html#setHsv">setHsv</a>( (step*255)/nqix, 255, 255 ); // rainbow effect + <a href="tqcolor.html">TQColor</a> c; +<a name="x66"></a> c.<a href="tqcolor.html#setHsv">setHsv</a>( (step*255)/nqix, 255, 255 ); // rainbow effect pn.<a href="ntqpen.html#setColor">setColor</a>(c); - p.<a href="ntqpainter.html#setPen">setPen</a>(pn); - p.<a href="ntqpainter.html#drawLine">drawLine</a>(ox[0][step], oy[0][step], ox[1][step], oy[1][step]); - p.<a href="ntqpainter.html#setPen">setPen</a>(colorGroup().text()); -<a name="x74"></a> p.<a href="ntqpainter.html#drawText">drawText</a>(rect(), AlignCenter, label); + p.<a href="tqpainter.html#setPen">setPen</a>(pn); + p.<a href="tqpainter.html#drawLine">drawLine</a>(ox[0][step], oy[0][step], ox[1][step], oy[1][step]); + p.<a href="tqpainter.html#setPen">setPen</a>(colorGroup().text()); +<a name="x74"></a> p.<a href="tqpainter.html#drawText">drawText</a>(rect(), AlignCenter, label); } void paintEvent(TQPaintEvent* event) { - <a href="ntqpainter.html">TQPainter</a> p(this); - <a href="ntqpen.html">TQPen</a> pn=p.<a href="ntqpainter.html#pen">pen</a>(); + <a href="tqpainter.html">TQPainter</a> p(this); + <a href="ntqpen.html">TQPen</a> pn=p.<a href="tqpainter.html#pen">pen</a>(); pn.<a href="ntqpen.html#setWidth">setWidth</a>(2); - p.<a href="ntqpainter.html#setPen">setPen</a>(pn); -<a name="x77"></a> p.<a href="ntqpainter.html#setClipRect">setClipRect</a>(event->rect()); + p.<a href="tqpainter.html#setPen">setPen</a>(pn); +<a name="x77"></a> p.<a href="tqpainter.html#setClipRect">setClipRect</a>(event->rect()); for (int i=0; i<nqix; i++) { - <a href="ntqcolor.html">TQColor</a> c; - c.<a href="ntqcolor.html#setHsv">setHsv</a>( (i*255)/nqix, 255, 255 ); // rainbow effect + <a href="tqcolor.html">TQColor</a> c; + c.<a href="tqcolor.html#setHsv">setHsv</a>( (i*255)/nqix, 255, 255 ); // rainbow effect pn.<a href="ntqpen.html#setColor">setColor</a>(c); - p.<a href="ntqpainter.html#setPen">setPen</a>(pn); - p.<a href="ntqpainter.html#drawLine">drawLine</a>(ox[0][i], oy[0][i], ox[1][i], oy[1][i]); + p.<a href="tqpainter.html#setPen">setPen</a>(pn); + p.<a href="tqpainter.html#drawLine">drawLine</a>(ox[0][i], oy[0][i], ox[1][i], oy[1][i]); } - p.<a href="ntqpainter.html#setPen">setPen</a>(colorGroup().text()); - p.<a href="ntqpainter.html#drawText">drawText</a>(rect(), AlignCenter, label); + p.<a href="tqpainter.html#setPen">setPen</a>(colorGroup().text()); + p.<a href="tqpainter.html#drawText">drawText</a>(rect(), AlignCenter, label); } private: @@ -264,26 +264,26 @@ private: rects--; { - <a href="ntqpainter.html">TQPainter</a> p(this); + <a href="tqpainter.html">TQPainter</a> p(this); int ww = width(); int wh = height(); if ( ww > 8 && wh > 8 ) { - <a href="ntqcolor.html">TQColor</a> c(rand()%255, rand()%255, rand()%255); + <a href="tqcolor.html">TQColor</a> c(rand()%255, rand()%255, rand()%255); int x = rand() % (ww-8); int y = rand() % (wh-8); int w = rand() % (ww-x); int h = rand() % (wh-y); -<a name="x75"></a> p.<a href="ntqpainter.html#fillRect">fillRect</a>( x, y, w, h, c ); +<a name="x75"></a> p.<a href="tqpainter.html#fillRect">fillRect</a>( x, y, w, h, c ); } } if (!rects || got_stop) { if (!got_stop) pb-><a href="ntqprogressdialog.html#setProgress">setProgress</a>( pb-><a href="ntqprogressdialog.html#totalSteps">totalSteps</a>() ); - <a href="ntqpainter.html">TQPainter</a> p(this); - p.<a href="ntqpainter.html#fillRect">fillRect</a>(0, 0, width(), height(), backgroundColor()); + <a href="tqpainter.html">TQPainter</a> p(this); + p.<a href="tqpainter.html#fillRect">fillRect</a>(0, 0, width(), height(), backgroundColor()); enableDrawingItems(TRUE); killTimers(); delete pb; @@ -329,21 +329,21 @@ private: "Drawing rectangles.\nUsing loop.", n, TRUE); lpb-><a href="tqwidget.html#setCaption">setCaption</a>("Please Wait"); - <a href="ntqpainter.html">TQPainter</a> p(this); + <a href="tqpainter.html">TQPainter</a> p(this); for (int i=0; i<n; i++) { lpb-><a href="ntqprogressdialog.html#setProgress">setProgress</a>(i); <a name="x87"></a> if ( lpb-><a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>() ) break; - <a href="ntqcolor.html">TQColor</a> c(rand()%255, rand()%255, rand()%255); + <a href="tqcolor.html">TQColor</a> c(rand()%255, rand()%255, rand()%255); int x = rand()%(width()-8); int y = rand()%(height()-8); int w = rand()%(width()-x); int h = rand()%(height()-y); - p.<a href="ntqpainter.html#fillRect">fillRect</a>(x,y,w,h,c); + p.<a href="tqpainter.html#fillRect">fillRect</a>(x,y,w,h,c); } - p.<a href="ntqpainter.html#fillRect">fillRect</a>(0, 0, width(), height(), backgroundColor()); + p.<a href="tqpainter.html#fillRect">fillRect</a>(0, 0, width(), height(), backgroundColor()); delete lpb; } diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 107966a29..4c63a0380 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -1802,7 +1802,7 @@ one digit position. <td valign="top">Produces flat segments filled with the foreground color. </table></center> <p> <a href="ntqlcdnumber.html#SegmentStyle-enum">Outline</a> and <a href="ntqlcdnumber.html#SegmentStyle-enum">Filled</a> will additionally use -<a href="qcolorgroup.html#light">QColorGroup::light</a>() and <a href="qcolorgroup.html#dark">QColorGroup::dark</a>() for shadow effects. +<a href="tqcolorgroup.html#light">TQColorGroup::light</a>() and <a href="tqcolorgroup.html#dark">TQColorGroup::dark</a>() for shadow effects. <p>Set this property's value with <a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="ntqlcdnumber.html#segmentStyle">segmentStyle</a>(). </doc> @@ -4498,7 +4498,7 @@ parent's font or (if this widget is a top level widget), the default application font. <p> This code fragment sets a 12 point helvetica bold font: <pre> - <a href="ntqfont.html">QFont</a> f( "Helvetica", 12, QFont::Bold ); + <a href="tqfont.html">TQFont</a> f( "Helvetica", 12, TQFont::Bold ); <a href="tqwidget.html#setFont">setFont</a>( f ); </pre> @@ -4879,7 +4879,7 @@ background and foreground appearance only. convenience function that creates and sets a modified <a href="ntqpalette.html">QPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="qcolorgroup.html#ColorRole-enum">QColorGroup::Button</a> color entry is set. +<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a background pixmap (set using <a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>()), then the return value of this function is indeterminate. @@ -4899,7 +4899,7 @@ convenience function that creates and sets a modified <a href="ntqpalette.htm with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's -<a href="qcolorgroup.html#ColorRole-enum">QColorGroup::Button</a> color entry is set. +<a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a plain background color (set using <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>()), then this function returns 0. <p> <p>See also <a href="tqwidget.html#paletteBackgroundColor-prop">paletteBackgroundColor</a>, <a href="tqwidget.html#paletteForegroundColor-prop">paletteForegroundColor</a>, <a href="tqwidget.html#palette-prop">palette</a>, and <a href="tqwidget.html#colorGroup-prop">colorGroup</a>. @@ -4915,7 +4915,7 @@ widget's background mode. For example, if the background mode is and sets a modified <a href="ntqpalette.html">QPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's <em>background mode</em>. For example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry -<a href="qcolorgroup.html#ColorRole-enum">QColorGroup::ButtonText</a> is set to color. +<a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. <p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">QApplication::setPalette</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, <a href="tqwidget.html#foregroundColor">foregroundColor</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, and <a href="tqwidget.html#setEraseColor">setEraseColor</a>(). <p>Set this property's value with <a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>(), get this property's value with <a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>(), and reset this property's value with <a href="tqwidget.html#unsetPalette">unsetPalette</a>(). diff --git a/doc/html/qboxlayout.html b/doc/html/qboxlayout.html index 9e4328381..2a3b9b4b6 100644 --- a/doc/html/qboxlayout.html +++ b/doc/html/qboxlayout.html @@ -192,7 +192,7 @@ you don't need to call <a href="#addLayout">addLayout</a>(); the child layout is automatically added to the parent layout as it is constructed. <p> <p>See also <a href="#insertLayout">insertLayout</a>(), <a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>(), <a href="#addWidget">addWidget</a>(), and <a href="#addSpacing">addSpacing</a>(). -<p>Examples: <a href="tutorial2-09.html#x2630">chart/optionsform.cpp</a>, <a href="tutorial2-08.html#x2594">chart/setdataform.cpp</a>, <a href="simple-font-demo-example.html#x2835">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="listbox-example.html#x1422">listbox/listbox.cpp</a>, <a href="regexptester-example.html#x2469">regexptester/regexptester.cpp</a>, and <a href="tictac-example.html#x19">tictac/tictac.cpp</a>. +<p>Examples: <a href="tutorial2-09.html#x2630">chart/optionsform.cpp</a>, <a href="tutorial2-08.html#x2594">chart/setdataform.cpp</a>, <a href="simple-font-demo-example.html#x2835">fonts/simple-tqfont-demo/viewer.cpp</a>, <a href="listbox-example.html#x1422">listbox/listbox.cpp</a>, <a href="regexptester-example.html#x2469">regexptester/regexptester.cpp</a>, and <a href="tictac-example.html#x19">tictac/tictac.cpp</a>. <h3 class=fn>void <a name="addSpacing"></a>TQBoxLayout::addSpacing ( int size ) </h3> Adds a non-stretchable space with size <em>size</em> to the end of this diff --git a/doc/html/qbutton-members.html b/doc/html/qbutton-members.html index 27a724d29..b573ba1f8 100644 --- a/doc/html/qbutton-members.html +++ b/doc/html/qbutton-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -117,7 +117,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqbutton.html#group">group</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqbutton.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -333,28 +333,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qbuttongroup-members.html b/doc/html/qbuttongroup-members.html index 31659466f..6458b4326 100644 --- a/doc/html/qbuttongroup-members.html +++ b/doc/html/qbuttongroup-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -123,7 +123,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -155,7 +155,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbuttongroup.html#isExclusive">isExclusive</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -217,7 +217,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -357,28 +357,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qchar.html b/doc/html/qchar.html index bbbc6ee88..91f85b924 100644 --- a/doc/html/qchar.html +++ b/doc/html/qchar.html @@ -354,7 +354,7 @@ categories); otherwise returns FALSE. Returns TRUE if the character is a printable character; otherwise returns FALSE. This is any character not of category Cc or Cn. <p> Note that this gives no indication of whether the character is -available in a particular <a href="ntqfont.html">font</a>. +available in a particular <a href="tqfont.html">font</a>. <h3 class=fn>bool <a name="isPunct"></a>TQChar::isPunct () const </h3> diff --git a/doc/html/qcheckbox-members.html b/doc/html/qcheckbox-members.html index b1035e59e..d42a0cbb7 100644 --- a/doc/html/qcheckbox-members.html +++ b/doc/html/qcheckbox-members.html @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqbutton.html#group">group</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -203,7 +203,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqbutton.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -337,28 +337,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html index 322823ad3..579c4469c 100644 --- a/doc/html/qchecklistitem.html +++ b/doc/html/qchecklistitem.html @@ -170,14 +170,14 @@ Toggle check box or set radio button to on. Returns TRUE if the item is tristate; otherwise returns FALSE. <p> <p>See also <a href="#setTristate">setTristate</a>(). -<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> </h3> Paints the item using the painter <em>p</em> and the color group <em>cg</em>. The item is in column <em>column</em>, has width <em>width</em> and has alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.) <p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>. -<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the painter <em>p</em>. diff --git a/doc/html/qcolor-members.html b/doc/html/qcolor-members.html deleted file mode 100644 index 024833bb6..000000000 --- a/doc/html/qcolor-members.html +++ /dev/null @@ -1,75 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcolor.h:74 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQColor Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQColor</h1> - -<p>This is the complete list of member functions for -<a href="ntqcolor.html">TQColor</a>, including inherited members. - -<ul> -<li><a href="ntqcolor.html#TQColor">TQColor</a>() -<li><a href="ntqcolor.html#alloc">alloc</a>() -<li><a href="ntqcolor.html#blue">blue</a>() -<li><a href="ntqcolor.html#cleanup">cleanup</a>() -<li><a href="ntqcolor.html#colorNames">colorNames</a>() -<li><a href="ntqcolor.html#currentAllocContext">currentAllocContext</a>() -<li><a href="ntqcolor.html#dark">dark</a>() -<li><a href="ntqcolor.html#destroyAllocContext">destroyAllocContext</a>() -<li><a href="ntqcolor.html#enterAllocContext">enterAllocContext</a>() -<li><a href="ntqcolor.html#getHsv">getHsv</a>() -<li><a href="ntqcolor.html#getRgb">getRgb</a>() -<li><a href="ntqcolor.html#green">green</a>() -<li><a href="ntqcolor.html#hsv">hsv</a>() -<li><a href="ntqcolor.html#initialize">initialize</a>() -<li><a href="ntqcolor.html#isValid">isValid</a>() -<li><a href="ntqcolor.html#leaveAllocContext">leaveAllocContext</a>() -<li><a href="ntqcolor.html#light">light</a>() -<li><a href="ntqcolor.html#maxColors">maxColors</a>() -<li><a href="ntqcolor.html#name">name</a>() -<li><a href="ntqcolor.html#numBitPlanes">numBitPlanes</a>() -<li><a href="ntqcolor.html#operator!-eq">operator!=</a>() -<li><a href="ntqcolor.html#operator-eq">operator=</a>() -<li><a href="ntqcolor.html#operator-eq-eq">operator==</a>() -<li><a href="ntqcolor.html#pixel">pixel</a>() -<li><a href="ntqcolor.html#red">red</a>() -<li><a href="ntqcolor.html#rgb">rgb</a>() -<li><a href="ntqcolor.html#setHsv">setHsv</a>() -<li><a href="ntqcolor.html#setNamedColor">setNamedColor</a>() -<li><a href="ntqcolor.html#setRgb">setRgb</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qcombobox-members.html b/doc/html/qcombobox-members.html index 376d71622..701a71b91 100644 --- a/doc/html/qcombobox-members.html +++ b/doc/html/qcombobox-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -122,7 +122,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -152,7 +152,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -343,28 +343,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qcustomevent.html b/doc/html/qcustomevent.html index 19873bb12..d1f78e0de 100644 --- a/doc/html/qcustomevent.html +++ b/doc/html/qcustomevent.html @@ -72,11 +72,11 @@ suitable for your event type. class ColorChangeEvent : public TQCustomEvent { public: - ColorChangeEvent( <a href="ntqcolor.html">TQColor</a> color ) + ColorChangeEvent( <a href="tqcolor.html">TQColor</a> color ) : TQCustomEvent( 65432 ), c( color ) {} - <a href="ntqcolor.html">TQColor</a> color() const { return c; } + <a href="tqcolor.html">TQColor</a> color() const { return c; } private: - <a href="ntqcolor.html">TQColor</a> c; + <a href="tqcolor.html">TQColor</a> c; }; // To send an event of this custom event type: diff --git a/doc/html/qcustommenuitem.html b/doc/html/qcustommenuitem.html index 4b5d609f9..34f55762c 100644 --- a/doc/html/qcustommenuitem.html +++ b/doc/html/qcustommenuitem.html @@ -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="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, bool act, bool enabled, int x, int y, int w, int h )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="paint"></a>TQCustomMenuItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, bool act, bool enabled, int x, int y, int w, int h )<tt> [pure virtual]</tt> </h3> <p> Paints this item. When this function is invoked, the painter <em>p</em> @@ -112,7 +112,7 @@ 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 <a href="ntqfont.html">TQFont</a> & font )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQCustomMenuItem::setFont ( const <a href="tqfont.html">TQFont</a> & 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 diff --git a/doc/html/qdesktopwidget-members.html b/doc/html/qdesktopwidget-members.html index e4e9c7125..a08637431 100644 --- a/doc/html/qdesktopwidget-members.html +++ b/doc/html/qdesktopwidget-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -136,7 +136,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -311,28 +311,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qdial-members.html b/doc/html/qdial-members.html index 7e510b990..3a0515bf5 100644 --- a/doc/html/qdial-members.html +++ b/doc/html/qdial-members.html @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -117,7 +117,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -142,7 +142,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -204,7 +204,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqdial.html#pageStep">pageStep</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -341,28 +341,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="ntqdial.html#wrapping">wrapping</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qdialog-members.html b/doc/html/qdialog-members.html index d9ee62d34..c244bafa0 100644 --- a/doc/html/qdialog-members.html +++ b/doc/html/qdialog-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -114,7 +114,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -139,7 +139,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -196,7 +196,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -317,28 +317,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qdockarea-members.html b/doc/html/qdockarea-members.html index fb2f96a36..0947fdfba 100644 --- a/doc/html/qdockarea-members.html +++ b/doc/html/qdockarea-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -112,7 +112,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqdockarea.html#handlePosition">handlePosition</a>() <li><a href="ntqdockarea.html#hasDockWindow">hasDockWindow</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() @@ -141,7 +141,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -199,7 +199,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -314,28 +314,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qdockwindow-members.html b/doc/html/qdockwindow-members.html index 59b54ed44..e616e59e3 100644 --- a/doc/html/qdockwindow-members.html +++ b/doc/html/qdockwindow-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqdockwindow.html#closeMode">closeMode</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -123,7 +123,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -149,7 +149,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -219,7 +219,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -358,28 +358,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qerrormessage-members.html b/doc/html/qerrormessage-members.html index 08c83c772..4c4bc98e4 100644 --- a/doc/html/qerrormessage-members.html +++ b/doc/html/qerrormessage-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -114,7 +114,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -139,7 +139,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -197,7 +197,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -319,28 +319,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index 449904f41..9760dc945 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -71,9 +71,9 @@ public slots: protected: <a href="tqsize.html">TQSize</a> cellSize() const; - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a>* ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a>* ); private: - <a href="ntqfont.html">TQFont</a> tablefont; + <a href="tqfont.html">TQFont</a> tablefont; int row; }; @@ -102,12 +102,12 @@ public: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qslider-h.html">ntqslider.h</a>> #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> +#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <stdlib.h> @@ -128,18 +128,18 @@ public: TQSize <a name="f532"></a>FontRowTable::cellSize() const { - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); -<a name="x1990"></a><a name="x1989"></a> return TQSize( fm.<a href="ntqfontmetrics.html#maxWidth">maxWidth</a>(), fm.<a href="ntqfontmetrics.html#lineSpacing">lineSpacing</a>()+1 ); + <a href="tqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); +<a name="x1990"></a><a name="x1989"></a> return TQSize( fm.<a href="tqfontmetrics.html#maxWidth">maxWidth</a>(), fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>()+1 ); } -<a name="x1995"></a>void FontRowTable::<a href="ntqframe.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a>* e ) +<a name="x1995"></a>void FontRowTable::<a href="ntqframe.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a>* e ) { TQFrame::<a href="ntqframe.html#paintEvent">paintEvent</a>(e); - <a href="ntqpainter.html">TQPainter</a> p(this); -<a name="x2002"></a><a name="x1999"></a> p.<a href="ntqpainter.html#setClipRegion">setClipRegion</a>(e-><a href="qpaintevent.html#region">region</a>()); -<a name="x2001"></a> <a href="ntqrect.html">TQRect</a> r = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); -<a name="x1991"></a> int ml = <a href="ntqframe.html#frameWidth">frameWidth</a>()+margin() + 1 + TQMAX(0,-fm.<a href="ntqfontmetrics.html#minLeftBearing">minLeftBearing</a>()); + <a href="tqpainter.html">TQPainter</a> p(this); +<a name="x2002"></a><a name="x1999"></a> p.<a href="tqpainter.html#setClipRegion">setClipRegion</a>(e-><a href="tqpaintevent.html#region">region</a>()); +<a name="x2001"></a> <a href="ntqrect.html">TQRect</a> r = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); +<a name="x1991"></a> int ml = <a href="ntqframe.html#frameWidth">frameWidth</a>()+margin() + 1 + TQMAX(0,-fm.<a href="tqfontmetrics.html#minLeftBearing">minLeftBearing</a>()); int mt = <a href="ntqframe.html#frameWidth">frameWidth</a>()+margin(); <a href="tqsize.html">TQSize</a> cell((<a href="tqwidget.html#width">width</a>()-15-ml)/16,(<a href="tqwidget.html#height">height</a>()-15-mt)/16); @@ -151,13 +151,13 @@ TQSize <a name="f532"></a>FontRowTable::cellSize() const int minj = r.<a href="ntqrect.html#top">top</a>() / cell.<a href="tqsize.html#height">height</a>(); <a name="x2003"></a> int maxj = (r.<a href="ntqrect.html#bottom">bottom</a>()+cell.<a href="tqsize.html#height">height</a>()-1) / cell.<a href="tqsize.html#height">height</a>(); -<a name="x1986"></a> int h = fm.<a href="ntqfontmetrics.html#height">height</a>(); +<a name="x1986"></a> int h = fm.<a href="tqfontmetrics.html#height">height</a>(); - <a href="ntqcolor.html">TQColor</a> body(255,255,192); - <a href="ntqcolor.html">TQColor</a> negative(255,192,192); - <a href="ntqcolor.html">TQColor</a> positive(192,192,255); - <a href="ntqcolor.html">TQColor</a> rnegative(255,128,128); - <a href="ntqcolor.html">TQColor</a> rpositive(128,128,255); + <a href="tqcolor.html">TQColor</a> body(255,255,192); + <a href="tqcolor.html">TQColor</a> negative(255,192,192); + <a href="tqcolor.html">TQColor</a> positive(192,192,255); + <a href="tqcolor.html">TQColor</a> rnegative(255,128,128); + <a href="tqcolor.html">TQColor</a> rpositive(128,128,255); for (int j = minj; j<=maxj; j++) { for (int i = mini; i<=maxi; i++) { @@ -167,29 +167,29 @@ TQSize <a name="f532"></a>FontRowTable::cellSize() const <a href="qchar.html">TQChar</a> ch = TQChar(j*16+i,row); -<a name="x1987"></a> if ( fm.<a href="ntqfontmetrics.html#inFont">inFont</a>(ch) ) { -<a name="x1994"></a> int w = fm.<a href="ntqfontmetrics.html#width">width</a>(ch); -<a name="x1988"></a> int l = fm.<a href="ntqfontmetrics.html#leftBearing">leftBearing</a>(ch); -<a name="x1993"></a> int r = fm.<a href="ntqfontmetrics.html#rightBearing">rightBearing</a>(ch); +<a name="x1987"></a> if ( fm.<a href="tqfontmetrics.html#inFont">inFont</a>(ch) ) { +<a name="x1994"></a> int w = fm.<a href="tqfontmetrics.html#width">width</a>(ch); +<a name="x1988"></a> int l = fm.<a href="tqfontmetrics.html#leftBearing">leftBearing</a>(ch); +<a name="x1993"></a> int r = fm.<a href="tqfontmetrics.html#rightBearing">rightBearing</a>(ch); x += ml; y += mt+h; -<a name="x1998"></a> p.<a href="ntqpainter.html#fillRect">fillRect</a>(x,y,w,-h,body); +<a name="x1998"></a> p.<a href="tqpainter.html#fillRect">fillRect</a>(x,y,w,-h,body); if ( w ) { if ( l ) { - p.<a href="ntqpainter.html#fillRect">fillRect</a>(x+(l>0?0:l), y-h/2, abs(l),-h/2, + p.<a href="tqpainter.html#fillRect">fillRect</a>(x+(l>0?0:l), y-h/2, abs(l),-h/2, l < 0 ? negative : positive); } if ( r ) { - p.<a href="ntqpainter.html#fillRect">fillRect</a>(x+w-(r>0?r:0),y+2, abs(r),-h/2, + p.<a href="tqpainter.html#fillRect">fillRect</a>(x+w-(r>0?r:0),y+2, abs(r),-h/2, r < 0 ? rnegative : rpositive); } } <a href="tqstring.html">TQString</a> s; s += ch; - p.<a href="ntqpainter.html#setPen">setPen</a>(TQPen(TQt::black)); - p.<a href="ntqpainter.html#drawText">drawText</a>(x,y,s); + p.<a href="tqpainter.html#setPen">setPen</a>(TQPen(TQt::black)); + p.<a href="tqpainter.html#drawText">drawText</a>(x,y,s); } } } @@ -200,16 +200,16 @@ void <a name="f533"></a>FontRowTable::setRow(int r) { row = r; - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); - <a href="ntqfontinfo.html">TQFontInfo</a> fi = <a href="tqwidget.html#fontInfo">fontInfo</a>(); + <a href="tqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); + <a href="tqfontinfo.html">TQFontInfo</a> fi = <a href="tqwidget.html#fontInfo">fontInfo</a>(); <a href="tqstring.html">TQString</a> str = TQString("%1 %2pt%3%4 mLB=%5 mRB=%6 mW=%7") -<a name="x1983"></a> .arg(fi.<a href="ntqfontinfo.html#family">family</a>()) -<a name="x1985"></a> .arg(fi.<a href="ntqfontinfo.html#pointSize">pointSize</a>()) -<a name="x1982"></a> .arg(fi.<a href="ntqfontinfo.html#bold">bold</a>() ? " bold" : "") -<a name="x1984"></a> .arg(fi.<a href="ntqfontinfo.html#italic">italic</a>() ? " italic" : "") - .arg(fm.<a href="ntqfontmetrics.html#minLeftBearing">minLeftBearing</a>()) -<a name="x1992"></a> .arg(fm.<a href="ntqfontmetrics.html#minRightBearing">minRightBearing</a>()) - .arg(fm.<a href="ntqfontmetrics.html#maxWidth">maxWidth</a>()); +<a name="x1983"></a> .arg(fi.<a href="tqfontinfo.html#family">family</a>()) +<a name="x1985"></a> .arg(fi.<a href="tqfontinfo.html#pointSize">pointSize</a>()) +<a name="x1982"></a> .arg(fi.<a href="tqfontinfo.html#bold">bold</a>() ? " bold" : "") +<a name="x1984"></a> .arg(fi.<a href="tqfontinfo.html#italic">italic</a>() ? " italic" : "") + .arg(fm.<a href="tqfontmetrics.html#minLeftBearing">minLeftBearing</a>()) +<a name="x1992"></a> .arg(fm.<a href="tqfontmetrics.html#minRightBearing">minRightBearing</a>()) + .arg(fm.<a href="tqfontmetrics.html#maxWidth">maxWidth</a>()); emit fontInformation(str); <a href="tqwidget.html#update">update</a>(); @@ -218,8 +218,8 @@ void <a name="f533"></a>FontRowTable::setRow(int r) void <a name="f534"></a>FontRowTable::chooseFont() { bool ok; - <a href="ntqfont.html">TQFont</a> oldfont = tablefont; -<a name="x1981"></a> tablefont = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>(&ok, oldfont, this); + <a href="tqfont.html">TQFont</a> oldfont = tablefont; +<a name="x1981"></a> tablefont = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>(&ok, oldfont, this); if (ok) <a href="tqwidget.html#setFont">setFont</a>(tablefont); @@ -262,7 +262,7 @@ void <a name="f534"></a>FontRowTable::chooseFont() #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> diff --git a/doc/html/qfont-members.html b/doc/html/qfont-members.html deleted file mode 100644 index 8714e13e7..000000000 --- a/doc/html/qfont-members.html +++ /dev/null @@ -1,104 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfont.h:52 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQFont Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFont</h1> - -<p>This is the complete list of member functions for -<a href="ntqfont.html">TQFont</a>, including inherited members. - -<ul> -<li><a href="ntqfont.html#TQFont">TQFont</a>() -<li><a href="ntqfont.html#~TQFont">~TQFont</a>() -<li><a href="ntqfont.html#bold">bold</a>() -<li><a href="ntqfont.html#deciPointSize">deciPointSize</a>() -<li><a href="ntqfont.html#defaultFamily">defaultFamily</a>() -<li><a href="ntqfont.html#defaultFont">defaultFont</a>() -<li><a href="ntqfont.html#dirty">dirty</a>() -<li><a href="ntqfont.html#exactMatch">exactMatch</a>() -<li><a href="ntqfont.html#family">family</a>() -<li><a href="ntqfont.html#fixedPitch">fixedPitch</a>() -<li><a href="ntqfont.html#fromString">fromString</a>() -<li><a href="ntqfont.html#handle">handle</a>() -<li><a href="ntqfont.html#insertSubstitution">insertSubstitution</a>() -<li><a href="ntqfont.html#insertSubstitutions">insertSubstitutions</a>() -<li><a href="ntqfont.html#isCopyOf">isCopyOf</a>() -<li><a href="ntqfont.html#italic">italic</a>() -<li><a href="ntqfont.html#key">key</a>() -<li><a href="ntqfont.html#lastResortFamily">lastResortFamily</a>() -<li><a href="ntqfont.html#lastResortFont">lastResortFont</a>() -<li><a href="ntqfont.html#operator!-eq">operator!=</a>() -<li><a href="ntqfont.html#operator-eq">operator=</a>() -<li><a href="ntqfont.html#operator-eq-eq">operator==</a>() -<li><a href="ntqfont.html#overline">overline</a>() -<li><a href="ntqfont.html#pixelSize">pixelSize</a>() -<li><a href="ntqfont.html#pointSize">pointSize</a>() -<li><a href="ntqfont.html#pointSizeFloat">pointSizeFloat</a>() -<li><a href="ntqfont.html#rawMode">rawMode</a>() -<li><a href="ntqfont.html#rawName">rawName</a>() -<li><a href="ntqfont.html#removeSubstitution">removeSubstitution</a>() -<li><a href="ntqfont.html#resolve">resolve</a>() -<li><a href="ntqfont.html#setBold">setBold</a>() -<li><a href="ntqfont.html#setDefaultFont">setDefaultFont</a>() -<li><a href="ntqfont.html#setFamily">setFamily</a>() -<li><a href="ntqfont.html#setFixedPitch">setFixedPitch</a>() -<li><a href="ntqfont.html#setItalic">setItalic</a>() -<li><a href="ntqfont.html#setOverline">setOverline</a>() -<li><a href="ntqfont.html#setPixelSize">setPixelSize</a>() -<li><a href="ntqfont.html#setPixelSizeFloat">setPixelSizeFloat</a>() -<li><a href="ntqfont.html#setPointSize">setPointSize</a>() -<li><a href="ntqfont.html#setPointSizeFloat">setPointSizeFloat</a>() -<li><a href="ntqfont.html#setRawMode">setRawMode</a>() -<li><a href="ntqfont.html#setRawName">setRawName</a>() -<li><a href="ntqfont.html#setStretch">setStretch</a>() -<li><a href="ntqfont.html#setStrikeOut">setStrikeOut</a>() -<li><a href="ntqfont.html#setStyleHint">setStyleHint</a>() -<li><a href="ntqfont.html#setStyleStrategy">setStyleStrategy</a>() -<li><a href="ntqfont.html#setUnderline">setUnderline</a>() -<li><a href="ntqfont.html#setWeight">setWeight</a>() -<li><a href="ntqfont.html#stretch">stretch</a>() -<li><a href="ntqfont.html#strikeOut">strikeOut</a>() -<li><a href="ntqfont.html#styleHint">styleHint</a>() -<li><a href="ntqfont.html#styleStrategy">styleStrategy</a>() -<li><a href="ntqfont.html#substitute">substitute</a>() -<li><a href="ntqfont.html#substitutes">substitutes</a>() -<li><a href="ntqfont.html#substitutions">substitutions</a>() -<li><a href="ntqfont.html#toString">toString</a>() -<li><a href="ntqfont.html#underline">underline</a>() -<li><a href="ntqfont.html#weight">weight</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qframe-members.html b/doc/html/qframe-members.html index decd2f16a..c1703b48f 100644 --- a/doc/html/qframe-members.html +++ b/doc/html/qframe-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -143,7 +143,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -321,28 +321,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qglcolormap-h.html b/doc/html/qglcolormap-h.html index 77d1e1fc7..cc5f81561 100644 --- a/doc/html/qglcolormap-h.html +++ b/doc/html/qglcolormap-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQGLCOLORMAP_H #ifndef QT_H -#include "ntqcolor.h" +#include "tqcolor.h" #include "tqmemarray.h" #include "ntqshared.h" #endif // QT_H diff --git a/doc/html/qglcontext.html b/doc/html/qglcontext.html index 9e4dd8d2d..8843c502e 100644 --- a/doc/html/qglcontext.html +++ b/doc/html/qglcontext.html @@ -101,7 +101,7 @@ United States and other countries. <p> <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQGLContext"></a>TQGLContext::TQGLContext ( const <a href="qglformat.html">TQGLFormat</a> & format, <a href="ntqpaintdevice.html">TQPaintDevice</a> * device ) +<h3 class=fn><a name="TQGLContext"></a>TQGLContext::TQGLContext ( const <a href="qglformat.html">TQGLFormat</a> & format, <a href="tqpaintdevice.html">TQPaintDevice</a> * device ) </h3> Constructs an OpenGL context for the paint device <em>device</em>, which can be a widget or a pixmap. The <em>format</em> specifies several @@ -192,7 +192,7 @@ commands will currently be directed. Returns 0 if no context is current. <p> <p>See also <a href="#makeCurrent">makeCurrent</a>(). -<h3 class=fn><a href="ntqpaintdevice.html">TQPaintDevice</a> * <a name="device"></a>TQGLContext::device () const +<h3 class=fn><a href="tqpaintdevice.html">TQPaintDevice</a> * <a name="device"></a>TQGLContext::device () const </h3> <p> Returns the paint device set for this context. @@ -217,7 +217,7 @@ to call this function; TQGLContext calls it as necessary. subset of what was requested). <p> <p>See also <a href="#requestedFormat">requestedFormat</a>(). -<h3 class=fn>void <a name="generateFontDisplayLists"></a>TQGLContext::generateFontDisplayLists ( const <a href="ntqfont.html">TQFont</a> & font, int listBase )<tt> [protected]</tt> +<h3 class=fn>void <a name="generateFontDisplayLists"></a>TQGLContext::generateFontDisplayLists ( const <a href="tqfont.html">TQFont</a> & font, int listBase )<tt> [protected]</tt> </h3> <p> Generates a set of 256 display lists for the 256 first characters @@ -256,18 +256,18 @@ is made current. <p> In some very rare cases the underlying call may fail. If this occurs an error message is output to stderr. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="overlayTransparentColor"></a>TQGLContext::overlayTransparentColor () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="overlayTransparentColor"></a>TQGLContext::overlayTransparentColor () const </h3> <p> If this context is a valid context in an overlay plane, returns -the plane's transparent color. Otherwise returns an <a href="ntqcolor.html#isValid">invalid</a> color. -<p> The returned color's <a href="ntqcolor.html#pixel">pixel</a> value is +the plane's transparent color. Otherwise returns an <a href="tqcolor.html#isValid">invalid</a> color. +<p> The returned color's <a href="tqcolor.html#pixel">pixel</a> value is the index of the transparent color in the colormap of the overlay plane. (Naturally, the color's RGB values are meaningless.) -<p> The returned <a href="ntqcolor.html">TQColor</a> object will generally work as expected only +<p> The returned <a href="tqcolor.html">TQColor</a> object will generally work as expected only when passed as the argument to <a href="qglwidget.html#qglColor">TQGLWidget::qglColor</a>() or <a href="qglwidget.html#qglClearColor">TQGLWidget::qglClearColor</a>(). Under certain circumstances it can -also be used to draw transparent graphics with a <a href="ntqpainter.html">TQPainter</a>. See the +also be used to draw transparent graphics with a <a href="tqpainter.html">TQPainter</a>. See the examples/opengl/overlay_x11 example for details. <h3 class=fn><a href="qglformat.html">TQGLFormat</a> <a name="requestedFormat"></a>TQGLContext::requestedFormat () const diff --git a/doc/html/qglwidget-members.html b/doc/html/qglwidget-members.html index 8d9e2b3c6..f10cd6ae6 100644 --- a/doc/html/qglwidget-members.html +++ b/doc/html/qglwidget-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="qglwidget.html#colormap">colormap</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -120,7 +120,7 @@ body { background: #ffffff; color: black; } <li><a href="qglwidget.html#grabFrameBuffer">grabFrameBuffer</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -147,7 +147,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="qglwidget.html#paintEvent">paintEvent</a>() <li><a href="qglwidget.html#paintGL">paintGL</a>() <li><a href="qglwidget.html#paintOverlayGL">paintOverlayGL</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -333,28 +333,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index 30e4e3512..97f33933e 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -98,7 +98,7 @@ The TQGLWidget class is a widget for rendering OpenGL graphics. graphics integrated into a TQt application. It is very simple to use. You inherit from it and use the subclass like any other <a href="tqwidget.html">TQWidget</a>, except that instead of drawing the widget's contents -using <a href="ntqpainter.html">TQPainter</a> etc. you use the standard OpenGL rendering +using <a href="tqpainter.html">TQPainter</a> etc. you use the standard OpenGL rendering commands. <p> TQGLWidget provides three convenient virtual functions that you can reimplement in your subclass to perform the typical OpenGL tasks: @@ -413,7 +413,7 @@ need to issue OpenGL commands to the overlay context outside of has no overlay. <p> <p>See also <a href="#context">context</a>(). -<h3 class=fn>void <a name="paintEvent"></a>TQGLWidget::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQGLWidget::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> </h3> Handles paint events. Will cause the virtual <a href="#paintGL">paintGL</a>() function to be called. @@ -438,19 +438,19 @@ Reimplement it in a subclass. <p> There is no need to call <a href="#makeOverlayCurrent">makeOverlayCurrent</a>() because this has already been done when this function is called. -<h3 class=fn>void <a name="qglClearColor"></a>TQGLWidget::qglClearColor ( const <a href="ntqcolor.html">TQColor</a> & c ) const +<h3 class=fn>void <a name="qglClearColor"></a>TQGLWidget::qglClearColor ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> Convenience function for specifying the clearing color to OpenGL. Calls glClearColor (in RGBA mode) or glClearIndex (in color-index mode) with the color <em>c</em>. Applies to the current GL context. -<p> <p>See also <a href="#qglColor">qglColor</a>(), <a href="qglcontext.html#currentContext">TQGLContext::currentContext</a>(), and <a href="ntqcolor.html">TQColor</a>. +<p> <p>See also <a href="#qglColor">qglColor</a>(), <a href="qglcontext.html#currentContext">TQGLContext::currentContext</a>(), and <a href="tqcolor.html">TQColor</a>. -<h3 class=fn>void <a name="qglColor"></a>TQGLWidget::qglColor ( const <a href="ntqcolor.html">TQColor</a> & c ) const +<h3 class=fn>void <a name="qglColor"></a>TQGLWidget::qglColor ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> Convenience function for specifying a drawing color to OpenGL. Calls glColor3 (in RGBA mode) or glIndex (in color-index mode) with the color <em>c</em>. Applies to the current GL context. -<p> <p>See also <a href="#qglClearColor">qglClearColor</a>(), <a href="qglcontext.html#currentContext">TQGLContext::currentContext</a>(), and <a href="ntqcolor.html">TQColor</a>. +<p> <p>See also <a href="#qglClearColor">qglClearColor</a>(), <a href="qglcontext.html#currentContext">TQGLContext::currentContext</a>(), and <a href="tqcolor.html">TQColor</a>. <h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="renderPixmap"></a>TQGLWidget::renderPixmap ( int w = 0, int h = 0, bool useContext = FALSE )<tt> [virtual]</tt> </h3> @@ -474,7 +474,7 @@ frustum etc. should be done from within initializeGL(). If this is not done, the temporary TQGLContext will not be initialized properly, and the rendered pixmap may be incomplete/corrupted. -<h3 class=fn>void <a name="renderText"></a>TQGLWidget::renderText ( int x, int y, const <a href="tqstring.html">TQString</a> & str, const <a href="ntqfont.html">TQFont</a> & fnt = TQFont ( ), int listBase = 2000 ) +<h3 class=fn>void <a name="renderText"></a>TQGLWidget::renderText ( int x, int y, const <a href="tqstring.html">TQString</a> & str, const <a href="tqfont.html">TQFont</a> & fnt = TQFont ( ), int listBase = 2000 ) </h3> Renders the string <em>str</em> into the GL context of this widget. <p> <em>x</em> and <em>y</em> are specified in window coordinates, with the origin @@ -496,7 +496,7 @@ change this value unless you are using lists in the same range. The lists are deleted when the widget is destroyed. <p> Note: This function only works reliably with ASCII strings. -<h3 class=fn>void <a name="renderText-2"></a>TQGLWidget::renderText ( double x, double y, double z, const <a href="tqstring.html">TQString</a> & str, const <a href="ntqfont.html">TQFont</a> & fnt = TQFont ( ), int listBase = 2000 ) +<h3 class=fn>void <a name="renderText-2"></a>TQGLWidget::renderText ( double x, double y, double z, const <a href="tqstring.html">TQString</a> & str, const <a href="tqfont.html">TQFont</a> & fnt = TQFont ( ), int listBase = 2000 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>x</em>, <em>y</em> and <em>z</em> are specified in scene or object coordinates relative to the currently set projection and model matrices. This diff --git a/doc/html/qgrid-members.html b/doc/html/qgrid-members.html index 35728d6b2..f9fe0254c 100644 --- a/doc/html/qgrid-members.html +++ b/doc/html/qgrid-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -143,7 +143,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -322,28 +322,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qgridview-members.html b/doc/html/qgridview-members.html index f688a0441..6511e6617 100644 --- a/doc/html/qgridview-members.html +++ b/doc/html/qgridview-members.html @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgridview.html#columnAt">columnAt</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -156,7 +156,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqgridview.html#gridSize">gridSize</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -185,7 +185,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -251,7 +251,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqgridview.html#paintCell">paintCell</a>() <li><a href="ntqgridview.html#paintEmptyArea">paintEmptyArea</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -408,28 +408,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qgroupbox-members.html b/doc/html/qgroupbox-members.html index e01af25af..6e4e7732f 100644 --- a/doc/html/qgroupbox-members.html +++ b/doc/html/qgroupbox-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -122,7 +122,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -151,7 +151,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -343,28 +343,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qhbox-members.html b/doc/html/qhbox-members.html index 6dda069cb..f384f3366 100644 --- a/doc/html/qhbox-members.html +++ b/doc/html/qhbox-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -143,7 +143,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -323,28 +323,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qhbuttongroup-members.html b/doc/html/qhbuttongroup-members.html index fde6cca4d..8229ea51d 100644 --- a/doc/html/qhbuttongroup-members.html +++ b/doc/html/qhbuttongroup-members.html @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -124,7 +124,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -156,7 +156,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbuttongroup.html#isExclusive">isExclusive</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -218,7 +218,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -358,28 +358,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qheader-members.html b/doc/html/qheader-members.html index b86069e93..e08a69385 100644 --- a/doc/html/qheader-members.html +++ b/doc/html/qheader-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -117,7 +117,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -146,7 +146,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -216,7 +216,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paintEvent">paintEvent</a>() <li><a href="ntqheader.html#paintSection">paintSection</a>() <li><a href="ntqheader.html#paintSectionLabel">paintSectionLabel</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -354,28 +354,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qhgroupbox-members.html b/doc/html/qhgroupbox-members.html index 2bd3f6b31..bd3e1cf54 100644 --- a/doc/html/qhgroupbox-members.html +++ b/doc/html/qhgroupbox-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -122,7 +122,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -151,7 +151,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -343,28 +343,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qinputdialog-members.html b/doc/html/qinputdialog-members.html index 760c5502a..3dd249771 100644 --- a/doc/html/qinputdialog-members.html +++ b/doc/html/qinputdialog-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -141,7 +141,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -198,7 +198,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -319,28 +319,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qlabel-members.html b/doc/html/qlabel-members.html index c1eac339f..c10877e25 100644 --- a/doc/html/qlabel-members.html +++ b/doc/html/qlabel-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -123,7 +123,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -150,7 +150,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -344,28 +344,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qlayoutiterator.html b/doc/html/qlayoutiterator.html index 5e36da551..1f8aad459 100644 --- a/doc/html/qlayoutiterator.html +++ b/doc/html/qlayoutiterator.html @@ -67,7 +67,7 @@ same layout. <p> The following code will draw a rectangle for each layout item in the layout structure of the widget. <pre> - static void paintLayout( <a href="ntqpainter.html">TQPainter</a> *p, TQLayoutItem *lay ) + static void paintLayout( <a href="tqpainter.html">TQPainter</a> *p, TQLayoutItem *lay ) { TQLayoutIterator it = lay->iterator(); <a href="qlayoutitem.html">TQLayoutItem</a> *child; @@ -75,11 +75,11 @@ the layout structure of the widget. paintLayout( p, child ); ++it; } - p-><a href="ntqpainter.html#drawRect">drawRect</a>( lay->geometry() ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( lay->geometry() ); } - void ExampleWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void ExampleWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="tqpainter.html">TQPainter</a> p( this ); if ( layout() ) paintLayout( &p, layout() ); } diff --git a/doc/html/qlcdnumber-members.html b/doc/html/qlcdnumber-members.html index 66dbd4fed..7dda8a457 100644 --- a/doc/html/qlcdnumber-members.html +++ b/doc/html/qlcdnumber-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -121,7 +121,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -147,7 +147,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -208,7 +208,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -339,28 +339,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qlineedit-members.html b/doc/html/qlineedit-members.html index d580b68cd..1f3785458 100644 --- a/doc/html/qlineedit-members.html +++ b/doc/html/qlineedit-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -142,7 +142,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqlineedit.html#hasAcceptableInput">hasAcceptableInput</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -172,7 +172,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -236,7 +236,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -380,28 +380,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qlistbox-members.html b/doc/html/qlistbox-members.html index 8227b58f4..6a7d54b2c 100644 --- a/doc/html/qlistbox-members.html +++ b/doc/html/qlistbox-members.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqlistbox.html#columnMode">columnMode</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -169,7 +169,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -286,7 +286,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqlistbox.html#paintCell">paintCell</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -474,28 +474,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qlistboxitem.html b/doc/html/qlistboxitem.html index bc67e65bf..4a5e706e9 100644 --- a/doc/html/qlistboxitem.html +++ b/doc/html/qlistboxitem.html @@ -130,7 +130,7 @@ Returns the item that comes after this in the list box. If this is the last item, 0 is returned. <p> <p>See also <a href="#prev">prev</a>(). -<h3 class=fn>void <a name="paint"></a>TQListBoxItem::paint ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [pure virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQListBoxItem::paint ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [pure virtual protected]</tt> </h3> <p> Implement this function to draw your item. The painter, <em>p</em>, is diff --git a/doc/html/qlistboxpixmap.html b/doc/html/qlistboxpixmap.html index 3a028822e..5cee82968 100644 --- a/doc/html/qlistboxpixmap.html +++ b/doc/html/qlistboxpixmap.html @@ -106,7 +106,7 @@ Returns the height of the pixmap in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). <p>Reimplemented from <a href="qlistboxitem.html#height">TQListBoxItem</a>. -<h3 class=fn>void <a name="paint"></a>TQListBoxPixmap::paint ( <a href="ntqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQListBoxPixmap::paint ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draws the pixmap using <em>painter</em>. diff --git a/doc/html/qlistboxtext.html b/doc/html/qlistboxtext.html index 33e196faa..a27b7eb13 100644 --- a/doc/html/qlistboxtext.html +++ b/doc/html/qlistboxtext.html @@ -85,7 +85,7 @@ Returns the height of a line of text in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). <p>Reimplemented from <a href="qlistboxitem.html#height">TQListBoxItem</a>. -<h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="ntqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draws the text using <em>painter</em>. diff --git a/doc/html/qlistview-members.html b/doc/html/qlistview-members.html index 5b6732072..212eaa24f 100644 --- a/doc/html/qlistview-members.html +++ b/doc/html/qlistview-members.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqlistview.html#collapsed">collapsed</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqlistview.html#columnAlignment">columnAlignment</a>() @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -206,7 +206,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -283,7 +283,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqlistview.html#paintEmptyArea">paintEmptyArea</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -477,28 +477,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index c665fe85b..ab1e54665 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -519,7 +519,7 @@ This function is called if the user presses Enter during in-place renaming of the item in column <em>col</em>. <p> <p>See also <a href="#cancelRename">cancelRename</a>(). -<h3 class=fn>void <a name="paintBranches"></a>TQListViewItem::paintBranches ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int w, int y, int h )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintBranches"></a>TQListViewItem::paintBranches ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int w, int y, int h )<tt> [virtual]</tt> </h3> Paints a set of branches from this item to (some of) its children. <p> Painter <em>p</em> is set up with clipping and translation so that you @@ -532,11 +532,11 @@ system's allowed coordinate range). is called; this function must draw on <em>all</em> of the pixels. <p> <p>See also <a href="#paintCell">paintCell</a>() and <a href="ntqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>(). -<h3 class=fn>void <a name="paintCell"></a>TQListViewItem::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQListViewItem::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> </h3> This virtual function paints the contents of one column of an item and aligns it as described by <em>align</em>. -<p> <em>p</em> is a <a href="ntqpainter.html">TQPainter</a> open on the relevant paint device. <em>p</em> is +<p> <em>p</em> is a <a href="tqpainter.html">TQPainter</a> open on the relevant paint device. <em>p</em> is translated so (0, 0) is the top-left pixel in the cell and <em>width-1</em>, <a href="#height">height</a>()-1 is the bottom-right pixel <em>in</em> the cell. The other properties of <em>p</em> (pen, brush, etc) are undefined. <em>cg</em> is the color group to use. <em>column</em> is the logical column number @@ -554,7 +554,7 @@ painter <em>p</em> has the right font on entry. <p>Example: <a href="listviews-example.html#x157">listviews/listviews.cpp</a>. <p>Reimplemented in <a href="qchecklistitem.html#paintCell">TQCheckListItem</a>. -<h3 class=fn>void <a name="paintFocus"></a>TQListViewItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQListViewItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Paints a focus indicator on the rectangle <em>r</em> using painter <em>p</em> and colors <em>cg</em>. @@ -777,7 +777,7 @@ item's children, and <a href="#invalidateHeight">invalidateHeight</a>() to inval height. <p> <p>See also <a href="#height">height</a>(). -<h3 class=fn>int <a name="width"></a>TQListViewItem::width ( const <a href="ntqfontmetrics.html">TQFontMetrics</a> & fm, const <a href="ntqlistview.html">TQListView</a> * lv, int c ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="width"></a>TQListViewItem::width ( const <a href="tqfontmetrics.html">TQFontMetrics</a> & fm, const <a href="ntqlistview.html">TQListView</a> * lv, int c ) const<tt> [virtual]</tt> </h3> Returns the number of pixels of width required to draw column <em>c</em> of list view <em>lv</em>, using the metrics <em>fm</em> without cropping. The diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index a96f9b184..d2e3e52e9 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -61,7 +61,7 @@ magnified area as a .bmp file. #include <<a href="tqregexp-h.html">tqregexp.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qwmatrix-h.html">ntqwmatrix.h</a>> @@ -78,7 +78,7 @@ public slots: void multiSave(); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); @@ -294,11 +294,11 @@ void <a name="f489"></a>MagWidget::grab() } -<a name="x1803"></a>void MagWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +<a name="x1803"></a>void MagWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { if ( !pm.<a href="ntqpixmap.html#isNull">isNull</a>() ) { - <a href="ntqpainter.html">TQPainter</a> paint( this ); -<a name="x1782"></a> paint.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>( 0, zoom ? zoom-><a href="tqwidget.html#height">height</a>()+4 : 0, pm, + <a href="tqpainter.html">TQPainter</a> paint( this ); +<a name="x1782"></a> paint.<a href="tqpainter.html#drawPixmap">drawPixmap</a>( 0, zoom ? zoom-><a href="tqwidget.html#height">height</a>()+4 : 0, pm, 0,0, width(), height()-yoffset ); } } @@ -379,8 +379,8 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) { <a name="x1776"></a> TQRgb px = image.<a href="tqimage.html#pixel">pixel</a>(x,y); <a name="x1795"></a> pixelinfo.<a href="tqstring.html#sprintf">sprintf</a>(" %3d,%3d,%3d #%02x%02x%02x", - <a href="ntqcolor.html#qRed">tqRed</a>(px), tqGreen(px), tqBlue(px), - <a href="ntqcolor.html#qRed">tqRed</a>(px), tqGreen(px), tqBlue(px)); + <a href="tqcolor.html#qRed">tqRed</a>(px), tqGreen(px), tqBlue(px), + <a href="tqcolor.html#qRed">tqRed</a>(px), tqGreen(px), tqBlue(px)); } <a href="tqstring.html">TQString</a> label; label.<a href="tqstring.html#sprintf">sprintf</a>( "x=%d, y=%d %s", diff --git a/doc/html/qmessagebox-members.html b/doc/html/qmessagebox-members.html index d97f5556b..f85618f48 100644 --- a/doc/html/qmessagebox-members.html +++ b/doc/html/qmessagebox-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -203,7 +203,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -334,28 +334,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qmotifdialog-members.html b/doc/html/qmotifdialog-members.html index 2f4ad5637..59d7d7d12 100644 --- a/doc/html/qmotifdialog-members.html +++ b/doc/html/qmotifdialog-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -141,7 +141,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -198,7 +198,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -321,28 +321,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qmotifwidget-members.html b/doc/html/qmotifwidget-members.html index 879dc4739..67e37e7a9 100644 --- a/doc/html/qmotifwidget-members.html +++ b/doc/html/qmotifwidget-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -110,7 +110,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -135,7 +135,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -304,28 +304,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qmovie-members.html b/doc/html/qmovie-members.html deleted file mode 100644 index 6f27011cd..000000000 --- a/doc/html/qmovie-members.html +++ /dev/null @@ -1,74 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmovie.h:51 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQMovie Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMovie</h1> - -<p>This is the complete list of member functions for -<a href="ntqmovie.html">TQMovie</a>, including inherited members. - -<ul> -<li><a href="ntqmovie.html#TQMovie">TQMovie</a>() -<li><a href="ntqmovie.html#~TQMovie">~TQMovie</a>() -<li><a href="ntqmovie.html#backgroundColor">backgroundColor</a>() -<li><a href="ntqmovie.html#connectResize">connectResize</a>() -<li><a href="ntqmovie.html#connectStatus">connectStatus</a>() -<li><a href="ntqmovie.html#connectUpdate">connectUpdate</a>() -<li><a href="ntqmovie.html#disconnectResize">disconnectResize</a>() -<li><a href="ntqmovie.html#disconnectStatus">disconnectStatus</a>() -<li><a href="ntqmovie.html#disconnectUpdate">disconnectUpdate</a>() -<li><a href="ntqmovie.html#finished">finished</a>() -<li><a href="ntqmovie.html#frameImage">frameImage</a>() -<li><a href="ntqmovie.html#frameNumber">frameNumber</a>() -<li><a href="ntqmovie.html#framePixmap">framePixmap</a>() -<li><a href="ntqmovie.html#getValidRect">getValidRect</a>() -<li><a href="ntqmovie.html#isNull">isNull</a>() -<li><a href="ntqmovie.html#operator-eq">operator=</a>() -<li><a href="ntqmovie.html#pause">pause</a>() -<li><a href="ntqmovie.html#paused">paused</a>() -<li><a href="ntqmovie.html#pushData">pushData</a>() -<li><a href="ntqmovie.html#pushSpace">pushSpace</a>() -<li><a href="ntqmovie.html#restart">restart</a>() -<li><a href="ntqmovie.html#running">running</a>() -<li><a href="ntqmovie.html#setBackgroundColor">setBackgroundColor</a>() -<li><a href="ntqmovie.html#setSpeed">setSpeed</a>() -<li><a href="ntqmovie.html#speed">speed</a>() -<li><a href="ntqmovie.html#step">step</a>() -<li><a href="ntqmovie.html#steps">steps</a>() -<li><a href="ntqmovie.html#unpause">unpause</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qmultilineedit-members.html b/doc/html/qmultilineedit-members.html index 5a12fed03..40c193968 100644 --- a/doc/html/qmultilineedit-members.html +++ b/doc/html/qmultilineedit-members.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="ntqmultilineedit.html#hasMarkedText">hasMarkedText</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -228,7 +228,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -314,7 +314,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmultilineedit.html#pageDown">pageDown</a>() <li><a href="ntqmultilineedit.html#pageUp">pageUp</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -540,28 +540,28 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() <li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() <li><a href="tqtextedit.html#zoomIn">zoomIn</a>() <li><a href="tqtextedit.html#zoomOut">zoomOut</a>() diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index c87d5fb42..0da21b4eb 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -140,7 +140,7 @@ public: // the following four enums can be combined to one integer which // is passed as textflag to drawText and qt_format_text. - // documented in qpainter.cpp + // documented in tqpainter.cpp enum AlignmentFlags { AlignAuto = 0x0000, // text alignment AlignLeft = 0x0001, @@ -155,7 +155,7 @@ public: AlignCenter = AlignVCenter | AlignHCenter }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum TextFlags { SingleLine = 0x0080, // misc. flags DontClip = 0x0100, @@ -311,14 +311,14 @@ public: AvoidDither = 0x00000080 }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum BGMode { // background mode TransparentMode, OpaqueMode }; #ifndef TQT_NO_COMPAT - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PaintUnit { // paint unit PixelUnit, LoMetricUnit, // OBSOLETE @@ -671,7 +671,7 @@ public: RightArrow }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum RasterOp { // raster op mode CopyROP, OrROP, @@ -691,7 +691,7 @@ public: NorROP, LastROP=NorROP }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PenStyle { // pen style NoPen, SolidLine, @@ -702,7 +702,7 @@ public: MPenStyle = 0x0f }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PenCapStyle { // line endcap style FlatCap = 0x00, SquareCap = 0x10, @@ -710,7 +710,7 @@ public: MPenCapStyle = 0x30 }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PenJoinStyle { // line join style MiterJoin = 0x00, BevelJoin = 0x40, @@ -718,7 +718,7 @@ public: MPenJoinStyle = 0xc0 }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum BrushStyle { // brush style NoBrush, SolidPattern, diff --git a/doc/html/qnpinstance.html b/doc/html/qnpinstance.html index f862bb5f6..414e737cd 100644 --- a/doc/html/qnpinstance.html +++ b/doc/html/qnpinstance.html @@ -87,9 +87,9 @@ in which functions are called. Sometimes the browser will call <a href="#newWindow">newWindow</a>() first, at other times, <a href="#newStreamCreated">newStreamCreated</a>() will be called first (assuming the <tt><EMBED></tt> tag has a SRC parameter). <p> <em>None of TQt's GUI functionality</em> may be used until after the -first call to newWindow(). This includes any use of <a href="ntqpaintdevice.html">TQPaintDevice</a> +first call to newWindow(). This includes any use of <a href="tqpaintdevice.html">TQPaintDevice</a> (i.e. <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqwidget.html">TQWidget</a>, and all subclasses), <a href="ntqapplication.html">TQApplication</a>, anything -related to <a href="ntqpainter.html">TQPainter</a> (<a href="ntqbrush.html">TQBrush</a>, etc.), fonts, <a href="ntqmovie.html">TQMovie</a>, <a href="tqtooltip.html">TQToolTip</a>, etc. +related to <a href="tqpainter.html">TQPainter</a> (<a href="tqbrush.html">TQBrush</a>, etc.), fonts, <a href="tqmovie.html">TQMovie</a>, <a href="tqtooltip.html">TQToolTip</a>, etc. Useful classes which specifically <em>can</em> be used are <a href="tqimage.html">TQImage</a>, <a href="tqfile.html">TQFile</a>, and <a href="tqbuffer.html">TQBuffer</a>. <p> This restriction can easily be accommodated by structuring your @@ -244,7 +244,7 @@ Plugin API. <p> Passes <em>url</em>, <em>window</em>, <em>buf</em>, <em>len</em>, and <em>file</em> to NPN_PostURL. -<h3 class=fn>void <a name="print"></a>TQNPInstance::print ( <a href="ntqpainter.html">TQPainter</a> * )<tt> [virtual]</tt> +<h3 class=fn>void <a name="print"></a>TQNPInstance::print ( <a href="tqpainter.html">TQPainter</a> * )<tt> [virtual]</tt> </h3> <p><b>This function is under development and is subject to change.</b> <p> This function is <em>not tested</em>. diff --git a/doc/html/qnpwidget-members.html b/doc/html/qnpwidget-members.html index 6be98c40f..b6abd2e79 100644 --- a/doc/html/qnpwidget-members.html +++ b/doc/html/qnpwidget-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -137,7 +137,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -306,28 +306,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qpaintdevice-members.html b/doc/html/qpaintdevice-members.html deleted file mode 100644 index 2049a6b5d..000000000 --- a/doc/html/qpaintdevice-members.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqpaintdevice.h:82 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQPaintDevice Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPaintDevice</h1> - -<p>This is the complete list of member functions for -<a href="ntqpaintdevice.html">TQPaintDevice</a>, including inherited members. - -<ul> -<li><a href="ntqpaintdevice.html#TQPaintDevice">TQPaintDevice</a>() -<li><a href="ntqpaintdevice.html#~TQPaintDevice">~TQPaintDevice</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qpainter-members.html b/doc/html/qpainter-members.html deleted file mode 100644 index 57c3cd0dc..000000000 --- a/doc/html/qpainter-members.html +++ /dev/null @@ -1,127 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqpainter.h:67 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQPainter Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPainter</h1> - -<p>This is the complete list of member functions for -<a href="ntqpainter.html">TQPainter</a>, including inherited members. - -<ul> -<li><a href="ntqpainter.html#TQPainter">TQPainter</a>() -<li><a href="ntqpainter.html#~TQPainter">~TQPainter</a>() -<li><a href="ntqpainter.html#backgroundColor">backgroundColor</a>() -<li><a href="ntqpainter.html#backgroundMode">backgroundMode</a>() -<li><a href="ntqpainter.html#begin">begin</a>() -<li><a href="ntqpainter.html#boundingRect">boundingRect</a>() -<li><a href="ntqpainter.html#brush">brush</a>() -<li><a href="ntqpainter.html#brushOrigin">brushOrigin</a>() -<li><a href="ntqpainter.html#clipRegion">clipRegion</a>() -<li><a href="ntqpainter.html#device">device</a>() -<li><a href="ntqpainter.html#drawArc">drawArc</a>() -<li><a href="ntqpainter.html#drawChord">drawChord</a>() -<li><a href="ntqpainter.html#drawConvexPolygon">drawConvexPolygon</a>() -<li><a href="ntqpainter.html#drawCubicBezier">drawCubicBezier</a>() -<li><a href="ntqpainter.html#drawEllipse">drawEllipse</a>() -<li><a href="ntqpainter.html#drawImage">drawImage</a>() -<li><a href="ntqpainter.html#drawLine">drawLine</a>() -<li><a href="ntqpainter.html#drawLineSegments">drawLineSegments</a>() -<li><a href="ntqpainter.html#drawPicture">drawPicture</a>() -<li><a href="ntqpainter.html#drawPie">drawPie</a>() -<li><a href="ntqpainter.html#drawPixmap">drawPixmap</a>() -<li><a href="ntqpainter.html#drawPoint">drawPoint</a>() -<li><a href="ntqpainter.html#drawPoints">drawPoints</a>() -<li><a href="ntqpainter.html#drawPolygon">drawPolygon</a>() -<li><a href="ntqpainter.html#drawPolyline">drawPolyline</a>() -<li><a href="ntqpainter.html#drawRect">drawRect</a>() -<li><a href="ntqpainter.html#drawRoundRect">drawRoundRect</a>() -<li><a href="ntqpainter.html#drawText">drawText</a>() -<li><a href="ntqpainter.html#drawTiledPixmap">drawTiledPixmap</a>() -<li><a href="ntqpainter.html#drawWinFocusRect">drawWinFocusRect</a>() -<li><a href="ntqpainter.html#end">end</a>() -<li><a href="ntqpainter.html#eraseRect">eraseRect</a>() -<li><a href="ntqpainter.html#fillRect">fillRect</a>() -<li><a href="ntqpainter.html#flush">flush</a>() -<li><a href="ntqpainter.html#font">font</a>() -<li><a href="ntqpainter.html#fontInfo">fontInfo</a>() -<li><a href="ntqpainter.html#fontMetrics">fontMetrics</a>() -<li><a href="ntqpainter.html#handle">handle</a>() -<li><a href="ntqpainter.html#hasClipping">hasClipping</a>() -<li><a href="ntqpainter.html#hasViewXForm">hasViewXForm</a>() -<li><a href="ntqpainter.html#hasWorldXForm">hasWorldXForm</a>() -<li><a href="ntqpainter.html#isActive">isActive</a>() -<li><a href="ntqpainter.html#lineTo">lineTo</a>() -<li><a href="ntqpainter.html#moveTo">moveTo</a>() -<li><a href="ntqpainter.html#pen">pen</a>() -<li><a href="ntqpainter.html#pos">pos</a>() -<li><a href="ntqpainter.html#rasterOp">rasterOp</a>() -<li><a href="ntqpainter.html#redirect">redirect</a>() -<li><a href="ntqpainter.html#resetXForm">resetXForm</a>() -<li><a href="ntqpainter.html#restore">restore</a>() -<li><a href="ntqpainter.html#restoreWorldMatrix">restoreWorldMatrix</a>() -<li><a href="ntqpainter.html#rotate">rotate</a>() -<li><a href="ntqpainter.html#save">save</a>() -<li><a href="ntqpainter.html#saveWorldMatrix">saveWorldMatrix</a>() -<li><a href="ntqpainter.html#scale">scale</a>() -<li><a href="ntqpainter.html#setBackgroundColor">setBackgroundColor</a>() -<li><a href="ntqpainter.html#setBackgroundMode">setBackgroundMode</a>() -<li><a href="ntqpainter.html#setBrush">setBrush</a>() -<li><a href="ntqpainter.html#setBrushOrigin">setBrushOrigin</a>() -<li><a href="ntqpainter.html#setClipRect">setClipRect</a>() -<li><a href="ntqpainter.html#setClipRegion">setClipRegion</a>() -<li><a href="ntqpainter.html#setClipping">setClipping</a>() -<li><a href="ntqpainter.html#setFont">setFont</a>() -<li><a href="ntqpainter.html#setPen">setPen</a>() -<li><a href="ntqpainter.html#setRasterOp">setRasterOp</a>() -<li><a href="ntqpainter.html#setTabArray">setTabArray</a>() -<li><a href="ntqpainter.html#setTabStops">setTabStops</a>() -<li><a href="ntqpainter.html#setViewXForm">setViewXForm</a>() -<li><a href="ntqpainter.html#setViewport">setViewport</a>() -<li><a href="ntqpainter.html#setWindow">setWindow</a>() -<li><a href="ntqpainter.html#setWorldMatrix">setWorldMatrix</a>() -<li><a href="ntqpainter.html#setWorldXForm">setWorldXForm</a>() -<li><a href="ntqpainter.html#shear">shear</a>() -<li><a href="ntqpainter.html#tabArray">tabArray</a>() -<li><a href="ntqpainter.html#tabStops">tabStops</a>() -<li><a href="ntqpainter.html#translate">translate</a>() -<li><a href="ntqpainter.html#viewport">viewport</a>() -<li><a href="ntqpainter.html#window">window</a>() -<li><a href="ntqpainter.html#worldMatrix">worldMatrix</a>() -<li><a href="ntqpainter.html#xForm">xForm</a>() -<li><a href="ntqpainter.html#xFormDev">xFormDev</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qpalette-h.html b/doc/html/qpalette-h.html index ccedcc6b5..4f748b6ce 100644 --- a/doc/html/qpalette-h.html +++ b/doc/html/qpalette-h.html @@ -79,9 +79,9 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqwindowdefs.h" -#include "ntqcolor.h" +#include "tqcolor.h" #include "ntqshared.h" -#include "ntqbrush.h" // TQColor->TQBrush conversion +#include "tqbrush.h" // TQColor->TQBrush conversion #endif // QT_H #ifndef TQT_NO_PALETTE diff --git a/doc/html/qpen-h.html b/doc/html/qpen-h.html index 72ef832c7..dcac5bba4 100644 --- a/doc/html/qpen-h.html +++ b/doc/html/qpen-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPEN_H #ifndef QT_H -#include "ntqcolor.h" +#include "tqcolor.h" #include "ntqshared.h" #endif // QT_H diff --git a/doc/html/qpicture-h.html b/doc/html/qpicture-h.html index 4a83c6a21..a1a98f644 100644 --- a/doc/html/qpicture-h.html +++ b/doc/html/qpicture-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPICTURE_H #ifndef QT_H -#include "ntqpaintdevice.h" +#include "tqpaintdevice.h" #include "tqbuffer.h" #endif // QT_H diff --git a/doc/html/qpicture-members.html b/doc/html/qpicture-members.html index 9746d4985..ef241f24e 100644 --- a/doc/html/qpicture-members.html +++ b/doc/html/qpicture-members.html @@ -38,43 +38,43 @@ body { background: #ffffff; color: black; } <li><a href="ntqpicture.html#TQPicture">TQPicture</a>() <li><a href="ntqpicture.html#~TQPicture">~TQPicture</a>() <li><a href="ntqpicture.html#boundingRect">boundingRect</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqpicture.html#copy">copy</a>() <li><a href="ntqpicture.html#data">data</a>() <li><a href="ntqpicture.html#detach">detach</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqpicture.html#isNull">isNull</a>() <li><a href="ntqpicture.html#load">load</a>() <li><a href="ntqpicture.html#metric">metric</a>() <li><a href="ntqpicture.html#operator-eq">operator=</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="ntqpicture.html#play">play</a>() <li><a href="ntqpicture.html#save">save</a>() <li><a href="ntqpicture.html#setBoundingRect">setBoundingRect</a>() <li><a href="ntqpicture.html#setData">setData</a>() <li><a href="ntqpicture.html#size">size</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qpixmap-h.html b/doc/html/qpixmap-h.html index 408930e20..b2002e9b3 100644 --- a/doc/html/qpixmap-h.html +++ b/doc/html/qpixmap-h.html @@ -78,8 +78,8 @@ body { background: #ffffff; color: black; } #define TQPIXMAP_H #ifndef QT_H -#include "ntqpaintdevice.h" -#include "ntqcolor.h" // char*->TQColor conversion +#include "tqpaintdevice.h" +#include "tqcolor.h" // char*->TQColor conversion #include "tqstring.h" // char*->TQString conversion #include "ntqnamespace.h" #endif // QT_H diff --git a/doc/html/qpixmap-members.html b/doc/html/qpixmap-members.html index 376726d34..af71e9ab3 100644 --- a/doc/html/qpixmap-members.html +++ b/doc/html/qpixmap-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqpixmap.html#TQPixmap">TQPixmap</a>() <li><a href="ntqpixmap.html#~TQPixmap">~TQPixmap</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqpixmap.html#convertFromImage">convertFromImage</a>() <li><a href="ntqpixmap.html#convertToImage">convertToImage</a>() <li><a href="ntqpixmap.html#createHeuristicMask">createHeuristicMask</a>() @@ -49,12 +49,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#fromMimeSource">fromMimeSource</a>() <li><a href="ntqpixmap.html#grabWidget">grabWidget</a>() <li><a href="ntqpixmap.html#grabWindow">grabWindow</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqpixmap.html#hasAlpha">hasAlpha</a>() <li><a href="ntqpixmap.html#hasAlphaChannel">hasAlphaChannel</a>() <li><a href="ntqpixmap.html#height">height</a>() <li><a href="ntqpixmap.html#imageFormat">imageFormat</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqpixmap.html#isNull">isNull</a>() <li><a href="ntqpixmap.html#isTQBitmap">isTQBitmap</a>() <li><a href="ntqpixmap.html#load">load</a>() @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#metric">metric</a>() <li><a href="ntqpixmap.html#operator-eq">operator=</a>() <li><a href="ntqpixmap.html#optimization">optimization</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="ntqpixmap.html#rect">rect</a>() <li><a href="ntqpixmap.html#resize">resize</a>() <li><a href="ntqpixmap.html#save">save</a>() @@ -75,27 +75,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#size">size</a>() <li><a href="ntqpixmap.html#trueMatrix">trueMatrix</a>() <li><a href="ntqpixmap.html#width">width</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="ntqpixmap.html#xForm">xForm</a>() </ul> <!-- eof --> diff --git a/doc/html/qprinter-h.html b/doc/html/qprinter-h.html index fef22f398..c5a105f20 100644 --- a/doc/html/qprinter-h.html +++ b/doc/html/qprinter-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPRINTER_H #ifndef QT_H -#include "ntqpaintdevice.h" +#include "tqpaintdevice.h" #include "tqstring.h" #include "tqstringlist.h" #endif // QT_H diff --git a/doc/html/qprinter-members.html b/doc/html/qprinter-members.html index b60cb409f..771ba41f5 100644 --- a/doc/html/qprinter-members.html +++ b/doc/html/qprinter-members.html @@ -39,14 +39,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqprinter.html#~TQPrinter">~TQPrinter</a>() <li><a href="ntqprinter.html#abort">abort</a>() <li><a href="ntqprinter.html#aborted">aborted</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqprinter.html#colorMode">colorMode</a>() <li><a href="ntqprinter.html#creator">creator</a>() <li><a href="ntqprinter.html#docName">docName</a>() <li><a href="ntqprinter.html#fromPage">fromPage</a>() <li><a href="ntqprinter.html#fullPage">fullPage</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqprinter.html#isOptionEnabled">isOptionEnabled</a>() <li><a href="ntqprinter.html#margins">margins</a>() <li><a href="ntqprinter.html#maxPage">maxPage</a>() @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqprinter.html#outputToFile">outputToFile</a>() <li><a href="ntqprinter.html#pageOrder">pageOrder</a>() <li><a href="ntqprinter.html#pageSize">pageSize</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="ntqprinter.html#paperSource">paperSource</a>() <li><a href="ntqprinter.html#printProgram">printProgram</a>() <li><a href="ntqprinter.html#printRange">printRange</a>() @@ -89,27 +89,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqprinter.html#setup">setup</a>() <li><a href="ntqprinter.html#toPage">toPage</a>() <li><a href="ntqprinter.html#winPageSize">winPageSize</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qprogressbar-members.html b/doc/html/qprogressbar-members.html index b283c39b2..396c13dd7 100644 --- a/doc/html/qprogressbar-members.html +++ b/doc/html/qprogressbar-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -119,7 +119,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -203,7 +203,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -334,28 +334,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qprogressdialog-members.html b/doc/html/qprogressdialog-members.html index 1d4d30702..8cfbb7056 100644 --- a/doc/html/qprogressdialog-members.html +++ b/doc/html/qprogressdialog-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -120,7 +120,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -204,7 +204,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -340,28 +340,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qpushbutton-members.html b/doc/html/qpushbutton-members.html index fd003298d..5e16d8d6b 100644 --- a/doc/html/qpushbutton-members.html +++ b/doc/html/qpushbutton-members.html @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqbutton.html#group">group</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -148,7 +148,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqpushbutton.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -207,7 +207,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqbutton.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -345,28 +345,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qradiobutton-members.html b/doc/html/qradiobutton-members.html index b2ed8fcde..87327036a 100644 --- a/doc/html/qradiobutton-members.html +++ b/doc/html/qradiobutton-members.html @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqbutton.html#group">group</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqbutton.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -334,28 +334,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qscrollbar-members.html b/doc/html/qscrollbar-members.html index d054b7b09..484aeab0d 100644 --- a/doc/html/qscrollbar-members.html +++ b/doc/html/qscrollbar-members.html @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -115,7 +115,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -140,7 +140,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqscrollbar.html#pageStep">pageStep</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -342,28 +342,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qscrollview-members.html b/doc/html/qscrollview-members.html index 716fdeb13..6402f5221 100644 --- a/doc/html/qscrollview-members.html +++ b/doc/html/qscrollview-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -148,7 +148,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -177,7 +177,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -239,7 +239,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -389,28 +389,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qslider-members.html b/doc/html/qslider-members.html index 359318b6a..d9726a1d9 100644 --- a/doc/html/qslider-members.html +++ b/doc/html/qslider-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -115,7 +115,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -140,7 +140,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -200,7 +200,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqslider.html#pageStep">pageStep</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -343,28 +343,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qspinbox-members.html b/doc/html/qspinbox-members.html index d893c9266..c8b1828a7 100644 --- a/doc/html/qspinbox-members.html +++ b/doc/html/qspinbox-members.html @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -119,7 +119,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -206,7 +206,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqrangecontrol.html#pageStep">pageStep</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -353,28 +353,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="ntqspinbox.html#wrapping">wrapping</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qsplashscreen-members.html b/doc/html/qsplashscreen-members.html index 39f26888a..bb2600663 100644 --- a/doc/html/qsplashscreen-members.html +++ b/doc/html/qsplashscreen-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -113,7 +113,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -195,7 +195,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -310,28 +310,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qsplitter-members.html b/doc/html/qsplitter-members.html index 90ba7cd72..ac27efbdf 100644 --- a/doc/html/qsplitter-members.html +++ b/doc/html/qsplitter-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -123,7 +123,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqsplitter.html#handleWidth">handleWidth</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -150,7 +150,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -343,28 +343,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qsyntaxhighlighter-h.html b/doc/html/qsyntaxhighlighter-h.html index f4e8bb99b..281607f41 100644 --- a/doc/html/qsyntaxhighlighter-h.html +++ b/doc/html/qsyntaxhighlighter-h.html @@ -78,8 +78,8 @@ body { background: #ffffff; color: black; } #define TQSYNTAXHIGHLIGHTER_H #ifndef QT_H -#include "ntqfont.h" -#include "ntqcolor.h" +#include "tqfont.h" +#include "tqcolor.h" #include "tqstring.h" #endif // QT_H diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 8f43f24ee..3eaf21acc 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -423,24 +423,24 @@ <section ref="qboxlayout-members.html" title="List of All Member Functions"/> <section ref="qlayout-h.html" title="Header File"/> </section> -<section ref="ntqbrush.html" title="QBrush Class Reference"> - <keyword ref="ntqbrush.html">QBrush</keyword> - <keyword ref="ntqbrush.html#color">color</keyword> - <keyword ref="ntqbrush.html#copy">copy</keyword> - <keyword ref="ntqbrush.html#detach">detach</keyword> - <keyword ref="ntqbrush.html#operator!-eq">operator!=</keyword> - <keyword ref="ntqbrush.html#operator-eq">operator=</keyword> - <keyword ref="ntqbrush.html#operator-eq-eq">operator==</keyword> - <keyword ref="ntqbrush.html#pixmap">pixmap</keyword> - <keyword ref="ntqbrush.html#setColor">setColor</keyword> - <keyword ref="ntqbrush.html#setPixmap">setPixmap</keyword> - <keyword ref="ntqbrush.html#setStyle">setStyle</keyword> - <keyword ref="ntqbrush.html#style">style</keyword> - <keyword ref="ntqbrush.html#~QBrush">~QBrush</keyword> - <keyword ref="ntqbrush.html#operator-lt-lt">operator<<</keyword> - <keyword ref="ntqbrush.html#operator-gt-gt">operator>></keyword> - <section ref="qbrush-members.html" title="List of All Member Functions"/> - <section ref="qbrush-h.html" title="Header File"/> +<section ref="tqbrush.html" title="TQBrush Class Reference"> + <keyword ref="tqbrush.html">TQBrush</keyword> + <keyword ref="tqbrush.html#color">color</keyword> + <keyword ref="tqbrush.html#copy">copy</keyword> + <keyword ref="tqbrush.html#detach">detach</keyword> + <keyword ref="tqbrush.html#operator!-eq">operator!=</keyword> + <keyword ref="tqbrush.html#operator-eq">operator=</keyword> + <keyword ref="tqbrush.html#operator-eq-eq">operator==</keyword> + <keyword ref="tqbrush.html#pixmap">pixmap</keyword> + <keyword ref="tqbrush.html#setColor">setColor</keyword> + <keyword ref="tqbrush.html#setPixmap">setPixmap</keyword> + <keyword ref="tqbrush.html#setStyle">setStyle</keyword> + <keyword ref="tqbrush.html#style">style</keyword> + <keyword ref="tqbrush.html#~TQBrush">~TQBrush</keyword> + <keyword ref="tqbrush.html#operator-lt-lt">operator<<</keyword> + <keyword ref="tqbrush.html#operator-gt-gt">operator>></keyword> + <section ref="tqbrush-members.html" title="List of All Member Functions"/> + <section ref="tqbrush-h.html" title="Header File"/> </section> <section ref="tqbuffer.html" title="TQBuffer Class Reference"> <keyword ref="tqbuffer.html">TQBuffer</keyword> @@ -951,65 +951,65 @@ <section ref="qcloseevent-members.html" title="List of All Member Functions"/> <section ref="qevent-h.html" title="Header File"/> </section> -<section ref="ntqcolor.html" title="TQColor Class Reference"> - <keyword ref="ntqcolor.html">TQColor</keyword> - <keyword ref="ntqcolor.html#Spec">Spec</keyword> - <keyword ref="ntqcolor.html#alloc">alloc</keyword> - <keyword ref="ntqcolor.html#blue">blue</keyword> - <keyword ref="ntqcolor.html#cleanup">cleanup</keyword> - <keyword ref="ntqcolor.html#colorNames">colorNames</keyword> - <keyword ref="ntqcolor.html#currentAllocContext">currentAllocContext</keyword> - <keyword ref="ntqcolor.html#dark">dark</keyword> - <keyword ref="ntqcolor.html#destroyAllocContext">destroyAllocContext</keyword> - <keyword ref="ntqcolor.html#enterAllocContext">enterAllocContext</keyword> - <keyword ref="ntqcolor.html#getHsv">getHsv</keyword> - <keyword ref="ntqcolor.html#getRgb">getRgb</keyword> - <keyword ref="ntqcolor.html#green">green</keyword> - <keyword ref="ntqcolor.html#initGlobalColors">initGlobalColors</keyword> - <keyword ref="ntqcolor.html#initialize">initialize</keyword> - <keyword ref="ntqcolor.html#isValid">isValid</keyword> - <keyword ref="ntqcolor.html#leaveAllocContext">leaveAllocContext</keyword> - <keyword ref="ntqcolor.html#light">light</keyword> - <keyword ref="ntqcolor.html#maxColors">maxColors</keyword> - <keyword ref="ntqcolor.html#name">name</keyword> - <keyword ref="ntqcolor.html#numBitPlanes">numBitPlanes</keyword> - <keyword ref="ntqcolor.html#operator!-eq">operator!=</keyword> - <keyword ref="ntqcolor.html#operator-eq">operator=</keyword> - <keyword ref="ntqcolor.html#operator-eq-eq">operator==</keyword> - <keyword ref="ntqcolor.html#pixel">pixel</keyword> - <keyword ref="ntqcolor.html#red">red</keyword> - <keyword ref="ntqcolor.html#rgb">rgb</keyword> - <keyword ref="ntqcolor.html#setHsv">setHsv</keyword> - <keyword ref="ntqcolor.html#setNamedColor">setNamedColor</keyword> - <keyword ref="ntqcolor.html#setRgb">setRgb</keyword> - <keyword ref="ntqcolor.html#operator-lt-lt">operator<<</keyword> - <keyword ref="ntqcolor.html#operator-gt-gt">operator>></keyword> - <keyword ref="ntqcolor.html#qAlpha">tqAlpha</keyword> - <keyword ref="ntqcolor.html#qBlue">tqBlue</keyword> - <keyword ref="ntqcolor.html#qGray">tqGray</keyword> - <keyword ref="ntqcolor.html#qGreen">tqGreen</keyword> - <keyword ref="ntqcolor.html#qRed">tqRed</keyword> - <keyword ref="ntqcolor.html#qRgb">tqRgb</keyword> - <keyword ref="ntqcolor.html#qRgba">tqRgba</keyword> - <section ref="qcolor-members.html" title="List of All Member Functions"/> - <section ref="qcolor-h.html" title="Header File"/> -</section> -<section ref="ntqcolordialog.html" title="QColorDialog Class Reference"> - <keyword ref="ntqcolordialog.html">QColorDialog</keyword> - <keyword ref="ntqcolordialog.html#color">color</keyword> - <keyword ref="ntqcolordialog.html#customColor">customColor</keyword> - <keyword ref="ntqcolordialog.html#customCount">customCount</keyword> - <keyword ref="ntqcolordialog.html#getColor">getColor</keyword> - <keyword ref="ntqcolordialog.html#getRgba">getRgba</keyword> - <keyword ref="ntqcolordialog.html#selectColor">selectColor</keyword> - <keyword ref="ntqcolordialog.html#selectedAlpha">selectedAlpha</keyword> - <keyword ref="ntqcolordialog.html#setColor">setColor</keyword> - <keyword ref="ntqcolordialog.html#setCustomColor">setCustomColor</keyword> - <keyword ref="ntqcolordialog.html#setSelectedAlpha">setSelectedAlpha</keyword> - <keyword ref="ntqcolordialog.html#setStandardColor">setStandardColor</keyword> - <keyword ref="ntqcolordialog.html#~QColorDialog">~QColorDialog</keyword> - <section ref="qcolordialog-members.html" title="List of All Member Functions"/> - <section ref="qcolordialog-h.html" title="Header File"/> +<section ref="tqcolor.html" title="TQColor Class Reference"> + <keyword ref="tqcolor.html">TQColor</keyword> + <keyword ref="tqcolor.html#Spec">Spec</keyword> + <keyword ref="tqcolor.html#alloc">alloc</keyword> + <keyword ref="tqcolor.html#blue">blue</keyword> + <keyword ref="tqcolor.html#cleanup">cleanup</keyword> + <keyword ref="tqcolor.html#colorNames">colorNames</keyword> + <keyword ref="tqcolor.html#currentAllocContext">currentAllocContext</keyword> + <keyword ref="tqcolor.html#dark">dark</keyword> + <keyword ref="tqcolor.html#destroyAllocContext">destroyAllocContext</keyword> + <keyword ref="tqcolor.html#enterAllocContext">enterAllocContext</keyword> + <keyword ref="tqcolor.html#getHsv">getHsv</keyword> + <keyword ref="tqcolor.html#getRgb">getRgb</keyword> + <keyword ref="tqcolor.html#green">green</keyword> + <keyword ref="tqcolor.html#initGlobalColors">initGlobalColors</keyword> + <keyword ref="tqcolor.html#initialize">initialize</keyword> + <keyword ref="tqcolor.html#isValid">isValid</keyword> + <keyword ref="tqcolor.html#leaveAllocContext">leaveAllocContext</keyword> + <keyword ref="tqcolor.html#light">light</keyword> + <keyword ref="tqcolor.html#maxColors">maxColors</keyword> + <keyword ref="tqcolor.html#name">name</keyword> + <keyword ref="tqcolor.html#numBitPlanes">numBitPlanes</keyword> + <keyword ref="tqcolor.html#operator!-eq">operator!=</keyword> + <keyword ref="tqcolor.html#operator-eq">operator=</keyword> + <keyword ref="tqcolor.html#operator-eq-eq">operator==</keyword> + <keyword ref="tqcolor.html#pixel">pixel</keyword> + <keyword ref="tqcolor.html#red">red</keyword> + <keyword ref="tqcolor.html#rgb">rgb</keyword> + <keyword ref="tqcolor.html#setHsv">setHsv</keyword> + <keyword ref="tqcolor.html#setNamedColor">setNamedColor</keyword> + <keyword ref="tqcolor.html#setRgb">setRgb</keyword> + <keyword ref="tqcolor.html#operator-lt-lt">operator<<</keyword> + <keyword ref="tqcolor.html#operator-gt-gt">operator>></keyword> + <keyword ref="tqcolor.html#qAlpha">tqAlpha</keyword> + <keyword ref="tqcolor.html#qBlue">tqBlue</keyword> + <keyword ref="tqcolor.html#qGray">tqGray</keyword> + <keyword ref="tqcolor.html#qGreen">tqGreen</keyword> + <keyword ref="tqcolor.html#qRed">tqRed</keyword> + <keyword ref="tqcolor.html#qRgb">tqRgb</keyword> + <keyword ref="tqcolor.html#qRgba">tqRgba</keyword> + <section ref="tqcolor-members.html" title="List of All Member Functions"/> + <section ref="tqcolor-h.html" title="Header File"/> +</section> +<section ref="tqcolordialog.html" title="TQColorDialog Class Reference"> + <keyword ref="tqcolordialog.html">TQColorDialog</keyword> + <keyword ref="tqcolordialog.html#color">color</keyword> + <keyword ref="tqcolordialog.html#customColor">customColor</keyword> + <keyword ref="tqcolordialog.html#customCount">customCount</keyword> + <keyword ref="tqcolordialog.html#getColor">getColor</keyword> + <keyword ref="tqcolordialog.html#getRgba">getRgba</keyword> + <keyword ref="tqcolordialog.html#selectColor">selectColor</keyword> + <keyword ref="tqcolordialog.html#selectedAlpha">selectedAlpha</keyword> + <keyword ref="tqcolordialog.html#setColor">setColor</keyword> + <keyword ref="tqcolordialog.html#setCustomColor">setCustomColor</keyword> + <keyword ref="tqcolordialog.html#setSelectedAlpha">setSelectedAlpha</keyword> + <keyword ref="tqcolordialog.html#setStandardColor">setStandardColor</keyword> + <keyword ref="tqcolordialog.html#~TQColorDialog">~TQColorDialog</keyword> + <section ref="tqcolordialog-members.html" title="List of All Member Functions"/> + <section ref="tqcolordialog-h.html" title="Header File"/> </section> <section ref="tqcolordrag.html" title="TQColorDrag Class Reference"> <keyword ref="tqcolordrag.html">TQColorDrag</keyword> @@ -1019,35 +1019,35 @@ <section ref="tqcolordrag-members.html" title="List of All Member Functions"/> <section ref="tqdragobject-h.html" title="Header File"/> </section> -<section ref="qcolorgroup.html" title="QColorGroup Class Reference"> - <keyword ref="qcolorgroup.html">QColorGroup</keyword> - <keyword ref="qcolorgroup.html#ColorRole">ColorRole</keyword> - <keyword ref="qcolorgroup.html#background">background</keyword> - <keyword ref="qcolorgroup.html#base">base</keyword> - <keyword ref="qcolorgroup.html#brightText">brightText</keyword> - <keyword ref="qcolorgroup.html#brush">brush</keyword> - <keyword ref="qcolorgroup.html#button">button</keyword> - <keyword ref="qcolorgroup.html#buttonText">buttonText</keyword> - <keyword ref="qcolorgroup.html#color">color</keyword> - <keyword ref="qcolorgroup.html#dark">dark</keyword> - <keyword ref="qcolorgroup.html#foreground">foreground</keyword> - <keyword ref="qcolorgroup.html#highlight">highlight</keyword> - <keyword ref="qcolorgroup.html#highlightedText">highlightedText</keyword> - <keyword ref="qcolorgroup.html#light">light</keyword> - <keyword ref="qcolorgroup.html#link">link</keyword> - <keyword ref="qcolorgroup.html#linkVisited">linkVisited</keyword> - <keyword ref="qcolorgroup.html#mid">mid</keyword> - <keyword ref="qcolorgroup.html#midlight">midlight</keyword> - <keyword ref="qcolorgroup.html#operator!-eq">operator!=</keyword> - <keyword ref="qcolorgroup.html#operator-eq">operator=</keyword> - <keyword ref="qcolorgroup.html#operator-eq-eq">operator==</keyword> - <keyword ref="qcolorgroup.html#setBrush">setBrush</keyword> - <keyword ref="qcolorgroup.html#setColor">setColor</keyword> - <keyword ref="qcolorgroup.html#shadow">shadow</keyword> - <keyword ref="qcolorgroup.html#text">text</keyword> - <keyword ref="qcolorgroup.html#~QColorGroup">~QColorGroup</keyword> - <keyword ref="qcolorgroup.html#operator-lt-lt">operator<<</keyword> - <section ref="qcolorgroup-members.html" title="List of All Member Functions"/> +<section ref="tqcolorgroup.html" title="TQColorGroup Class Reference"> + <keyword ref="tqcolorgroup.html">TQColorGroup</keyword> + <keyword ref="tqcolorgroup.html#ColorRole">ColorRole</keyword> + <keyword ref="tqcolorgroup.html#background">background</keyword> + <keyword ref="tqcolorgroup.html#base">base</keyword> + <keyword ref="tqcolorgroup.html#brightText">brightText</keyword> + <keyword ref="tqcolorgroup.html#brush">brush</keyword> + <keyword ref="tqcolorgroup.html#button">button</keyword> + <keyword ref="tqcolorgroup.html#buttonText">buttonText</keyword> + <keyword ref="tqcolorgroup.html#color">color</keyword> + <keyword ref="tqcolorgroup.html#dark">dark</keyword> + <keyword ref="tqcolorgroup.html#foreground">foreground</keyword> + <keyword ref="tqcolorgroup.html#highlight">highlight</keyword> + <keyword ref="tqcolorgroup.html#highlightedText">highlightedText</keyword> + <keyword ref="tqcolorgroup.html#light">light</keyword> + <keyword ref="tqcolorgroup.html#link">link</keyword> + <keyword ref="tqcolorgroup.html#linkVisited">linkVisited</keyword> + <keyword ref="tqcolorgroup.html#mid">mid</keyword> + <keyword ref="tqcolorgroup.html#midlight">midlight</keyword> + <keyword ref="tqcolorgroup.html#operator!-eq">operator!=</keyword> + <keyword ref="tqcolorgroup.html#operator-eq">operator=</keyword> + <keyword ref="tqcolorgroup.html#operator-eq-eq">operator==</keyword> + <keyword ref="tqcolorgroup.html#setBrush">setBrush</keyword> + <keyword ref="tqcolorgroup.html#setColor">setColor</keyword> + <keyword ref="tqcolorgroup.html#shadow">shadow</keyword> + <keyword ref="tqcolorgroup.html#text">text</keyword> + <keyword ref="tqcolorgroup.html#~TQColorGroup">~TQColorGroup</keyword> + <keyword ref="tqcolorgroup.html#operator-lt-lt">operator<<</keyword> + <section ref="tqcolorgroup-members.html" title="List of All Member Functions"/> <section ref="qpalette-h.html" title="Header File"/> </section> <section ref="ntqcombobox.html" title="QComboBox Class Reference"> @@ -2478,141 +2478,141 @@ <section ref="qfocusevent-members.html" title="List of All Member Functions"/> <section ref="qevent-h.html" title="Header File"/> </section> -<section ref="ntqfont.html" title="QFont Class Reference"> - <keyword ref="ntqfont.html">QFont</keyword> - <keyword ref="ntqfont.html#Script">Script</keyword> - <keyword ref="ntqfont.html#Stretch">Stretch</keyword> - <keyword ref="ntqfont.html#StyleHint">StyleHint</keyword> - <keyword ref="ntqfont.html#StyleStrategy">StyleStrategy</keyword> - <keyword ref="ntqfont.html#Weight">Weight</keyword> - <keyword ref="ntqfont.html#bold">bold</keyword> - <keyword ref="ntqfont.html#deciPointSize">deciPointSize</keyword> - <keyword ref="ntqfont.html#defaultFamily">defaultFamily</keyword> - <keyword ref="ntqfont.html#dirty">dirty</keyword> - <keyword ref="ntqfont.html#exactMatch">exactMatch</keyword> - <keyword ref="ntqfont.html#family">family</keyword> - <keyword ref="ntqfont.html#fixedPitch">fixedPitch</keyword> - <keyword ref="ntqfont.html#fromString">fromString</keyword> - <keyword ref="ntqfont.html#handle">handle</keyword> - <keyword ref="ntqfont.html#insertSubstitution">insertSubstitution</keyword> - <keyword ref="ntqfont.html#insertSubstitutions">insertSubstitutions</keyword> - <keyword ref="ntqfont.html#isCopyOf">isCopyOf</keyword> - <keyword ref="ntqfont.html#italic">italic</keyword> - <keyword ref="ntqfont.html#key">key</keyword> - <keyword ref="ntqfont.html#lastResortFamily">lastResortFamily</keyword> - <keyword ref="ntqfont.html#lastResortFont">lastResortFont</keyword> - <keyword ref="ntqfont.html#operator!-eq">operator!=</keyword> - <keyword ref="ntqfont.html#operator-eq">operator=</keyword> - <keyword ref="ntqfont.html#operator-eq-eq">operator==</keyword> - <keyword ref="ntqfont.html#overline">overline</keyword> - <keyword ref="ntqfont.html#pixelSize">pixelSize</keyword> - <keyword ref="ntqfont.html#pointSize">pointSize</keyword> - <keyword ref="ntqfont.html#pointSizeFloat">pointSizeFloat</keyword> - <keyword ref="ntqfont.html#rawMode">rawMode</keyword> - <keyword ref="ntqfont.html#rawName">rawName</keyword> - <keyword ref="ntqfont.html#removeSubstitution">removeSubstitution</keyword> - <keyword ref="ntqfont.html#resolve">resolve</keyword> - <keyword ref="ntqfont.html#setBold">setBold</keyword> - <keyword ref="ntqfont.html#setFamily">setFamily</keyword> - <keyword ref="ntqfont.html#setFixedPitch">setFixedPitch</keyword> - <keyword ref="ntqfont.html#setItalic">setItalic</keyword> - <keyword ref="ntqfont.html#setOverline">setOverline</keyword> - <keyword ref="ntqfont.html#setPixelSize">setPixelSize</keyword> - <keyword ref="ntqfont.html#setPointSize">setPointSize</keyword> - <keyword ref="ntqfont.html#setPointSizeFloat">setPointSizeFloat</keyword> - <keyword ref="ntqfont.html#setRawMode">setRawMode</keyword> - <keyword ref="ntqfont.html#setRawName">setRawName</keyword> - <keyword ref="ntqfont.html#setStretch">setStretch</keyword> - <keyword ref="ntqfont.html#setStrikeOut">setStrikeOut</keyword> - <keyword ref="ntqfont.html#setStyleHint">setStyleHint</keyword> - <keyword ref="ntqfont.html#setStyleStrategy">setStyleStrategy</keyword> - <keyword ref="ntqfont.html#setUnderline">setUnderline</keyword> - <keyword ref="ntqfont.html#setWeight">setWeight</keyword> - <keyword ref="ntqfont.html#stretch">stretch</keyword> - <keyword ref="ntqfont.html#strikeOut">strikeOut</keyword> - <keyword ref="ntqfont.html#styleHint">styleHint</keyword> - <keyword ref="ntqfont.html#styleStrategy">styleStrategy</keyword> - <keyword ref="ntqfont.html#substitute">substitute</keyword> - <keyword ref="ntqfont.html#substitutes">substitutes</keyword> - <keyword ref="ntqfont.html#substitutions">substitutions</keyword> - <keyword ref="ntqfont.html#toString">toString</keyword> - <keyword ref="ntqfont.html#underline">underline</keyword> - <keyword ref="ntqfont.html#weight">weight</keyword> - <keyword ref="ntqfont.html#~QFont">~QFont</keyword> - <keyword ref="ntqfont.html#operator-lt-lt">operator<<</keyword> - <keyword ref="ntqfont.html#operator-gt-gt">operator>></keyword> - <section ref="qfont-members.html" title="List of All Member Functions"/> - <section ref="qfont-h.html" title="Header File"/> -</section> -<section ref="ntqfontdatabase.html" title="QFontDatabase Class Reference"> - <keyword ref="ntqfontdatabase.html">QFontDatabase</keyword> - <keyword ref="ntqfontdatabase.html#bold">bold</keyword> - <keyword ref="ntqfontdatabase.html#families">families</keyword> - <keyword ref="ntqfontdatabase.html#font">font</keyword> - <keyword ref="ntqfontdatabase.html#isBitmapScalable">isBitmapScalable</keyword> - <keyword ref="ntqfontdatabase.html#isFixedPitch">isFixedPitch</keyword> - <keyword ref="ntqfontdatabase.html#isScalable">isScalable</keyword> - <keyword ref="ntqfontdatabase.html#isSmoothlyScalable">isSmoothlyScalable</keyword> - <keyword ref="ntqfontdatabase.html#italic">italic</keyword> - <keyword ref="ntqfontdatabase.html#pointSizes">pointSizes</keyword> - <keyword ref="ntqfontdatabase.html#scriptName">scriptName</keyword> - <keyword ref="ntqfontdatabase.html#scriptSample">scriptSample</keyword> - <keyword ref="ntqfontdatabase.html#smoothSizes">smoothSizes</keyword> - <keyword ref="ntqfontdatabase.html#standardSizes">standardSizes</keyword> - <keyword ref="ntqfontdatabase.html#styleString">styleString</keyword> - <keyword ref="ntqfontdatabase.html#styles">styles</keyword> - <keyword ref="ntqfontdatabase.html#weight">weight</keyword> - <section ref="qfontdatabase-members.html" title="List of All Member Functions"/> - <section ref="qfontdatabase-h.html" title="Header File"/> -</section> -<section ref="ntqfontdialog.html" title="QFontDialog Class Reference"> - <keyword ref="ntqfontdialog.html">QFontDialog</keyword> - <keyword ref="ntqfontdialog.html#getFont">getFont</keyword> - <section ref="qfontdialog-members.html" title="List of All Member Functions"/> - <section ref="qfontdialog-h.html" title="Header File"/> -</section> -<section ref="ntqfontinfo.html" title="QFontInfo Class Reference"> - <keyword ref="ntqfontinfo.html">QFontInfo</keyword> - <keyword ref="ntqfontinfo.html#bold">bold</keyword> - <keyword ref="ntqfontinfo.html#exactMatch">exactMatch</keyword> - <keyword ref="ntqfontinfo.html#family">family</keyword> - <keyword ref="ntqfontinfo.html#fixedPitch">fixedPitch</keyword> - <keyword ref="ntqfontinfo.html#italic">italic</keyword> - <keyword ref="ntqfontinfo.html#operator-eq">operator=</keyword> - <keyword ref="ntqfontinfo.html#pixelSize">pixelSize</keyword> - <keyword ref="ntqfontinfo.html#pointSize">pointSize</keyword> - <keyword ref="ntqfontinfo.html#rawMode">rawMode</keyword> - <keyword ref="ntqfontinfo.html#styleHint">styleHint</keyword> - <keyword ref="ntqfontinfo.html#weight">weight</keyword> - <keyword ref="ntqfontinfo.html#~QFontInfo">~QFontInfo</keyword> - <section ref="qfontinfo-members.html" title="List of All Member Functions"/> - <section ref="qfontinfo-h.html" title="Header File"/> -</section> -<section ref="ntqfontmetrics.html" title="QFontMetrics Class Reference"> - <keyword ref="ntqfontmetrics.html">QFontMetrics</keyword> - <keyword ref="ntqfontmetrics.html#ascent">ascent</keyword> - <keyword ref="ntqfontmetrics.html#boundingRect">boundingRect</keyword> - <keyword ref="ntqfontmetrics.html#charWidth">charWidth</keyword> - <keyword ref="ntqfontmetrics.html#descent">descent</keyword> - <keyword ref="ntqfontmetrics.html#height">height</keyword> - <keyword ref="ntqfontmetrics.html#inFont">inFont</keyword> - <keyword ref="ntqfontmetrics.html#leading">leading</keyword> - <keyword ref="ntqfontmetrics.html#leftBearing">leftBearing</keyword> - <keyword ref="ntqfontmetrics.html#lineSpacing">lineSpacing</keyword> - <keyword ref="ntqfontmetrics.html#lineWidth">lineWidth</keyword> - <keyword ref="ntqfontmetrics.html#maxWidth">maxWidth</keyword> - <keyword ref="ntqfontmetrics.html#minLeftBearing">minLeftBearing</keyword> - <keyword ref="ntqfontmetrics.html#minRightBearing">minRightBearing</keyword> - <keyword ref="ntqfontmetrics.html#operator-eq">operator=</keyword> - <keyword ref="ntqfontmetrics.html#overlinePos">overlinePos</keyword> - <keyword ref="ntqfontmetrics.html#rightBearing">rightBearing</keyword> - <keyword ref="ntqfontmetrics.html#size">size</keyword> - <keyword ref="ntqfontmetrics.html#strikeOutPos">strikeOutPos</keyword> - <keyword ref="ntqfontmetrics.html#underlinePos">underlinePos</keyword> - <keyword ref="ntqfontmetrics.html#width">width</keyword> - <keyword ref="ntqfontmetrics.html#~QFontMetrics">~QFontMetrics</keyword> - <section ref="qfontmetrics-members.html" title="List of All Member Functions"/> - <section ref="qfontmetrics-h.html" title="Header File"/> +<section ref="tqfont.html" title="TQFont Class Reference"> + <keyword ref="tqfont.html">TQFont</keyword> + <keyword ref="tqfont.html#Script">Script</keyword> + <keyword ref="tqfont.html#Stretch">Stretch</keyword> + <keyword ref="tqfont.html#StyleHint">StyleHint</keyword> + <keyword ref="tqfont.html#StyleStrategy">StyleStrategy</keyword> + <keyword ref="tqfont.html#Weight">Weight</keyword> + <keyword ref="tqfont.html#bold">bold</keyword> + <keyword ref="tqfont.html#deciPointSize">deciPointSize</keyword> + <keyword ref="tqfont.html#defaultFamily">defaultFamily</keyword> + <keyword ref="tqfont.html#dirty">dirty</keyword> + <keyword ref="tqfont.html#exactMatch">exactMatch</keyword> + <keyword ref="tqfont.html#family">family</keyword> + <keyword ref="tqfont.html#fixedPitch">fixedPitch</keyword> + <keyword ref="tqfont.html#fromString">fromString</keyword> + <keyword ref="tqfont.html#handle">handle</keyword> + <keyword ref="tqfont.html#insertSubstitution">insertSubstitution</keyword> + <keyword ref="tqfont.html#insertSubstitutions">insertSubstitutions</keyword> + <keyword ref="tqfont.html#isCopyOf">isCopyOf</keyword> + <keyword ref="tqfont.html#italic">italic</keyword> + <keyword ref="tqfont.html#key">key</keyword> + <keyword ref="tqfont.html#lastResortFamily">lastResortFamily</keyword> + <keyword ref="tqfont.html#lastResortFont">lastResortFont</keyword> + <keyword ref="tqfont.html#operator!-eq">operator!=</keyword> + <keyword ref="tqfont.html#operator-eq">operator=</keyword> + <keyword ref="tqfont.html#operator-eq-eq">operator==</keyword> + <keyword ref="tqfont.html#overline">overline</keyword> + <keyword ref="tqfont.html#pixelSize">pixelSize</keyword> + <keyword ref="tqfont.html#pointSize">pointSize</keyword> + <keyword ref="tqfont.html#pointSizeFloat">pointSizeFloat</keyword> + <keyword ref="tqfont.html#rawMode">rawMode</keyword> + <keyword ref="tqfont.html#rawName">rawName</keyword> + <keyword ref="tqfont.html#removeSubstitution">removeSubstitution</keyword> + <keyword ref="tqfont.html#resolve">resolve</keyword> + <keyword ref="tqfont.html#setBold">setBold</keyword> + <keyword ref="tqfont.html#setFamily">setFamily</keyword> + <keyword ref="tqfont.html#setFixedPitch">setFixedPitch</keyword> + <keyword ref="tqfont.html#setItalic">setItalic</keyword> + <keyword ref="tqfont.html#setOverline">setOverline</keyword> + <keyword ref="tqfont.html#setPixelSize">setPixelSize</keyword> + <keyword ref="tqfont.html#setPointSize">setPointSize</keyword> + <keyword ref="tqfont.html#setPointSizeFloat">setPointSizeFloat</keyword> + <keyword ref="tqfont.html#setRawMode">setRawMode</keyword> + <keyword ref="tqfont.html#setRawName">setRawName</keyword> + <keyword ref="tqfont.html#setStretch">setStretch</keyword> + <keyword ref="tqfont.html#setStrikeOut">setStrikeOut</keyword> + <keyword ref="tqfont.html#setStyleHint">setStyleHint</keyword> + <keyword ref="tqfont.html#setStyleStrategy">setStyleStrategy</keyword> + <keyword ref="tqfont.html#setUnderline">setUnderline</keyword> + <keyword ref="tqfont.html#setWeight">setWeight</keyword> + <keyword ref="tqfont.html#stretch">stretch</keyword> + <keyword ref="tqfont.html#strikeOut">strikeOut</keyword> + <keyword ref="tqfont.html#styleHint">styleHint</keyword> + <keyword ref="tqfont.html#styleStrategy">styleStrategy</keyword> + <keyword ref="tqfont.html#substitute">substitute</keyword> + <keyword ref="tqfont.html#substitutes">substitutes</keyword> + <keyword ref="tqfont.html#substitutions">substitutions</keyword> + <keyword ref="tqfont.html#toString">toString</keyword> + <keyword ref="tqfont.html#underline">underline</keyword> + <keyword ref="tqfont.html#weight">weight</keyword> + <keyword ref="tqfont.html#~TQFont">~TQFont</keyword> + <keyword ref="tqfont.html#operator-lt-lt">operator<<</keyword> + <keyword ref="tqfont.html#operator-gt-gt">operator>></keyword> + <section ref="tqfont-members.html" title="List of All Member Functions"/> + <section ref="tqfont-h.html" title="Header File"/> +</section> +<section ref="tqfontdatabase.html" title="TQFontDatabase Class Reference"> + <keyword ref="tqfontdatabase.html">TQFontDatabase</keyword> + <keyword ref="tqfontdatabase.html#bold">bold</keyword> + <keyword ref="tqfontdatabase.html#families">families</keyword> + <keyword ref="tqfontdatabase.html#font">font</keyword> + <keyword ref="tqfontdatabase.html#isBitmapScalable">isBitmapScalable</keyword> + <keyword ref="tqfontdatabase.html#isFixedPitch">isFixedPitch</keyword> + <keyword ref="tqfontdatabase.html#isScalable">isScalable</keyword> + <keyword ref="tqfontdatabase.html#isSmoothlyScalable">isSmoothlyScalable</keyword> + <keyword ref="tqfontdatabase.html#italic">italic</keyword> + <keyword ref="tqfontdatabase.html#pointSizes">pointSizes</keyword> + <keyword ref="tqfontdatabase.html#scriptName">scriptName</keyword> + <keyword ref="tqfontdatabase.html#scriptSample">scriptSample</keyword> + <keyword ref="tqfontdatabase.html#smoothSizes">smoothSizes</keyword> + <keyword ref="tqfontdatabase.html#standardSizes">standardSizes</keyword> + <keyword ref="tqfontdatabase.html#styleString">styleString</keyword> + <keyword ref="tqfontdatabase.html#styles">styles</keyword> + <keyword ref="tqfontdatabase.html#weight">weight</keyword> + <section ref="tqfontdatabase-members.html" title="List of All Member Functions"/> + <section ref="tqfontdatabase-h.html" title="Header File"/> +</section> +<section ref="tqfontdialog.html" title="TQFontDialog Class Reference"> + <keyword ref="tqfontdialog.html">TQFontDialog</keyword> + <keyword ref="tqfontdialog.html#getFont">getFont</keyword> + <section ref="tqfontdialog-members.html" title="List of All Member Functions"/> + <section ref="tqfontdialog-h.html" title="Header File"/> +</section> +<section ref="tqfontinfo.html" title="TQFontInfo Class Reference"> + <keyword ref="tqfontinfo.html">TQFontInfo</keyword> + <keyword ref="tqfontinfo.html#bold">bold</keyword> + <keyword ref="tqfontinfo.html#exactMatch">exactMatch</keyword> + <keyword ref="tqfontinfo.html#family">family</keyword> + <keyword ref="tqfontinfo.html#fixedPitch">fixedPitch</keyword> + <keyword ref="tqfontinfo.html#italic">italic</keyword> + <keyword ref="tqfontinfo.html#operator-eq">operator=</keyword> + <keyword ref="tqfontinfo.html#pixelSize">pixelSize</keyword> + <keyword ref="tqfontinfo.html#pointSize">pointSize</keyword> + <keyword ref="tqfontinfo.html#rawMode">rawMode</keyword> + <keyword ref="tqfontinfo.html#styleHint">styleHint</keyword> + <keyword ref="tqfontinfo.html#weight">weight</keyword> + <keyword ref="tqfontinfo.html#~TQFontInfo">~TQFontInfo</keyword> + <section ref="tqfontinfo-members.html" title="List of All Member Functions"/> + <section ref="tqfontinfo-h.html" title="Header File"/> +</section> +<section ref="tqfontmetrics.html" title="TQFontMetrics Class Reference"> + <keyword ref="tqfontmetrics.html">TQFontMetrics</keyword> + <keyword ref="tqfontmetrics.html#ascent">ascent</keyword> + <keyword ref="tqfontmetrics.html#boundingRect">boundingRect</keyword> + <keyword ref="tqfontmetrics.html#charWidth">charWidth</keyword> + <keyword ref="tqfontmetrics.html#descent">descent</keyword> + <keyword ref="tqfontmetrics.html#height">height</keyword> + <keyword ref="tqfontmetrics.html#inFont">inFont</keyword> + <keyword ref="tqfontmetrics.html#leading">leading</keyword> + <keyword ref="tqfontmetrics.html#leftBearing">leftBearing</keyword> + <keyword ref="tqfontmetrics.html#lineSpacing">lineSpacing</keyword> + <keyword ref="tqfontmetrics.html#lineWidth">lineWidth</keyword> + <keyword ref="tqfontmetrics.html#maxWidth">maxWidth</keyword> + <keyword ref="tqfontmetrics.html#minLeftBearing">minLeftBearing</keyword> + <keyword ref="tqfontmetrics.html#minRightBearing">minRightBearing</keyword> + <keyword ref="tqfontmetrics.html#operator-eq">operator=</keyword> + <keyword ref="tqfontmetrics.html#overlinePos">overlinePos</keyword> + <keyword ref="tqfontmetrics.html#rightBearing">rightBearing</keyword> + <keyword ref="tqfontmetrics.html#size">size</keyword> + <keyword ref="tqfontmetrics.html#strikeOutPos">strikeOutPos</keyword> + <keyword ref="tqfontmetrics.html#underlinePos">underlinePos</keyword> + <keyword ref="tqfontmetrics.html#width">width</keyword> + <keyword ref="tqfontmetrics.html#~TQFontMetrics">~TQFontMetrics</keyword> + <section ref="tqfontmetrics-members.html" title="List of All Member Functions"/> + <section ref="tqfontmetrics-h.html" title="Header File"/> </section> <section ref="ntqframe.html" title="QFrame Class Reference"> <keyword ref="ntqframe.html">QFrame</keyword> @@ -4762,38 +4762,38 @@ <section ref="qmoveevent-members.html" title="List of All Member Functions"/> <section ref="qevent-h.html" title="Header File"/> </section> -<section ref="ntqmovie.html" title="QMovie Class Reference"> - <keyword ref="ntqmovie.html">QMovie</keyword> - <keyword ref="ntqmovie.html#Status">Status</keyword> - <keyword ref="ntqmovie.html#backgroundColor">backgroundColor</keyword> - <keyword ref="ntqmovie.html#connectResize">connectResize</keyword> - <keyword ref="ntqmovie.html#connectStatus">connectStatus</keyword> - <keyword ref="ntqmovie.html#connectUpdate">connectUpdate</keyword> - <keyword ref="ntqmovie.html#disconnectResize">disconnectResize</keyword> - <keyword ref="ntqmovie.html#disconnectStatus">disconnectStatus</keyword> - <keyword ref="ntqmovie.html#disconnectUpdate">disconnectUpdate</keyword> - <keyword ref="ntqmovie.html#finished">finished</keyword> - <keyword ref="ntqmovie.html#frameImage">frameImage</keyword> - <keyword ref="ntqmovie.html#frameNumber">frameNumber</keyword> - <keyword ref="ntqmovie.html#framePixmap">framePixmap</keyword> - <keyword ref="ntqmovie.html#getValidRect">getValidRect</keyword> - <keyword ref="ntqmovie.html#isNull">isNull</keyword> - <keyword ref="ntqmovie.html#operator-eq">operator=</keyword> - <keyword ref="ntqmovie.html#pause">pause</keyword> - <keyword ref="ntqmovie.html#paused">paused</keyword> - <keyword ref="ntqmovie.html#pushData">pushData</keyword> - <keyword ref="ntqmovie.html#pushSpace">pushSpace</keyword> - <keyword ref="ntqmovie.html#restart">restart</keyword> - <keyword ref="ntqmovie.html#running">running</keyword> - <keyword ref="ntqmovie.html#setBackgroundColor">setBackgroundColor</keyword> - <keyword ref="ntqmovie.html#setSpeed">setSpeed</keyword> - <keyword ref="ntqmovie.html#speed">speed</keyword> - <keyword ref="ntqmovie.html#step">step</keyword> - <keyword ref="ntqmovie.html#steps">steps</keyword> - <keyword ref="ntqmovie.html#unpause">unpause</keyword> - <keyword ref="ntqmovie.html#~QMovie">~QMovie</keyword> - <section ref="qmovie-members.html" title="List of All Member Functions"/> - <section ref="qmovie-h.html" title="Header File"/> +<section ref="tqmovie.html" title="TQMovie Class Reference"> + <keyword ref="tqmovie.html">TQMovie</keyword> + <keyword ref="tqmovie.html#Status">Status</keyword> + <keyword ref="tqmovie.html#backgroundColor">backgroundColor</keyword> + <keyword ref="tqmovie.html#connectResize">connectResize</keyword> + <keyword ref="tqmovie.html#connectStatus">connectStatus</keyword> + <keyword ref="tqmovie.html#connectUpdate">connectUpdate</keyword> + <keyword ref="tqmovie.html#disconnectResize">disconnectResize</keyword> + <keyword ref="tqmovie.html#disconnectStatus">disconnectStatus</keyword> + <keyword ref="tqmovie.html#disconnectUpdate">disconnectUpdate</keyword> + <keyword ref="tqmovie.html#finished">finished</keyword> + <keyword ref="tqmovie.html#frameImage">frameImage</keyword> + <keyword ref="tqmovie.html#frameNumber">frameNumber</keyword> + <keyword ref="tqmovie.html#framePixmap">framePixmap</keyword> + <keyword ref="tqmovie.html#getValidRect">getValidRect</keyword> + <keyword ref="tqmovie.html#isNull">isNull</keyword> + <keyword ref="tqmovie.html#operator-eq">operator=</keyword> + <keyword ref="tqmovie.html#pause">pause</keyword> + <keyword ref="tqmovie.html#paused">paused</keyword> + <keyword ref="tqmovie.html#pushData">pushData</keyword> + <keyword ref="tqmovie.html#pushSpace">pushSpace</keyword> + <keyword ref="tqmovie.html#restart">restart</keyword> + <keyword ref="tqmovie.html#running">running</keyword> + <keyword ref="tqmovie.html#setBackgroundColor">setBackgroundColor</keyword> + <keyword ref="tqmovie.html#setSpeed">setSpeed</keyword> + <keyword ref="tqmovie.html#speed">speed</keyword> + <keyword ref="tqmovie.html#step">step</keyword> + <keyword ref="tqmovie.html#steps">steps</keyword> + <keyword ref="tqmovie.html#unpause">unpause</keyword> + <keyword ref="tqmovie.html#~TQMovie">~TQMovie</keyword> + <section ref="tqmovie-members.html" title="List of All Member Functions"/> + <section ref="tqmovie-h.html" title="Header File"/> </section> <section ref="ntqmultilineedit.html" title="QMultiLineEdit Class Reference"> <keyword ref="ntqmultilineedit.html#alignment">alignment</keyword> @@ -5056,147 +5056,147 @@ <section ref="tqobjectlistiterator-members.html" title="List of All Member Functions"/> <section ref="tqobjectlist-h.html" title="Header File"/> </section> -<section ref="ntqpaintdevice.html" title="QPaintDevice Class Reference"> - <keyword ref="ntqpaintdevice.html">QPaintDevice</keyword> - <keyword ref="ntqpaintdevice.html#cmd">cmd</keyword> - <keyword ref="ntqpaintdevice.html#handle">handle</keyword> - <keyword ref="ntqpaintdevice.html#isExtDev">isExtDev</keyword> - <keyword ref="ntqpaintdevice.html#paintingActive">paintingActive</keyword> - <keyword ref="ntqpaintdevice.html#x11AppCells">x11AppCells</keyword> - <keyword ref="ntqpaintdevice.html#x11AppColormap">x11AppColormap</keyword> - <keyword ref="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</keyword> - <keyword ref="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</keyword> - <keyword ref="ntqpaintdevice.html#x11AppDepth">x11AppDepth</keyword> - <keyword ref="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</keyword> - <keyword ref="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</keyword> - <keyword ref="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</keyword> - <keyword ref="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</keyword> - <keyword ref="ntqpaintdevice.html#x11AppScreen">x11AppScreen</keyword> - <keyword ref="ntqpaintdevice.html#x11AppVisual">x11AppVisual</keyword> - <keyword ref="ntqpaintdevice.html#x11Cells">x11Cells</keyword> - <keyword ref="ntqpaintdevice.html#x11Colormap">x11Colormap</keyword> - <keyword ref="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</keyword> - <keyword ref="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</keyword> - <keyword ref="ntqpaintdevice.html#x11Depth">x11Depth</keyword> - <keyword ref="ntqpaintdevice.html#x11Display">x11Display</keyword> - <keyword ref="ntqpaintdevice.html#x11Screen">x11Screen</keyword> - <keyword ref="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</keyword> - <keyword ref="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</keyword> - <keyword ref="ntqpaintdevice.html#x11Visual">x11Visual</keyword> - <keyword ref="ntqpaintdevice.html#~QPaintDevice">~QPaintDevice</keyword> - <keyword ref="ntqpaintdevice.html#bitBlt">bitBlt</keyword> - <section ref="qpaintdevice-members.html" title="List of All Member Functions"/> - <section ref="qpaintdevice-h.html" title="Header File"/> -</section> -<section ref="ntqpaintdevicemetrics.html" title="QPaintDeviceMetrics Class Reference"> - <keyword ref="ntqpaintdevicemetrics.html">QPaintDeviceMetrics</keyword> - <keyword ref="ntqpaintdevicemetrics.html#depth">depth</keyword> - <keyword ref="ntqpaintdevicemetrics.html#height">height</keyword> - <keyword ref="ntqpaintdevicemetrics.html#heightMM">heightMM</keyword> - <keyword ref="ntqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</keyword> - <keyword ref="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</keyword> - <keyword ref="ntqpaintdevicemetrics.html#numColors">numColors</keyword> - <keyword ref="ntqpaintdevicemetrics.html#width">width</keyword> - <keyword ref="ntqpaintdevicemetrics.html#widthMM">widthMM</keyword> - <section ref="qpaintdevicemetrics-members.html" title="List of All Member Functions"/> - <section ref="qpaintdevicemetrics-h.html" title="Header File"/> -</section> -<section ref="ntqpainter.html" title="QPainter Class Reference"> - <keyword ref="ntqpainter.html">QPainter</keyword> - <keyword ref="ntqpainter.html#CoordinateMode">CoordinateMode</keyword> - <keyword ref="ntqpainter.html#TextDirection">TextDirection</keyword> - <keyword ref="ntqpainter.html#backgroundColor">backgroundColor</keyword> - <keyword ref="ntqpainter.html#backgroundMode">backgroundMode</keyword> - <keyword ref="ntqpainter.html#begin">begin</keyword> - <keyword ref="ntqpainter.html#boundingRect">boundingRect</keyword> - <keyword ref="ntqpainter.html#brush">brush</keyword> - <keyword ref="ntqpainter.html#brushOrigin">brushOrigin</keyword> - <keyword ref="ntqpainter.html#clipRegion">clipRegion</keyword> - <keyword ref="ntqpainter.html#device">device</keyword> - <keyword ref="ntqpainter.html#drawArc">drawArc</keyword> - <keyword ref="ntqpainter.html#drawChord">drawChord</keyword> - <keyword ref="ntqpainter.html#drawConvexPolygon">drawConvexPolygon</keyword> - <keyword ref="ntqpainter.html#drawCubicBezier">drawCubicBezier</keyword> - <keyword ref="ntqpainter.html#drawEllipse">drawEllipse</keyword> - <keyword ref="ntqpainter.html#drawImage">drawImage</keyword> - <keyword ref="ntqpainter.html#drawLine">drawLine</keyword> - <keyword ref="ntqpainter.html#drawLineSegments">drawLineSegments</keyword> - <keyword ref="ntqpainter.html#drawPicture">drawPicture</keyword> - <keyword ref="ntqpainter.html#drawPie">drawPie</keyword> - <keyword ref="ntqpainter.html#drawPixmap">drawPixmap</keyword> - <keyword ref="ntqpainter.html#drawPoint">drawPoint</keyword> - <keyword ref="ntqpainter.html#drawPoints">drawPoints</keyword> - <keyword ref="ntqpainter.html#drawPolygon">drawPolygon</keyword> - <keyword ref="ntqpainter.html#drawPolyline">drawPolyline</keyword> - <keyword ref="ntqpainter.html#drawRect">drawRect</keyword> - <keyword ref="ntqpainter.html#drawRoundRect">drawRoundRect</keyword> - <keyword ref="ntqpainter.html#drawText">drawText</keyword> - <keyword ref="ntqpainter.html#drawTiledPixmap">drawTiledPixmap</keyword> - <keyword ref="ntqpainter.html#drawWinFocusRect">drawWinFocusRect</keyword> - <keyword ref="ntqpainter.html#end">end</keyword> - <keyword ref="ntqpainter.html#eraseRect">eraseRect</keyword> - <keyword ref="ntqpainter.html#fillRect">fillRect</keyword> - <keyword ref="ntqpainter.html#flush">flush</keyword> - <keyword ref="ntqpainter.html#font">font</keyword> - <keyword ref="ntqpainter.html#fontInfo">fontInfo</keyword> - <keyword ref="ntqpainter.html#fontMetrics">fontMetrics</keyword> - <keyword ref="ntqpainter.html#handle">handle</keyword> - <keyword ref="ntqpainter.html#hasClipping">hasClipping</keyword> - <keyword ref="ntqpainter.html#hasViewXForm">hasViewXForm</keyword> - <keyword ref="ntqpainter.html#hasWorldXForm">hasWorldXForm</keyword> - <keyword ref="ntqpainter.html#isActive">isActive</keyword> - <keyword ref="ntqpainter.html#lineTo">lineTo</keyword> - <keyword ref="ntqpainter.html#moveTo">moveTo</keyword> - <keyword ref="ntqpainter.html#pen">pen</keyword> - <keyword ref="ntqpainter.html#rasterOp">rasterOp</keyword> - <keyword ref="ntqpainter.html#redirect">redirect</keyword> - <keyword ref="ntqpainter.html#resetXForm">resetXForm</keyword> - <keyword ref="ntqpainter.html#restore">restore</keyword> - <keyword ref="ntqpainter.html#rotate">rotate</keyword> - <keyword ref="ntqpainter.html#save">save</keyword> - <keyword ref="ntqpainter.html#scale">scale</keyword> - <keyword ref="ntqpainter.html#setBackgroundColor">setBackgroundColor</keyword> - <keyword ref="ntqpainter.html#setBackgroundMode">setBackgroundMode</keyword> - <keyword ref="ntqpainter.html#setBrush">setBrush</keyword> - <keyword ref="ntqpainter.html#setBrushOrigin">setBrushOrigin</keyword> - <keyword ref="ntqpainter.html#setClipRect">setClipRect</keyword> - <keyword ref="ntqpainter.html#setClipRegion">setClipRegion</keyword> - <keyword ref="ntqpainter.html#setClipping">setClipping</keyword> - <keyword ref="ntqpainter.html#setFont">setFont</keyword> - <keyword ref="ntqpainter.html#setPen">setPen</keyword> - <keyword ref="ntqpainter.html#setRasterOp">setRasterOp</keyword> - <keyword ref="ntqpainter.html#setTabArray">setTabArray</keyword> - <keyword ref="ntqpainter.html#setTabStops">setTabStops</keyword> - <keyword ref="ntqpainter.html#setViewXForm">setViewXForm</keyword> - <keyword ref="ntqpainter.html#setViewport">setViewport</keyword> - <keyword ref="ntqpainter.html#setWindow">setWindow</keyword> - <keyword ref="ntqpainter.html#setWorldMatrix">setWorldMatrix</keyword> - <keyword ref="ntqpainter.html#setWorldXForm">setWorldXForm</keyword> - <keyword ref="ntqpainter.html#shear">shear</keyword> - <keyword ref="ntqpainter.html#tabArray">tabArray</keyword> - <keyword ref="ntqpainter.html#tabStops">tabStops</keyword> - <keyword ref="ntqpainter.html#translate">translate</keyword> - <keyword ref="ntqpainter.html#viewport">viewport</keyword> - <keyword ref="ntqpainter.html#window">window</keyword> - <keyword ref="ntqpainter.html#worldMatrix">worldMatrix</keyword> - <keyword ref="ntqpainter.html#xForm">xForm</keyword> - <keyword ref="ntqpainter.html#xFormDev">xFormDev</keyword> - <keyword ref="ntqpainter.html#~QPainter">~QPainter</keyword> - <keyword ref="ntqpainter.html#qDrawPlainRect">qDrawPlainRect</keyword> - <keyword ref="ntqpainter.html#qDrawShadeLine">qDrawShadeLine</keyword> - <keyword ref="ntqpainter.html#qDrawShadePanel">qDrawShadePanel</keyword> - <keyword ref="ntqpainter.html#qDrawShadeRect">qDrawShadeRect</keyword> - <keyword ref="ntqpainter.html#qDrawWinButton">qDrawWinButton</keyword> - <keyword ref="ntqpainter.html#qDrawWinPanel">qDrawWinPanel</keyword> - <section ref="qpainter-members.html" title="List of All Member Functions"/> - <section ref="qpainter-h.html" title="Header File"/> -</section> -<section ref="qpaintevent.html" title="QPaintEvent Class Reference"> - <keyword ref="qpaintevent.html">QPaintEvent</keyword> - <keyword ref="qpaintevent.html#erased">erased</keyword> - <keyword ref="qpaintevent.html#rect">rect</keyword> - <keyword ref="qpaintevent.html#region">region</keyword> - <section ref="qpaintevent-members.html" title="List of All Member Functions"/> +<section ref="tqpaintdevice.html" title="TQPaintDevice Class Reference"> + <keyword ref="tqpaintdevice.html">TQPaintDevice</keyword> + <keyword ref="tqpaintdevice.html#cmd">cmd</keyword> + <keyword ref="tqpaintdevice.html#handle">handle</keyword> + <keyword ref="tqpaintdevice.html#isExtDev">isExtDev</keyword> + <keyword ref="tqpaintdevice.html#paintingActive">paintingActive</keyword> + <keyword ref="tqpaintdevice.html#x11AppCells">x11AppCells</keyword> + <keyword ref="tqpaintdevice.html#x11AppColormap">x11AppColormap</keyword> + <keyword ref="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</keyword> + <keyword ref="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</keyword> + <keyword ref="tqpaintdevice.html#x11AppDepth">x11AppDepth</keyword> + <keyword ref="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</keyword> + <keyword ref="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</keyword> + <keyword ref="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</keyword> + <keyword ref="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</keyword> + <keyword ref="tqpaintdevice.html#x11AppScreen">x11AppScreen</keyword> + <keyword ref="tqpaintdevice.html#x11AppVisual">x11AppVisual</keyword> + <keyword ref="tqpaintdevice.html#x11Cells">x11Cells</keyword> + <keyword ref="tqpaintdevice.html#x11Colormap">x11Colormap</keyword> + <keyword ref="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</keyword> + <keyword ref="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</keyword> + <keyword ref="tqpaintdevice.html#x11Depth">x11Depth</keyword> + <keyword ref="tqpaintdevice.html#x11Display">x11Display</keyword> + <keyword ref="tqpaintdevice.html#x11Screen">x11Screen</keyword> + <keyword ref="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</keyword> + <keyword ref="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</keyword> + <keyword ref="tqpaintdevice.html#x11Visual">x11Visual</keyword> + <keyword ref="tqpaintdevice.html#~TQPaintDevice">~TQPaintDevice</keyword> + <keyword ref="tqpaintdevice.html#bitBlt">bitBlt</keyword> + <section ref="tqpaintdevice-members.html" title="List of All Member Functions"/> + <section ref="tqpaintdevice-h.html" title="Header File"/> +</section> +<section ref="tqpaintdevicemetrics.html" title="TQPaintDeviceMetrics Class Reference"> + <keyword ref="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</keyword> + <keyword ref="tqpaintdevicemetrics.html#depth">depth</keyword> + <keyword ref="tqpaintdevicemetrics.html#height">height</keyword> + <keyword ref="tqpaintdevicemetrics.html#heightMM">heightMM</keyword> + <keyword ref="tqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</keyword> + <keyword ref="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</keyword> + <keyword ref="tqpaintdevicemetrics.html#numColors">numColors</keyword> + <keyword ref="tqpaintdevicemetrics.html#width">width</keyword> + <keyword ref="tqpaintdevicemetrics.html#widthMM">widthMM</keyword> + <section ref="tqpaintdevicemetrics-members.html" title="List of All Member Functions"/> + <section ref="tqpaintdevicemetrics-h.html" title="Header File"/> +</section> +<section ref="tqpainter.html" title="TQPainter Class Reference"> + <keyword ref="tqpainter.html">TQPainter</keyword> + <keyword ref="tqpainter.html#CoordinateMode">CoordinateMode</keyword> + <keyword ref="tqpainter.html#TextDirection">TextDirection</keyword> + <keyword ref="tqpainter.html#backgroundColor">backgroundColor</keyword> + <keyword ref="tqpainter.html#backgroundMode">backgroundMode</keyword> + <keyword ref="tqpainter.html#begin">begin</keyword> + <keyword ref="tqpainter.html#boundingRect">boundingRect</keyword> + <keyword ref="tqpainter.html#brush">brush</keyword> + <keyword ref="tqpainter.html#brushOrigin">brushOrigin</keyword> + <keyword ref="tqpainter.html#clipRegion">clipRegion</keyword> + <keyword ref="tqpainter.html#device">device</keyword> + <keyword ref="tqpainter.html#drawArc">drawArc</keyword> + <keyword ref="tqpainter.html#drawChord">drawChord</keyword> + <keyword ref="tqpainter.html#drawConvexPolygon">drawConvexPolygon</keyword> + <keyword ref="tqpainter.html#drawCubicBezier">drawCubicBezier</keyword> + <keyword ref="tqpainter.html#drawEllipse">drawEllipse</keyword> + <keyword ref="tqpainter.html#drawImage">drawImage</keyword> + <keyword ref="tqpainter.html#drawLine">drawLine</keyword> + <keyword ref="tqpainter.html#drawLineSegments">drawLineSegments</keyword> + <keyword ref="tqpainter.html#drawPicture">drawPicture</keyword> + <keyword ref="tqpainter.html#drawPie">drawPie</keyword> + <keyword ref="tqpainter.html#drawPixmap">drawPixmap</keyword> + <keyword ref="tqpainter.html#drawPoint">drawPoint</keyword> + <keyword ref="tqpainter.html#drawPoints">drawPoints</keyword> + <keyword ref="tqpainter.html#drawPolygon">drawPolygon</keyword> + <keyword ref="tqpainter.html#drawPolyline">drawPolyline</keyword> + <keyword ref="tqpainter.html#drawRect">drawRect</keyword> + <keyword ref="tqpainter.html#drawRoundRect">drawRoundRect</keyword> + <keyword ref="tqpainter.html#drawText">drawText</keyword> + <keyword ref="tqpainter.html#drawTiledPixmap">drawTiledPixmap</keyword> + <keyword ref="tqpainter.html#drawWinFocusRect">drawWinFocusRect</keyword> + <keyword ref="tqpainter.html#end">end</keyword> + <keyword ref="tqpainter.html#eraseRect">eraseRect</keyword> + <keyword ref="tqpainter.html#fillRect">fillRect</keyword> + <keyword ref="tqpainter.html#flush">flush</keyword> + <keyword ref="tqpainter.html#font">font</keyword> + <keyword ref="tqpainter.html#fontInfo">fontInfo</keyword> + <keyword ref="tqpainter.html#fontMetrics">fontMetrics</keyword> + <keyword ref="tqpainter.html#handle">handle</keyword> + <keyword ref="tqpainter.html#hasClipping">hasClipping</keyword> + <keyword ref="tqpainter.html#hasViewXForm">hasViewXForm</keyword> + <keyword ref="tqpainter.html#hasWorldXForm">hasWorldXForm</keyword> + <keyword ref="tqpainter.html#isActive">isActive</keyword> + <keyword ref="tqpainter.html#lineTo">lineTo</keyword> + <keyword ref="tqpainter.html#moveTo">moveTo</keyword> + <keyword ref="tqpainter.html#pen">pen</keyword> + <keyword ref="tqpainter.html#rasterOp">rasterOp</keyword> + <keyword ref="tqpainter.html#redirect">redirect</keyword> + <keyword ref="tqpainter.html#resetXForm">resetXForm</keyword> + <keyword ref="tqpainter.html#restore">restore</keyword> + <keyword ref="tqpainter.html#rotate">rotate</keyword> + <keyword ref="tqpainter.html#save">save</keyword> + <keyword ref="tqpainter.html#scale">scale</keyword> + <keyword ref="tqpainter.html#setBackgroundColor">setBackgroundColor</keyword> + <keyword ref="tqpainter.html#setBackgroundMode">setBackgroundMode</keyword> + <keyword ref="tqpainter.html#setBrush">setBrush</keyword> + <keyword ref="tqpainter.html#setBrushOrigin">setBrushOrigin</keyword> + <keyword ref="tqpainter.html#setClipRect">setClipRect</keyword> + <keyword ref="tqpainter.html#setClipRegion">setClipRegion</keyword> + <keyword ref="tqpainter.html#setClipping">setClipping</keyword> + <keyword ref="tqpainter.html#setFont">setFont</keyword> + <keyword ref="tqpainter.html#setPen">setPen</keyword> + <keyword ref="tqpainter.html#setRasterOp">setRasterOp</keyword> + <keyword ref="tqpainter.html#setTabArray">setTabArray</keyword> + <keyword ref="tqpainter.html#setTabStops">setTabStops</keyword> + <keyword ref="tqpainter.html#setViewXForm">setViewXForm</keyword> + <keyword ref="tqpainter.html#setViewport">setViewport</keyword> + <keyword ref="tqpainter.html#setWindow">setWindow</keyword> + <keyword ref="tqpainter.html#setWorldMatrix">setWorldMatrix</keyword> + <keyword ref="tqpainter.html#setWorldXForm">setWorldXForm</keyword> + <keyword ref="tqpainter.html#shear">shear</keyword> + <keyword ref="tqpainter.html#tabArray">tabArray</keyword> + <keyword ref="tqpainter.html#tabStops">tabStops</keyword> + <keyword ref="tqpainter.html#translate">translate</keyword> + <keyword ref="tqpainter.html#viewport">viewport</keyword> + <keyword ref="tqpainter.html#window">window</keyword> + <keyword ref="tqpainter.html#worldMatrix">worldMatrix</keyword> + <keyword ref="tqpainter.html#xForm">xForm</keyword> + <keyword ref="tqpainter.html#xFormDev">xFormDev</keyword> + <keyword ref="tqpainter.html#~TQPainter">~TQPainter</keyword> + <keyword ref="tqpainter.html#qDrawPlainRect">qDrawPlainRect</keyword> + <keyword ref="tqpainter.html#qDrawShadeLine">qDrawShadeLine</keyword> + <keyword ref="tqpainter.html#qDrawShadePanel">qDrawShadePanel</keyword> + <keyword ref="tqpainter.html#qDrawShadeRect">qDrawShadeRect</keyword> + <keyword ref="tqpainter.html#qDrawWinButton">qDrawWinButton</keyword> + <keyword ref="tqpainter.html#qDrawWinPanel">qDrawWinPanel</keyword> + <section ref="tqpainter-members.html" title="List of All Member Functions"/> + <section ref="tqpainter-h.html" title="Header File"/> +</section> +<section ref="tqpaintevent.html" title="TQPaintEvent Class Reference"> + <keyword ref="tqpaintevent.html">TQPaintEvent</keyword> + <keyword ref="tqpaintevent.html#erased">erased</keyword> + <keyword ref="tqpaintevent.html#rect">rect</keyword> + <keyword ref="tqpaintevent.html#region">region</keyword> + <section ref="tqpaintevent-members.html" title="List of All Member Functions"/> <section ref="qevent-h.html" title="Header File"/> </section> <section ref="tqpair.html" title="TQPair Class Reference"> @@ -9269,8 +9269,8 @@ <section ref="forever-example.html" title="A Rectangle Draw "Benchmark""> <keyword ref="forever-example.html">A Rectangle Draw "Benchmark"</keyword> </section> -<section ref="simple-font-demo-example.html" title="A simple demonstration of QFont member functions"> - <keyword ref="simple-font-demo-example.html">A simple demonstration of QFont member functions</keyword> +<section ref="simple-font-demo-example.html" title="A simple demonstration of TQFont member functions"> + <keyword ref="simple-font-demo-example.html">A simple demonstration of TQFont member functions</keyword> </section> <section ref="httpd-example.html" title="A simple HTTP daemon"> <keyword ref="httpd-example.html">A simple HTTP daemon</keyword> @@ -9659,8 +9659,8 @@ <section ref="qembed.html" title="QEmbed - File and Image Embedder"> <keyword ref="qembed.html">QEmbed - File and Image Embedder</keyword> </section> -<section ref="qfont-examples.html" title="QFont Examples"> - <keyword ref="qfont-examples.html">qfont-examples</keyword> +<section ref="tqfont-examples.html" title="TQFont Examples"> + <keyword ref="tqfont-examples.html">tqfont-examples</keyword> </section> <section ref="qmag-example.html" title="QMag"> <keyword ref="qmag-example.html">QMag</keyword> diff --git a/doc/html/qtabbar-members.html b/doc/html/qtabbar-members.html index b6129c88e..c2bafd3e8 100644 --- a/doc/html/qtabbar-members.html +++ b/doc/html/qtabbar-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -113,7 +113,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -140,7 +140,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtabbar.html#paint">paint</a>() <li><a href="ntqtabbar.html#paintEvent">paintEvent</a>() <li><a href="ntqtabbar.html#paintLabel">paintLabel</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -327,28 +327,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qtabdialog-members.html b/doc/html/qtabdialog-members.html index 0889800b9..b25ca0e26 100644 --- a/doc/html/qtabdialog-members.html +++ b/doc/html/qtabdialog-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -122,7 +122,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqtabdialog.html#hasApplyButton">hasApplyButton</a>() <li><a href="ntqtabdialog.html#hasCancelButton">hasCancelButton</a>() <li><a href="ntqtabdialog.html#hasDefaultButton">hasDefaultButton</a>() @@ -154,7 +154,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -212,7 +212,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -345,28 +345,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qtable-members.html b/doc/html/qtable-members.html index 428d97929..3078ab629 100644 --- a/doc/html/qtable-members.html +++ b/doc/html/qtable-members.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqtable.html#columnAt">columnAt</a>() <li><a href="ntqtable.html#columnClicked">columnClicked</a>() @@ -184,7 +184,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -225,7 +225,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -300,7 +300,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#paintEmptyArea">paintEmptyArea</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() <li><a href="ntqtable.html#paintFocus">paintFocus</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -513,28 +513,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html index 283244908..551dbe477 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/qtableitem.html @@ -301,7 +301,7 @@ sorting. The default implementation returns the <a href="#text">text</a>() of th relevant item. <p> <p>See also <a href="ntqtable.html#sorting-prop">TQTable::sorting</a>. -<h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> </h3> This virtual function is used to paint the contents of an item using the painter <em>p</em> in the rectangular area <em>cr</em> using the diff --git a/doc/html/qtabwidget-members.html b/doc/html/qtabwidget-members.html index 5e6f82116..98ae5d3f7 100644 --- a/doc/html/qtabwidget-members.html +++ b/doc/html/qtabwidget-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -143,7 +143,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqtabwidget.html#page">page</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -334,28 +334,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qvbox-members.html b/doc/html/qvbox-members.html index 4db3be526..b1e4c2b3a 100644 --- a/doc/html/qvbox-members.html +++ b/doc/html/qvbox-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -143,7 +143,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -323,28 +323,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qvbuttongroup-members.html b/doc/html/qvbuttongroup-members.html index a4b6913e9..3f951a633 100644 --- a/doc/html/qvbuttongroup-members.html +++ b/doc/html/qvbuttongroup-members.html @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -124,7 +124,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -156,7 +156,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbuttongroup.html#isExclusive">isExclusive</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -218,7 +218,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -358,28 +358,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qvgroupbox-members.html b/doc/html/qvgroupbox-members.html index c0d54ecba..965f4eac7 100644 --- a/doc/html/qvgroupbox-members.html +++ b/doc/html/qvgroupbox-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -122,7 +122,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -151,7 +151,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -343,28 +343,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 5f8a887a7..b38dabef1 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -114,11 +114,11 @@ private: #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> +#include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>> #include <<a href="tqptrlist-h.html">tqptrlist.h</a>> -#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> +#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>> @@ -179,7 +179,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; // Unifont only comes in one pixel size, so we cannot let // it change pixel size as the display DPI changes. // -<a name="x367"></a> <a href="ntqfont.html">TQFont</a> unifont("unifont",16,50); unifont.<a href="ntqfont.html#setPixelSize">setPixelSize</a>(16); +<a name="x367"></a> <a href="tqfont.html">TQFont</a> unifont("unifont",16,50); unifont.<a href="tqfont.html#setPixelSize">setPixelSize</a>(16); <a name="x397"></a> e-><a href="tqwidget.html#setFont">setFont</a>( unifont ); e-><a href="tqwidget.html#setFocus">setFocus</a>(); @@ -193,7 +193,7 @@ Editor::~Editor() { #ifndef TQT_NO_FONTDIALOG bool ok; -<a name="x396"></a><a name="x368"></a> <a href="ntqfont.html">TQFont</a> f = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, e-><a href="tqtextedit.html#font">font</a>() ); +<a name="x396"></a><a name="x368"></a> <a href="tqfont.html">TQFont</a> f = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>( &ok, e-><a href="tqtextedit.html#font">font</a>() ); if ( ok ) { e-><a href="tqwidget.html#setFont">setFont</a>( f ); } @@ -379,29 +379,29 @@ void <a name="f244"></a>Editor::print() #ifndef TQT_NO_PRINTER if ( printer.setup(this) ) { // opens printer dialog printer.setFullPage(TRUE); // we'll set our own margins - <a href="ntqpainter.html">TQPainter</a> p; - p.<a href="ntqpainter.html#begin">begin</a>( &printer ); // paint on printer -<a name="x385"></a> p.<a href="ntqpainter.html#setFont">setFont</a>( e-><a href="tqtextedit.html#font">font</a>() ); -<a name="x384"></a> <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>(); - <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( &printer ); // need width/height + <a href="tqpainter.html">TQPainter</a> p; + p.<a href="tqpainter.html#begin">begin</a>( &printer ); // paint on printer +<a name="x385"></a> p.<a href="tqpainter.html#setFont">setFont</a>( e-><a href="tqtextedit.html#font">font</a>() ); +<a name="x384"></a> <a href="tqfontmetrics.html">TQFontMetrics</a> fm = p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>(); + <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( &printer ); // need width/height // of printer surface -<a name="x379"></a> const int MARGIN = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</a>() / 2; // half-inch margin +<a name="x379"></a> const int MARGIN = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</a>() / 2; // half-inch margin int yPos = MARGIN; // y position for each line <a name="x375"></a> for( int i = 0 ; i < e-><a href="ntqmultilineedit.html#numLines">numLines</a>() ; i++ ) { if ( printer.aborted() ) break; -<a name="x378"></a><a name="x369"></a> if ( yPos + fm.<a href="ntqfontmetrics.html#lineSpacing">lineSpacing</a>() > metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - MARGIN ) { +<a name="x378"></a><a name="x369"></a> if ( yPos + fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>() > metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - MARGIN ) { // no more room on this page if ( !printer.newPage() ) // start new page break; // some error yPos = MARGIN; // back to top of page } -<a name="x380"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( MARGIN, yPos, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*MARGIN, -<a name="x377"></a> fm.<a href="ntqfontmetrics.html#lineSpacing">lineSpacing</a>(), ExpandTabs, e-><a href="ntqmultilineedit.html#textLine">textLine</a>( i ) ); - yPos += fm.<a href="ntqfontmetrics.html#lineSpacing">lineSpacing</a>(); +<a name="x380"></a> p.<a href="tqpainter.html#drawText">drawText</a>( MARGIN, yPos, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*MARGIN, +<a name="x377"></a> fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>(), ExpandTabs, e-><a href="ntqmultilineedit.html#textLine">textLine</a>( i ) ); + yPos += fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>(); } - p.<a href="ntqpainter.html#end">end</a>(); // send job to printer + p.<a href="tqpainter.html#end">end</a>(); // send job to printer } #endif } diff --git a/doc/html/qwizard-members.html b/doc/html/qwizard-members.html index 06baf2047..61a192667 100644 --- a/doc/html/qwizard-members.html +++ b/doc/html/qwizard-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -121,7 +121,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -151,7 +151,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -214,7 +214,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwizard.html#page">page</a>() <li><a href="ntqwizard.html#pageCount">pageCount</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -348,28 +348,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qxtwidget-members.html b/doc/html/qxtwidget-members.html index 88e4d97a0..1612ab731 100644 --- a/doc/html/qxtwidget-members.html +++ b/doc/html/qxtwidget-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -110,7 +110,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -135,7 +135,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -190,7 +190,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -303,28 +303,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="qxtwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="qxtwidget.html#xtWidget">xtWidget</a>() <li><a href="tqwidget.html#y">y</a>() </ul> diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index f592e46e4..119aaa472 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -95,7 +95,7 @@ protected slots: #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qbrush-h.html">ntqbrush.h</a>> +#include <<a href="tqbrush-h.html">tqbrush.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> static const char* sayings[] = { @@ -163,9 +163,9 @@ static const char* sayings[] = { view = new <a href="tqtextview.html">TQTextView</a>( this ); <a name="x465"></a> view-><a href="tqtextedit.html#setText">setText</a>( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); - <a href="ntqbrush.html">TQBrush</a> paper; -<a name="x461"></a> paper.<a href="ntqbrush.html#setPixmap">setPixmap</a>( TQPixmap( "../richtext/marble.png" ) ); -<a name="x460"></a> if ( paper.<a href="ntqbrush.html#pixmap">pixmap</a>() != 0 ) + <a href="tqbrush.html">TQBrush</a> paper; +<a name="x461"></a> paper.<a href="tqbrush.html#setPixmap">setPixmap</a>( TQPixmap( "../richtext/marble.png" ) ); +<a name="x460"></a> if ( paper.<a href="tqbrush.html#pixmap">pixmap</a>() != 0 ) <a name="x464"></a> view-><a href="tqtextedit.html#setPaper">setPaper</a>( paper ); else view-><a href="tqtextedit.html#setPaper">setPaper</a>( white ); diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 81d5aa09d..6d0ee2343 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -71,13 +71,13 @@ class Canvas : public <a href="tqwidget.html">TQWidget</a> public: Canvas( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); - void setPenColor( const <a href="ntqcolor.html">TQColor</a> &c ) + void setPenColor( const <a href="tqcolor.html">TQColor</a> &c ) <a name="x903"></a> { pen.<a href="ntqpen.html#setColor">setColor</a>( c ); } void setPenWidth( int w ) <a name="x904"></a> { pen.<a href="ntqpen.html#setWidth">setWidth</a>( w ); } - <a href="ntqcolor.html">TQColor</a> penColor() + <a href="tqcolor.html">TQColor</a> penColor() <a name="x902"></a> { return pen.<a href="ntqpen.html#color">color</a>(); } int penWidth() @@ -92,7 +92,7 @@ protected: void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> *e ); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> *e ); void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> *e ); - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> *e ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> *e ); <a href="ntqpen.html">TQPen</a> pen; <a href="ntqpointarray.html">TQPointArray</a> polyline; @@ -143,14 +143,14 @@ protected slots: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qevent-h.html">ntqevent.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> #include <<a href="tqtooltip-h.html">tqtooltip.h</a>> #include <<a href="qrect-h.html">ntqrect.h</a>> #include <<a href="qpoint-h.html">ntqpoint.h</a>> -#include <<a href="qcolordialog-h.html">ntqcolordialog.h</a>> +#include <<a href="tqcolordialog-h.html">tqcolordialog.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="qcursor-h.html">ntqcursor.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> @@ -199,14 +199,14 @@ void <a name="f340"></a>Canvas::clearScreen() <a name="x948"></a>void Canvas::<a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { if ( mousePressed ) { - <a href="ntqpainter.html">TQPainter</a> painter; - painter.<a href="ntqpainter.html#begin">begin</a>( &buffer ); - painter.<a href="ntqpainter.html#setPen">setPen</a>( pen ); + <a href="tqpainter.html">TQPainter</a> painter; + painter.<a href="tqpainter.html#begin">begin</a>( &buffer ); + painter.<a href="tqpainter.html#setPen">setPen</a>( pen ); polyline[2] = polyline[1]; polyline[1] = polyline[0]; polyline[0] = e-><a href="qmouseevent.html#pos">pos</a>(); -<a name="x917"></a> painter.<a href="ntqpainter.html#drawPolyline">drawPolyline</a>( polyline ); -<a name="x918"></a> painter.<a href="ntqpainter.html#end">end</a>(); +<a name="x917"></a> painter.<a href="tqpainter.html#drawPolyline">drawPolyline</a>( polyline ); +<a name="x918"></a> painter.<a href="tqpainter.html#end">end</a>(); <a href="ntqrect.html">TQRect</a> r = polyline.boundingRect(); <a name="x928"></a> r = r.<a href="ntqrect.html#normalize">normalize</a>(); @@ -234,11 +234,11 @@ void <a name="f340"></a>Canvas::clearScreen() <a name="x922"></a><a name="x921"></a> <a href="tqimage.html#bitBlt">bitBlt</a>( &buffer, 0, 0, &tmp, 0, 0, tmp.<a href="ntqpixmap.html#width">width</a>(), tmp.<a href="ntqpixmap.html#height">height</a>() ); } -<a name="x951"></a>void Canvas::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +<a name="x951"></a>void Canvas::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { TQWidget::<a href="tqwidget.html#paintEvent">paintEvent</a>( e ); -<a name="x920"></a> <a href="tqmemarray.html">TQMemArray</a><TQRect> rects = e-><a href="qpaintevent.html#region">region</a>().rects(); +<a name="x920"></a> <a href="tqmemarray.html">TQMemArray</a><TQRect> rects = e-><a href="tqpaintevent.html#region">region</a>().rects(); <a name="x913"></a> for ( uint i = 0; i < rects.<a href="tqmemarray.html#count">count</a>(); i++ ) { <a href="ntqrect.html">TQRect</a> r = rects[(int)i]; <a href="tqimage.html#bitBlt">bitBlt</a>( this, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), &buffer, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ); @@ -303,8 +303,8 @@ void <a name="f342"></a>Scribble::slotSave() void <a name="f343"></a>Scribble::slotColor() { -<a name="x909"></a> <a href="ntqcolor.html">TQColor</a> c = TQColorDialog::<a href="ntqcolordialog.html#getColor">getColor</a>( canvas->penColor(), this ); -<a name="x908"></a> if ( c.<a href="ntqcolor.html#isValid">isValid</a>() ) +<a name="x909"></a> <a href="tqcolor.html">TQColor</a> c = TQColorDialog::<a href="tqcolordialog.html#getColor">getColor</a>( canvas->penColor(), this ); +<a name="x908"></a> if ( c.<a href="tqcolor.html#isValid">isValid</a>() ) canvas->setPenColor( c ); } diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index 33b5df43c..ae774fe80 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -52,7 +52,7 @@ optimized for very large contents. #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -187,11 +187,11 @@ protected: // The Numbers { - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm=p->fontMetrics(); -<a name="x620"></a> int rowheight=fm.<a href="ntqfontmetrics.html#lineSpacing">lineSpacing</a>(); + <a href="tqfontmetrics.html">TQFontMetrics</a> fm=p->fontMetrics(); +<a name="x620"></a> int rowheight=fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>(); int toprow=cy/rowheight; int bottomrow=(cy+ch+rowheight-1)/rowheight; -<a name="x621"></a> int colwidth=fm.<a href="ntqfontmetrics.html#width">width</a>("00000,000000 ")+3; +<a name="x621"></a> int colwidth=fm.<a href="tqfontmetrics.html#width">width</a>("00000,000000 ")+3; int leftcol=cx/colwidth; int rightcol=(cx+cw+colwidth-1)/colwidth; <a href="tqstring.html">TQString</a> str; @@ -200,7 +200,7 @@ protected: for (int c=leftcol; c<=rightcol; c++) { int px=c*colwidth; str.<a href="tqstring.html#sprintf">sprintf</a>("%d,%d",c,r); -<a name="x619"></a> p->drawText(px+3, py+fm.<a href="ntqfontmetrics.html#ascent">ascent</a>(), str); +<a name="x619"></a> p->drawText(px+3, py+fm.<a href="tqfontmetrics.html#ascent">ascent</a>(), str); } } diff --git a/doc/html/shared.html b/doc/html/shared.html index 680a14e8d..20ddca324 100644 --- a/doc/html/shared.html +++ b/doc/html/shared.html @@ -42,13 +42,13 @@ seem heavyweight. <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqbitarray.html">TQBitArray</a></b><td>Array of bits <tr bgcolor=#f0f0f0><td><b><a href="tqbitmap.html">TQBitmap</a></b><td>Monochrome (1-bit depth) pixmaps -<tr bgcolor=#f0f0f0><td><b><a href="ntqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter +<tr bgcolor=#f0f0f0><td><b><a href="tqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter <tr bgcolor=#f0f0f0><td><b><a href="tqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape <tr bgcolor=#f0f0f0><td><b><a href="tqdeepcopy.html">TQDeepCopy</a></b><td>Template class which ensures that implicitly shared and explicitly shared classes reference unique data -<tr bgcolor=#f0f0f0><td><b><a href="ntqfont.html">TQFont</a></b><td>Font used for drawing text -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontinfo.html">TQFontInfo</a></b><td>General information about fonts -<tr bgcolor=#f0f0f0><td><b><a href="ntqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information +<tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text +<tr bgcolor=#f0f0f0><td><b><a href="tqfontinfo.html">TQFontInfo</a></b><td>General information about fonts +<tr bgcolor=#f0f0f0><td><b><a href="tqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information <tr bgcolor=#f0f0f0><td><b><a href="tqiconset.html">TQIconSet</a></b><td>Set of icons with different styles and sizes <tr bgcolor=#f0f0f0><td><b><a href="tqimage.html">TQImage</a></b><td>Hardware-independent pixmap representation with direct access to the pixel data <tr bgcolor=#f0f0f0><td><b><a href="tqmap.html">TQMap</a></b><td>Value-based template class that provides a dictionary diff --git a/doc/html/shclass.html b/doc/html/shclass.html index eba64fcf6..bf8d201b4 100644 --- a/doc/html/shclass.html +++ b/doc/html/shclass.html @@ -169,18 +169,18 @@ explicitly shared: <p> These classes have a detach() function that can be called if you want your object to get a private copy of the shared data. They also have a copy() function that returns a deep copy with a reference count of 1. -<p> The same is true for <a href="tqimage.html">TQImage</a>, which does not inherit TQMemArray. <a href="ntqmovie.html">TQMovie</a> is also explicitly shared, but it does not support detach() or +<p> The same is true for <a href="tqimage.html">TQImage</a>, which does not inherit TQMemArray. <a href="tqmovie.html">TQMovie</a> is also explicitly shared, but it does not support detach() or copy(). <p> <h2> Implicitly Shared Classes </h2> <a name="5"></a><p> The TQt classes that are implicitly shared are: <ul> <li> <a href="tqbitmap.html">TQBitmap</a> -<li> <a href="ntqbrush.html">TQBrush</a> +<li> <a href="tqbrush.html">TQBrush</a> <li> <a href="ntqcursor.html">TQCursor</a> -<li> <a href="ntqfont.html">TQFont</a> -<li> <a href="ntqfontinfo.html">TQFontInfo</a> -<li> <a href="ntqfontmetrics.html">TQFontMetrics</a> +<li> <a href="tqfont.html">TQFont</a> +<li> <a href="tqfontinfo.html">TQFontInfo</a> +<li> <a href="tqfontmetrics.html">TQFontMetrics</a> <li> <a href="tqiconset.html">TQIconSet</a> <li> <a href="tqmap.html">TQMap</a> <li> <a href="ntqpalette.html">TQPalette</a> @@ -206,13 +206,13 @@ functions by value without concern for the copying overhead. <a href="ntqpixmap.html">TQPixmap</a> p1, p2; p1.<a href="ntqpixmap.html#load">load</a>( "image.bmp" ); p2 = p1; // p1 and p2 share data - <a href="ntqpainter.html">TQPainter</a> paint; - paint.<a href="ntqpainter.html#begin">begin</a>( &p2 ); // cuts p2 loose from p1 - paint.<a href="ntqpainter.html#drawText">drawText</a>( 0,50, "Hi" ); - paint.<a href="ntqpainter.html#end">end</a>(); + <a href="tqpainter.html">TQPainter</a> paint; + paint.<a href="tqpainter.html#begin">begin</a>( &p2 ); // cuts p2 loose from p1 + paint.<a href="tqpainter.html#drawText">drawText</a>( 0,50, "Hi" ); + paint.<a href="tqpainter.html#end">end</a>(); </pre> -<p> In this example, <tt>p1</tt> and <tt>p2</tt> share data until <a href="ntqpainter.html#begin">TQPainter::begin</a>() is +<p> In this example, <tt>p1</tt> and <tt>p2</tt> share data until <a href="tqpainter.html#begin">TQPainter::begin</a>() is called for <tt>p2</tt>, because painting a pixmap will modify it. The same also happens if anything is <a href="tqimage.html#bitBlt">bitBlt()</a>'ed into <tt>p2</tt>. diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index b0d29e2e9..a64c4376f 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -66,7 +66,7 @@ public: ~ImageViewer(); bool loadImage( const <a href="tqstring.html">TQString</a>& ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); @@ -152,7 +152,7 @@ private slots: #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqclipboard-h.html">tqclipboard.h</a>> @@ -254,7 +254,7 @@ private slots: ImageViewer::~ImageViewer() { if ( alloc_context ) -<a name="x1313"></a> TQColor::<a href="ntqcolor.html#destroyAllocContext">destroyAllocContext</a>( alloc_context ); +<a name="x1313"></a> TQColor::<a href="tqcolor.html#destroyAllocContext">destroyAllocContext</a>( alloc_context ); if ( other == this ) other = 0; } @@ -521,14 +521,14 @@ bool <a name="f414"></a>ImageViewer::reconvertImage() if ( image.isNull() ) return FALSE; if ( alloc_context ) { - TQColor::<a href="ntqcolor.html#destroyAllocContext">destroyAllocContext</a>( alloc_context ); + TQColor::<a href="tqcolor.html#destroyAllocContext">destroyAllocContext</a>( alloc_context ); alloc_context = 0; } if ( useColorContext() ) { -<a name="x1314"></a> alloc_context = TQColor::<a href="ntqcolor.html#enterAllocContext">enterAllocContext</a>(); +<a name="x1314"></a> alloc_context = TQColor::<a href="tqcolor.html#enterAllocContext">enterAllocContext</a>(); // Clear the image to hide flickering palette - <a href="ntqpainter.html">TQPainter</a> painter(this); -<a name="x1338"></a> painter.<a href="ntqpainter.html#eraseRect">eraseRect</a>(0, menubar-><a href="tqmenubar.html#heightForWidth">heightForWidth</a>( <a href="tqwidget.html#width">width</a>() ), width(), height()); + <a href="tqpainter.html">TQPainter</a> painter(this); +<a name="x1338"></a> painter.<a href="tqpainter.html#eraseRect">eraseRect</a>(0, menubar-><a href="tqmenubar.html#heightForWidth">heightForWidth</a>( <a href="tqwidget.html#width">width</a>() ), width(), height()); } TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time @@ -546,7 +546,7 @@ bool <a name="f414"></a>ImageViewer::reconvertImage() TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor if ( useColorContext() ) -<a name="x1315"></a> TQColor::<a href="ntqcolor.html#leaveAllocContext">leaveAllocContext</a>(); +<a name="x1315"></a> TQColor::<a href="tqcolor.html#leaveAllocContext">leaveAllocContext</a>(); return success; // TRUE if loaded OK } @@ -661,12 +661,12 @@ void ImageViewer::<a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>( <a an error message if no legal pixmap has been loaded. */ -void ImageViewer::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +void ImageViewer::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { if ( pm.size() != TQSize( 0, 0 ) ) { // is an image loaded? - <a href="ntqpainter.html">TQPainter</a> painter(this); -<a name="x1340"></a><a name="x1339"></a> painter.<a href="ntqpainter.html#setClipRect">setClipRect</a>(e-><a href="qpaintevent.html#rect">rect</a>()); -<a name="x1337"></a> painter.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>(0, menubar-><a href="tqmenubar.html#heightForWidth">heightForWidth</a>( <a href="tqwidget.html#width">width</a>() ), pmScaled); + <a href="tqpainter.html">TQPainter</a> painter(this); +<a name="x1340"></a><a name="x1339"></a> painter.<a href="tqpainter.html#setClipRect">setClipRect</a>(e-><a href="tqpaintevent.html#rect">rect</a>()); +<a name="x1337"></a> painter.<a href="tqpainter.html#drawPixmap">drawPixmap</a>(0, menubar-><a href="tqmenubar.html#heightForWidth">heightForWidth</a>( <a href="tqwidget.html#width">width</a>() ), pmScaled); } } diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index 764656365..b44d5a68e 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -118,8 +118,8 @@ private: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> -#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> +#include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>> #include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> #include <<a href="qsimplerichtext-h.html">ntqsimplerichtext.h</a>> @@ -311,16 +311,16 @@ void <a name="f465"></a>ApplicationWindow::print() <a name="x1568"></a> printer-><a href="ntqprinter.html#setFullPage">setFullPage</a>( TRUE ); <a name="x1569"></a> if ( printer-><a href="ntqprinter.html#setup">setup</a>(this) ) { // printer dialog <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Printing..." ); - <a href="ntqpainter.html">TQPainter</a> p; - if( !p.<a href="ntqpainter.html#begin">begin</a>( printer ) ) { // paint on printer + <a href="tqpainter.html">TQPainter</a> p; + if( !p.<a href="tqpainter.html#begin">begin</a>( printer ) ) { // paint on printer <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Printing aborted", 2000 ); return; } -<a name="x1563"></a> <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="ntqpainter.html#device">device</a>() ); -<a name="x1560"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); +<a name="x1563"></a> <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="tqpainter.html#device">device</a>() ); +<a name="x1560"></a> int dpiy = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins -<a name="x1561"></a><a name="x1559"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); +<a name="x1561"></a><a name="x1559"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - 2*margin ); <a name="x1581"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="tqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="tqtextedit.html#text">text</a>()), TQFont(), <a name="x1582"></a> e-><a href="tqtextedit.html#context">context</a>(), @@ -332,9 +332,9 @@ void <a name="f465"></a>ApplicationWindow::print() do { <a name="x1576"></a> richText.<a href="ntqsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); <a name="x1572"></a> view.<a href="ntqrect.html#moveBy">moveBy</a>( 0, view.<a href="ntqrect.html#height">height</a>() ); -<a name="x1566"></a> p.<a href="ntqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); -<a name="x1580"></a><a name="x1573"></a><a name="x1565"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), -<a name="x1570"></a> view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); +<a name="x1566"></a> p.<a href="tqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); +<a name="x1580"></a><a name="x1573"></a><a name="x1565"></a> p.<a href="tqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), +<a name="x1570"></a> view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); <a name="x1577"></a> if ( view.<a href="ntqrect.html#top">top</a>() - margin >= richText.<a href="ntqsimplerichtext.html#height">height</a>() ) break; <a name="x1567"></a> printer-><a href="ntqprinter.html#newPage">newPage</a>(); diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index e9f951822..b667b00a0 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -453,16 +453,16 @@ and implicitly changes the window system caption to the new name. printer-><a href="ntqprinter.html#setFullPage">setFullPage</a>( TRUE ); if ( printer-><a href="ntqprinter.html#setup">setup</a>(this) ) { // printer dialog <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Printing..." ); - <a href="ntqpainter.html">TQPainter</a> p; - if( !p.<a href="ntqpainter.html#begin">begin</a>( printer ) ) { // paint on printer + <a href="tqpainter.html">TQPainter</a> p; + if( !p.<a href="tqpainter.html#begin">begin</a>( printer ) ) { // paint on printer <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Printing aborted", 2000 ); return; } - <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="ntqpainter.html#device">device</a>() ); - int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); + <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="tqpainter.html#device">device</a>() ); + int dpiy = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins - <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); + <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - 2*margin ); <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="tqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="tqtextedit.html#text">text</a>()), TQFont(), e-><a href="tqtextedit.html#context">context</a>(), @@ -474,9 +474,9 @@ and implicitly changes the window system caption to the new name. do { richText.<a href="ntqsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); view.<a href="ntqrect.html#moveBy">moveBy</a>( 0, view.<a href="ntqrect.html#height">height</a>() ); - p.<a href="ntqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); - p.<a href="ntqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), - view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); + p.<a href="tqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); + p.<a href="tqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), + view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); if ( view.<a href="ntqrect.html#top">top</a>() - margin >= richText.<a href="ntqsimplerichtext.html#height">height</a>() ) break; printer-><a href="ntqprinter.html#newPage">newPage</a>(); diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index 728f9a0ec..4dc4addac 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/examples/fonts/simple-qfont-demo/simple-qfont-demo.doc:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/examples/fonts/simple-tqfont-demo/simple-tqfont-demo.doc:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> <p> This example demonstrates the use of various -<a href="ntqfont.html">TQFont</a> member functions. +<a href="tqfont.html">TQFont</a> member functions. <p> <hr> <p> The main window API (viewer.h): <p> <pre>/* $Id: qt/viewer.h 3.3.8 edited May 27 2003 $ */ @@ -44,7 +44,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> class TQTextView; class TQPushButton; @@ -64,7 +64,7 @@ private slots: private: void setFontSubstitutions(); void layout(); - void showFontInfo( <a href="ntqfont.html">TQFont</a> & ); + void showFontInfo( <a href="tqfont.html">TQFont</a> & ); <a href="tqtextview.html">TQTextView</a> * greetings; <a href="tqtextview.html">TQTextView</a> * fontInfo; @@ -130,11 +130,11 @@ private: void <a name="f591"></a>Viewer::setDefault() { - <a href="ntqfont.html">TQFont</a> font( "Bavaria" ); -<a name="x2843"></a> font.<a href="ntqfont.html#setPointSize">setPointSize</a>( 24 ); + <a href="tqfont.html">TQFont</a> font( "Bavaria" ); +<a name="x2843"></a> font.<a href="tqfont.html#setPointSize">setPointSize</a>( 24 ); -<a name="x2846"></a> font.<a href="ntqfont.html#setWeight">setWeight</a>( TQFont::Bold ); -<a name="x2845"></a> font.<a href="ntqfont.html#setUnderline">setUnderline</a>( TRUE ); +<a name="x2846"></a> font.<a href="tqfont.html#setWeight">setWeight</a>( TQFont::Bold ); +<a name="x2845"></a> font.<a href="tqfont.html#setUnderline">setUnderline</a>( TRUE ); greetings-><a href="tqwidget.html#setFont">setFont</a>( font ); @@ -143,8 +143,8 @@ void <a name="f591"></a>Viewer::setDefault() void <a name="f592"></a>Viewer::setSansSerif() { - <a href="ntqfont.html">TQFont</a> font( "Newyork", 18 ); -<a name="x2844"></a> font.<a href="ntqfont.html#setStyleHint">setStyleHint</a>( TQFont::SansSerif ); + <a href="tqfont.html">TQFont</a> font( "Newyork", 18 ); +<a name="x2844"></a> font.<a href="tqfont.html#setStyleHint">setStyleHint</a>( TQFont::SansSerif ); greetings-><a href="tqwidget.html#setFont">setFont</a>( font ); showFontInfo( font ); @@ -152,33 +152,33 @@ void <a name="f592"></a>Viewer::setSansSerif() void <a name="f593"></a>Viewer::setItalics() { - <a href="ntqfont.html">TQFont</a> font( "Tokyo" ); - font.<a href="ntqfont.html#setPointSize">setPointSize</a>( 32 ); - font.<a href="ntqfont.html#setWeight">setWeight</a>( TQFont::Bold ); -<a name="x2842"></a> font.<a href="ntqfont.html#setItalic">setItalic</a>( TRUE ); + <a href="tqfont.html">TQFont</a> font( "Tokyo" ); + font.<a href="tqfont.html#setPointSize">setPointSize</a>( 32 ); + font.<a href="tqfont.html#setWeight">setWeight</a>( TQFont::Bold ); +<a name="x2842"></a> font.<a href="tqfont.html#setItalic">setItalic</a>( TRUE ); greetings-><a href="tqwidget.html#setFont">setFont</a>( font ); showFontInfo( font ); } -void <a name="f594"></a>Viewer::showFontInfo( <a href="ntqfont.html">TQFont</a> & font ) +void <a name="f594"></a>Viewer::showFontInfo( <a href="tqfont.html">TQFont</a> & font ) { - <a href="ntqfontinfo.html">TQFontInfo</a> info( font ); + <a href="tqfontinfo.html">TQFontInfo</a> info( font ); <a href="tqstring.html">TQString</a> messageText; messageText = "Font requested: \"" + -<a name="x2838"></a> font.<a href="ntqfont.html#family">family</a>() + "\" " + -<a name="x2851"></a><a name="x2841"></a> TQString::<a href="tqstring.html#number">number</a>( font.<a href="ntqfont.html#pointSize">pointSize</a>() ) + "pt<BR>" + +<a name="x2838"></a> font.<a href="tqfont.html#family">family</a>() + "\" " + +<a name="x2851"></a><a name="x2841"></a> TQString::<a href="tqstring.html#number">number</a>( font.<a href="tqfont.html#pointSize">pointSize</a>() ) + "pt<BR>" + "Font used: \"" + -<a name="x2848"></a> info.<a href="ntqfontinfo.html#family">family</a>() + "\" " + -<a name="x2849"></a> TQString::<a href="tqstring.html#number">number</a>( info.<a href="ntqfontinfo.html#pointSize">pointSize</a>() ) + "pt<P>"; +<a name="x2848"></a> info.<a href="tqfontinfo.html#family">family</a>() + "\" " + +<a name="x2849"></a> TQString::<a href="tqstring.html#number">number</a>( info.<a href="tqfontinfo.html#pointSize">pointSize</a>() ) + "pt<P>"; -<a name="x2847"></a> <a href="tqstringlist.html">TQStringList</a> substitutions = TQFont::<a href="ntqfont.html#substitutes">substitutes</a>( font.<a href="ntqfont.html#family">family</a>() ); +<a name="x2847"></a> <a href="tqstringlist.html">TQStringList</a> substitutions = TQFont::<a href="tqfont.html#substitutes">substitutes</a>( font.<a href="tqfont.html#family">family</a>() ); <a name="x2856"></a> if ( ! substitutions.<a href="tqvaluelist.html#isEmpty">isEmpty</a>() ){ messageText += "The following substitutions exist for " + \ - font.<a href="ntqfont.html#family">family</a>() + ":<UL>"; + font.<a href="tqfont.html#family">family</a>() + ":<UL>"; TQStringList::Iterator i = substitutions.<a href="tqvaluelist.html#begin">begin</a>(); while ( i != substitutions.<a href="tqvaluelist.html#end">end</a>() ){ @@ -188,7 +188,7 @@ void <a name="f594"></a>Viewer::showFontInfo( <a href="ntqfont.html">TQFont</a> messageText += "</UL>"; } else { messageText += "No substitutions exist for " + \ - font.<a href="ntqfont.html#family">family</a>() + "."; + font.<a href="tqfont.html#family">family</a>() + "."; } fontInfo-><a href="tqtextedit.html#setText">setText</a>( messageText ); @@ -201,9 +201,9 @@ void <a name="f595"></a>Viewer::setFontSubstitutions() substitutes += "Mincho", substitutes << "Arabic Newspaper" << "crox"; -<a name="x2840"></a> TQFont::<a href="ntqfont.html#insertSubstitutions">insertSubstitutions</a>( "Bavaria", substitutes ); +<a name="x2840"></a> TQFont::<a href="tqfont.html#insertSubstitutions">insertSubstitutions</a>( "Bavaria", substitutes ); -<a name="x2839"></a> TQFont::<a href="ntqfont.html#insertSubstitution">insertSubstitution</a>( "Tokyo", "Lucida" ); +<a name="x2839"></a> TQFont::<a href="tqfont.html#insertSubstitution">insertSubstitution</a>( "Tokyo", "Lucida" ); } @@ -243,8 +243,8 @@ void <a name="f595"></a>Viewer::setFontSubstitutions() </pre> <p> <hr> -<p> main() program (simple-qfont-demo.cpp): -<p> <pre>/* $Id: qt/simple-qfont-demo.cpp 3.3.8 edited May 27 2003 $ */ +<p> main() program (simple-tqfont-demo.cpp): +<p> <pre>/* $Id: qt/simple-tqfont-demo.cpp 3.3.8 edited May 27 2003 $ */ #include "viewer.h" @@ -261,7 +261,7 @@ int main( int argc, char **argv ) } </pre> -<p> <p>See also <a href="qfont-examples.html">TQFont Examples</a>. +<p> <p>See also <a href="tqfont-examples.html">TQFont Examples</a>. <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/splitter-example.html b/doc/html/splitter-example.html index 6fd9a8cc7..b7dfccef9 100644 --- a/doc/html/splitter-example.html +++ b/doc/html/splitter-example.html @@ -52,7 +52,7 @@ decide for themselves how much space each child item should get. #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> class Test : public <a href="tqwidget.html">TQWidget</a> { @@ -72,8 +72,8 @@ private: <a name="x1302"></a>void Test::<a href="tqwidget.html#paintEvent">paintEvent</a>(TQPaintEvent* e) { - <a href="ntqpainter.html">TQPainter</a> p(this); -<a name="x1298"></a> p.<a href="ntqpainter.html#setClipRect">setClipRect</a>(e->rect()); + <a href="tqpainter.html">TQPainter</a> p(this); +<a name="x1298"></a> p.<a href="tqpainter.html#setClipRect">setClipRect</a>(e->rect()); const int d = 1000; //large number int x1 = 0; int x2 = <a href="tqwidget.html#width">width</a>()-1; @@ -81,16 +81,16 @@ private: int y2 = <a href="tqwidget.html#height">height</a>()-1; int x = (x1+x2)/2; -<a name="x1297"></a> p.<a href="ntqpainter.html#drawLine">drawLine</a>( x, y1, x+d, y1+d ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x, y1, x-d, y1+d ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x, y2, x+d, y2-d ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x, y2, x-d, y2-d ); +<a name="x1297"></a> p.<a href="tqpainter.html#drawLine">drawLine</a>( x, y1, x+d, y1+d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x, y1, x-d, y1+d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x, y2, x+d, y2-d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x, y2, x-d, y2-d ); int y = (y1+y2)/2; - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x1, y, x1+d, y+d ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x1, y, x1+d, y-d ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x2, y, x2-d, y+d ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( x2, y, x2-d, y-d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x1, y, x1+d, y+d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x1, y, x1+d, y-d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x2, y, x2-d, y+d ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( x2, y, x2-d, y-d ); } diff --git a/doc/html/sql-overview-table4-main-cpp.html b/doc/html/sql-overview-table4-main-cpp.html index d51883d46..9c113701c 100644 --- a/doc/html/sql-overview-table4-main-cpp.html +++ b/doc/html/sql-overview-table4-main-cpp.html @@ -78,7 +78,7 @@ void <a name="f14"></a>StatusPicker::setStatusId( int statusid ) } -void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, +void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool b) { if ( !field ) @@ -90,7 +90,7 @@ void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href= if ( query.<a href="tqsqlquery.html#next">next</a>() ) { text = query.<a href="tqsqlquery.html#value">value</a>( 0 ).toString(); } - p-><a href="ntqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="ntqrect.html#width">width</a>()-4, cr.<a href="ntqrect.html#height">height</a>()-4, fieldAlignment( field ), text ); + p-><a href="tqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="ntqrect.html#width">width</a>()-4, cr.<a href="ntqrect.html#height">height</a>()-4, fieldAlignment( field ), text ); } else { TQDataTable::<a href="tqdatatable.html#paintField">paintField</a>( p, field, cr, b) ; diff --git a/doc/html/sql-overview-table4-main-h.html b/doc/html/sql-overview-table4-main-h.html index 7e5bd6b92..ca278f13e 100644 --- a/doc/html/sql-overview-table4-main-h.html +++ b/doc/html/sql-overview-table4-main-h.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqsqleditorfactory-h.html">tqsqleditorfactory.h</a>> @@ -75,7 +75,7 @@ public: <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) : <a href="tqdatatable.html">TQDataTable</a>( cursor, autoPopulate, parent, name ) {} void paintField( - <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool ); + <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool ); }; diff --git a/doc/html/sql.html b/doc/html/sql.html index 161e59d32..7d8163269 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1383,7 +1383,7 @@ to subclass TQDataTable and reimplement the paintField() function. <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) : <a href="tqdatatable.html">TQDataTable</a>( cursor, autoPopulate, parent, name ) {} void paintField( - <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool ); + <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool ); }; </pre><blockquote><p align="center"><em> From <a href="sql-overview-table4-main-h.html">sql/overview/table4/main.h</a> @@ -1392,7 +1392,7 @@ to subclass TQDataTable and reimplement the paintField() function. anything. We also declare the paintField function. <p> -<pre> <a name="x2245"></a>void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, +<pre> <a name="x2245"></a>void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool b) { if ( !field ) @@ -1404,7 +1404,7 @@ anything. We also declare the paintField function. if ( query.<a href="tqsqlquery.html#next">next</a>() ) { <a name="x2252"></a> text = query.<a href="tqsqlquery.html#value">value</a>( 0 ).toString(); } - p-><a href="ntqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="ntqrect.html#width">width</a>()-4, cr.<a href="ntqrect.html#height">height</a>()-4, fieldAlignment( field ), text ); + p-><a href="tqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="ntqrect.html#width">width</a>()-4, cr.<a href="ntqrect.html#height">height</a>()-4, fieldAlignment( field ), text ); } else { TQDataTable::<a href="tqdatatable.html#paintField">paintField</a>( p, field, cr, b) ; diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 6ddf8e155..5e3a6ef4f 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -56,7 +56,7 @@ class TableItem : public <a href="qtableitem.html">TQTableItem</a> { public: TableItem( <a href="ntqtable.html">TQTable</a> *t, EditType et, const <a href="tqstring.html">TQString</a> &txt ) : <a href="qtableitem.html">TQTableItem</a>( t, et, txt ) {} - void paint( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ); + void paint( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ); }; class ComboItem : public <a href="qtableitem.html">TQTableItem</a> @@ -212,13 +212,13 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) -<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ) +<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ) { - <a href="qcolorgroup.html">TQColorGroup</a> g( cg ); + <a href="tqcolorgroup.html">TQColorGroup</a> g( cg ); // last row is the sum row - we want to make it more visible by // using a red background if ( <a href="qtableitem.html#row">row</a>() == <a href="qtableitem.html#table">table</a>()->numRows() - 1 ) -<a name="x2779"></a> g.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); +<a name="x2779"></a> g.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); TQTableItem::<a href="qtableitem.html#paint">paint</a>( p, g, cr, selected ); } diff --git a/doc/html/t10-cannon-cpp.html b/doc/html/t10-cannon-cpp.html index 508b70b26..7f1b1865e 100644 --- a/doc/html/t10-cannon-cpp.html +++ b/doc/html/t10-cannon-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -77,26 +77,26 @@ void <a name="f50"></a>CannonField::setForce( int newton ) } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - if ( !e-><a href="qpaintevent.html#rect">rect</a>().intersects( cannonRect() ) ) + if ( !e-><a href="tqpaintevent.html#rect">rect</a>().intersects( cannonRect() ) ) return; <a href="ntqrect.html">TQRect</a> cr = cannonRect(); <a href="ntqpixmap.html">TQPixmap</a> pix( cr.<a href="ntqrect.html#size">size</a>() ); pix.<a href="ntqpixmap.html#fill">fill</a>( this, cr.<a href="ntqrect.html#topLeft">topLeft</a>() ); - <a href="ntqpainter.html">TQPainter</a> p( &pix ); - p.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - p.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - p.<a href="ntqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); - p.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); - p.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); - p.<a href="ntqpainter.html#end">end</a>(); - - p.<a href="ntqpainter.html#begin">begin</a>( this ); - p.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); + <a href="tqpainter.html">TQPainter</a> p( &pix ); + p.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + p.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); + p.<a href="tqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); + p.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); + p.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); + p.<a href="tqpainter.html#end">end</a>(); + + p.<a href="tqpainter.html#begin">begin</a>( this ); + p.<a href="tqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); } diff --git a/doc/html/t10-cannon-h.html b/doc/html/t10-cannon-h.html index 093a15427..e13c4d1c6 100644 --- a/doc/html/t10-cannon-h.html +++ b/doc/html/t10-cannon-h.html @@ -64,7 +64,7 @@ signals: void forceChanged( int ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private: <a href="ntqrect.html">TQRect</a> cannonRect() const; diff --git a/doc/html/t10-main-cpp.html b/doc/html/t10-main-cpp.html index 1f1153419..55f66b0fe 100644 --- a/doc/html/t10-main-cpp.html +++ b/doc/html/t10-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include "lcdrange.h" diff --git a/doc/html/t11-cannon-cpp.html b/doc/html/t11-cannon-cpp.html index 86c56baf7..f76366d67 100644 --- a/doc/html/t11-cannon-cpp.html +++ b/doc/html/t11-cannon-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "cannon.h" #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <math.h> @@ -112,10 +112,10 @@ void <a name="f61"></a>CannonField::moveShot() } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a href="ntqrect.html">TQRect</a> updateR = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="ntqrect.html">TQRect</a> updateR = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqpainter.html">TQPainter</a> p( this ); if ( updateR.<a href="ntqrect.html#intersects">intersects</a>( cannonRect() ) ) paintCannon( &p ); @@ -125,33 +125,33 @@ void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qp } -void <a name="f62"></a>CannonField::paintShot( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f62"></a>CannonField::paintShot( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( black ); - p-><a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( shotRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( black ); + p-><a href="tqpainter.html#setPen">setPen</a>( NoPen ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( shotRect() ); } const <a href="ntqrect.html">TQRect</a> barrelRect(33, -4, 15, 8); -void <a name="f63"></a>CannonField::paintCannon( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f63"></a>CannonField::paintCannon( <a href="tqpainter.html">TQPainter</a> *p ) { <a href="ntqrect.html">TQRect</a> cr = cannonRect(); <a href="ntqpixmap.html">TQPixmap</a> pix( cr.<a href="ntqrect.html#size">size</a>() ); pix.<a href="ntqpixmap.html#fill">fill</a>( this, cr.<a href="ntqrect.html#topLeft">topLeft</a>() ); - <a href="ntqpainter.html">TQPainter</a> tmp( &pix ); - tmp.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - tmp.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); + <a href="tqpainter.html">TQPainter</a> tmp( &pix ); + tmp.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + tmp.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); - tmp.<a href="ntqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); - tmp.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); - tmp.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - tmp.<a href="ntqpainter.html#drawRect">drawRect</a>( barrelRect ); - tmp.<a href="ntqpainter.html#end">end</a>(); + tmp.<a href="tqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); + tmp.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); + tmp.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + tmp.<a href="tqpainter.html#drawRect">drawRect</a>( barrelRect ); + tmp.<a href="tqpainter.html#end">end</a>(); - p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); + p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); } diff --git a/doc/html/t11-cannon-h.html b/doc/html/t11-cannon-h.html index 2d9b9f94d..ac33f658d 100644 --- a/doc/html/t11-cannon-h.html +++ b/doc/html/t11-cannon-h.html @@ -70,11 +70,11 @@ signals: void forceChanged( int ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private: - void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); - void paintCannon( <a href="ntqpainter.html">TQPainter</a> * ); + void paintShot( <a href="tqpainter.html">TQPainter</a> * ); + void paintCannon( <a href="tqpainter.html">TQPainter</a> * ); <a href="ntqrect.html">TQRect</a> cannonRect() const; <a href="ntqrect.html">TQRect</a> shotRect() const; diff --git a/doc/html/t11-main-cpp.html b/doc/html/t11-main-cpp.html index f523cdd98..a05267f03 100644 --- a/doc/html/t11-main-cpp.html +++ b/doc/html/t11-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include "lcdrange.h" diff --git a/doc/html/t12-cannon-cpp.html b/doc/html/t12-cannon-cpp.html index 704d75fd8..9a7cca267 100644 --- a/doc/html/t12-cannon-cpp.html +++ b/doc/html/t12-cannon-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "cannon.h" #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> @@ -137,10 +137,10 @@ void <a name="f79"></a>CannonField::moveShot() } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a href="ntqrect.html">TQRect</a> updateR = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="ntqrect.html">TQRect</a> updateR = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqpainter.html">TQPainter</a> p( this ); if ( updateR.<a href="ntqrect.html#intersects">intersects</a>( cannonRect() ) ) paintCannon( &p ); @@ -152,41 +152,41 @@ void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qp } -void <a name="f80"></a>CannonField::paintShot( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f80"></a>CannonField::paintShot( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( black ); - p-><a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( shotRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( black ); + p-><a href="tqpainter.html#setPen">setPen</a>( NoPen ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( shotRect() ); } -void <a name="f81"></a>CannonField::paintTarget( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f81"></a>CannonField::paintTarget( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( red ); - p-><a href="ntqpainter.html#setPen">setPen</a>( black ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( targetRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( red ); + p-><a href="tqpainter.html#setPen">setPen</a>( black ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( targetRect() ); } const <a href="ntqrect.html">TQRect</a> barrelRect(33, -4, 15, 8); -void <a name="f82"></a>CannonField::paintCannon( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f82"></a>CannonField::paintCannon( <a href="tqpainter.html">TQPainter</a> *p ) { <a href="ntqrect.html">TQRect</a> cr = cannonRect(); <a href="ntqpixmap.html">TQPixmap</a> pix( cr.<a href="ntqrect.html#size">size</a>() ); pix.<a href="ntqpixmap.html#fill">fill</a>( this, cr.<a href="ntqrect.html#topLeft">topLeft</a>() ); - <a href="ntqpainter.html">TQPainter</a> tmp( &pix ); - tmp.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - tmp.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); + <a href="tqpainter.html">TQPainter</a> tmp( &pix ); + tmp.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + tmp.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); - tmp.<a href="ntqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); - tmp.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); - tmp.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - tmp.<a href="ntqpainter.html#drawRect">drawRect</a>( barrelRect ); - tmp.<a href="ntqpainter.html#end">end</a>(); + tmp.<a href="tqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); + tmp.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); + tmp.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + tmp.<a href="tqpainter.html#drawRect">drawRect</a>( barrelRect ); + tmp.<a href="tqpainter.html#end">end</a>(); - p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); + p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); } diff --git a/doc/html/t12-cannon-h.html b/doc/html/t12-cannon-h.html index f4770b6c7..b490c5956 100644 --- a/doc/html/t12-cannon-h.html +++ b/doc/html/t12-cannon-h.html @@ -73,12 +73,12 @@ signals: void forceChanged( int ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private: - void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); - void paintTarget( <a href="ntqpainter.html">TQPainter</a> * ); - void paintCannon( <a href="ntqpainter.html">TQPainter</a> * ); + void paintShot( <a href="tqpainter.html">TQPainter</a> * ); + void paintTarget( <a href="tqpainter.html">TQPainter</a> * ); + void paintCannon( <a href="tqpainter.html">TQPainter</a> * ); <a href="ntqrect.html">TQRect</a> cannonRect() const; <a href="ntqrect.html">TQRect</a> shotRect() const; <a href="ntqrect.html">TQRect</a> targetRect() const; diff --git a/doc/html/t12-main-cpp.html b/doc/html/t12-main-cpp.html index 2b90c94c3..f49b697c2 100644 --- a/doc/html/t12-main-cpp.html +++ b/doc/html/t12-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include "lcdrange.h" diff --git a/doc/html/t13-cannon-cpp.html b/doc/html/t13-cannon-cpp.html index d41617e29..8ce4fd1af 100644 --- a/doc/html/t13-cannon-cpp.html +++ b/doc/html/t13-cannon-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "cannon.h" #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> @@ -159,15 +159,15 @@ void <a name="f101"></a>CannonField::moveShot() } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a href="ntqrect.html">TQRect</a> updateR = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="ntqrect.html">TQRect</a> updateR = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqpainter.html">TQPainter</a> p( this ); if ( gameEnded ) { - p.<a href="ntqpainter.html#setPen">setPen</a>( black ); - p.<a href="ntqpainter.html#setFont">setFont</a>( TQFont( "Courier", 48, TQFont::Bold ) ); - p.<a href="ntqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, "Game Over" ); + p.<a href="tqpainter.html#setPen">setPen</a>( black ); + p.<a href="tqpainter.html#setFont">setFont</a>( TQFont( "Courier", 48, TQFont::Bold ) ); + p.<a href="tqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, "Game Over" ); } if ( updateR.<a href="ntqrect.html#intersects">intersects</a>( cannonRect() ) ) paintCannon( &p ); @@ -178,41 +178,41 @@ void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qp } -void <a name="f102"></a>CannonField::paintShot( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f102"></a>CannonField::paintShot( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( black ); - p-><a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( shotRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( black ); + p-><a href="tqpainter.html#setPen">setPen</a>( NoPen ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( shotRect() ); } -void <a name="f103"></a>CannonField::paintTarget( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f103"></a>CannonField::paintTarget( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( red ); - p-><a href="ntqpainter.html#setPen">setPen</a>( black ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( targetRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( red ); + p-><a href="tqpainter.html#setPen">setPen</a>( black ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( targetRect() ); } const <a href="ntqrect.html">TQRect</a> barrelRect(33, -4, 15, 8); -void <a name="f104"></a>CannonField::paintCannon( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f104"></a>CannonField::paintCannon( <a href="tqpainter.html">TQPainter</a> *p ) { <a href="ntqrect.html">TQRect</a> cr = cannonRect(); <a href="ntqpixmap.html">TQPixmap</a> pix( cr.<a href="ntqrect.html#size">size</a>() ); pix.<a href="ntqpixmap.html#fill">fill</a>( this, cr.<a href="ntqrect.html#topLeft">topLeft</a>() ); - <a href="ntqpainter.html">TQPainter</a> tmp( &pix ); - tmp.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - tmp.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); + <a href="tqpainter.html">TQPainter</a> tmp( &pix ); + tmp.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + tmp.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); - tmp.<a href="ntqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); - tmp.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); - tmp.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - tmp.<a href="ntqpainter.html#drawRect">drawRect</a>( barrelRect ); - tmp.<a href="ntqpainter.html#end">end</a>(); + tmp.<a href="tqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); + tmp.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); + tmp.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + tmp.<a href="tqpainter.html#drawRect">drawRect</a>( barrelRect ); + tmp.<a href="tqpainter.html#end">end</a>(); - p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); + p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); } diff --git a/doc/html/t13-cannon-h.html b/doc/html/t13-cannon-h.html index d6b38c8bc..7b11616dd 100644 --- a/doc/html/t13-cannon-h.html +++ b/doc/html/t13-cannon-h.html @@ -78,12 +78,12 @@ signals: void canShoot( bool ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private: - void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); - void paintTarget( <a href="ntqpainter.html">TQPainter</a> * ); - void paintCannon( <a href="ntqpainter.html">TQPainter</a> * ); + void paintShot( <a href="tqpainter.html">TQPainter</a> * ); + void paintTarget( <a href="tqpainter.html">TQPainter</a> * ); + void paintCannon( <a href="tqpainter.html">TQPainter</a> * ); <a href="ntqrect.html">TQRect</a> cannonRect() const; <a href="ntqrect.html">TQRect</a> shotRect() const; <a href="ntqrect.html">TQRect</a> targetRect() const; diff --git a/doc/html/t13-gamebrd-cpp.html b/doc/html/t13-gamebrd-cpp.html index 1bd5e2550..56238458e 100644 --- a/doc/html/t13-gamebrd-cpp.html +++ b/doc/html/t13-gamebrd-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "gamebrd.h" -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> diff --git a/doc/html/t14-cannon-cpp.html b/doc/html/t14-cannon-cpp.html index e51955539..f9849a2d6 100644 --- a/doc/html/t14-cannon-cpp.html +++ b/doc/html/t14-cannon-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "cannon.h" #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> @@ -191,15 +191,15 @@ void CannonField::<a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a href="ntqrect.html">TQRect</a> updateR = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="ntqrect.html">TQRect</a> updateR = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqpainter.html">TQPainter</a> p( this ); if ( gameEnded ) { - p.<a href="ntqpainter.html#setPen">setPen</a>( black ); - p.<a href="ntqpainter.html#setFont">setFont</a>( TQFont( "Courier", 48, TQFont::Bold ) ); - p.<a href="ntqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, "Game Over" ); + p.<a href="tqpainter.html#setPen">setPen</a>( black ); + p.<a href="tqpainter.html#setFont">setFont</a>( TQFont( "Courier", 48, TQFont::Bold ) ); + p.<a href="tqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, "Game Over" ); } if ( updateR.<a href="ntqrect.html#intersects">intersects</a>( cannonRect() ) ) paintCannon( &p ); @@ -211,47 +211,47 @@ void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qp paintTarget( &p ); } -void <a name="f129"></a>CannonField::paintShot( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f129"></a>CannonField::paintShot( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( black ); - p-><a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( shotRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( black ); + p-><a href="tqpainter.html#setPen">setPen</a>( NoPen ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( shotRect() ); } -void <a name="f130"></a>CannonField::paintTarget( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f130"></a>CannonField::paintTarget( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( red ); - p-><a href="ntqpainter.html#setPen">setPen</a>( black ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( targetRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( red ); + p-><a href="tqpainter.html#setPen">setPen</a>( black ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( targetRect() ); } -void <a name="f131"></a>CannonField::paintBarrier( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f131"></a>CannonField::paintBarrier( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( yellow ); - p-><a href="ntqpainter.html#setPen">setPen</a>( black ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( barrierRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( yellow ); + p-><a href="tqpainter.html#setPen">setPen</a>( black ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( barrierRect() ); } const <a href="ntqrect.html">TQRect</a> barrelRect(33, -4, 15, 8); -void <a name="f132"></a>CannonField::paintCannon( <a href="ntqpainter.html">TQPainter</a> *p ) +void <a name="f132"></a>CannonField::paintCannon( <a href="tqpainter.html">TQPainter</a> *p ) { <a href="ntqrect.html">TQRect</a> cr = cannonRect(); <a href="ntqpixmap.html">TQPixmap</a> pix( cr.<a href="ntqrect.html#size">size</a>() ); pix.<a href="ntqpixmap.html#fill">fill</a>( this, cr.<a href="ntqrect.html#topLeft">topLeft</a>() ); - <a href="ntqpainter.html">TQPainter</a> tmp( &pix ); - tmp.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - tmp.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); + <a href="tqpainter.html">TQPainter</a> tmp( &pix ); + tmp.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + tmp.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); - tmp.<a href="ntqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); - tmp.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); - tmp.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - tmp.<a href="ntqpainter.html#drawRect">drawRect</a>( barrelRect ); - tmp.<a href="ntqpainter.html#end">end</a>(); + tmp.<a href="tqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); + tmp.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); + tmp.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + tmp.<a href="tqpainter.html#drawRect">drawRect</a>( barrelRect ); + tmp.<a href="tqpainter.html#end">end</a>(); - p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); + p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); } diff --git a/doc/html/t14-cannon-h.html b/doc/html/t14-cannon-h.html index 31cb927a0..29494bccc 100644 --- a/doc/html/t14-cannon-h.html +++ b/doc/html/t14-cannon-h.html @@ -79,16 +79,16 @@ signals: void canShoot( bool ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); private: - void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); - void paintTarget( <a href="ntqpainter.html">TQPainter</a> * ); - void paintBarrier( <a href="ntqpainter.html">TQPainter</a> * ); - void paintCannon( <a href="ntqpainter.html">TQPainter</a> * ); + void paintShot( <a href="tqpainter.html">TQPainter</a> * ); + void paintTarget( <a href="tqpainter.html">TQPainter</a> * ); + void paintBarrier( <a href="tqpainter.html">TQPainter</a> * ); + void paintCannon( <a href="tqpainter.html">TQPainter</a> * ); <a href="ntqrect.html">TQRect</a> cannonRect() const; <a href="ntqrect.html">TQRect</a> shotRect() const; <a href="ntqrect.html">TQRect</a> targetRect() const; diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index 1912c14fb..9934c0ac8 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "gamebrd.h" -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html index 5709a8b3d..cc1816a6b 100644 --- a/doc/html/t7-main-cpp.html +++ b/doc/html/t7-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qgrid-h.html">ntqgrid.h</a>> diff --git a/doc/html/t8-cannon-cpp.html b/doc/html/t8-cannon-cpp.html index 95f09d43d..1a57d06b6 100644 --- a/doc/html/t8-cannon-cpp.html +++ b/doc/html/t8-cannon-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> <a name="f34"></a>CannonField::CannonField( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) @@ -64,11 +64,11 @@ void <a name="f35"></a>CannonField::setAngle( int degrees ) } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { <a href="tqstring.html">TQString</a> s = "Angle = " + TQString::number( ang ); - <a href="ntqpainter.html">TQPainter</a> p( this ); - p.<a href="ntqpainter.html#drawText">drawText</a>( 200, 200, s ); + <a href="tqpainter.html">TQPainter</a> p( this ); + p.<a href="tqpainter.html#drawText">drawText</a>( 200, 200, s ); } diff --git a/doc/html/t8-cannon-h.html b/doc/html/t8-cannon-h.html index f4229abd4..d0b73da85 100644 --- a/doc/html/t8-cannon-h.html +++ b/doc/html/t8-cannon-h.html @@ -60,7 +60,7 @@ signals: void angleChanged( int ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private: int ang; diff --git a/doc/html/t8-main-cpp.html b/doc/html/t8-main-cpp.html index 74a074d2a..a137a6e2d 100644 --- a/doc/html/t8-main-cpp.html +++ b/doc/html/t8-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include "lcdrange.h" diff --git a/doc/html/t9-cannon-cpp.html b/doc/html/t9-cannon-cpp.html index cb582225a..019a15a0b 100644 --- a/doc/html/t9-cannon-cpp.html +++ b/doc/html/t9-cannon-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> <a name="f41"></a>CannonField::CannonField( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) @@ -64,17 +64,17 @@ void <a name="f42"></a>CannonField::setAngle( int degrees ) } -void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="tqpainter.html">TQPainter</a> p( this ); - p.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - p.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); + p.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + p.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); - p.<a href="ntqpainter.html#translate">translate</a>( 0, rect().bottom() ); - p.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect(-35, -35, 70, 70), 0, 90*16 ); - p.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); + p.<a href="tqpainter.html#translate">translate</a>( 0, rect().bottom() ); + p.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect(-35, -35, 70, 70), 0, 90*16 ); + p.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); } diff --git a/doc/html/t9-cannon-h.html b/doc/html/t9-cannon-h.html index 3055d8536..2a87c696f 100644 --- a/doc/html/t9-cannon-h.html +++ b/doc/html/t9-cannon-h.html @@ -60,7 +60,7 @@ signals: void angleChanged( int ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); private: int ang; diff --git a/doc/html/t9-main-cpp.html b/doc/html/t9-main-cpp.html index e12b085cb..f90f8fb30 100644 --- a/doc/html/t9-main-cpp.html +++ b/doc/html/t9-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include "lcdrange.h" diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index 72e03d781..39dc96fe2 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -151,13 +151,13 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) -<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ) +<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ) { - <a href="qcolorgroup.html">TQColorGroup</a> g( cg ); + <a href="tqcolorgroup.html">TQColorGroup</a> g( cg ); // last row is the sum row - we want to make it more visible by // using a red background if ( <a href="qtableitem.html#row">row</a>() == <a href="qtableitem.html#table">table</a>()->numRows() - 1 ) -<a name="x2779"></a> g.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); +<a name="x2779"></a> g.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); TQTableItem::<a href="qtableitem.html#paint">paint</a>( p, g, cr, selected ); } diff --git a/doc/html/tetrix-example.html b/doc/html/tetrix-example.html index f5dbb7ed7..20a13f57d 100644 --- a/doc/html/tetrix-example.html +++ b/doc/html/tetrix-example.html @@ -48,7 +48,7 @@ This is the TQt implementation of the well known game Tetris. #include "qtetrix.h" #include "tqdragapp.h" -#include "ntqfont.h" +#include "tqfont.h" int main( int argc, char **argv ) { diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index 1a6d2da17..8c0ac4f89 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -74,38 +74,38 @@ public: void unPolish( <a href="ntqapplication.html">TQApplication</a>*); void drawPrimitive( PrimitiveElement pe, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags flags = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawControl( ControlElement element, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawControlMask( ControlElement element, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawComplexControl( ComplexControl cc, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawComplexControlMask( ComplexControl control, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; @@ -120,7 +120,7 @@ public: private: void drawSemicircleButton(TQPainter *p, const <a href="ntqrect.html">TQRect</a> &r, int dir, - bool sunken, const <a href="qcolorgroup.html">TQColorGroup</a> &g ) const; + bool sunken, const <a href="tqcolorgroup.html">TQColorGroup</a> &g ) const; <a href="ntqpalette.html">TQPalette</a> oldPalette; <a href="ntqpixmap.html">TQPixmap</a> *sunkenDark; <a href="ntqpixmap.html">TQPixmap</a> *sunkenLight; @@ -150,7 +150,7 @@ private: #include "ntqapplication.h" #include "ntqcombobox.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now @@ -882,7 +882,7 @@ static const char *button_xpm[] = { ".rb..g.e#s.YaPbV#z.wbnbV.wbn#Dbn.OaP.4.y.4#N.K.K#T#t.U.Q#z.w#F#YazanaNan.bap#Ga0az#0#P#b#KbR.Z#aaz#ibK#h#u.wbC#B#b.1bebs#B#D#baLbcbA.k#P#G#E#S#2.K.8bAbL.Tbw.6.K#G#0.wbVbVbV#s#s.e.Oba.K.4aT.k.0" }; -static void drawroundrect( <a href="ntqpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, +static void drawroundrect( <a href="tqpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h, TQCOORD d ); static inline int buttonthickness( int d ); @@ -924,8 +924,8 @@ enum { PointUp, PointDown, PointLeft, PointRight }; int i; <a name="x209"></a> for (i=0; i<img.<a href="tqimage.html#numColors">numColors</a>(); i++) { <a name="x207"></a> TQRgb rgb = img.<a href="tqimage.html#color">color</a>(i); - <a href="ntqcolor.html">TQColor</a> c(rgb); -<a name="x192"></a> rgb = c.<a href="ntqcolor.html#dark">dark</a>(120).rgb(); + <a href="tqcolor.html">TQColor</a> c(rgb); +<a name="x192"></a> rgb = c.<a href="tqcolor.html#dark">dark</a>(120).rgb(); <a name="x210"></a> img.<a href="tqimage.html#setColor">setColor</a>(i,rgb); } <a href="ntqpixmap.html">TQPixmap</a> mid; @@ -935,8 +935,8 @@ enum { PointUp, PointDown, PointLeft, PointRight }; img.<a href="tqimage.html#detach">detach</a>(); for (i=0; i<img.<a href="tqimage.html#numColors">numColors</a>(); i++) { TQRgb rgb = img.<a href="tqimage.html#color">color</a>(i); - <a href="ntqcolor.html">TQColor</a> c(rgb); -<a name="x193"></a> rgb = c.<a href="ntqcolor.html#light">light</a>().rgb(); + <a href="tqcolor.html">TQColor</a> c(rgb); +<a name="x193"></a> rgb = c.<a href="tqcolor.html#light">light</a>().rgb(); img.<a href="tqimage.html#setColor">setColor</a>(i,rgb); } <a href="ntqpixmap.html">TQPixmap</a> light; @@ -946,8 +946,8 @@ enum { PointUp, PointDown, PointLeft, PointRight }; img.<a href="tqimage.html#detach">detach</a>(); for (i=0; i<img.<a href="tqimage.html#numColors">numColors</a>(); i++) { TQRgb rgb = img.<a href="tqimage.html#color">color</a>(i); - <a href="ntqcolor.html">TQColor</a> c(rgb); - rgb = c.<a href="ntqcolor.html#dark">dark</a>(180).rgb(); + <a href="tqcolor.html">TQColor</a> c(rgb); + rgb = c.<a href="tqcolor.html#dark">dark</a>(180).rgb(); img.<a href="tqimage.html#setColor">setColor</a>(i,rgb); } <a href="ntqpixmap.html">TQPixmap</a> dark; @@ -962,8 +962,8 @@ enum { PointUp, PointDown, PointLeft, PointRight }; img.<a href="tqimage.html#detach">detach</a>(); for (i=0; i<img.<a href="tqimage.html#numColors">numColors</a>(); i++) { TQRgb rgb = img.<a href="tqimage.html#color">color</a>(i); - <a href="ntqcolor.html">TQColor</a> c(rgb); - rgb = c.<a href="ntqcolor.html#dark">dark</a>(180).rgb(); + <a href="tqcolor.html">TQColor</a> c(rgb); + rgb = c.<a href="tqcolor.html#dark">dark</a>(180).rgb(); img.<a href="tqimage.html#setColor">setColor</a>(i,rgb); } sunkenDark = new <a href="ntqpixmap.html">TQPixmap</a>; @@ -974,8 +974,8 @@ enum { PointUp, PointDown, PointLeft, PointRight }; img.<a href="tqimage.html#detach">detach</a>(); for (i=0; i<img.<a href="tqimage.html#numColors">numColors</a>(); i++) { TQRgb rgb = img.<a href="tqimage.html#color">color</a>(i); - <a href="ntqcolor.html">TQColor</a> c(rgb); - rgb = c.<a href="ntqcolor.html#light">light</a>(130).rgb(); + <a href="tqcolor.html">TQColor</a> c(rgb); + rgb = c.<a href="tqcolor.html#light">light</a>(130).rgb(); img.<a href="tqimage.html#setColor">setColor</a>(i,rgb); } sunkenLight= new <a href="ntqpixmap.html">TQPixmap</a>; @@ -985,7 +985,7 @@ enum { PointUp, PointDown, PointLeft, PointRight }; <a href="ntqpalette.html">TQPalette</a> op(TQColor(212,140,95)); // TQPalette op(white); -<a name="x224"></a> <a href="qcolorgroup.html">TQColorGroup</a> active (op.<a href="ntqpalette.html#active">active</a>().foreground(), +<a name="x224"></a> <a href="tqcolorgroup.html">TQColorGroup</a> active (op.<a href="ntqpalette.html#active">active</a>().foreground(), TQBrush(op.<a href="ntqpalette.html#active">active</a>().button(),button), TQBrush(op.<a href="ntqpalette.html#active">active</a>().light(), light), TQBrush(op.<a href="ntqpalette.html#active">active</a>().dark(), dark), @@ -995,7 +995,7 @@ enum { PointUp, PointDown, PointLeft, PointRight }; TQColor(236,182,120), TQBrush(op.<a href="ntqpalette.html#active">active</a>().background(), background) ); -<a name="x225"></a> <a href="qcolorgroup.html">TQColorGroup</a> disabled (op.<a href="ntqpalette.html#disabled">disabled</a>().foreground(), +<a name="x225"></a> <a href="tqcolorgroup.html">TQColorGroup</a> disabled (op.<a href="ntqpalette.html#disabled">disabled</a>().foreground(), TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().button(),button), TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().light(), light), op.<a href="ntqpalette.html#disabled">disabled</a>().dark(), @@ -1055,9 +1055,9 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } <a name="x260"></a>void NorwegianWoodStyle::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( PrimitiveElement pe, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags flags, const <a href="tqstyleoption.html">TQStyleOption</a>& opt ) const { int x, y, w, h; @@ -1071,12 +1071,12 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" <a href="ntqregion.html">TQRegion</a> internR = roundRectRegion( TQRect(x + b, y + b, w - 2 * b, h - 2 * b), d - b ); -<a name="x218"></a> <a href="ntqpen.html">TQPen</a> oldPen = p-><a href="ntqpainter.html#pen">pen</a>(); +<a name="x218"></a> <a href="ntqpen.html">TQPen</a> oldPen = p-><a href="tqpainter.html#pen">pen</a>(); -<a name="x195"></a> <a href="ntqbrush.html">TQBrush</a> brush( flags & Style_Sunken ? cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Mid) : - cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Button) ); -<a name="x220"></a> p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( internR ); -<a name="x216"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, brush ); +<a name="x195"></a> <a href="tqbrush.html">TQBrush</a> brush( flags & Style_Sunken ? cg.<a href="tqcolorgroup.html#brush">brush</a>(TQColorGroup::Mid) : + cg.<a href="tqcolorgroup.html#brush">brush</a>(TQColorGroup::Button) ); +<a name="x220"></a> p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( internR ); +<a name="x216"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( r, brush ); int e = TQMIN( w, h ) / 2; <a href="ntqpoint.html">TQPoint</a> p2( x + w - 1 - e, y + e ); @@ -1085,24 +1085,24 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" <a href="ntqpointarray.html">TQPointArray</a> a; <a name="x232"></a><a name="x230"></a> a.setPoints( 5, x,y, x+w-1, y, p2.<a href="ntqpoint.html#x">x</a>(), p2.<a href="ntqpoint.html#y">y</a>(), p3.<a href="ntqpoint.html#x">x</a>(), p3.<a href="ntqpoint.html#y">y</a>(), x, y + h - 1 ); - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) - internR ); + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) - internR ); -<a name="x198"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="qcolorgroup.html#dark">dark</a>(), *sunkenDark) - : cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Light)) ); +<a name="x198"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="tqcolorgroup.html#dark">dark</a>(), *sunkenDark) + : cg.<a href="tqcolorgroup.html#brush">brush</a>(TQColorGroup::Light)) ); // A little inversion is needed the buttons // ( but not flat) if ( flags & Style_Raised || flags & Style_Sunken ) { <a name="x231"></a> a.<a href="ntqpointarray.html#setPoint">setPoint</a>( 0, x + w - 1, y + w - 1 ); - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion( a ) - internR ); + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( TQRegion( a ) - internR ); -<a name="x200"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="qcolorgroup.html#light">light</a>(), *sunkenLight) : cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Dark ) ) ); +<a name="x200"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="tqcolorgroup.html#light">light</a>(), *sunkenLight) : cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Dark ) ) ); } - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( internR ); -<a name="x221"></a> p-><a href="ntqpainter.html#setClipping">setClipping</a>( FALSE ); -<a name="x222"></a><a name="x199"></a> p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( internR ); +<a name="x221"></a> p-><a href="tqpainter.html#setClipping">setClipping</a>( FALSE ); +<a name="x222"></a><a name="x199"></a> p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#foreground">foreground</a>() ); drawroundrect( p, x, y, w, h, d ); - p-><a href="ntqpainter.html#setPen">setPen</a>( oldPen ); + p-><a href="tqpainter.html#setPen">setPen</a>( oldPen ); break; } case PE_ScrollBarAddLine: @@ -1124,10 +1124,10 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } <a name="x259"></a>void NorwegianWoodStyle::<a href="tqstyle.html#drawControl">drawControl</a>( ControlElement element, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how, const <a href="tqstyleoption.html">TQStyleOption</a>& opt ) const { switch( element ) { @@ -1135,7 +1135,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" { const <a href="ntqpushbutton.html">TQPushButton</a> *btn; btn = ( const <a href="ntqpushbutton.html">TQPushButton</a> * )widget; - <a href="qcolorgroup.html">TQColorGroup</a> myCg( cg ); + <a href="tqcolorgroup.html">TQColorGroup</a> myCg( cg ); SFlags flags = Style_Default; <a name="x189"></a> if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) flags |= Style_On; @@ -1151,17 +1151,17 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" int x1, y1, x2, y2; <a name="x237"></a> r.<a href="ntqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); - p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); -<a name="x219"></a><a name="x196"></a> p-><a href="ntqpainter.html#setBrush">setBrush</a>( TQBrush( cg.<a href="qcolorgroup.html#button">button</a>(), NoBrush ) ); + p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#foreground">foreground</a>() ); +<a name="x219"></a><a name="x196"></a> p-><a href="tqpainter.html#setBrush">setBrush</a>( TQBrush( cg.<a href="tqcolorgroup.html#button">button</a>(), NoBrush ) ); - <a href="ntqbrush.html">TQBrush</a> fill; + <a href="tqbrush.html">TQBrush</a> fill; if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) - fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); + fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); else if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) -<a name="x201"></a> fill = TQBrush( cg.<a href="qcolorgroup.html#mid">mid</a>(), Dense4Pattern ); +<a name="x201"></a> fill = TQBrush( cg.<a href="tqcolorgroup.html#mid">mid</a>(), Dense4Pattern ); else - fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); -<a name="x202"></a> myCg.<a href="qcolorgroup.html#setBrush">setBrush</a>( TQColorGroup::Mid, fill ); + fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); +<a name="x202"></a> myCg.<a href="tqcolorgroup.html#setBrush">setBrush</a>( TQColorGroup::Mid, fill ); if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { x1 += 2; @@ -1178,7 +1178,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" <a href="ntqpen.html">TQPen</a> pen( TQt::black, 4 ); <a name="x226"></a> pen.<a href="ntqpen.html#setCapStyle">setCapStyle</a>( TQt::RoundCap ); <a name="x227"></a> pen.<a href="ntqpen.html#setJoinStyle">setJoinStyle</a>( TQt::RoundJoin ); - p-><a href="ntqpainter.html#setPen">setPen</a>( pen ); + p-><a href="tqpainter.html#setPen">setPen</a>( pen ); drawroundrect( p, x1 - 1, y1 - 1, x2 - x1 + 3, y2 - y1 + 3, 8 ); } @@ -1194,8 +1194,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" myCg, flags, opt ); } -<a name="x212"></a> if ( p-><a href="ntqpainter.html#brush">brush</a>().style() != NoBrush ) - p-><a href="ntqpainter.html#setBrush">setBrush</a>( NoBrush ); +<a name="x212"></a> if ( p-><a href="tqpainter.html#brush">brush</a>().style() != NoBrush ) + p-><a href="tqpainter.html#setBrush">setBrush</a>( NoBrush ); break; } case CE_PushButtonLabel: @@ -1212,7 +1212,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) dx = ( y2 - y1 ) / 3; if ( dx || dy ) -<a name="x223"></a> p-><a href="ntqpainter.html#translate">translate</a>( dx, dy ); +<a name="x223"></a> p-><a href="tqpainter.html#translate">translate</a>( dx, dy ); x += 2; y += 2; @@ -1222,10 +1222,10 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" AlignCenter | ShowPrefix, cg, btn-><a href="tqwidget.html#isEnabled">isEnabled</a>(), <a name="x191"></a><a name="x190"></a> btn-><a href="ntqbutton.html#pixmap">pixmap</a>(), btn-><a href="ntqbutton.html#text">text</a>(), -1, -<a name="x194"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>()) ? &cg.<a href="qcolorgroup.html#brightText">brightText</a>() -<a name="x197"></a> : &cg.<a href="qcolorgroup.html#buttonText">buttonText</a>() ); +<a name="x194"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>()) ? &cg.<a href="tqcolorgroup.html#brightText">brightText</a>() +<a name="x197"></a> : &cg.<a href="tqcolorgroup.html#buttonText">buttonText</a>() ); if ( dx || dy ) - p-><a href="ntqpainter.html#translate">translate</a>( -dx, -dy ); + p-><a href="tqpainter.html#translate">translate</a>( -dx, -dy ); break; } default: @@ -1235,7 +1235,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } <a name="x205"></a>void NorwegianWoodStyle::<a href="tqstyle.html#drawControlMask">drawControlMask</a>( ControlElement element, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, const <a href="tqstyleoption.html">TQStyleOption</a>& opt ) const @@ -1244,8 +1244,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" case CE_PushButton: { <a name="x244"></a><a name="x238"></a> int d = TQMIN( r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ) / 2; - p-><a href="ntqpainter.html#setPen">setPen</a>( color1 ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( color1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( color1 ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( color1 ); <a name="x246"></a><a name="x245"></a> drawroundrect( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), d ); break; } @@ -1256,10 +1256,10 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } <a name="x258"></a>void NorwegianWoodStyle::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( ComplexControl cc, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how, SCFlags sub, SCFlags subActive, @@ -1283,20 +1283,20 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" <a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, TQRect(ax, ay, awh, awh), cg, how, opt ); - <a href="ntqpen.html">TQPen</a> oldPen = p-><a href="ntqpainter.html#pen">pen</a>(); - p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#light">light</a>() ); -<a name="x214"></a> p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax, sy, ax + awh - 1, sy ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax, sy, ax, sy + sh - 1 ); - p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#dark">dark</a>() ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax + 1, sy + sh - 1, ax + awh - 1, sy + sh - 1 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax + awh - 1, sy + 1, ax + awh - 1, sy + sh - 1 ); - p-><a href="ntqpainter.html#setPen">setPen</a>( oldPen ); + <a href="ntqpen.html">TQPen</a> oldPen = p-><a href="tqpainter.html#pen">pen</a>(); + p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#light">light</a>() ); +<a name="x214"></a> p-><a href="tqpainter.html#drawLine">drawLine</a>( ax, sy, ax + awh - 1, sy ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( ax, sy, ax, sy + sh - 1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#dark">dark</a>() ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( ax + 1, sy + sh - 1, ax + awh - 1, sy + sh - 1 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( ax + awh - 1, sy + 1, ax + awh - 1, sy + sh - 1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( oldPen ); if ( cmb-><a href="ntqcombobox.html#editable">editable</a>() ) { <a href="ntqrect.html">TQRect</a> r( <a href="tqstyle.html#querySubControlMetrics">querySubControlMetrics</a>(CC_ComboBox, widget, SC_ComboBoxEditField, opt) ); - <a href="ntqpainter.html#qDrawShadePanel">qDrawShadePanel</a>( p, r, cg, TRUE, 1, - &cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Button) ); + <a href="tqpainter.html#qDrawShadePanel">qDrawShadePanel</a>( p, r, cg, TRUE, 1, + &cg.<a href="tqcolorgroup.html#brush">brush</a>(TQColorGroup::Button) ); } break; @@ -1309,7 +1309,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } <a name="x204"></a>void NorwegianWoodStyle::<a href="tqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( ComplexControl control, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, const <a href="tqstyleoption.html">TQStyleOption</a>& opt ) const @@ -1318,8 +1318,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" case CC_ComboBox: { int d = TQMIN( r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ) / 2; - p-><a href="ntqpainter.html#setPen">setPen</a>( color1 ); - p-><a href="ntqpainter.html#setBrush">setBrush</a>( color1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( color1 ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( color1 ); drawroundrect( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), d ); break; } @@ -1426,12 +1426,12 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" return r; } -static void drawroundrect( <a href="ntqpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, +static void drawroundrect( <a href="tqpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h, TQCOORD d ) { int rx = (200*d)/w; int ry = (200*d)/h; -<a name="x215"></a> p-><a href="ntqpainter.html#drawRoundRect">drawRoundRect</a>( x, y, w, h, rx, ry ); +<a name="x215"></a> p-><a href="tqpainter.html#drawRoundRect">drawRoundRect</a>( x, y, w, h, rx, ry ); } static TQRegion roundRectRegion( const <a href="ntqrect.html">TQRect</a>& g, int r ) @@ -1495,9 +1495,9 @@ static void get_combo_parameters( const <a href="ntqrect.html">TQRect</a> &r static inline int buttonthickness( int d ) { return d > 20 ? 5 : ( d < 10 ? 2: 3 ); } -void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, +void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="tqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, int dir, bool sunken, - const <a href="qcolorgroup.html">TQColorGroup</a> &g ) const + const <a href="tqcolorgroup.html">TQColorGroup</a> &g ) const { int b = <a href="tqstyle.html#pixelMetric">pixelMetric</a>( PM_ScrollBarExtent ) > 20 ? 3 : 2; @@ -1531,21 +1531,21 @@ void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="ntqpa <a href="ntqpointarray.html">TQPointArray</a> a; <a name="x243"></a> a.setPoints( 3, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#bottom">bottom</a>(), r.<a href="ntqrect.html#right">right</a>(), r.<a href="ntqrect.html#top">top</a>() ); -<a name="x213"></a> <a href="ntqregion.html">TQRegion</a> oldClip = p-><a href="ntqpainter.html#clipRegion">clipRegion</a>(); -<a name="x217"></a> bool bReallyClip = p-><a href="ntqpainter.html#hasClipping">hasClipping</a>(); // clip only if we really want. - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( intern ); - p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, g.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ) ); +<a name="x213"></a> <a href="ntqregion.html">TQRegion</a> oldClip = p-><a href="tqpainter.html#clipRegion">clipRegion</a>(); +<a name="x217"></a> bool bReallyClip = p-><a href="tqpainter.html#hasClipping">hasClipping</a>(); // clip only if we really want. + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( intern ); + p-><a href="tqpainter.html#fillRect">fillRect</a>( r, g.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ) ); - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a)&extrn ); - p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="qcolorgroup.html#dark">dark</a>() : g.<a href="qcolorgroup.html#light">light</a>() ); + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a)&extrn ); + p-><a href="tqpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="tqcolorgroup.html#dark">dark</a>() : g.<a href="tqcolorgroup.html#light">light</a>() ); a.setPoints( 3, r.<a href="ntqrect.html#right">right</a>(), r.<a href="ntqrect.html#bottom">bottom</a>(), r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#bottom">bottom</a>(), r.<a href="ntqrect.html#right">right</a>(), r.<a href="ntqrect.html#top">top</a>() ); - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) & extrn ); - p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="qcolorgroup.html#light">light</a>() : g.<a href="qcolorgroup.html#dark">dark</a>() ); + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) & extrn ); + p-><a href="tqpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="tqcolorgroup.html#light">light</a>() : g.<a href="tqcolorgroup.html#dark">dark</a>() ); - p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( oldClip ); - p-><a href="ntqpainter.html#setClipping">setClipping</a>( bReallyClip ); + p-><a href="tqpainter.html#setClipRegion">setClipRegion</a>( oldClip ); + p-><a href="tqpainter.html#setClipping">setClipping</a>( bReallyClip ); } #endif @@ -1588,25 +1588,25 @@ public: void unPolish( <a href="tqwidget.html">TQWidget</a>* ); void drawPrimitive( PrimitiveElement pe, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags flags = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default) const; void drawControl( ControlElement element, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawComplexControl( ComplexControl cc, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, @@ -1615,10 +1615,10 @@ public: private: - void drawMetalFrame( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const; - void drawMetalGradient( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, + void drawMetalFrame( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const; + void drawMetalGradient( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat=FALSE ) const; - void drawMetalButton( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, + void drawMetalButton( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat=FALSE ) const; <a href="ntqpalette.html">TQPalette</a> oldPalette; }; @@ -1646,7 +1646,7 @@ private: #include "ntqapplication.h" #include "ntqcombobox.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now @@ -1681,9 +1681,9 @@ private: // we simply create a nice TQColorGroup with a couple of fancy // pixmaps here and apply to it all widgets -<a name="x264"></a> <a href="ntqfont.html">TQFont</a> f("times", app-><a href="ntqapplication.html#font">font</a>().pointSize() ); -<a name="x280"></a> f.<a href="ntqfont.html#setBold">setBold</a>( TRUE ); -<a name="x281"></a> f.<a href="ntqfont.html#setItalic">setItalic</a>( TRUE ); +<a name="x264"></a> <a href="tqfont.html">TQFont</a> f("times", app-><a href="ntqapplication.html#font">font</a>().pointSize() ); +<a name="x280"></a> f.<a href="tqfont.html#setBold">setBold</a>( TRUE ); +<a name="x281"></a> f.<a href="tqfont.html#setItalic">setItalic</a>( TRUE ); <a name="x266"></a> app-><a href="ntqapplication.html#setFont">setFont</a>( f, TRUE, "TQMenuBar"); app-><a href="ntqapplication.html#setFont">setFont</a>( f, TRUE, "TQPopupMenu"); @@ -1691,7 +1691,7 @@ private: // TQPixmap button( stonedark_xpm ); - <a href="ntqcolor.html">TQColor</a> gold("#B9B9A5A54040"); //same as topgrad below + <a href="tqcolor.html">TQColor</a> gold("#B9B9A5A54040"); //same as topgrad below <a name="x292"></a> <a href="ntqpixmap.html">TQPixmap</a> button( 1, 1 ); button.<a href="ntqpixmap.html#fill">fill</a>( gold ); <a href="ntqpixmap.html">TQPixmap</a> background(marble_xpm); @@ -1701,10 +1701,10 @@ private: <a href="ntqpalette.html">TQPalette</a> op = app-><a href="ntqapplication.html#palette">palette</a>(); - <a href="ntqcolor.html">TQColor</a> backCol( 227,227,227 ); + <a href="tqcolor.html">TQColor</a> backCol( 227,227,227 ); // TQPalette op(white); -<a name="x290"></a> <a href="qcolorgroup.html">TQColorGroup</a> active (op.<a href="ntqpalette.html#active">active</a>().foreground(), +<a name="x290"></a> <a href="tqcolorgroup.html">TQColorGroup</a> active (op.<a href="ntqpalette.html#active">active</a>().foreground(), TQBrush(op.<a href="ntqpalette.html#active">active</a>().button(),button), TQBrush(op.<a href="ntqpalette.html#active">active</a>().light(), light), TQBrush(op.<a href="ntqpalette.html#active">active</a>().dark(), dark), @@ -1714,9 +1714,9 @@ private: op.<a href="ntqpalette.html#active">active</a>().base(),// TQColor(236,182,120), TQBrush(backCol, background) ); -<a name="x279"></a> active.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::ButtonText, TQt::white ); - active.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Shadow, TQt::black ); -<a name="x291"></a> <a href="qcolorgroup.html">TQColorGroup</a> disabled (op.<a href="ntqpalette.html#disabled">disabled</a>().foreground(), +<a name="x279"></a> active.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::ButtonText, TQt::white ); + active.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Shadow, TQt::black ); +<a name="x291"></a> <a href="tqcolorgroup.html">TQColorGroup</a> disabled (op.<a href="ntqpalette.html#disabled">disabled</a>().foreground(), TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().button(),button), TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().light(), light), op.<a href="ntqpalette.html#disabled">disabled</a>().dark(), @@ -1780,9 +1780,9 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget } <a name="x312"></a>void MetalStyle::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( PrimitiveElement pe, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags flags, const <a href="tqstyleoption.html">TQStyleOption</a>& opt ) const { switch( pe ) { @@ -1824,10 +1824,10 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget } <a name="x311"></a>void MetalStyle::<a href="tqstyle.html#drawControl">drawControl</a>( ControlElement element, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how, const <a href="tqstyleoption.html">TQStyleOption</a>& opt ) const { @@ -1840,25 +1840,25 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget <a name="x297"></a> r.<a href="ntqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); -<a name="x288"></a><a name="x277"></a> p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); -<a name="x275"></a> p-><a href="ntqpainter.html#setBrush">setBrush</a>( TQBrush(cg.<a href="qcolorgroup.html#button">button</a>(), NoBrush) ); +<a name="x288"></a><a name="x277"></a> p-><a href="tqpainter.html#setPen">setPen</a>( cg.<a href="tqcolorgroup.html#foreground">foreground</a>() ); +<a name="x275"></a> p-><a href="tqpainter.html#setBrush">setBrush</a>( TQBrush(cg.<a href="tqcolorgroup.html#button">button</a>(), NoBrush) ); - <a href="ntqbrush.html">TQBrush</a> fill; + <a href="tqbrush.html">TQBrush</a> fill; <a name="x268"></a> if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) -<a name="x274"></a> fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); +<a name="x274"></a> fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); <a name="x269"></a> else if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) -<a name="x278"></a> fill = TQBrush( cg.<a href="qcolorgroup.html#mid">mid</a>(), Dense4Pattern ); +<a name="x278"></a> fill = TQBrush( cg.<a href="tqcolorgroup.html#mid">mid</a>(), Dense4Pattern ); else - fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); + fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); <a name="x294"></a> if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { <a href="ntqpointarray.html">TQPointArray</a> a; <a name="x293"></a> a.setPoints( 9, x1, y1, x2, y1, x2, y2, x1, y2, x1, y1+1, x2-1, y1+1, x2-1, y2-1, x1+1, y2-1, x1+1, y1+1 ); - p-><a href="ntqpainter.html#setPen">setPen</a>( TQt::black ); -<a name="x285"></a> p-><a href="ntqpainter.html#drawPolyline">drawPolyline</a>( a ); + p-><a href="tqpainter.html#setPen">setPen</a>( TQt::black ); +<a name="x285"></a> p-><a href="tqpainter.html#drawPolyline">drawPolyline</a>( a ); x1 += 2; y1 += 2; x2 -= 2; @@ -1885,8 +1885,8 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget TQRect(x2 - dx, dx, y1, y2 - y1), cg, flags, opt ); } -<a name="x283"></a> if ( p-><a href="ntqpainter.html#brush">brush</a>().style() != NoBrush ) - p-><a href="ntqpainter.html#setBrush">setBrush</a>( NoBrush ); +<a name="x283"></a> if ( p-><a href="tqpainter.html#brush">brush</a>().style() != NoBrush ) + p-><a href="tqpainter.html#setBrush">setBrush</a>( NoBrush ); break; } case CE_PushButtonLabel: @@ -1907,7 +1907,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget dy--; } if ( dx || dy ) -<a name="x289"></a> p-><a href="ntqpainter.html#translate">translate</a>( dx, dy ); +<a name="x289"></a> p-><a href="tqpainter.html#translate">translate</a>( dx, dy ); x += 2; y += 2; w -= 4; @@ -1916,9 +1916,9 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget AlignCenter|ShowPrefix, cg, btn-><a href="tqwidget.html#isEnabled">isEnabled</a>(), <a name="x271"></a><a name="x270"></a> btn-><a href="ntqbutton.html#pixmap">pixmap</a>(), btn-><a href="ntqbutton.html#text">text</a>(), -1, -<a name="x276"></a><a name="x273"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>())? &cg.<a href="qcolorgroup.html#brightText">brightText</a>() : &cg.<a href="qcolorgroup.html#buttonText">buttonText</a>() ); +<a name="x276"></a><a name="x273"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>())? &cg.<a href="tqcolorgroup.html#brightText">brightText</a>() : &cg.<a href="tqcolorgroup.html#buttonText">buttonText</a>() ); if ( dx || dy ) - p-><a href="ntqpainter.html#translate">translate</a>( -dx, -dy ); + p-><a href="tqpainter.html#translate">translate</a>( -dx, -dy ); break; } default: @@ -1927,10 +1927,10 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget } } <a name="x310"></a>void MetalStyle::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( ComplexControl cc, - <a href="ntqpainter.html">TQPainter</a> *p, + <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqwidget.html">TQWidget</a> *widget, const <a href="ntqrect.html">TQRect</a> &r, - const <a href="qcolorgroup.html">TQColorGroup</a> &cg, + const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, SFlags how, SCFlags sub, SCFlags subActive, @@ -1956,9 +1956,9 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget // not exactly correct... const <a href="ntqcombobox.html">TQComboBox</a> *cmb = ( const <a href="ntqcombobox.html">TQComboBox</a>* ) widget; - <a href="ntqpainter.html#qDrawWinPanel">qDrawWinPanel</a>( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), cg, TRUE, - cmb-><a href="tqwidget.html#isEnabled">isEnabled</a>() ? &cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Base ) : - &cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Background ) ); + <a href="tqpainter.html#qDrawWinPanel">qDrawWinPanel</a>( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), cg, TRUE, + cmb-><a href="tqwidget.html#isEnabled">isEnabled</a>() ? &cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Base ) : + &cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Background ) ); drawMetalButton( p, r.<a href="ntqrect.html#x">x</a>() + r.<a href="ntqrect.html#width">width</a>() - 2 - 16, r.<a href="ntqrect.html#y">y</a>() + 2, 16, r.<a href="ntqrect.html#height">height</a>() - 4, how & Style_Sunken, TRUE ); <a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, @@ -1982,7 +1982,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget /a horz is TRUE. */ -void <a name="f228"></a>MetalStyle::drawMetalButton( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, +void <a name="f228"></a>MetalStyle::drawMetalButton( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat ) const { @@ -1993,13 +1993,13 @@ void <a name="f228"></a>MetalStyle::drawMetalButton( <a href="ntqpainter.html">T -void <a name="f229"></a>MetalStyle::drawMetalFrame( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const +void <a name="f229"></a>MetalStyle::drawMetalFrame( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const { - <a href="ntqcolor.html">TQColor</a> top1("#878769691515"); - <a href="ntqcolor.html">TQColor</a> top2("#C6C6B4B44949"); + <a href="tqcolor.html">TQColor</a> top1("#878769691515"); + <a href="tqcolor.html">TQColor</a> top2("#C6C6B4B44949"); - <a href="ntqcolor.html">TQColor</a> bot2("#70705B5B1414"); - <a href="ntqcolor.html">TQColor</a> bot1("#56564A4A0E0E"); //first from the bottom + <a href="tqcolor.html">TQColor</a> bot2("#70705B5B1414"); + <a href="tqcolor.html">TQColor</a> bot1("#56564A4A0E0E"); //first from the bottom int x2 = x + w - 1; @@ -2007,39 +2007,39 @@ void <a name="f229"></a>MetalStyle::drawMetalFrame( <a href="ntqpainter.html">TQ //frame: - p-><a href="ntqpainter.html#setPen">setPen</a>( top1 ); -<a name="x284"></a> p-><a href="ntqpainter.html#drawLine">drawLine</a>( x, y2, x, y ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x, y, x2-1, y ); - p-><a href="ntqpainter.html#setPen">setPen</a>( top2 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y2 -1, x+1, y+1 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y+1 , x2-2, y+1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( top1 ); +<a name="x284"></a> p-><a href="tqpainter.html#drawLine">drawLine</a>( x, y2, x, y ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x, y, x2-1, y ); + p-><a href="tqpainter.html#setPen">setPen</a>( top2 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x+1, y2 -1, x+1, y+1 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x+1, y+1 , x2-2, y+1 ); - p-><a href="ntqpainter.html#setPen">setPen</a>( bot1 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y2, x2, y2 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x2, y2, x2, y ); - p-><a href="ntqpainter.html#setPen">setPen</a>( bot2 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y2-1, x2-1, y2-1 ); - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x2-1, y2-1, x2-1, y+1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( bot1 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x+1, y2, x2, y2 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x2, y2, x2, y ); + p-><a href="tqpainter.html#setPen">setPen</a>( bot2 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x+1, y2-1, x2-1, y2-1 ); + p-><a href="tqpainter.html#drawLine">drawLine</a>( x2-1, y2-1, x2-1, y+1 ); } -void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, +void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat ) const { - <a href="ntqcolor.html">TQColor</a> highlight("#E8E8DDDD6565"); - <a href="ntqcolor.html">TQColor</a> subh1("#CECEBDBD5151"); - <a href="ntqcolor.html">TQColor</a> subh2("#BFBFACAC4545"); + <a href="tqcolor.html">TQColor</a> highlight("#E8E8DDDD6565"); + <a href="tqcolor.html">TQColor</a> subh1("#CECEBDBD5151"); + <a href="tqcolor.html">TQColor</a> subh2("#BFBFACAC4545"); - <a href="ntqcolor.html">TQColor</a> topgrad("#B9B9A5A54040"); - <a href="ntqcolor.html">TQColor</a> botgrad("#89896C6C1A1A"); + <a href="tqcolor.html">TQColor</a> topgrad("#B9B9A5A54040"); + <a href="tqcolor.html">TQColor</a> botgrad("#89896C6C1A1A"); if ( flat && !sunken ) { -<a name="x286"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( x + 2, y + 2, w - 4,h -4, topgrad ); +<a name="x286"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( x + 2, y + 2, w - 4,h -4, topgrad ); } else { // highlight: int i = 0; @@ -2053,18 +2053,18 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="ntqpainter.html" y2 = y2 - 2; #define DRAWLINE if (horz) \ - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x1, y1+i, x2, y1+i ); \ + p-><a href="tqpainter.html#drawLine">drawLine</a>( x1, y1+i, x2, y1+i ); \ else \ - p-><a href="ntqpainter.html#drawLine">drawLine</a>( x1+i, y1, x1+i, y2 ); \ + p-><a href="tqpainter.html#drawLine">drawLine</a>( x1+i, y1, x1+i, y2 ); \ i++; if ( !sunken ) { - p-><a href="ntqpainter.html#setPen">setPen</a>( highlight ); + p-><a href="tqpainter.html#setPen">setPen</a>( highlight ); DRAWLINE; DRAWLINE; - p-><a href="ntqpainter.html#setPen">setPen</a>( subh1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( subh1 ); DRAWLINE; - p-><a href="ntqpainter.html#setPen">setPen</a>( subh2 ); + p-><a href="tqpainter.html#setPen">setPen</a>( subh2 ); DRAWLINE; } // gradient: @@ -2072,32 +2072,32 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="ntqpainter.html" int h1, h2, s1, s2, v1, v2; if ( !sunken ) { -<a name="x272"></a> topgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); - botgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); +<a name="x272"></a> topgrad.<a href="tqcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); + botgrad.<a href="tqcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); } else { - botgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); - topgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); + botgrad.<a href="tqcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); + topgrad.<a href="tqcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); } if ( ng > 1 ) { for ( int j =0; j < ng; j++ ) { - p-><a href="ntqpainter.html#setPen">setPen</a>( TQColor( h1 + ((h2-h1)*j)/(ng-1), + p-><a href="tqpainter.html#setPen">setPen</a>( TQColor( h1 + ((h2-h1)*j)/(ng-1), s1 + ((s2-s1)*j)/(ng-1), v1 + ((v2-v1)*j)/(ng-1), TQColor::Hsv ) ); DRAWLINE; } } else if ( ng == 1 ) { - p-><a href="ntqpainter.html#setPen">setPen</a>( TQColor((h1+h2)/2, (s1+s2)/2, (v1+v2)/2, TQColor::Hsv) ); + p-><a href="tqpainter.html#setPen">setPen</a>( TQColor((h1+h2)/2, (s1+s2)/2, (v1+v2)/2, TQColor::Hsv) ); DRAWLINE; } if ( sunken ) { - p-><a href="ntqpainter.html#setPen">setPen</a>( subh2 ); + p-><a href="tqpainter.html#setPen">setPen</a>( subh2 ); DRAWLINE; - p-><a href="ntqpainter.html#setPen">setPen</a>( subh1 ); + p-><a href="tqpainter.html#setPen">setPen</a>( subh1 ); DRAWLINE; - p-><a href="ntqpainter.html#setPen">setPen</a>( highlight ); + p-><a href="tqpainter.html#setPen">setPen</a>( highlight ); DRAWLINE; DRAWLINE; } @@ -2135,7 +2135,7 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="ntqpainter.html" #define THEMES_H #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> class TQTabWidget; @@ -2155,7 +2155,7 @@ protected slots: void aboutTQt(); private: - <a href="ntqfont.html">TQFont</a> appFont; + <a href="tqfont.html">TQFont</a> appFont; }; @@ -2191,7 +2191,7 @@ private: #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="tqstylefactory-h.html">tqstylefactory.h</a>> #include <<a href="tqaction-h.html">tqaction.h</a>> #include <<a href="tqsignalmapper-h.html">tqsignalmapper.h</a>> diff --git a/doc/html/threads.html b/doc/html/threads.html index febd6d2c3..f52ad6d3e 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -235,17 +235,17 @@ mutex is <em>not</em> unlocked when re-entering the event loop (e.g. when executing a modal dialog with <a href="ntqdialog.html#exec">TQDialog::exec</a>()). <p> If another thread locks the TQt library mutex, then the event loop will stop processing events, and the locking thread may do simple GUI -operations. Operations such as creating a <a href="ntqpainter.html">TQPainter</a> and drawing a line +operations. Operations such as creating a <a href="tqpainter.html">TQPainter</a> and drawing a line are examples of simple GUI operations: <p> <pre> ... tqApp-><a href="ntqapplication.html#lock">lock</a>(); - <a href="ntqpainter.html">TQPainter</a> p; - p.<a href="ntqpainter.html#begin">begin</a>( mywidget ); - p.<a href="ntqpainter.html#setPen">setPen</a>( TQColor( "red" ) ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( 0,0,100,100 ); - p.<a href="ntqpainter.html#end">end</a>(); + <a href="tqpainter.html">TQPainter</a> p; + p.<a href="tqpainter.html#begin">begin</a>( mywidget ); + p.<a href="tqpainter.html#setPen">setPen</a>( TQColor( "red" ) ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( 0,0,100,100 ); + p.<a href="tqpainter.html#end">end</a>(); tqApp-><a href="ntqapplication.html#unlock">unlock</a>(); ... diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html index cdb2a1126..f3ac95b51 100644 --- a/doc/html/tictac-example.html +++ b/doc/html/tictac-example.html @@ -78,7 +78,7 @@ public: <a href="tqsize.html">TQSize</a> sizeHint() const { return TQSize( 32, 32 ); } <a href="tqsize.html">TQSize</a> minimumSizeHint() const { return TQSize( 10, 10 ); } protected: - void drawButtonLabel( <a href="ntqpainter.html">TQPainter</a> * ); + void drawButtonLabel( <a href="tqpainter.html">TQPainter</a> * ); private: Type t; }; @@ -164,7 +164,7 @@ private: #include "tictac.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qdrawutil-h.html">ntqdrawutil.h</a>> #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> @@ -191,15 +191,15 @@ private: // Paints TicTacButton // -<a name="x31"></a>void TicTacButton::<a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>( <a href="ntqpainter.html">TQPainter</a> *p ) +<a name="x31"></a>void TicTacButton::<a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>( <a href="tqpainter.html">TQPainter</a> *p ) { <a href="ntqrect.html">TQRect</a> r = <a href="tqwidget.html#rect">rect</a>(); - p-><a href="ntqpainter.html#setPen">setPen</a>( TQPen( white,2 ) ); // set fat pen + p-><a href="tqpainter.html#setPen">setPen</a>( TQPen( white,2 ) ); // set fat pen if ( t == Circle ) { -<a name="x36"></a><a name="x35"></a><a name="x28"></a> p-><a href="ntqpainter.html#drawEllipse">drawEllipse</a>( r.<a href="ntqrect.html#left">left</a>()+4, r.<a href="ntqrect.html#top">top</a>()+4, r.<a href="ntqrect.html#width">width</a>()-8, r.<a href="ntqrect.html#height">height</a>()-8 ); +<a name="x36"></a><a name="x35"></a><a name="x28"></a> p-><a href="tqpainter.html#drawEllipse">drawEllipse</a>( r.<a href="ntqrect.html#left">left</a>()+4, r.<a href="ntqrect.html#top">top</a>()+4, r.<a href="ntqrect.html#width">width</a>()-8, r.<a href="ntqrect.html#height">height</a>()-8 ); } else if ( t == Cross ) { // draw cross -<a name="x37"></a><a name="x33"></a> p-><a href="ntqpainter.html#drawLine">drawLine</a>( r.<a href="ntqrect.html#topLeft">topLeft</a>() +TQPoint(4,4), r.<a href="ntqrect.html#bottomRight">bottomRight</a>()-TQPoint(4,4)); -<a name="x38"></a><a name="x32"></a> p-><a href="ntqpainter.html#drawLine">drawLine</a>( r.<a href="ntqrect.html#bottomLeft">bottomLeft</a>()+TQPoint(4,-4),r.<a href="ntqrect.html#topRight">topRight</a>() -TQPoint(4,-4)); +<a name="x37"></a><a name="x33"></a> p-><a href="tqpainter.html#drawLine">drawLine</a>( r.<a href="ntqrect.html#topLeft">topLeft</a>() +TQPoint(4,4), r.<a href="ntqrect.html#bottomRight">bottomRight</a>()-TQPoint(4,4)); +<a name="x38"></a><a name="x32"></a> p-><a href="tqpainter.html#drawLine">drawLine</a>( r.<a href="ntqrect.html#bottomLeft">bottomLeft</a>()+TQPoint(4,-4),r.<a href="ntqrect.html#topRight">topRight</a>() -TQPoint(4,-4)); } } diff --git a/doc/html/titleindex b/doc/html/titleindex index 0a15fcf2f..08ccb296f 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -11,7 +11,7 @@ A Tiny QTL Example | qtl-tqvaluelist-example.html A qt-interest mail archive search | archivesearch-example.html A simple HTTP daemon | httpd-example.html A simple NNTP implementation | networkprotocol-example.html -A simple demonstration of QFont member functions | simple-font-demo-example.html +A simple demonstration of TQFont member functions | simple-font-demo-example.html A simple mail client | mail-example.html A small client-server example | clientserver-example.html A tiny SAX2 parser | tagreader-example.html @@ -172,8 +172,8 @@ TQBitmap Class | tqbitmap.html TQBitmap Member List | tqbitmap-members.html QBoxLayout Class | qboxlayout.html QBoxLayout Member List | qboxlayout-members.html -QBrush Class | ntqbrush.html -QBrush Member List | qbrush-members.html +TQBrush Class | tqbrush.html +TQBrush Member List | tqbrush-members.html TQBuffer Class | tqbuffer.html TQBuffer Member List | tqbuffer-members.html QButton Class | ntqbutton.html @@ -234,14 +234,14 @@ TQClipboard Class | tqclipboard.html TQClipboard Member List | tqclipboard-members.html QCloseEvent Class | qcloseevent.html QCloseEvent Member List | qcloseevent-members.html -TQColor Class | ntqcolor.html -TQColor Member List | qcolor-members.html -QColorDialog Class | ntqcolordialog.html -QColorDialog Member List | qcolordialog-members.html +TQColor Class | tqcolor.html +TQColor Member List | tqcolor-members.html +TQColorDialog Class | tqcolordialog.html +TQColorDialog Member List | tqcolordialog-members.html TQColorDrag Class | tqcolordrag.html TQColorDrag Member List | tqcolordrag-members.html -QColorGroup Class | qcolorgroup.html -QColorGroup Member List | qcolorgroup-members.html +TQColorGroup Class | tqcolorgroup.html +TQColorGroup Member List | tqcolorgroup-members.html QComboBox Class | ntqcombobox.html QComboBox Member List | qcombobox-members.html QComboTableItem Class | qcombotableitem.html @@ -378,17 +378,17 @@ QFocusData Class | ntqfocusdata.html QFocusData Member List | qfocusdata-members.html QFocusEvent Class | qfocusevent.html QFocusEvent Member List | qfocusevent-members.html -QFont Class | ntqfont.html -QFont Examples | qfont-examples.html -QFont Member List | qfont-members.html -QFontDatabase Class | ntqfontdatabase.html -QFontDatabase Member List | qfontdatabase-members.html -QFontDialog Class | ntqfontdialog.html -QFontDialog Member List | qfontdialog-members.html -QFontInfo Class | ntqfontinfo.html -QFontInfo Member List | qfontinfo-members.html -QFontMetrics Class | ntqfontmetrics.html -QFontMetrics Member List | qfontmetrics-members.html +TQFont Class | tqfont.html +TQFont Examples | tqfont-examples.html +TQFont Member List | tqfont-members.html +TQFontDatabase Class | tqfontdatabase.html +TQFontDatabase Member List | tqfontdatabase-members.html +TQFontDialog Class | tqfontdialog.html +TQFontDialog Member List | tqfontdialog-members.html +TQFontInfo Class | tqfontinfo.html +TQFontInfo Member List | tqfontinfo-members.html +TQFontMetrics Class | tqfontmetrics.html +TQFontMetrics Member List | tqfontmetrics-members.html QFrame Class | ntqframe.html QFrame Member List | qframe-members.html TQFtp Class | tqftp.html @@ -575,8 +575,8 @@ QMouseEvent Class | qmouseevent.html QMouseEvent Member List | qmouseevent-members.html QMoveEvent Class | qmoveevent.html QMoveEvent Member List | qmoveevent-members.html -QMovie Class | ntqmovie.html -QMovie Member List | qmovie-members.html +TQMovie Class | tqmovie.html +TQMovie Member List | tqmovie-members.html QMultiLineEdit Class | ntqmultilineedit.html QMultiLineEdit Member List | qmultilineedit-members.html TQMutex Class | tqmutex.html @@ -605,14 +605,14 @@ TQObjectListIterator Class | tqobjectlistiterator.html TQObjectListIterator Member List | tqobjectlistiterator-members.html QPNGImagePacker Class | qpngimagepacker.html QPNGImagePacker Member List | qpngimagepacker-members.html -QPaintDevice Class | ntqpaintdevice.html -QPaintDevice Member List | qpaintdevice-members.html -QPaintDeviceMetrics Class | ntqpaintdevicemetrics.html -QPaintDeviceMetrics Member List | qpaintdevicemetrics-members.html -QPaintEvent Class | qpaintevent.html -QPaintEvent Member List | qpaintevent-members.html -QPainter Class | ntqpainter.html -QPainter Member List | qpainter-members.html +TQPaintDevice Class | tqpaintdevice.html +TQPaintDevice Member List | tqpaintdevice-members.html +TQPaintDeviceMetrics Class | tqpaintdevicemetrics.html +TQPaintDeviceMetrics Member List | tqpaintdevicemetrics-members.html +TQPaintEvent Class | tqpaintevent.html +TQPaintEvent Member List | tqpaintevent-members.html +TQPainter Class | tqpainter.html +TQPainter Member List | tqpainter-members.html TQPair Class | tqpair.html TQPair Member List | tqpair-members.html QPalette Class | ntqpalette.html @@ -1083,7 +1083,7 @@ ntqasyncio.h Include File | qasyncio-h.html tqbig5codec.h Include File | tqbig5codec-h.html tqbitarray.h Include File | tqbitarray-h.html tqbitmap.h Include File | tqbitmap-h.html -ntqbrush.h Include File | qbrush-h.html +tqbrush.h Include File | tqbrush-h.html tqbuffer.h Include File | tqbuffer-h.html ntqbutton.h Include File | qbutton-h.html ntqbuttongroup.h Include File | qbuttongroup-h.html @@ -1092,8 +1092,8 @@ tqcanvas.h Include File | tqcanvas-h.html ntqcdestyle.h Include File | qcdestyle-h.html ntqcheckbox.h Include File | qcheckbox-h.html tqclipboard.h Include File | tqclipboard-h.html -ntqcolor.h Include File | qcolor-h.html -ntqcolordialog.h Include File | qcolordialog-h.html +tqcolor.h Include File | tqcolor-h.html +tqcolordialog.h Include File | tqcolordialog-h.html ntqcombobox.h Include File | qcombobox-h.html ntqcommonstyle.h Include File | qcommonstyle-h.html tqcstring.h Include File | tqcstring-h.html @@ -1127,11 +1127,11 @@ tqfile.h Include File | tqfile-h.html tqfiledialog.h Include File | tqfiledialog-h.html tqfileinfo.h Include File | tqfileinfo-h.html ntqfocusdata.h Include File | qfocusdata-h.html -ntqfont.h Include File | qfont-h.html -ntqfontdatabase.h Include File | qfontdatabase-h.html -ntqfontdialog.h Include File | qfontdialog-h.html -ntqfontinfo.h Include File | qfontinfo-h.html -ntqfontmetrics.h Include File | qfontmetrics-h.html +tqfont.h Include File | tqfont-h.html +tqfontdatabase.h Include File | tqfontdatabase-h.html +tqfontdialog.h Include File | tqfontdialog-h.html +tqfontinfo.h Include File | tqfontinfo-h.html +tqfontmetrics.h Include File | tqfontmetrics-h.html ntqframe.h Include File | qframe-h.html tqftp.h Include File | tqftp-h.html tqgb18030codec.h Include File | tqgb18030codec-h.html @@ -1180,7 +1180,7 @@ qmotifdialog.h Include File | qmotifdialog-h.html ntqmotifplusstyle.h Include File | qmotifplusstyle-h.html ntqmotifstyle.h Include File | qmotifstyle-h.html qmotifwidget.h Include File | qmotifwidget-h.html -ntqmovie.h Include File | qmovie-h.html +tqmovie.h Include File | tqmovie-h.html ntqmultilineedit.h Include File | qmultilineedit-h.html tqmutex.h Include File | tqmutex-h.html ntqnamespace.h Include File | qnamespace-h.html @@ -1190,9 +1190,9 @@ ntqnp.h Include File | qnp-h.html tqobject.h Include File | tqobject-h.html tqobjectcleanuphandler.h Include File | tqobjectcleanuphandler-h.html tqobjectlist.h Include File | tqobjectlist-h.html -ntqpaintdevice.h Include File | qpaintdevice-h.html -ntqpaintdevicemetrics.h Include File | qpaintdevicemetrics-h.html -ntqpainter.h Include File | qpainter-h.html +tqpaintdevice.h Include File | tqpaintdevice-h.html +tqpaintdevicemetrics.h Include File | tqpaintdevicemetrics-h.html +tqpainter.h Include File | tqpainter-h.html tqpair.h Include File | tqpair-h.html ntqpalette.h Include File | qpalette-h.html ntqpen.h Include File | qpen-h.html diff --git a/doc/html/tooltip-example.html b/doc/html/tooltip-example.html index b3a81e63f..edccc2c2d 100644 --- a/doc/html/tooltip-example.html +++ b/doc/html/tooltip-example.html @@ -74,7 +74,7 @@ public: <a href="ntqrect.html">TQRect</a> tip( const <a href="ntqpoint.html">TQPoint</a> & ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); @@ -100,7 +100,7 @@ private: #include "tooltip.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <stdlib.h> @@ -147,25 +147,25 @@ TellMe::~TellMe() } -void TellMe::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * e ) +void TellMe::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * e ) { - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="tqpainter.html">TQPainter</a> p( this ); // I try to be efficient here, and repaint only what's needed -<a name="x446"></a> if ( e-><a href="qpaintevent.html#rect">rect</a>().intersects( r1 ) ) { -<a name="x445"></a> p.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); -<a name="x444"></a> p.<a href="ntqpainter.html#drawRect">drawRect</a>( r1 ); +<a name="x446"></a> if ( e-><a href="tqpaintevent.html#rect">rect</a>().intersects( r1 ) ) { +<a name="x445"></a> p.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); +<a name="x444"></a> p.<a href="tqpainter.html#drawRect">drawRect</a>( r1 ); } - if ( e-><a href="qpaintevent.html#rect">rect</a>().intersects( r2 ) ) { - p.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( r2 ); + if ( e-><a href="tqpaintevent.html#rect">rect</a>().intersects( r2 ) ) { + p.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( r2 ); } - if ( e-><a href="qpaintevent.html#rect">rect</a>().intersects( r3 ) ) { - p.<a href="ntqpainter.html#setBrush">setBrush</a>( red ); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( r3 ); + if ( e-><a href="tqpaintevent.html#rect">rect</a>().intersects( r3 ) ) { + p.<a href="tqpainter.html#setBrush">setBrush</a>( red ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( r3 ); } } diff --git a/doc/html/tqaction-application-example.html b/doc/html/tqaction-application-example.html index d81f8b19c..444153767 100644 --- a/doc/html/tqaction-application-example.html +++ b/doc/html/tqaction-application-example.html @@ -119,8 +119,8 @@ private: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> -#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> +#include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>> #include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> #include <<a href="tqaction-h.html">tqaction.h</a>> #include <<a href="qsimplerichtext-h.html">ntqsimplerichtext.h</a>> @@ -324,16 +324,16 @@ void <a name="f381"></a>ApplicationWindow::print() <a name="x1150"></a> printer-><a href="ntqprinter.html#setFullPage">setFullPage</a>( TRUE ); <a name="x1151"></a> if ( printer-><a href="ntqprinter.html#setup">setup</a>(this) ) { // printer dialog <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Printing..." ); - <a href="ntqpainter.html">TQPainter</a> p; - if( !p.<a href="ntqpainter.html#begin">begin</a>( printer ) ) { // paint on printer + <a href="tqpainter.html">TQPainter</a> p; + if( !p.<a href="tqpainter.html#begin">begin</a>( printer ) ) { // paint on printer <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Printing aborted", 2000 ); return; } -<a name="x1145"></a> <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="ntqpainter.html#device">device</a>() ); -<a name="x1142"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); +<a name="x1145"></a> <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="tqpainter.html#device">device</a>() ); +<a name="x1142"></a> int dpiy = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins -<a name="x1143"></a><a name="x1141"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); +<a name="x1143"></a><a name="x1141"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - 2*margin ); <a name="x1163"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="tqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="tqtextedit.html#text">text</a>()), TQFont(), <a name="x1164"></a> e-><a href="tqtextedit.html#context">context</a>(), @@ -345,9 +345,9 @@ void <a name="f381"></a>ApplicationWindow::print() do { <a name="x1158"></a> richText.<a href="ntqsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); <a name="x1154"></a> view.<a href="ntqrect.html#moveBy">moveBy</a>( 0, view.<a href="ntqrect.html#height">height</a>() ); -<a name="x1148"></a> p.<a href="ntqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); -<a name="x1155"></a><a name="x1147"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), -<a name="x1152"></a> view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); +<a name="x1148"></a> p.<a href="tqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); +<a name="x1155"></a><a name="x1147"></a> p.<a href="tqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="tqstring.html#number">number</a>( page ) ), +<a name="x1152"></a> view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); <a name="x1159"></a> if ( view.<a href="ntqrect.html#top">top</a>() - margin >= richText.<a href="ntqsimplerichtext.html#height">height</a>() ) break; <a name="x1149"></a> printer-><a href="ntqprinter.html#newPage">newPage</a>(); diff --git a/doc/html/tqbitmap-members.html b/doc/html/tqbitmap-members.html index 94d9b9888..4428fa86c 100644 --- a/doc/html/tqbitmap-members.html +++ b/doc/html/tqbitmap-members.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqbitmap.html#TQBitmap">TQBitmap</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqpixmap.html#convertFromImage">convertFromImage</a>() <li><a href="ntqpixmap.html#convertToImage">convertToImage</a>() <li><a href="ntqpixmap.html#createHeuristicMask">createHeuristicMask</a>() @@ -48,12 +48,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#fromMimeSource">fromMimeSource</a>() <li><a href="ntqpixmap.html#grabWidget">grabWidget</a>() <li><a href="ntqpixmap.html#grabWindow">grabWindow</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqpixmap.html#hasAlpha">hasAlpha</a>() <li><a href="ntqpixmap.html#hasAlphaChannel">hasAlphaChannel</a>() <li><a href="ntqpixmap.html#height">height</a>() <li><a href="ntqpixmap.html#imageFormat">imageFormat</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqpixmap.html#isNull">isNull</a>() <li><a href="ntqpixmap.html#isTQBitmap">isTQBitmap</a>() <li><a href="ntqpixmap.html#load">load</a>() @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#metric">metric</a>() <li><a href="tqbitmap.html#operator-eq">operator=</a>() <li><a href="ntqpixmap.html#optimization">optimization</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="ntqpixmap.html#rect">rect</a>() <li><a href="ntqpixmap.html#resize">resize</a>() <li><a href="ntqpixmap.html#save">save</a>() @@ -74,27 +74,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#size">size</a>() <li><a href="ntqpixmap.html#trueMatrix">trueMatrix</a>() <li><a href="ntqpixmap.html#width">width</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqbitmap.html#xForm">xForm</a>() </ul> <!-- eof --> diff --git a/doc/html/tqbitmap.html b/doc/html/tqbitmap.html index c4e78871e..abea71e97 100644 --- a/doc/html/tqbitmap.html +++ b/doc/html/tqbitmap.html @@ -58,7 +58,7 @@ The TQBitmap class provides monochrome (1-bit depth) pixmaps. <p> The TQBitmap class is a monochrome off-screen paint device used -mainly for creating custom <a href="ntqcursor.html">TQCursor</a> and <a href="ntqbrush.html">TQBrush</a> objects, in +mainly for creating custom <a href="ntqcursor.html">TQCursor</a> and <a href="tqbrush.html">TQBrush</a> objects, in <a href="ntqpixmap.html#setMask">TQPixmap::setMask</a>() and for <a href="ntqregion.html">TQRegion</a>. <p> A TQBitmap is a <a href="ntqpixmap.html">TQPixmap</a> with a <a href="ntqpixmap.html#depth">depth</a> of 1. If a pixmap with a depth greater than 1 is assigned to a @@ -66,19 +66,19 @@ bitmap, the bitmap will be dithered automatically. A TQBitmap is guaranteed to always have the depth 1, unless it is <a href="ntqpixmap.html#isNull">TQPixmap::isNull</a>() which has depth 0. <p> When drawing in a TQBitmap (or TQPixmap with depth 1), we recommend -using the <a href="ntqcolor.html">TQColor</a> objects <tt>TQt::color0</tt> and <tt>TQt::color1</tt>. +using the <a href="tqcolor.html">TQColor</a> objects <tt>TQt::color0</tt> and <tt>TQt::color1</tt>. Painting with <tt>color0</tt> sets the bitmap bits to 0, and painting with <tt>color1</tt> sets the bits to 1. For a bitmap, 0-bits indicate background (or transparent) and 1-bits indicate foreground (or opaque). Using the <tt>black</tt> and <tt>white</tt> TQColor objects make no -sense because the <a href="ntqcolor.html#pixel">TQColor::pixel</a>() value is not necessarily 0 for +sense because the <a href="tqcolor.html#pixel">TQColor::pixel</a>() value is not necessarily 0 for black and 1 for white. <p> The TQBitmap can be transformed (translated, scaled, sheared or rotated) using <a href="#xForm">xForm</a>(). <p> Just like the <a href="ntqpixmap.html">TQPixmap</a> class, TQBitmap is optimized by the use of <a href="shclass.html">implicit sharing</a>, so it is very efficient to pass TQBitmap objects as arguments. -<p> <p>See also <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpainter.html#drawPixmap">TQPainter::drawPixmap</a>(), <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>(), <a href="shclass.html">Shared Classes</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqpainter.html#drawPixmap">TQPainter::drawPixmap</a>(), <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(), <a href="shclass.html">Shared Classes</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQBitmap"></a>TQBitmap::TQBitmap () @@ -90,7 +90,7 @@ Constructs a null bitmap. </h3> Constructs a bitmap with width <em>w</em> and height <em>h</em>. <p> The contents of the bitmap is uninitialized if <em>clear</em> is FALSE; -otherwise it is filled with pixel value 0 (the <a href="ntqcolor.html">TQColor</a> <tt>TQt::color0</tt>). +otherwise it is filled with pixel value 0 (the <a href="tqcolor.html">TQColor</a> <tt>TQt::color0</tt>). <p> The optional <em>optimization</em> argument specifies the optimization setting for the bitmap. The default optimization should be used in most cases. Games and other pixmap-intensive applications may @@ -102,7 +102,7 @@ benefit from setting this argument; see <a href="ntqpixmap.html#Optimization-enu This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Constructs a bitmap with the size <em>size</em>. <p> The contents of the bitmap is uninitialized if <em>clear</em> is FALSE; -otherwise it is filled with pixel value 0 (the <a href="ntqcolor.html">TQColor</a> <tt>TQt::color0</tt>). +otherwise it is filled with pixel value 0 (the <a href="tqcolor.html">TQColor</a> <tt>TQt::color0</tt>). <p> The optional <em>optimization</em> argument specifies the optimization setting for the bitmap. The default optimization should be used in most cases. Games and other pixmap-intensive applications may diff --git a/doc/html/qbrush-h.html b/doc/html/tqbrush-h.html index 59ab87f4b..2afa12832 100644 --- a/doc/html/qbrush-h.html +++ b/doc/html/tqbrush-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqbrush.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqbrush.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqbrush.h Include File</title> +<title>tqbrush.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqbrush.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqbrush.h</h1> -<p>This is the verbatim text of the ntqbrush.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqbrush.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqbrush.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqbrush.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQBrush class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQBRUSH_H #ifndef QT_H -#include "ntqcolor.h" +#include "tqcolor.h" #include "ntqshared.h" #endif // QT_H diff --git a/doc/html/qbrush-members.html b/doc/html/tqbrush-members.html index c708c71da..b60641156 100644 --- a/doc/html/qbrush-members.html +++ b/doc/html/tqbrush-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqbrush.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqbrush.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,20 +32,20 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQBrush</h1> <p>This is the complete list of member functions for -<a href="ntqbrush.html">TQBrush</a>, including inherited members. +<a href="tqbrush.html">TQBrush</a>, including inherited members. <ul> -<li><a href="ntqbrush.html#TQBrush">TQBrush</a>() -<li><a href="ntqbrush.html#~TQBrush">~TQBrush</a>() -<li><a href="ntqbrush.html#color">color</a>() -<li><a href="ntqbrush.html#operator!-eq">operator!=</a>() -<li><a href="ntqbrush.html#operator-eq">operator=</a>() -<li><a href="ntqbrush.html#operator-eq-eq">operator==</a>() -<li><a href="ntqbrush.html#pixmap">pixmap</a>() -<li><a href="ntqbrush.html#setColor">setColor</a>() -<li><a href="ntqbrush.html#setPixmap">setPixmap</a>() -<li><a href="ntqbrush.html#setStyle">setStyle</a>() -<li><a href="ntqbrush.html#style">style</a>() +<li><a href="tqbrush.html#TQBrush">TQBrush</a>() +<li><a href="tqbrush.html#~TQBrush">~TQBrush</a>() +<li><a href="tqbrush.html#color">color</a>() +<li><a href="tqbrush.html#operator!-eq">operator!=</a>() +<li><a href="tqbrush.html#operator-eq">operator=</a>() +<li><a href="tqbrush.html#operator-eq-eq">operator==</a>() +<li><a href="tqbrush.html#pixmap">pixmap</a>() +<li><a href="tqbrush.html#setColor">setColor</a>() +<li><a href="tqbrush.html#setPixmap">setPixmap</a>() +<li><a href="tqbrush.html#setStyle">setStyle</a>() +<li><a href="tqbrush.html#style">style</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqbrush.html b/doc/html/tqbrush.html index 613e8f6fd..8e50eb06a 100644 --- a/doc/html/ntqbrush.html +++ b/doc/html/tqbrush.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qpainter.cpp:3567 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqpainter.cpp:3567 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQBrush class defines the fill pattern of shapes drawn by a TQPainter. <a href="#details">More...</a> -<p><tt>#include <<a href="qbrush-h.html">ntqbrush.h</a>></tt> +<p><tt>#include <<a href="tqbrush-h.html">tqbrush.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p><a href="qbrush-members.html">List of all member functions.</a> +<p><a href="tqbrush-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQBrush"><b>TQBrush</b></a> ()</li> @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -<p> The TQBrush class defines the fill pattern of shapes drawn by a <a href="ntqpainter.html">TQPainter</a>. +<p> The TQBrush class defines the fill pattern of shapes drawn by a <a href="tqpainter.html">TQPainter</a>. <p> @@ -72,26 +72,26 @@ custom pattern, which is defined by a <a href="ntqpixmap.html">TQPixmap</a>. is <a href="ntqt.html#BrushStyle-enum">NoBrush</a> (depending on how you construct a brush). This style tells the painter to not fill shapes. The standard style for filling is <a href="ntqt.html#BrushStyle-enum">SolidPattern</a>. -<p> The brush color defines the color of the fill pattern. The <a href="ntqcolor.html">TQColor</a> +<p> The brush color defines the color of the fill pattern. The <a href="tqcolor.html">TQColor</a> documentation lists the predefined colors. <p> Use the <a href="ntqpen.html">TQPen</a> class for specifying line/outline styles. <p> Example: <pre> - <a href="ntqpainter.html">TQPainter</a> painter; + <a href="tqpainter.html">TQPainter</a> painter; TQBrush brush( yellow ); // yellow solid pattern - painter.<a href="ntqpainter.html#begin">begin</a>( &anyPaintDevice ); // paint something - painter.<a href="ntqpainter.html#setBrush">setBrush</a>( brush ); // set the yellow brush - painter.<a href="ntqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> ); // do not draw outline - painter.<a href="ntqpainter.html#drawRect">drawRect</a>( 40,30, 200,100 ); // draw filled rectangle - painter.<a href="ntqpainter.html#setBrush">setBrush</a>( <a href="ntqt.html#BrushStyle-enum">NoBrush</a> ); // do not fill - painter.<a href="ntqpainter.html#setPen">setPen</a>( black ); // set black pen, 0 pixel width - painter.<a href="ntqpainter.html#drawRect">drawRect</a>( 10,10, 30,20 ); // draw rectangle outline - painter.<a href="ntqpainter.html#end">end</a>(); // painting done + painter.<a href="tqpainter.html#begin">begin</a>( &anyPaintDevice ); // paint something + painter.<a href="tqpainter.html#setBrush">setBrush</a>( brush ); // set the yellow brush + painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> ); // do not draw outline + painter.<a href="tqpainter.html#drawRect">drawRect</a>( 40,30, 200,100 ); // draw filled rectangle + painter.<a href="tqpainter.html#setBrush">setBrush</a>( <a href="ntqt.html#BrushStyle-enum">NoBrush</a> ); // do not fill + painter.<a href="tqpainter.html#setPen">setPen</a>( black ); // set black pen, 0 pixel width + painter.<a href="tqpainter.html#drawRect">drawRect</a>( 10,10, 30,20 ); // draw rectangle outline + painter.<a href="tqpainter.html#end">end</a>(); // painting done </pre> <p> See the <a href="#setStyle">setStyle</a>() function for a complete list of brush styles. <p> <center><img src="brush-styles.png" alt="Brush Styles"></center> -<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="ntqpainter.html#setBrush">TQPainter::setBrush</a>(), <a href="ntqpainter.html#setBrushOrigin">TQPainter::setBrushOrigin</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="tqpainter.html#setBrush">TQPainter::setBrush</a>(), <a href="tqpainter.html#setBrushOrigin">TQPainter::setBrushOrigin</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQBrush"></a>TQBrush::TQBrush () @@ -104,12 +104,12 @@ not fill shapes). Constructs a black brush with the style <em>style</em>. <p> <p>See also <a href="#setStyle">setStyle</a>(). -<h3 class=fn><a name="TQBrush-3"></a>TQBrush::TQBrush ( const <a href="ntqcolor.html">TQColor</a> & color, <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> style = SolidPattern ) +<h3 class=fn><a name="TQBrush-3"></a>TQBrush::TQBrush ( const <a href="tqcolor.html">TQColor</a> & color, <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> style = SolidPattern ) </h3> Constructs a brush with the color <em>color</em> and the style <em>style</em>. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#setStyle">setStyle</a>(). -<h3 class=fn><a name="TQBrush-4"></a>TQBrush::TQBrush ( const <a href="ntqcolor.html">TQColor</a> & color, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap ) +<h3 class=fn><a name="TQBrush-4"></a>TQBrush::TQBrush ( const <a href="tqcolor.html">TQColor</a> & color, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap ) </h3> Constructs a brush with the color <em>color</em> and a custom pattern stored in <em>pixmap</em>. @@ -118,7 +118,7 @@ for <a href="ntqpixmap.html#depth">TQPixmap::depth</a>() == 1. <p> Pixmap brushes are currently not supported when printing on X11. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#setPixmap">setPixmap</a>(). -<h3 class=fn><a name="TQBrush-5"></a>TQBrush::TQBrush ( const <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn><a name="TQBrush-5"></a>TQBrush::TQBrush ( const <a href="tqbrush.html">TQBrush</a> & b ) </h3> Constructs a brush that is a <a href="shclass.html">shallow copy</a> of <em>b</em>. @@ -127,13 +127,13 @@ Constructs a brush that is a <a href="shclass.html">shallow </h3> Destroys the brush. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="color"></a>TQBrush::color () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="color"></a>TQBrush::color () const </h3> <p> Returns the brush color. <p> <p>See also <a href="#setColor">setColor</a>(). -<h3 class=fn>bool <a name="operator!-eq"></a>TQBrush::operator!= ( const <a href="ntqbrush.html">TQBrush</a> & b ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQBrush::operator!= ( const <a href="tqbrush.html">TQBrush</a> & b ) const </h3> <p> Returns TRUE if the brush is different from <em>b</em>; otherwise @@ -142,11 +142,11 @@ returns FALSE. pixmaps. <p> <p>See also <a href="#operator-eq-eq">operator==</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> & <a name="operator-eq"></a>TQBrush::operator= ( const <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn><a href="tqbrush.html">TQBrush</a> & <a name="operator-eq"></a>TQBrush::operator= ( const <a href="tqbrush.html">TQBrush</a> & b ) </h3> Assigns <em>b</em> to this brush and returns a reference to this brush. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQBrush::operator== ( const <a href="ntqbrush.html">TQBrush</a> & b ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQBrush::operator== ( const <a href="tqbrush.html">TQBrush</a> & b ) const </h3> Returns TRUE if the brush is equal to <em>b</em>; otherwise returns FALSE. @@ -162,7 +162,7 @@ brush pattern has been set. <p> <p>See also <a href="#setPixmap">setPixmap</a>(). <p>Example: <a href="richtext-example.html#x460">richtext/richtext.cpp</a>. -<h3 class=fn>void <a name="setColor"></a>TQBrush::setColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQBrush::setColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the brush color to <em>c</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#setStyle">setStyle</a>(). @@ -212,14 +212,14 @@ of all the styles. <p> <p>See also <a href="#setStyle">setStyle</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqbrush.html">TQBrush</a> & b ) </h3> <p> Writes the brush <em>b</em> to the stream <em>s</em> and returns a reference to the stream. <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqbrush.html">TQBrush</a> & b ) </h3> <p> Reads the brush <em>b</em> from the stream <em>s</em> and returns a reference diff --git a/doc/html/tqcanvas-h.html b/doc/html/tqcanvas-h.html index 281ea932c..bdc30490b 100644 --- a/doc/html/tqcanvas-h.html +++ b/doc/html/tqcanvas-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqscrollview.h" #include "ntqpixmap.h" #include "tqptrlist.h" -#include "ntqbrush.h" +#include "tqbrush.h" #include "ntqpen.h" #include "tqvaluelist.h" #include "ntqpointarray.h" diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index a076153bc..b9f9f7043 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -214,7 +214,7 @@ items. <a href="#setUnchanged">setUnchanged</a>(). The entire canvas can be set as changed with <a href="#setAllChanged">setAllChanged</a>(). A list of all the items on the canvas is returned by <a href="#allItems">allItems</a>(). -<p> An area can be copied (painted) to a <a href="ntqpainter.html">TQPainter</a> with <a href="#drawArea">drawArea</a>(). +<p> An area can be copied (painted) to a <a href="tqpainter.html">TQPainter</a> with <a href="#drawArea">drawArea</a>(). <p> If the canvas is resized it emits the <a href="#resized">resized</a>() signal. <p> The examples/canvas application and the 2D graphics page of the examples/demo application demonstrate many of TQCanvas's facilities. @@ -280,7 +280,7 @@ with <a href="#setAdvancePeriod">setAdvancePeriod</a>(). </h3> Returns a list of all the items in the canvas. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="backgroundColor"></a>TQCanvas::backgroundColor () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="backgroundColor"></a>TQCanvas::backgroundColor () const </h3> Returns the color set by <a href="#setBackgroundColor">setBackgroundColor</a>(). By default, this is white. @@ -325,21 +325,21 @@ are included just for being in the chunks. <p> This is a utility function mainly used to implement the simpler <a href="tqcanvasitem.html#collisions">TQCanvasItem::collisions</a>() function. -<h3 class=fn>void <a name="drawArea"></a>TQCanvas::drawArea ( const <a href="ntqrect.html">TQRect</a> & clip, <a href="ntqpainter.html">TQPainter</a> * painter, bool dbuf = FALSE ) +<h3 class=fn>void <a name="drawArea"></a>TQCanvas::drawArea ( const <a href="ntqrect.html">TQRect</a> & clip, <a href="tqpainter.html">TQPainter</a> * painter, bool dbuf = FALSE ) </h3> Paints all canvas items that are in the area <em>clip</em> to <em>painter</em>, using double-buffering if <em>dbuf</em> is TRUE. <p> e.g. to print the canvas to a printer: <pre> <a href="ntqprinter.html">TQPrinter</a> pr; if ( pr.<a href="ntqprinter.html#setup">setup</a>() ) { - <a href="ntqpainter.html">TQPainter</a> p(&pr); + <a href="tqpainter.html">TQPainter</a> p(&pr); canvas.drawArea( canvas.rect(), &p ); } </pre> <p>Example: <a href="canvas-example.html#x2908">canvas/canvas.cpp</a>. -<h3 class=fn>void <a name="drawBackground"></a>TQCanvas::drawBackground ( <a href="ntqpainter.html">TQPainter</a> & painter, const <a href="ntqrect.html">TQRect</a> & clip )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawBackground"></a>TQCanvas::drawBackground ( <a href="tqpainter.html">TQPainter</a> & painter, const <a href="ntqrect.html">TQRect</a> & clip )<tt> [virtual protected]</tt> </h3> This virtual function is called for all updates of the canvas. It renders any background graphics using the painter <em>painter</em>, in @@ -351,7 +351,7 @@ using the background color. <a href="#update">update</a>() is next called. <p> <p>See also <a href="#setBackgroundColor">setBackgroundColor</a>(), <a href="#setBackgroundPixmap">setBackgroundPixmap</a>(), and <a href="#setTiles">setTiles</a>(). -<h3 class=fn>void <a name="drawForeground"></a>TQCanvas::drawForeground ( <a href="ntqpainter.html">TQPainter</a> & painter, const <a href="ntqrect.html">TQRect</a> & clip )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawForeground"></a>TQCanvas::drawForeground ( <a href="tqpainter.html">TQPainter</a> & painter, const <a href="ntqrect.html">TQRect</a> & clip )<tt> [virtual protected]</tt> </h3> This virtual function is called for all updates of the canvas. It renders any foreground graphics using the painter <em>painter</em>, in @@ -442,7 +442,7 @@ Marks the whole canvas as changed. All views of the canvas will be entirely redrawn when <a href="#update">update</a>() is called next. -<h3 class=fn>void <a name="setBackgroundColor"></a>TQCanvas::setBackgroundColor ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setBackgroundColor"></a>TQCanvas::setBackgroundColor ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [virtual]</tt> </h3> Sets the solid background to be the color <em>c</em>. <p> <p>See also <a href="#backgroundColor">backgroundColor</a>(), <a href="#setBackgroundPixmap">setBackgroundPixmap</a>(), and <a href="#setTiles">setTiles</a>(). diff --git a/doc/html/tqcanvasellipse.html b/doc/html/tqcanvasellipse.html index 50920ce30..6ed91eab7 100644 --- a/doc/html/tqcanvasellipse.html +++ b/doc/html/tqcanvasellipse.html @@ -62,7 +62,7 @@ The TQCanvasEllipse class provides an ellipse or ellipse segment on a <a href="t <p> -<p> A canvas item that paints an ellipse or ellipse segment with a <a href="ntqbrush.html">TQBrush</a>. +<p> A canvas item that paints an ellipse or ellipse segment with a <a href="tqbrush.html">TQBrush</a>. The ellipse's height, width, start angle and angle length can be set at construction time. The size can be changed at runtime with <a href="#setSize">setSize</a>(), and the angles can be changed (if you're displaying an @@ -122,7 +122,7 @@ ellipse). this will be 0. <p> <p>See also <a href="#setAngles">setAngles</a>() and <a href="#angleLength">angleLength</a>(). -<h3 class=fn>void <a name="drawShape"></a>TQCanvasEllipse::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasEllipse::drawShape ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the ellipse, centered at <a href="tqcanvasitem.html#x">x</a>(), <a href="tqcanvasitem.html#y">y</a>() using the painter <em>p</em>. <p> Note that TQCanvasEllipse does not support an outline (the pen is diff --git a/doc/html/tqcanvasitem.html b/doc/html/tqcanvasitem.html index e3a60392e..b52ce72aa 100644 --- a/doc/html/tqcanvasitem.html +++ b/doc/html/tqcanvasitem.html @@ -246,16 +246,16 @@ doesn't need to actually embed into a "wall" item before a collision is detected. For items without velocity, plain intersection is used. -<h3 class=fn>void <a name="draw"></a>TQCanvasItem::draw ( <a href="ntqpainter.html">TQPainter</a> & painter )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="draw"></a>TQCanvasItem::draw ( <a href="tqpainter.html">TQPainter</a> & painter )<tt> [pure virtual]</tt> </h3> <p> This abstract virtual function draws the canvas item using <em>painter</em>. <p> <b>Warning:</b> When you reimplement this function, make sure that you leave the painter in the same state as you found it. For example, -if you start by calling <a href="ntqpainter.html#translate">TQPainter::translate</a>(50, 50), end your +if you start by calling <a href="tqpainter.html#translate">TQPainter::translate</a>(50, 50), end your code by calling TQPainter::translate(-50, -50). Be also aware that the painter might already have some transformations set (i.e., -don't call <a href="ntqpainter.html#resetXForm">TQPainter::resetXForm</a>() when you're done). +don't call <a href="tqpainter.html#resetXForm">TQPainter::resetXForm</a>() when you're done). <p>Reimplemented in <a href="tqcanvassprite.html#draw">TQCanvasSprite</a>, <a href="tqcanvaspolygonalitem.html#draw">TQCanvasPolygonalItem</a>, and <a href="tqcanvastext.html#draw">TQCanvasText</a>. <h3 class=fn>bool <a name="enabled"></a>TQCanvasItem::enabled () const diff --git a/doc/html/tqcanvaspixmap-members.html b/doc/html/tqcanvaspixmap-members.html index 7419d9a66..7cc4ce1fe 100644 --- a/doc/html/tqcanvaspixmap-members.html +++ b/doc/html/tqcanvaspixmap-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqcanvaspixmap.html#TQCanvasPixmap">TQCanvasPixmap</a>() <li><a href="tqcanvaspixmap.html#~TQCanvasPixmap">~TQCanvasPixmap</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqpixmap.html#convertFromImage">convertFromImage</a>() <li><a href="ntqpixmap.html#convertToImage">convertToImage</a>() <li><a href="ntqpixmap.html#createHeuristicMask">createHeuristicMask</a>() @@ -49,12 +49,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#fromMimeSource">fromMimeSource</a>() <li><a href="ntqpixmap.html#grabWidget">grabWidget</a>() <li><a href="ntqpixmap.html#grabWindow">grabWindow</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="ntqpixmap.html#hasAlpha">hasAlpha</a>() <li><a href="ntqpixmap.html#hasAlphaChannel">hasAlphaChannel</a>() <li><a href="ntqpixmap.html#height">height</a>() <li><a href="ntqpixmap.html#imageFormat">imageFormat</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqpixmap.html#isNull">isNull</a>() <li><a href="ntqpixmap.html#isTQBitmap">isTQBitmap</a>() <li><a href="ntqpixmap.html#load">load</a>() @@ -65,7 +65,7 @@ body { background: #ffffff; color: black; } <li><a href="tqcanvaspixmap.html#offsetY">offsetY</a>() <li><a href="ntqpixmap.html#operator-eq">operator=</a>() <li><a href="ntqpixmap.html#optimization">optimization</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="ntqpixmap.html#rect">rect</a>() <li><a href="ntqpixmap.html#resize">resize</a>() <li><a href="ntqpixmap.html#save">save</a>() @@ -78,27 +78,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqpixmap.html#size">size</a>() <li><a href="ntqpixmap.html#trueMatrix">trueMatrix</a>() <li><a href="ntqpixmap.html#width">width</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="ntqpixmap.html#xForm">xForm</a>() </ul> <!-- eof --> diff --git a/doc/html/tqcanvaspolygon.html b/doc/html/tqcanvaspolygon.html index 75befa862..eca05bd07 100644 --- a/doc/html/tqcanvaspolygon.html +++ b/doc/html/tqcanvaspolygon.html @@ -58,7 +58,7 @@ The TQCanvasPolygon class provides a polygon on a <a href="tqcanvas.html">TQCanv <p> -<p> Paints a polygon with a <a href="ntqbrush.html">TQBrush</a>. The polygon's points can be set in +<p> Paints a polygon with a <a href="tqbrush.html">TQBrush</a>. The polygon's points can be set in the constructor or set or changed later using <a href="#setPoints">setPoints</a>(). Use <a href="#points">points</a>() to retrieve the points, or <a href="#areaPoints">areaPoints</a>() to retrieve the points relative to the canvas's origin. @@ -87,7 +87,7 @@ current <a href="tqcanvasitem.html#x">x</a>(), <a href="tqcanvasitem.html#y">y</ <p> <p>See also <a href="#setPoints">setPoints</a>() and <a href="#points">points</a>(). <p>Reimplemented from <a href="tqcanvaspolygonalitem.html#areaPoints">TQCanvasPolygonalItem</a>. -<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygon::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygon::drawShape ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the polygon using the painter <em>p</em>. <p> Note that TQCanvasPolygon does not support an outline (the pen is diff --git a/doc/html/tqcanvaspolygonalitem.html b/doc/html/tqcanvaspolygonalitem.html index 2a8771781..289a19a7e 100644 --- a/doc/html/tqcanvaspolygonalitem.html +++ b/doc/html/tqcanvaspolygonalitem.html @@ -96,7 +96,7 @@ points the polygonal item <em>will</em> have after item is visible, call <a href="#invalidate">invalidate</a>() before updating with a different result from <a href="#areaPoints">areaPoints</a>(). <p> By default, TQCanvasPolygonalItem objects have a black pen and no -brush (the default <a href="ntqpen.html">TQPen</a> and <a href="ntqbrush.html">TQBrush</a> constructors). You can change +brush (the default <a href="ntqpen.html">TQPen</a> and <a href="tqbrush.html">TQBrush</a> constructors). You can change this with <a href="#setPen">setPen</a>() and <a href="#setBrush">setBrush</a>(), but note that some TQCanvasPolygonalItem subclasses only use the brush, ignoring the pen setting. @@ -137,20 +137,20 @@ Returns the bounding rectangle of the polygonal item, based on <a href="#areaPoints">areaPoints</a>(). <p>Reimplemented from <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a>. -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="brush"></a>TQCanvasPolygonalItem::brush () const +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="brush"></a>TQCanvasPolygonalItem::brush () const </h3> -<p> Returns the <a href="ntqbrush.html">TQBrush</a> used to fill the item, if filled. +<p> Returns the <a href="tqbrush.html">TQBrush</a> used to fill the item, if filled. <p> <p>See also <a href="#setBrush">setBrush</a>(). -<h3 class=fn>void <a name="draw"></a>TQCanvasPolygonalItem::draw ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="draw"></a>TQCanvasPolygonalItem::draw ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Reimplemented from <a href="tqcanvasitem.html">TQCanvasItem</a>, this draws the polygonal item by setting the pen and brush for the item on the painter <em>p</em> and calling <a href="#drawShape">drawShape</a>(). <p>Reimplemented from <a href="tqcanvasitem.html#draw">TQCanvasItem</a>. -<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygonalItem::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [pure virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygonalItem::drawShape ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [pure virtual protected]</tt> </h3> <p> Subclasses must reimplement this function to draw their shape. The @@ -158,10 +158,10 @@ pen and brush of <em>p</em> are already set to <a href="#pen">pen</a>() and <a h to calling this function. <p> <b>Warning:</b> When you reimplement this function, make sure that you leave the painter in the same state as you found it. For example, -if you start by calling <a href="ntqpainter.html#translate">TQPainter::translate</a>(50, 50), end your +if you start by calling <a href="tqpainter.html#translate">TQPainter::translate</a>(50, 50), end your code by calling TQPainter::translate(-50, -50). Be also aware that the painter might already have some transformations set (i.e., -don't call <a href="ntqpainter.html#resetXForm">TQPainter::resetXForm</a>() when you're done). +don't call <a href="tqpainter.html#resetXForm">TQPainter::resetXForm</a>() when you're done). <p> <p>See also <a href="#draw">draw</a>(). <p>Reimplemented in <a href="tqcanvasrectangle.html#drawShape">TQCanvasRectangle</a>, <a href="tqcanvaspolygon.html#drawShape">TQCanvasPolygon</a>, and <a href="tqcanvasellipse.html#drawShape">TQCanvasEllipse</a>. @@ -193,9 +193,9 @@ Returns 2 (TQCanvasItem::Rtti_PolygonalItem). <p>Reimplemented from <a href="tqcanvasitem.html#rtti">TQCanvasItem</a>. <p>Reimplemented in <a href="tqcanvasrectangle.html#rtti">TQCanvasRectangle</a>, <a href="tqcanvaspolygon.html#rtti">TQCanvasPolygon</a>, <a href="tqcanvasline.html#rtti">TQCanvasLine</a>, and <a href="tqcanvasellipse.html#rtti">TQCanvasEllipse</a>. -<h3 class=fn>void <a name="setBrush"></a>TQCanvasPolygonalItem::setBrush ( <a href="ntqbrush.html">TQBrush</a> b )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setBrush"></a>TQCanvasPolygonalItem::setBrush ( <a href="tqbrush.html">TQBrush</a> b )<tt> [virtual]</tt> </h3> -Sets the <a href="ntqbrush.html">TQBrush</a> used when drawing the polygonal item to the brush <em>b</em>. +Sets the <a href="tqbrush.html">TQBrush</a> used when drawing the polygonal item to the brush <em>b</em>. <p> <p>See also <a href="#setPen">setPen</a>(), <a href="#brush">brush</a>(), and <a href="#drawShape">drawShape</a>(). <p>Examples: <a href="canvas-example.html#x2923">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2572">chart/chartform_canvas.cpp</a>. diff --git a/doc/html/tqcanvasrectangle.html b/doc/html/tqcanvasrectangle.html index dd28deb59..a26bf341c 100644 --- a/doc/html/tqcanvasrectangle.html +++ b/doc/html/tqcanvasrectangle.html @@ -98,7 +98,7 @@ Destroys the rectangle. </h3> Simply calls TQCanvasItem::chunks(). -<h3 class=fn>void <a name="drawShape"></a>TQCanvasRectangle::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasRectangle::drawShape ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the rectangle on painter <em>p</em>. diff --git a/doc/html/tqcanvassprite.html b/doc/html/tqcanvassprite.html index 036717f4f..2fc843958 100644 --- a/doc/html/tqcanvassprite.html +++ b/doc/html/tqcanvassprite.html @@ -161,7 +161,7 @@ current frame. This assumes that the images are tightly cropped (i.e. do not have transparent pixels all along a side). <p>Reimplemented from <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a>. -<h3 class=fn>void <a name="draw"></a>TQCanvasSprite::draw ( <a href="ntqpainter.html">TQPainter</a> & painter )<tt> [virtual]</tt> +<h3 class=fn>void <a name="draw"></a>TQCanvasSprite::draw ( <a href="tqpainter.html">TQPainter</a> & painter )<tt> [virtual]</tt> </h3> Draws the current frame's image at the sprite's current position on painter <em>painter</em>. diff --git a/doc/html/tqcanvastext.html b/doc/html/tqcanvastext.html index 08db29fe7..297d7d864 100644 --- a/doc/html/tqcanvastext.html +++ b/doc/html/tqcanvastext.html @@ -86,7 +86,7 @@ Constructs a TQCanvasText with the text "<text>", on <em>canvas</em>. </h3> Constructs a TQCanvasText with the text <em>t</em>, on canvas <em>canvas</em>. -<h3 class=fn><a name="TQCanvasText-3"></a>TQCanvasText::TQCanvasText ( const <a href="tqstring.html">TQString</a> & t, <a href="ntqfont.html">TQFont</a> f, <a href="tqcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasText-3"></a>TQCanvasText::TQCanvasText ( const <a href="tqstring.html">TQString</a> & t, <a href="tqfont.html">TQFont</a> f, <a href="tqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a TQCanvasText with the text <em>t</em> and font <em>f</em>, on the canvas <em>canvas</em>. @@ -100,17 +100,17 @@ Destroys the canvas text item. Returns the bounding rectangle of the text. <p>Reimplemented from <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a>. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="color"></a>TQCanvasText::color () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="color"></a>TQCanvasText::color () const </h3> Returns the color of the text. <p> <p>See also <a href="#setColor">setColor</a>(). -<h3 class=fn>void <a name="draw"></a>TQCanvasText::draw ( <a href="ntqpainter.html">TQPainter</a> & painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="draw"></a>TQCanvasText::draw ( <a href="tqpainter.html">TQPainter</a> & painter )<tt> [virtual protected]</tt> </h3> Draws the text using the painter <em>painter</em>. <p>Reimplemented from <a href="tqcanvasitem.html#draw">TQCanvasItem</a>. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQCanvasText::font () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQCanvasText::font () const </h3> Returns the font in which the text is drawn. <p> <p>See also <a href="#setFont">setFont</a>(). @@ -121,13 +121,13 @@ Returns 3 (TQCanvasItem::Rtti_Text). <p> <p>See also <a href="tqcanvasitem.html#rtti">TQCanvasItem::rtti</a>(). <p>Reimplemented from <a href="tqcanvasitem.html#rtti">TQCanvasItem</a>. -<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the color of the text to the color <em>c</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#setFont">setFont</a>(). <p>Example: <a href="tutorial2-06.html#x2574">chart/chartform_canvas.cpp</a>. -<h3 class=fn>void <a name="setFont"></a>TQCanvasText::setFont ( const <a href="ntqfont.html">TQFont</a> & f ) +<h3 class=fn>void <a name="setFont"></a>TQCanvasText::setFont ( const <a href="tqfont.html">TQFont</a> & f ) </h3> Sets the font in which the text is drawn to font <em>f</em>. <p> <p>See also <a href="#font">font</a>(). @@ -141,7 +141,7 @@ Sets the text item's text to <em>t</em>. The text may contain newlines. <h3 class=fn>void <a name="setTextFlags"></a>TQCanvasText::setTextFlags ( int f ) </h3> Sets the alignment flags to <em>f</em>. These are a bitwise OR of the -flags available to <a href="ntqpainter.html#drawText">TQPainter::drawText</a>() -- see the +flags available to <a href="tqpainter.html#drawText">TQPainter::drawText</a>() -- see the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p> <p>See also <a href="#setFont">setFont</a>() and <a href="#setColor">setColor</a>(). diff --git a/doc/html/tqcanvasview-members.html b/doc/html/tqcanvasview-members.html index 614ecb835..c703fd711 100644 --- a/doc/html/tqcanvasview-members.html +++ b/doc/html/tqcanvasview-members.html @@ -70,7 +70,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -149,7 +149,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -241,7 +241,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -394,28 +394,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqcanvasview.html#worldMatrix">worldMatrix</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqcanvasview.html b/doc/html/tqcanvasview.html index 26039627b..0f53f6074 100644 --- a/doc/html/tqcanvasview.html +++ b/doc/html/tqcanvasview.html @@ -105,7 +105,7 @@ this view, i.e. the bounding rectangle of the view in canvas coordinates. <a href="ntqrect.html">TQRect</a> canvasRect = myCanvasView->inverseWorldMatrix().mapRect(rc); </pre> -<p> <p>See also <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <p> <hr><h2>Member Function Documentation</h2> @@ -132,7 +132,7 @@ Destroys the canvas view. The associated canvas is <em>not</em> deleted. <p> Returns a pointer to the canvas which the TQCanvasView is currently showing. -<h3 class=fn>void <a name="drawContents"></a>TQCanvasView::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQCanvasView::drawContents ( <a href="tqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> Repaints part of the <a href="tqcanvas.html">TQCanvas</a> that the canvas view is showing starting at <em>cx</em> by <em>cy</em>, with a width of <em>cw</em> and a height of <em>ch</em> using the painter <em>p</em>. diff --git a/doc/html/qcolor-h.html b/doc/html/tqcolor-h.html index 087f13536..5c6c40897 100644 --- a/doc/html/qcolor-h.html +++ b/doc/html/tqcolor-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcolor.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcolor.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqcolor.h Include File</title> +<title>tqcolor.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqcolor.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqcolor.h</h1> -<p>This is the verbatim text of the ntqcolor.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqcolor.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqcolor.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqcolor.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQColor class ** diff --git a/doc/html/tqcolor-members.html b/doc/html/tqcolor-members.html new file mode 100644 index 000000000..11ee2ea06 --- /dev/null +++ b/doc/html/tqcolor-members.html @@ -0,0 +1,75 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcolor.h:74 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQColor Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQColor</h1> + +<p>This is the complete list of member functions for +<a href="tqcolor.html">TQColor</a>, including inherited members. + +<ul> +<li><a href="tqcolor.html#TQColor">TQColor</a>() +<li><a href="tqcolor.html#alloc">alloc</a>() +<li><a href="tqcolor.html#blue">blue</a>() +<li><a href="tqcolor.html#cleanup">cleanup</a>() +<li><a href="tqcolor.html#colorNames">colorNames</a>() +<li><a href="tqcolor.html#currentAllocContext">currentAllocContext</a>() +<li><a href="tqcolor.html#dark">dark</a>() +<li><a href="tqcolor.html#destroyAllocContext">destroyAllocContext</a>() +<li><a href="tqcolor.html#enterAllocContext">enterAllocContext</a>() +<li><a href="tqcolor.html#getHsv">getHsv</a>() +<li><a href="tqcolor.html#getRgb">getRgb</a>() +<li><a href="tqcolor.html#green">green</a>() +<li><a href="tqcolor.html#hsv">hsv</a>() +<li><a href="tqcolor.html#initialize">initialize</a>() +<li><a href="tqcolor.html#isValid">isValid</a>() +<li><a href="tqcolor.html#leaveAllocContext">leaveAllocContext</a>() +<li><a href="tqcolor.html#light">light</a>() +<li><a href="tqcolor.html#maxColors">maxColors</a>() +<li><a href="tqcolor.html#name">name</a>() +<li><a href="tqcolor.html#numBitPlanes">numBitPlanes</a>() +<li><a href="tqcolor.html#operator!-eq">operator!=</a>() +<li><a href="tqcolor.html#operator-eq">operator=</a>() +<li><a href="tqcolor.html#operator-eq-eq">operator==</a>() +<li><a href="tqcolor.html#pixel">pixel</a>() +<li><a href="tqcolor.html#red">red</a>() +<li><a href="tqcolor.html#rgb">rgb</a>() +<li><a href="tqcolor.html#setHsv">setHsv</a>() +<li><a href="tqcolor.html#setNamedColor">setNamedColor</a>() +<li><a href="tqcolor.html#setRgb">setRgb</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqcolor.html b/doc/html/tqcolor.html index fb4d876f0..08598f1e6 100644 --- a/doc/html/ntqcolor.html +++ b/doc/html/tqcolor.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qcolor.cpp:45 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqcolor.cpp:45 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQColor class provides colors based on RGB or HSV values. <a href="#details">More...</a> -<p><tt>#include <<a href="qcolor-h.html">ntqcolor.h</a>></tt> -<p><a href="qcolor-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqcolor-h.html">tqcolor.h</a>></tt> +<p><a href="tqcolor-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#Spec-enum"><b>Spec</b></a> { Rgb, Hsv }</li> @@ -179,7 +179,7 @@ moving slightly towards the magenta, could be H=350 (equivalent to <p> TQt returns a hue value of -1 for achromatic colors. If you pass a too-big hue value, TQt forces it into range. Hue 360 or 720 is treated as 0; hue 540 is treated as 180. -<p> <p>See also <a href="ntqpalette.html">TQPalette</a>, <a href="qcolorgroup.html">TQColorGroup</a>, <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="ntqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Spec-enum"></a>TQColor::Spec</h3> @@ -208,7 +208,7 @@ same way as <a href="#setRgb">setRgb</a>(). <p> The color is left invalid if any or the arguments are illegal. <p> <p>See also <a href="#setRgb">setRgb</a>(). -<h3 class=fn><a name="TQColor-3"></a>TQColor::TQColor ( int x, int y, int z, <a href="ntqcolor.html#Spec-enum">Spec</a> colorSpec ) +<h3 class=fn><a name="TQColor-3"></a>TQColor::TQColor ( int x, int y, int z, <a href="tqcolor.html#Spec-enum">Spec</a> colorSpec ) </h3> Constructs a color with the RGB or HSV value <em>x</em>, <em>y</em>, <em>z</em>. <p> The arguments are an RGB value if <em>colorSpec</em> is TQColor::Rgb. <em>x</em> (red), <em>y</em> (green), and <em>z</em> (blue). All of them must be in the @@ -241,7 +241,7 @@ name <em>name</em>. <p> The color is left invalid if <em>name</em> cannot be parsed. <p> <p>See also <a href="#setNamedColor">setNamedColor</a>(). -<h3 class=fn><a name="TQColor-7"></a>TQColor::TQColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn><a name="TQColor-7"></a>TQColor::TQColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Constructs a color that is a copy of <em>c</em>. @@ -277,7 +277,7 @@ Returns the current color allocation context. <p> The default context is 0. <p> <p>See also <a href="#enterAllocContext">enterAllocContext</a>() and <a href="#leaveAllocContext">leaveAllocContext</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="dark"></a>TQColor::dark ( int factor = 200 ) const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="dark"></a>TQColor::dark ( int factor = 200 ) const </h3> Returns a darker (or lighter) color, but does not change this object. @@ -408,7 +408,7 @@ Leaves a color allocation context. <p> <p>See also <a href="#enterAllocContext">enterAllocContext</a>() and <a href="#currentAllocContext">currentAllocContext</a>(). <p>Example: <a href="showimg-example.html#x1315">showimg/showimg.cpp</a>. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="light"></a>TQColor::light ( int factor = 150 ) const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="light"></a>TQColor::light ( int factor = 150 ) const </h3> Returns a lighter (or darker) color, but does not change this object. @@ -443,18 +443,18 @@ system. <p> The returned value is equal to the default pixmap depth. <p> <p>See also <a href="ntqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). -<h3 class=fn>bool <a name="operator!-eq"></a>TQColor::operator!= ( const <a href="ntqcolor.html">TQColor</a> & c ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQColor::operator!= ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> Returns TRUE if this color has a different RGB value from <em>c</em>; otherwise returns FALSE. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> & <a name="operator-eq"></a>TQColor::operator= ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn><a href="tqcolor.html">TQColor</a> & <a name="operator-eq"></a>TQColor::operator= ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Assigns a copy of the color <em>c</em> and returns a reference to this color. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQColor::operator== ( const <a href="ntqcolor.html">TQColor</a> & c ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQColor::operator== ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> <p> Returns TRUE if this color has the same RGB value as <em>c</em>; @@ -536,13 +536,13 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> <p>See also <a href="#rgb">rgb</a>() and <a href="#setHsv">setHsv</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqcolor.html">TQColor</a> & c ) </h3> Writes a color object, <em>c</em> to the stream, <em>s</em>. <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqcolor.html">TQColor</a> & c ) </h3> Reads a color object, <em>c</em>, from the stream, <em>s</em>. diff --git a/doc/html/qcolordialog-h.html b/doc/html/tqcolordialog-h.html index ea646e991..3d7974436 100644 --- a/doc/html/qcolordialog-h.html +++ b/doc/html/tqcolordialog-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcolordialog.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcolordialog.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqcolordialog.h Include File</title> +<title>tqcolordialog.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqcolordialog.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqcolordialog.h</h1> -<p>This is the verbatim text of the ntqcolordialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqcolordialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqcolordialog.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqcolordialog.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQColorDialog class ** diff --git a/doc/html/qcolordialog-members.html b/doc/html/tqcolordialog-members.html index 06d2381da..ce6b5df71 100644 --- a/doc/html/qcolordialog-members.html +++ b/doc/html/tqcolordialog-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcolordialog.h:49 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcolordialog.h:49 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQColorDialog</h1> <p>This is the complete list of member functions for -<a href="ntqcolordialog.html">TQColorDialog</a>, including inherited members. +<a href="tqcolordialog.html">TQColorDialog</a>, including inherited members. <ul> <li><a href="ntqdialog.html#accept">accept</a>() @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -69,8 +69,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() -<li><a href="ntqcolordialog.html#customColor">customColor</a>() -<li><a href="ntqcolordialog.html#customCount">customCount</a>() +<li><a href="tqcolordialog.html#customColor">customColor</a>() +<li><a href="tqcolordialog.html#customCount">customCount</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() @@ -111,12 +111,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqcolordialog.html#getColor">getColor</a>() -<li><a href="ntqcolordialog.html#getRgba">getRgba</a>() +<li><a href="tqcolordialog.html#getColor">getColor</a>() +<li><a href="tqcolordialog.html#getRgba">getRgba</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -141,7 +141,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -198,7 +198,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -236,7 +236,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqcolordialog.html#setCustomColor">setCustomColor</a>() +<li><a href="tqcolordialog.html#setCustomColor">setCustomColor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() @@ -277,7 +277,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqcolordialog.html#setStandardColor">setStandardColor</a>() +<li><a href="tqcolordialog.html#setStandardColor">setStandardColor</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() @@ -321,28 +321,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/ntqcolordialog.html b/doc/html/tqcolordialog.html index 6209c39fb..0bf8f88f0 100644 --- a/doc/html/ntqcolordialog.html +++ b/doc/html/tqcolordialog.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qcolordialog.cpp:1411 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqcolordialog.cpp:1411 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQColorDialog class provides a dialog widget for specifying colors. <a href="#details">More...</a> -<p><tt>#include <<a href="qcolordialog-h.html">ntqcolordialog.h</a>></tt> +<p><tt>#include <<a href="tqcolordialog-h.html">tqcolordialog.h</a>></tt> <p>Inherits <a href="ntqdialog.html">TQDialog</a>. -<p><a href="qcolordialog-members.html">List of all member functions.</a> +<p><a href="tqcolordialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> <li class=fn>TQColor <a href="#getColor"><b>getColor</b></a> ( const TQColor & initial = white, TQWidget * parent = 0, const char * name = 0 )</li> @@ -65,7 +65,7 @@ also allows the user to specify a color with an alpha channel custom colors are shared by all color dialogs, and remembered during the execution of the program. Use <a href="#setCustomColor">setCustomColor</a>() to set the custom colors, and use <a href="#customColor">customColor</a>() to get them. -<p> <center><img src="qcolordlg-w.png"></center> <p>See also <a href="dialogs.html">Dialog Classes</a> and <a href="graphics.html">Graphics Classes</a>. +<p> <center><img src="tqcolordlg-w.png"></center> <p>See also <a href="dialogs.html">Dialog Classes</a> and <a href="graphics.html">Graphics Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn>TQRgb <a name="customColor"></a>TQColorDialog::customColor ( int i )<tt> [static]</tt> @@ -77,12 +77,12 @@ Returns custom color number <em>i</em> as a TQRgb. Returns the number of custom colors supported by TQColorDialog. All color dialogs share the same custom colors. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="getColor"></a>TQColorDialog::getColor ( const <a href="ntqcolor.html">TQColor</a> & initial = white, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="getColor"></a>TQColorDialog::getColor ( const <a href="tqcolor.html">TQColor</a> & initial = white, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Pops up a modal color dialog, lets the user choose a color, and returns that color. The color is initially set to <em>initial</em>. The dialog is a child of <em>parent</em> and is called <em>name</em>. It returns -an invalid (see <a href="ntqcolor.html#isValid">TQColor::isValid</a>()) color if the user cancels the +an invalid (see <a href="tqcolor.html#isValid">TQColor::isValid</a>()) color if the user cancels the dialog. All colors allocated by the dialog will be deallocated before this function returns. diff --git a/doc/html/qcolordlg-w.png b/doc/html/tqcolordlg-w.png Binary files differindex edcfb18d2..edcfb18d2 100644 --- a/doc/html/qcolordlg-w.png +++ b/doc/html/tqcolordlg-w.png diff --git a/doc/html/tqcolordrag.html b/doc/html/tqcolordrag.html index ef7c0895a..ebed61a78 100644 --- a/doc/html/tqcolordrag.html +++ b/doc/html/tqcolordrag.html @@ -56,7 +56,7 @@ transferring colors. <p> <p> This class provides a drag object which can be used to transfer data about colors for drag and drop and in the clipboard. For example, it -is used in <a href="ntqcolordialog.html">TQColorDialog</a>. +is used in <a href="tqcolordialog.html">TQColorDialog</a>. <p> The color is set in the constructor but can be changed with <a href="#setColor">setColor</a>(). <p> For more information about drag and drop, see the <a href="tqdragobject.html">TQDragObject</a> class @@ -64,7 +64,7 @@ and the <a href="dnd.html">drag and drop documentation</a>. <p>See also <a href="draganddrop.html">Drag And Drop Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQColorDrag"></a>TQColorDrag::TQColorDrag ( const <a href="ntqcolor.html">TQColor</a> & col, <a href="tqwidget.html">TQWidget</a> * dragsource = 0, const char * name = 0 ) +<h3 class=fn><a name="TQColorDrag"></a>TQColorDrag::TQColorDrag ( const <a href="tqcolor.html">TQColor</a> & col, <a href="tqwidget.html">TQWidget</a> * dragsource = 0, const char * name = 0 ) </h3> Constructs a color drag object with the color <em>col</em>. Passes <em>dragsource</em> and <em>name</em> to the <a href="tqstoreddrag.html">TQStoredDrag</a> constructor. @@ -77,11 +77,11 @@ Constructs a color drag object with a white color. Passes <em>dragsource</em> an Returns TRUE if the color drag object can decode the mime source <em>e</em>; otherwise returns FALSE. -<h3 class=fn>bool <a name="decode"></a>TQColorDrag::decode ( <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="ntqcolor.html">TQColor</a> & col )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode"></a>TQColorDrag::decode ( <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqcolor.html">TQColor</a> & col )<tt> [static]</tt> </h3> Decodes the mime source <em>e</em> and sets the decoded values to <em>col</em>. -<h3 class=fn>void <a name="setColor"></a>TQColorDrag::setColor ( const <a href="ntqcolor.html">TQColor</a> & col ) +<h3 class=fn>void <a name="setColor"></a>TQColorDrag::setColor ( const <a href="tqcolor.html">TQColor</a> & col ) </h3> Sets the color of the color drag to <em>col</em>. diff --git a/doc/html/qcolorgroup-members.html b/doc/html/tqcolorgroup-members.html index 2b8475189..a534795e0 100644 --- a/doc/html/qcolorgroup-members.html +++ b/doc/html/tqcolorgroup-members.html @@ -32,34 +32,34 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQColorGroup</h1> <p>This is the complete list of member functions for -<a href="qcolorgroup.html">TQColorGroup</a>, including inherited members. +<a href="tqcolorgroup.html">TQColorGroup</a>, including inherited members. <ul> -<li><a href="qcolorgroup.html#TQColorGroup">TQColorGroup</a>() -<li><a href="qcolorgroup.html#~TQColorGroup">~TQColorGroup</a>() -<li><a href="qcolorgroup.html#background">background</a>() -<li><a href="qcolorgroup.html#base">base</a>() -<li><a href="qcolorgroup.html#brightText">brightText</a>() -<li><a href="qcolorgroup.html#brush">brush</a>() -<li><a href="qcolorgroup.html#button">button</a>() -<li><a href="qcolorgroup.html#buttonText">buttonText</a>() -<li><a href="qcolorgroup.html#color">color</a>() -<li><a href="qcolorgroup.html#dark">dark</a>() -<li><a href="qcolorgroup.html#foreground">foreground</a>() -<li><a href="qcolorgroup.html#highlight">highlight</a>() -<li><a href="qcolorgroup.html#highlightedText">highlightedText</a>() -<li><a href="qcolorgroup.html#light">light</a>() -<li><a href="qcolorgroup.html#link">link</a>() -<li><a href="qcolorgroup.html#linkVisited">linkVisited</a>() -<li><a href="qcolorgroup.html#mid">mid</a>() -<li><a href="qcolorgroup.html#midlight">midlight</a>() -<li><a href="qcolorgroup.html#operator!-eq">operator!=</a>() -<li><a href="qcolorgroup.html#operator-eq">operator=</a>() -<li><a href="qcolorgroup.html#operator-eq-eq">operator==</a>() -<li><a href="qcolorgroup.html#setBrush">setBrush</a>() -<li><a href="qcolorgroup.html#setColor">setColor</a>() -<li><a href="qcolorgroup.html#shadow">shadow</a>() -<li><a href="qcolorgroup.html#text">text</a>() +<li><a href="tqcolorgroup.html#TQColorGroup">TQColorGroup</a>() +<li><a href="tqcolorgroup.html#~TQColorGroup">~TQColorGroup</a>() +<li><a href="tqcolorgroup.html#background">background</a>() +<li><a href="tqcolorgroup.html#base">base</a>() +<li><a href="tqcolorgroup.html#brightText">brightText</a>() +<li><a href="tqcolorgroup.html#brush">brush</a>() +<li><a href="tqcolorgroup.html#button">button</a>() +<li><a href="tqcolorgroup.html#buttonText">buttonText</a>() +<li><a href="tqcolorgroup.html#color">color</a>() +<li><a href="tqcolorgroup.html#dark">dark</a>() +<li><a href="tqcolorgroup.html#foreground">foreground</a>() +<li><a href="tqcolorgroup.html#highlight">highlight</a>() +<li><a href="tqcolorgroup.html#highlightedText">highlightedText</a>() +<li><a href="tqcolorgroup.html#light">light</a>() +<li><a href="tqcolorgroup.html#link">link</a>() +<li><a href="tqcolorgroup.html#linkVisited">linkVisited</a>() +<li><a href="tqcolorgroup.html#mid">mid</a>() +<li><a href="tqcolorgroup.html#midlight">midlight</a>() +<li><a href="tqcolorgroup.html#operator!-eq">operator!=</a>() +<li><a href="tqcolorgroup.html#operator-eq">operator=</a>() +<li><a href="tqcolorgroup.html#operator-eq-eq">operator==</a>() +<li><a href="tqcolorgroup.html#setBrush">setBrush</a>() +<li><a href="tqcolorgroup.html#setColor">setColor</a>() +<li><a href="tqcolorgroup.html#shadow">shadow</a>() +<li><a href="tqcolorgroup.html#text">text</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qcolorgroup.html b/doc/html/tqcolorgroup.html index a4f889ab4..4a8bc8fdb 100644 --- a/doc/html/qcolorgroup.html +++ b/doc/html/tqcolorgroup.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQColorGroup class contains a group of widget colors. <a href="#details">More...</a> <p><tt>#include <<a href="qpalette-h.html">ntqpalette.h</a>></tt> -<p><a href="qcolorgroup-members.html">List of all member functions.</a> +<p><a href="tqcolorgroup-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQColorGroup"><b>TQColorGroup</b></a> ()</li> @@ -85,10 +85,10 @@ like "red" or "turquoise". The color roles are enumerated and defined in the <a href="#ColorRole-enum">ColorRole</a> documentation. <p> The most common use of TQColorGroup is like this: <p> <pre> - <a href="ntqpainter.html">TQPainter</a> p; + <a href="tqpainter.html">TQPainter</a> p; ... - p.<a href="ntqpainter.html#setPen">setPen</a>( colorGroup().foreground() ); - p.<a href="ntqpainter.html#drawLine">drawLine</a>( ... ) + p.<a href="tqpainter.html#setPen">setPen</a>( colorGroup().foreground() ); + p.<a href="tqpainter.html#drawLine">drawLine</a>( ... ) </pre> <p> It is also possible to modify color groups or create new color @@ -107,7 +107,7 @@ color or a pixmap pattern. <p> There are also corresponding <a href="#color">color</a>() and <a href="#brush">brush</a>() getters, and a commonly used convenience function to get each ColorRole: <a href="#background">background</a>(), <a href="#foreground">foreground</a>(), <a href="#base">base</a>(), etc. -<p> <p>See also <a href="ntqcolor.html">TQColor</a>, <a href="ntqpalette.html">TQPalette</a>, <a href="tqwidget.html#colorGroup-prop">TQWidget::colorGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="tqcolor.html">TQColor</a>, <a href="ntqpalette.html">TQPalette</a>, <a href="tqwidget.html#colorGroup-prop">TQWidget::colorGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ColorRole-enum"></a>TQColorGroup::ColorRole</h3> @@ -165,18 +165,18 @@ common to use the text color roles for lines, icons, etc. </h3> Constructs a color group with all colors set to black. -<h3 class=fn><a name="TQColorGroup-2"></a>TQColorGroup::TQColorGroup ( const <a href="ntqcolor.html">TQColor</a> & foreground, const <a href="ntqcolor.html">TQColor</a> & background, const <a href="ntqcolor.html">TQColor</a> & light, const <a href="ntqcolor.html">TQColor</a> & dark, const <a href="ntqcolor.html">TQColor</a> & mid, const <a href="ntqcolor.html">TQColor</a> & text, const <a href="ntqcolor.html">TQColor</a> & base ) +<h3 class=fn><a name="TQColorGroup-2"></a>TQColorGroup::TQColorGroup ( const <a href="tqcolor.html">TQColor</a> & foreground, const <a href="tqcolor.html">TQColor</a> & background, const <a href="tqcolor.html">TQColor</a> & light, const <a href="tqcolor.html">TQColor</a> & dark, const <a href="tqcolor.html">TQColor</a> & mid, const <a href="tqcolor.html">TQColor</a> & text, const <a href="tqcolor.html">TQColor</a> & base ) </h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Constructs a color group with the specified colors. The button color will be set to the background color. -<h3 class=fn><a name="TQColorGroup-3"></a>TQColorGroup::TQColorGroup ( const <a href="ntqbrush.html">TQBrush</a> & foreground, const <a href="ntqbrush.html">TQBrush</a> & button, const <a href="ntqbrush.html">TQBrush</a> & light, const <a href="ntqbrush.html">TQBrush</a> & dark, const <a href="ntqbrush.html">TQBrush</a> & mid, const <a href="ntqbrush.html">TQBrush</a> & text, const <a href="ntqbrush.html">TQBrush</a> & bright_text, const <a href="ntqbrush.html">TQBrush</a> & base, const <a href="ntqbrush.html">TQBrush</a> & background ) +<h3 class=fn><a name="TQColorGroup-3"></a>TQColorGroup::TQColorGroup ( const <a href="tqbrush.html">TQBrush</a> & foreground, const <a href="tqbrush.html">TQBrush</a> & button, const <a href="tqbrush.html">TQBrush</a> & light, const <a href="tqbrush.html">TQBrush</a> & dark, const <a href="tqbrush.html">TQBrush</a> & mid, const <a href="tqbrush.html">TQBrush</a> & text, const <a href="tqbrush.html">TQBrush</a> & bright_text, const <a href="tqbrush.html">TQBrush</a> & base, const <a href="tqbrush.html">TQBrush</a> & background ) </h3> Constructs a color group. You can pass either brushes, pixmaps or plain colors for <em>foreground</em>, <em>button</em>, <em>light</em>, <em>dark</em>, <em>mid</em>, <em>text</em>, <em>bright_text</em>, <em>base</em> and <em>background</em>. -<p> <p>See also <a href="ntqbrush.html">TQBrush</a>. +<p> <p>See also <a href="tqbrush.html">TQBrush</a>. -<h3 class=fn><a name="TQColorGroup-4"></a>TQColorGroup::TQColorGroup ( const <a href="qcolorgroup.html">TQColorGroup</a> & other ) +<h3 class=fn><a name="TQColorGroup-4"></a>TQColorGroup::TQColorGroup ( const <a href="tqcolorgroup.html">TQColorGroup</a> & other ) </h3> Constructs a color group that is an independent copy of <em>other</em>. @@ -184,142 +184,142 @@ Constructs a color group that is an independent copy of <em>other</em>. </h3> Destroys the color group. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="background"></a>TQColorGroup::background () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="background"></a>TQColorGroup::background () const </h3> <p> Returns the background color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="base"></a>TQColorGroup::base () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="base"></a>TQColorGroup::base () const </h3> <p> Returns the base color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="brightText"></a>TQColorGroup::brightText () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="brightText"></a>TQColorGroup::brightText () const </h3> <p> Returns the bright text foreground color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="themes-example.html#x273">themes/metal.cpp</a> and <a href="themes-example.html#x194">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqbrush.html">TQBrush</a> & <a name="brush"></a>TQColorGroup::brush ( <a href="qcolorgroup.html#ColorRole-enum">ColorRole</a> r ) const +<h3 class=fn>const <a href="tqbrush.html">TQBrush</a> & <a name="brush"></a>TQColorGroup::brush ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r ) const </h3> Returns the brush that has been set for color role <em>r</em>. <p> <p>See also <a href="#color">color</a>(), <a href="#setBrush">setBrush</a>(), and <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="themes-example.html#x274">themes/metal.cpp</a> and <a href="themes-example.html#x195">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="button"></a>TQColorGroup::button () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="button"></a>TQColorGroup::button () const </h3> <p> Returns the button color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="themes-example.html#x275">themes/metal.cpp</a> and <a href="themes-example.html#x196">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="buttonText"></a>TQColorGroup::buttonText () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="buttonText"></a>TQColorGroup::buttonText () const </h3> <p> Returns the button text foreground color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="themes-example.html#x276">themes/metal.cpp</a> and <a href="themes-example.html#x197">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="color"></a>TQColorGroup::color ( <a href="qcolorgroup.html#ColorRole-enum">ColorRole</a> r ) const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="color"></a>TQColorGroup::color ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r ) const </h3> Returns the color that has been set for color role <em>r</em>. <p> <p>See also <a href="#brush">brush</a>() and <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="dark"></a>TQColorGroup::dark () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="dark"></a>TQColorGroup::dark () const </h3> <p> Returns the dark color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Example: <a href="themes-example.html#x198">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="foreground"></a>TQColorGroup::foreground () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="foreground"></a>TQColorGroup::foreground () const </h3> <p> Returns the foreground color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="themes-example.html#x277">themes/metal.cpp</a> and <a href="themes-example.html#x199">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="highlight"></a>TQColorGroup::highlight () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="highlight"></a>TQColorGroup::highlight () const </h3> <p> Returns the highlight color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="highlightedText"></a>TQColorGroup::highlightedText () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="highlightedText"></a>TQColorGroup::highlightedText () const </h3> <p> Returns the highlighted text color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="light"></a>TQColorGroup::light () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="light"></a>TQColorGroup::light () const </h3> <p> Returns the light color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Example: <a href="themes-example.html#x200">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="link"></a>TQColorGroup::link () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="link"></a>TQColorGroup::link () const </h3> <p> Returns the unvisited link text color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="linkVisited"></a>TQColorGroup::linkVisited () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="linkVisited"></a>TQColorGroup::linkVisited () const </h3> <p> Returns the visited link text color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="mid"></a>TQColorGroup::mid () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="mid"></a>TQColorGroup::mid () const </h3> <p> Returns the mid color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="themes-example.html#x278">themes/metal.cpp</a> and <a href="themes-example.html#x201">themes/wood.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="midlight"></a>TQColorGroup::midlight () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="midlight"></a>TQColorGroup::midlight () const </h3> <p> Returns the midlight color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>bool <a name="operator!-eq"></a>TQColorGroup::operator!= ( const <a href="qcolorgroup.html">TQColorGroup</a> & g ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQColorGroup::operator!= ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) const </h3> <p> Returns TRUE if this color group is different from <em>g</em>; otherwise returns FALSE. <p> <p>See also -<h3 class=fn><a href="qcolorgroup.html">TQColorGroup</a> & <a name="operator-eq"></a>TQColorGroup::operator= ( const <a href="qcolorgroup.html">TQColorGroup</a> & other ) +<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a> & <a name="operator-eq"></a>TQColorGroup::operator= ( const <a href="tqcolorgroup.html">TQColorGroup</a> & other ) </h3> Copies the colors of <em>other</em> to this color group. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQColorGroup::operator== ( const <a href="qcolorgroup.html">TQColorGroup</a> & g ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQColorGroup::operator== ( const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) const </h3> Returns TRUE if this color group is equal to <em>g</em>; otherwise returns FALSE. <p> <p>See also -<h3 class=fn>void <a name="setBrush"></a>TQColorGroup::setBrush ( <a href="qcolorgroup.html#ColorRole-enum">ColorRole</a> r, const <a href="ntqbrush.html">TQBrush</a> & b ) +<h3 class=fn>void <a name="setBrush"></a>TQColorGroup::setBrush ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r, const <a href="tqbrush.html">TQBrush</a> & b ) </h3> Sets the brush used for color role <em>r</em> to <em>b</em>. <p> <p>See also <a href="#brush">brush</a>(), <a href="#setColor">setColor</a>(), and <a href="#ColorRole-enum">ColorRole</a>. <p>Example: <a href="themes-example.html#x202">themes/wood.cpp</a>. -<h3 class=fn>void <a name="setColor"></a>TQColorGroup::setColor ( <a href="qcolorgroup.html#ColorRole-enum">ColorRole</a> r, const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQColorGroup::setColor ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a> r, const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the brush used for color role <em>r</em> to a solid color <em>c</em>. <p> <p>See also <a href="#brush">brush</a>() and <a href="#ColorRole-enum">ColorRole</a>. <p>Examples: <a href="listviews-example.html#x134">listviews/listviews.cpp</a>, <a href="statistics-example.html#x2779">table/statistics/statistics.cpp</a>, and <a href="themes-example.html#x279">themes/metal.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="shadow"></a>TQColorGroup::shadow () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="shadow"></a>TQColorGroup::shadow () const </h3> <p> Returns the shadow color of the color group. <p> <p>See also <a href="#ColorRole-enum">ColorRole</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="text"></a>TQColorGroup::text () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="text"></a>TQColorGroup::text () const </h3> <p> Returns the text foreground color of the color group. @@ -327,7 +327,7 @@ Sets the brush used for color role <em>r</em> to a solid color <em>c</em>. <p>Example: <a href="listviews-example.html#x135">listviews/listviews.cpp</a>. <hr><h2>Related Functions</h2> -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="qcolorgroup.html">TQColorGroup</a> & g ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqcolorgroup.html">TQColorGroup</a> & g ) </h3> <p> Writes color group, <em>g</em> to the stream <em>s</em>. diff --git a/doc/html/tqdatabrowser-members.html b/doc/html/tqdatabrowser-members.html index c06cd34ca..3b4d662a0 100644 --- a/doc/html/tqdatabrowser-members.html +++ b/doc/html/tqdatabrowser-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqdatabrowser.html#confirmCancel">confirmCancel</a>() <li><a href="tqdatabrowser.html#confirmCancels">confirmCancels</a>() @@ -133,7 +133,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqdatabrowser.html#handleError">handleError</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -161,7 +161,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -221,7 +221,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -359,28 +359,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqdatabrowser.html#writeFields">writeFields</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqdatastream.html b/doc/html/tqdatastream.html index a46c777cf..d7fba3c03 100644 --- a/doc/html/tqdatastream.html +++ b/doc/html/tqdatastream.html @@ -128,7 +128,7 @@ data to. The <a href="tqfile.html">TQFile</a> class is an example of an IO devic <p> Each item written to the stream is written in a predefined binary format that varies depending on the item's type. Supported TQt -types include <a href="ntqbrush.html">TQBrush</a>, <a href="ntqcolor.html">TQColor</a>, <a href="tqdatetime.html">TQDateTime</a>, <a href="ntqfont.html">TQFont</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqstring.html">TQString</a>, +types include <a href="tqbrush.html">TQBrush</a>, <a href="tqcolor.html">TQColor</a>, <a href="tqdatetime.html">TQDateTime</a>, <a href="tqfont.html">TQFont</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqstring.html">TQString</a>, <a href="ntqvariant.html">TQVariant</a> and many others. For the complete list of all TQt types supporting data streaming see the <a href="datastreamformat.html">Format of the TQDataStream operators</a>. <p> For integers it is best to always cast to a TQt integer type for diff --git a/doc/html/tqdatatable-members.html b/doc/html/tqdatatable-members.html index 92a16e4fe..e9351c509 100644 --- a/doc/html/tqdatatable-members.html +++ b/doc/html/tqdatatable-members.html @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqtable.html#columnAt">columnAt</a>() <li><a href="ntqtable.html#columnClicked">columnClicked</a>() @@ -206,7 +206,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqdatatable.html#handleError">handleError</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -251,7 +251,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -328,7 +328,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#paintEvent">paintEvent</a>() <li><a href="tqdatatable.html#paintField">paintField</a>() <li><a href="ntqtable.html#paintFocus">paintFocus</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -569,28 +569,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html index 89d010c7f..460e9b987 100644 --- a/doc/html/tqdatatable.html +++ b/doc/html/tqdatatable.html @@ -471,7 +471,7 @@ See the <a href="tqdatatable.html#numCols-prop">"numCols"</a> property for detai </h3><p>Returns the number of rows in the table. See the <a href="tqdatatable.html#numRows-prop">"numRows"</a> property for details. <p>Reimplemented from <a href="ntqtable.html#numRows">TQTable</a>. -<h3 class=fn>void <a name="paintField"></a>TQDataTable::paintField ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a> * field, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintField"></a>TQDataTable::paintField ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a> * field, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual protected]</tt> </h3> Paints the <em>field</em> on the painter <em>p</em>. The painter has already been translated to the appropriate cell's origin where the <em>field</em> is to be rendered. <em>cr</em> describes the cell coordinates in diff --git a/doc/html/tqdataview-members.html b/doc/html/tqdataview-members.html index dd8828d72..3436995bb 100644 --- a/doc/html/tqdataview-members.html +++ b/doc/html/tqdataview-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -112,7 +112,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -137,7 +137,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -192,7 +192,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -311,28 +311,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqdataview.html#writeFields">writeFields</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqdateedit-members.html b/doc/html/tqdateedit-members.html index 66a2f4e2d..202e3817c 100644 --- a/doc/html/tqdateedit-members.html +++ b/doc/html/tqdateedit-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -113,7 +113,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -196,7 +196,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -323,28 +323,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqdatetimeedit-members.html b/doc/html/tqdatetimeedit-members.html index e15baa4ff..5267a440c 100644 --- a/doc/html/tqdatetimeedit-members.html +++ b/doc/html/tqdatetimeedit-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -113,7 +113,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -310,28 +310,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqdatetimeeditbase-members.html b/doc/html/tqdatetimeeditbase-members.html index 217a8f8d7..21ba3f20e 100644 --- a/doc/html/tqdatetimeeditbase-members.html +++ b/doc/html/tqdatetimeeditbase-members.html @@ -60,7 +60,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -108,7 +108,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -133,7 +133,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -301,28 +301,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index d00762889..f42b5435d 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -59,7 +59,7 @@ body { background: #ffffff; color: black; } #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> #include <<a href="qheader-h.html">ntqheader.h</a>> #include <<a href="qevent-h.html">ntqevent.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> @@ -135,10 +135,10 @@ void <a name="f496"></a>PixmapView::setPixmap( const <a href="ntqpixmap.html">TQ <a href="ntqscrollview.html#viewport">viewport</a>()->repaint( FALSE ); } -<a name="x1837"></a>void PixmapView::<a href="ntqscrollview.html#drawContents">drawContents</a>( <a href="ntqpainter.html">TQPainter</a> *p, int cx, int cy, int cw, int ch ) +<a name="x1837"></a>void PixmapView::<a href="ntqscrollview.html#drawContents">drawContents</a>( <a href="tqpainter.html">TQPainter</a> *p, int cx, int cy, int cw, int ch ) { -<a name="x1833"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( cx, cy, cw, ch, colorGroup().brush( TQColorGroup::Base ) ); -<a name="x1832"></a> p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( 0, 0, pixmap ); +<a name="x1833"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( cx, cy, cw, ch, colorGroup().brush( TQColorGroup::Base ) ); +<a name="x1832"></a> p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( 0, 0, pixmap ); } // **************************************************************************************************** diff --git a/doc/html/tqdragobject-h.html b/doc/html/tqdragobject-h.html index f5bb7e613..d8fa5af6a 100644 --- a/doc/html/tqdragobject-h.html +++ b/doc/html/tqdragobject-h.html @@ -85,7 +85,7 @@ class TQImageDragData; #include "tqobject.h" #include "tqimage.h" #include "tqstrlist.h" -#include "ntqcolor.h" +#include "tqcolor.h" #endif // QT_H #ifndef TQT_NO_MIME diff --git a/doc/html/tqfiledialog-members.html b/doc/html/tqfiledialog-members.html index 675a85e70..57a8fe1b1 100644 --- a/doc/html/tqfiledialog-members.html +++ b/doc/html/tqfiledialog-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -130,7 +130,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -157,7 +157,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -216,7 +216,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -362,28 +362,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/qfont-examples.html b/doc/html/tqfont-examples.html index 238c4e676..c27d04e95 100644 --- a/doc/html/qfont-examples.html +++ b/doc/html/tqfont-examples.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p> The following example programs show how to use the -classes <a href="ntqfont.html">TQFont</a>, <a href="ntqfontmetrics.html">TQFontMetrics</a>, <a href="ntqfontinfo.html">TQFontInfo</a>, and <a href="ntqfontdatabase.html">TQFontDatabase</a>. +classes <a href="tqfont.html">TQFont</a>, <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontinfo.html">TQFontInfo</a>, and <a href="tqfontdatabase.html">TQFontDatabase</a>. <p> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="simple-font-demo-example.html">A simple demonstration of TQFont member functions</a></b> diff --git a/doc/html/qfont-h.html b/doc/html/tqfont-h.html index e404a5552..27ea3cc9d 100644 --- a/doc/html/qfont-h.html +++ b/doc/html/tqfont-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfont.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfont.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqfont.h Include File</title> +<title>tqfont.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqfont.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqfont.h</h1> -<p>This is the verbatim text of the ntqfont.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqfont.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqfont.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqfont.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQFont class ** @@ -230,7 +230,7 @@ public: static void cacheStatistics(); // a copy of this lives in qunicodetables.cpp, as we can't include - // ntqfont.h it in tools/. Do not modify without changing the script + // tqfont.h it in tools/. Do not modify without changing the script // enum in qunicodetable_p.h aswell. enum Script { // European Alphabetic Scripts diff --git a/doc/html/tqfont-members.html b/doc/html/tqfont-members.html new file mode 100644 index 000000000..c8e22c426 --- /dev/null +++ b/doc/html/tqfont-members.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfont.h:52 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQFont Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFont</h1> + +<p>This is the complete list of member functions for +<a href="tqfont.html">TQFont</a>, including inherited members. + +<ul> +<li><a href="tqfont.html#TQFont">TQFont</a>() +<li><a href="tqfont.html#~TQFont">~TQFont</a>() +<li><a href="tqfont.html#bold">bold</a>() +<li><a href="tqfont.html#deciPointSize">deciPointSize</a>() +<li><a href="tqfont.html#defaultFamily">defaultFamily</a>() +<li><a href="tqfont.html#defaultFont">defaultFont</a>() +<li><a href="tqfont.html#dirty">dirty</a>() +<li><a href="tqfont.html#exactMatch">exactMatch</a>() +<li><a href="tqfont.html#family">family</a>() +<li><a href="tqfont.html#fixedPitch">fixedPitch</a>() +<li><a href="tqfont.html#fromString">fromString</a>() +<li><a href="tqfont.html#handle">handle</a>() +<li><a href="tqfont.html#insertSubstitution">insertSubstitution</a>() +<li><a href="tqfont.html#insertSubstitutions">insertSubstitutions</a>() +<li><a href="tqfont.html#isCopyOf">isCopyOf</a>() +<li><a href="tqfont.html#italic">italic</a>() +<li><a href="tqfont.html#key">key</a>() +<li><a href="tqfont.html#lastResortFamily">lastResortFamily</a>() +<li><a href="tqfont.html#lastResortFont">lastResortFont</a>() +<li><a href="tqfont.html#operator!-eq">operator!=</a>() +<li><a href="tqfont.html#operator-eq">operator=</a>() +<li><a href="tqfont.html#operator-eq-eq">operator==</a>() +<li><a href="tqfont.html#overline">overline</a>() +<li><a href="tqfont.html#pixelSize">pixelSize</a>() +<li><a href="tqfont.html#pointSize">pointSize</a>() +<li><a href="tqfont.html#pointSizeFloat">pointSizeFloat</a>() +<li><a href="tqfont.html#rawMode">rawMode</a>() +<li><a href="tqfont.html#rawName">rawName</a>() +<li><a href="tqfont.html#removeSubstitution">removeSubstitution</a>() +<li><a href="tqfont.html#resolve">resolve</a>() +<li><a href="tqfont.html#setBold">setBold</a>() +<li><a href="tqfont.html#setDefaultFont">setDefaultFont</a>() +<li><a href="tqfont.html#setFamily">setFamily</a>() +<li><a href="tqfont.html#setFixedPitch">setFixedPitch</a>() +<li><a href="tqfont.html#setItalic">setItalic</a>() +<li><a href="tqfont.html#setOverline">setOverline</a>() +<li><a href="tqfont.html#setPixelSize">setPixelSize</a>() +<li><a href="tqfont.html#setPixelSizeFloat">setPixelSizeFloat</a>() +<li><a href="tqfont.html#setPointSize">setPointSize</a>() +<li><a href="tqfont.html#setPointSizeFloat">setPointSizeFloat</a>() +<li><a href="tqfont.html#setRawMode">setRawMode</a>() +<li><a href="tqfont.html#setRawName">setRawName</a>() +<li><a href="tqfont.html#setStretch">setStretch</a>() +<li><a href="tqfont.html#setStrikeOut">setStrikeOut</a>() +<li><a href="tqfont.html#setStyleHint">setStyleHint</a>() +<li><a href="tqfont.html#setStyleStrategy">setStyleStrategy</a>() +<li><a href="tqfont.html#setUnderline">setUnderline</a>() +<li><a href="tqfont.html#setWeight">setWeight</a>() +<li><a href="tqfont.html#stretch">stretch</a>() +<li><a href="tqfont.html#strikeOut">strikeOut</a>() +<li><a href="tqfont.html#styleHint">styleHint</a>() +<li><a href="tqfont.html#styleStrategy">styleStrategy</a>() +<li><a href="tqfont.html#substitute">substitute</a>() +<li><a href="tqfont.html#substitutes">substitutes</a>() +<li><a href="tqfont.html#substitutions">substitutions</a>() +<li><a href="tqfont.html#toString">toString</a>() +<li><a href="tqfont.html#underline">underline</a>() +<li><a href="tqfont.html#weight">weight</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqfont.html b/doc/html/tqfont.html index f27c9992b..693bb5412 100644 --- a/doc/html/ntqfont.html +++ b/doc/html/tqfont.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qfont.cpp:236 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqfont.cpp:236 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQFont class specifies a font used for drawing text. <a href="#details">More...</a> -<p><tt>#include <<a href="qfont-h.html">ntqfont.h</a>></tt> -<p><a href="qfont-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqfont-h.html">tqfont.h</a>></tt> +<p><a href="tqfont-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#StyleHint-enum"><b>StyleHint</b></a> { Helvetica, SansSerif = Helvetica, Times, Serif = Times, Courier, TypeWriter = Courier, OldEnglish, Decorative = OldEnglish, System, AnyStyle }</li> @@ -126,14 +126,14 @@ The TQFont class specifies a font used for drawing text. you want the font to have. TQt will use the font with the specified attributes, or if no matching font exists, TQt will use the closest matching installed font. The attributes of the font that is -actually used are retrievable from a <a href="ntqfontinfo.html">TQFontInfo</a> object. If the +actually used are retrievable from a <a href="tqfontinfo.html">TQFontInfo</a> object. If the window system provides an exact match <a href="#exactMatch">exactMatch</a>() returns TRUE. -Use <a href="ntqfontmetrics.html">TQFontMetrics</a> to get measurements, e.g. the pixel length of a -string using <a href="ntqfontmetrics.html#width">TQFontMetrics::width</a>(). +Use <a href="tqfontmetrics.html">TQFontMetrics</a> to get measurements, e.g. the pixel length of a +string using <a href="tqfontmetrics.html#width">TQFontMetrics::width</a>(). <p> Use <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() to set the application's default font. <p> If a choosen X11 font does not include all the characters that need to be displayed, TQFont will try to find the characters in the -nearest equivalent fonts. When a <a href="ntqpainter.html">TQPainter</a> draws a character from a +nearest equivalent fonts. When a <a href="tqpainter.html">TQPainter</a> draws a character from a font the TQFont will report whether or not it has the character; if it does not, TQPainter will draw an unfilled square. <p> Create TQFonts like this: @@ -146,7 +146,7 @@ it does not, TQPainter will draw an unfilled square. <a href="#setFamily">setFamily</a>(), <a href="#setPointSize">setPointSize</a>(), <a href="#setPointSizeFloat">setPointSizeFloat</a>(), <a href="#setWeight">setWeight</a>() and <a href="#setItalic">setItalic</a>(). The remaining attributes must be set after contstruction, e.g. <a href="#setBold">setBold</a>(), <a href="#setUnderline">setUnderline</a>(), <a href="#setOverline">setOverline</a>(), -<a href="#setStrikeOut">setStrikeOut</a>() and <a href="#setFixedPitch">setFixedPitch</a>(). <a href="ntqfontinfo.html">TQFontInfo</a> objects should be +<a href="#setStrikeOut">setStrikeOut</a>() and <a href="#setFixedPitch">setFixedPitch</a>(). <a href="tqfontinfo.html">TQFontInfo</a> objects should be created <em>after</em> the font's attributes have been set. A TQFontInfo object will not change, even if you change the font's attributes. The corresponding "get" functions, e.g. <a href="#family">family</a>(), @@ -214,7 +214,7 @@ distinguished by point size, the font with the closest point size to the one requested will be chosen. <p> The actual family, font size, weight and other font attributes used for drawing text will depend on what's available for the -chosen family under the window system. A <a href="ntqfontinfo.html">TQFontInfo</a> object can be +chosen family under the window system. A <a href="tqfontinfo.html">TQFontInfo</a> object can be used to determine the actual values used for drawing the text. <p> Examples: <p> <pre> @@ -234,22 +234,22 @@ f1 and f2, in the above example will be set to "Helvetica <p> To determine the attributes of the font actually used in the window system, use a TQFontInfo object, e.g. <pre> - <a href="ntqfontinfo.html">TQFontInfo</a> info( f1 ); - <a href="tqstring.html">TQString</a> family = info.<a href="ntqfontinfo.html#family">family</a>(); + <a href="tqfontinfo.html">TQFontInfo</a> info( f1 ); + <a href="tqstring.html">TQString</a> family = info.<a href="tqfontinfo.html#family">family</a>(); </pre> -<p> To find out font metrics use a <a href="ntqfontmetrics.html">TQFontMetrics</a> object, e.g. +<p> To find out font metrics use a <a href="tqfontmetrics.html">TQFontMetrics</a> object, e.g. <pre> - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm( f1 ); - int pixelWidth = fm.<a href="ntqfontmetrics.html#width">width</a>( "How many pixels wide is this text?" ); - int pixelHeight = fm.<a href="ntqfontmetrics.html#height">height</a>(); + <a href="tqfontmetrics.html">TQFontMetrics</a> fm( f1 ); + int pixelWidth = fm.<a href="tqfontmetrics.html#width">width</a>( "How many pixels wide is this text?" ); + int pixelHeight = fm.<a href="tqfontmetrics.html#height">height</a>(); </pre> <p> For more general information on fonts, see the <a href="http://www.nwalsh.com/comp.fonts/FAQ/">comp.fonts FAQ.</a> Information on encodings can be found from <a href="http://czyborra.com/">Roman Czyborra's</a> page. -<p> <p>See also <a href="ntqfontmetrics.html">TQFontMetrics</a>, <a href="ntqfontinfo.html">TQFontInfo</a>, <a href="ntqfontdatabase.html">TQFontDatabase</a>, <a href="ntqapplication.html#setFont">TQApplication::setFont</a>(), <a href="tqwidget.html#font-prop">TQWidget::font</a>, <a href="ntqpainter.html#setFont">TQPainter::setFont</a>(), <a href="#StyleHint-enum">TQFont::StyleHint</a>, <a href="#Weight-enum">TQFont::Weight</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="ntqapplication.html#setFont">TQApplication::setFont</a>(), <a href="tqwidget.html#font-prop">TQWidget::font</a>, <a href="tqpainter.html#setFont">TQPainter::setFont</a>(), <a href="#StyleHint-enum">TQFont::StyleHint</a>, <a href="#Weight-enum">TQFont::Weight</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Script-enum"></a>TQFont::Script</h3> @@ -463,7 +463,7 @@ available a family will be set using the <a href="#fontmatching">font matching</a> algorithm. <p> <p>See also <a href="#Weight-enum">Weight</a>, <a href="#setFamily">setFamily</a>(), <a href="#setPointSize">setPointSize</a>(), <a href="#setWeight">setWeight</a>(), <a href="#setItalic">setItalic</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="ntqapplication.html#font">TQApplication::font</a>(). -<h3 class=fn><a name="TQFont-3"></a>TQFont::TQFont ( const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a name="TQFont-3"></a>TQFont::TQFont ( const <a href="tqfont.html">TQFont</a> & font ) </h3> Constructs a font that is a copy of <em>font</em>. @@ -475,7 +475,7 @@ Destroys the font object and frees all allocated resources. </h3> <p> Returns TRUE if <a href="#weight">weight</a>() is a value greater than <a href="#Weight-enum">TQFont::Normal</a>; otherwise returns FALSE. -<p> <p>See also <a href="#weight">weight</a>(), <a href="#setBold">setBold</a>(), and <a href="ntqfontinfo.html#bold">TQFontInfo::bold</a>(). +<p> <p>See also <a href="#weight">weight</a>(), <a href="#setBold">setBold</a>(), and <a href="tqfontinfo.html#bold">TQFontInfo::bold</a>(). <p>Example: <a href="tutorial2-09.html#x2634">chart/optionsform.cpp</a>. <h3 class=fn>int <a name="deciPointSize"></a>TQFont::deciPointSize () const<tt> [protected]</tt> @@ -491,7 +491,7 @@ Returns the family name that corresponds to the current style hint. <p> <p>See also <a href="#StyleHint-enum">StyleHint</a>, <a href="#styleHint">styleHint</a>(), and <a href="#setStyleHint">setStyleHint</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="defaultFont"></a>TQFont::defaultFont ()<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="defaultFont"></a>TQFont::defaultFont ()<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Please use <a href="ntqapplication.html#font">TQApplication::font</a>() instead. @@ -504,7 +504,7 @@ has to be (re)loaded; otherwise returns FALSE. </h3> Returns TRUE if a window system font exactly matching the settings of this font is available. -<p> <p>See also <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="tqfontinfo.html">TQFontInfo</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="family"></a>TQFont::family () const </h3> @@ -512,11 +512,11 @@ Returns the requested font family name, i.e. the name set in the constructor or the last setFont() call. <p> <p>See also <a href="#setFamily">setFamily</a>(), <a href="#substitutes">substitutes</a>(), and <a href="#substitute">substitute</a>(). -<p>Examples: <a href="tutorial2-09.html#x2635">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2838">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Examples: <a href="tutorial2-09.html#x2635">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2838">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn>bool <a name="fixedPitch"></a>TQFont::fixedPitch () const </h3> Returns TRUE if fixed pitch has been set; otherwise returns FALSE. -<p> <p>See also <a href="#setFixedPitch">setFixedPitch</a>() and <a href="ntqfontinfo.html#fixedPitch">TQFontInfo::fixedPitch</a>(). +<p> <p>See also <a href="#setFixedPitch">setFixedPitch</a>() and <a href="tqfontinfo.html#fixedPitch">TQFontInfo::fixedPitch</a>(). <h3 class=fn>bool <a name="fromString"></a>TQFont::fromString ( const <a href="tqstring.html">TQString</a> & descrip ) </h3> @@ -536,15 +536,15 @@ Inserts the family name <em>substituteName</em> into the substitution table for <em>familyName</em>. <p> <p>See also <a href="#insertSubstitutions">insertSubstitutions</a>(), <a href="#removeSubstitution">removeSubstitution</a>(), <a href="#substitutions">substitutions</a>(), <a href="#substitute">substitute</a>(), and <a href="#substitutes">substitutes</a>(). -<p>Example: <a href="simple-font-demo-example.html#x2839">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Example: <a href="simple-font-demo-example.html#x2839">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn>void <a name="insertSubstitutions"></a>TQFont::insertSubstitutions ( const <a href="tqstring.html">TQString</a> & familyName, const <a href="tqstringlist.html">TQStringList</a> & substituteNames )<tt> [static]</tt> </h3> Inserts the list of families <em>substituteNames</em> into the substitution list for <em>familyName</em>. <p> <p>See also <a href="#insertSubstitution">insertSubstitution</a>(), <a href="#removeSubstitution">removeSubstitution</a>(), <a href="#substitutions">substitutions</a>(), and <a href="#substitute">substitute</a>(). -<p>Example: <a href="simple-font-demo-example.html#x2840">fonts/simple-qfont-demo/viewer.cpp</a>. -<h3 class=fn>bool <a name="isCopyOf"></a>TQFont::isCopyOf ( const <a href="ntqfont.html">TQFont</a> & f ) const +<p>Example: <a href="simple-font-demo-example.html#x2840">fonts/simple-tqfont-demo/viewer.cpp</a>. +<h3 class=fn>bool <a name="isCopyOf"></a>TQFont::isCopyOf ( const <a href="tqfont.html">TQFont</a> & f ) const </h3> Returns TRUE if this font and <em>f</em> are copies of each other, i.e. one of them was created as a copy of the other and neither has @@ -588,7 +588,7 @@ happens. Please <a href="bughowto.html">report it as a bug</a> if it does, preferably with a list of the fonts you have installed. <p> <p>See also <a href="#lastResortFamily">lastResortFamily</a>() and <a href="#rawName">rawName</a>(). -<h3 class=fn>bool <a name="operator!-eq"></a>TQFont::operator!= ( const <a href="ntqfont.html">TQFont</a> & f ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQFont::operator!= ( const <a href="tqfont.html">TQFont</a> & f ) const </h3> Returns TRUE if this font is different from <em>f</em>; otherwise returns FALSE. @@ -597,11 +597,11 @@ are different. If <a href="#rawMode">rawMode</a>() is enabled for both fonts, on family fields are compared. <p> <p>See also <a href="#operator-eq-eq">operator==</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> & <a name="operator-eq"></a>TQFont::operator= ( const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a href="tqfont.html">TQFont</a> & <a name="operator-eq"></a>TQFont::operator= ( const <a href="tqfont.html">TQFont</a> & font ) </h3> Assigns <em>font</em> to this font and returns a reference to it. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQFont::operator== ( const <a href="ntqfont.html">TQFont</a> & f ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQFont::operator== ( const <a href="tqfont.html">TQFont</a> & f ) const </h3> Returns TRUE if this font is equal to <em>f</em>; otherwise returns FALSE. @@ -620,7 +620,7 @@ Returns TRUE if overline has been set; otherwise returns FALSE. Returns the pixel size of the font if it was set with <a href="#setPixelSize">setPixelSize</a>(). Returns -1 if the size was set with <a href="#setPointSize">setPointSize</a>() or <a href="#setPointSizeFloat">setPointSizeFloat</a>(). -<p> <p>See also <a href="#setPixelSize">setPixelSize</a>(), <a href="#pointSize">pointSize</a>(), <a href="ntqfontinfo.html#pointSize">TQFontInfo::pointSize</a>(), and <a href="ntqfontinfo.html#pixelSize">TQFontInfo::pixelSize</a>(). +<p> <p>See also <a href="#setPixelSize">setPixelSize</a>(), <a href="#pointSize">pointSize</a>(), <a href="tqfontinfo.html#pointSize">TQFontInfo::pointSize</a>(), and <a href="tqfontinfo.html#pixelSize">TQFontInfo::pixelSize</a>(). <h3 class=fn>int <a name="pointSize"></a>TQFont::pointSize () const </h3> @@ -628,12 +628,12 @@ Returns the point size of the font. Returns -1 if the font size was specified in pixels. <p> <p>See also <a href="#setPointSize">setPointSize</a>(), <a href="#deciPointSize">deciPointSize</a>(), and <a href="#pointSizeFloat">pointSizeFloat</a>(). -<p>Examples: <a href="tutorial2-09.html#x2637">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2841">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Examples: <a href="tutorial2-09.html#x2637">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2841">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn>float <a name="pointSizeFloat"></a>TQFont::pointSizeFloat () const </h3> Returns the point size of the font. Returns -1 if the font size was specified in pixels. -<p> <p>See also <a href="#pointSize">pointSize</a>(), <a href="#setPointSizeFloat">setPointSizeFloat</a>(), <a href="#pixelSize">pixelSize</a>(), <a href="ntqfontinfo.html#pointSize">TQFontInfo::pointSize</a>(), and <a href="ntqfontinfo.html#pixelSize">TQFontInfo::pixelSize</a>(). +<p> <p>See also <a href="#pointSize">pointSize</a>(), <a href="#setPointSizeFloat">setPointSizeFloat</a>(), <a href="#pixelSize">pixelSize</a>(), <a href="tqfontinfo.html#pointSize">TQFontInfo::pointSize</a>(), and <a href="tqfontinfo.html#pixelSize">TQFontInfo::pixelSize</a>(). <h3 class=fn>bool <a name="rawMode"></a>TQFont::rawMode () const </h3> @@ -657,7 +657,7 @@ pattern or an XLFD. Removes all the substitutions for <em>familyName</em>. <p> <p>See also <a href="#insertSubstitutions">insertSubstitutions</a>(), <a href="#insertSubstitution">insertSubstitution</a>(), <a href="#substitutions">substitutions</a>(), and <a href="#substitute">substitute</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="resolve"></a>TQFont::resolve ( const <a href="ntqfont.html">TQFont</a> & other ) const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="resolve"></a>TQFont::resolve ( const <a href="tqfont.html">TQFont</a> & other ) const </h3> Returns a new TQFont that has attributes copied from <em>other</em>. @@ -669,7 +669,7 @@ Returns a new TQFont that has attributes copied from <em>other</em>. <p> <p>See also <a href="#bold">bold</a>() and <a href="#setWeight">setWeight</a>(). <p>Examples: <a href="menu-example.html#x1860">menu/menu.cpp</a> and <a href="themes-example.html#x280">themes/metal.cpp</a>. -<h3 class=fn>void <a name="setDefaultFont"></a>TQFont::setDefaultFont ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [static]</tt> +<h3 class=fn>void <a name="setDefaultFont"></a>TQFont::setDefaultFont ( const <a href="tqfont.html">TQFont</a> & f )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Please use <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() instead. @@ -684,25 +684,25 @@ available from more than one foundry and the foundry isn't specified, an arbitrary foundry is chosen. If the family isn't available a family will be set using the <a href="#fontmatching">font matching</a> algorithm. -<p> <p>See also <a href="#family">family</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#family">family</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="tqfontinfo.html">TQFontInfo</a>. <h3 class=fn>void <a name="setFixedPitch"></a>TQFont::setFixedPitch ( bool enable ) </h3> If <em>enable</em> is TRUE, sets fixed pitch on; otherwise sets fixed pitch off. -<p> <p>See also <a href="#fixedPitch">fixedPitch</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#fixedPitch">fixedPitch</a>() and <a href="tqfontinfo.html">TQFontInfo</a>. <h3 class=fn>void <a name="setItalic"></a>TQFont::setItalic ( bool enable ) </h3> If <em>enable</em> is TRUE, italic is set on; otherwise italic is set off. -<p> <p>See also <a href="#italic">italic</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#italic">italic</a>() and <a href="tqfontinfo.html">TQFontInfo</a>. -<p>Examples: <a href="fileiconview-example.html#x828">fileiconview/tqfileiconview.cpp</a>, <a href="simple-font-demo-example.html#x2842">fonts/simple-qfont-demo/viewer.cpp</a>, and <a href="themes-example.html#x281">themes/metal.cpp</a>. +<p>Examples: <a href="fileiconview-example.html#x828">fileiconview/tqfileiconview.cpp</a>, <a href="simple-font-demo-example.html#x2842">fonts/simple-tqfont-demo/viewer.cpp</a>, and <a href="themes-example.html#x281">themes/metal.cpp</a>. <h3 class=fn>void <a name="setOverline"></a>TQFont::setOverline ( bool enable ) </h3> If <em>enable</em> is TRUE, sets overline on; otherwise sets overline off. -<p> <p>See also <a href="#overline">overline</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#overline">overline</a>() and <a href="tqfontinfo.html">TQFontInfo</a>. <h3 class=fn>void <a name="setPixelSize"></a>TQFont::setPixelSize ( int pixelSize ) </h3> @@ -724,7 +724,7 @@ Sets the point size to <em>pointSize</em>. The point size must be greater than zero. <p> <p>See also <a href="#pointSize">pointSize</a>() and <a href="#setPointSizeFloat">setPointSizeFloat</a>(). -<p>Example: <a href="simple-font-demo-example.html#x2843">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Example: <a href="simple-font-demo-example.html#x2843">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn>void <a name="setPointSizeFloat"></a>TQFont::setPointSizeFloat ( float pointSize ) </h3> Sets the point size to <em>pointSize</em>. The point size must be @@ -739,7 +739,7 @@ off. This function only has an effect under X11. <p> If raw mode is enabled, TQt will search for an X font with a complete font name matching the family name, ignoring all other values set for the TQFont. If the font name matches several fonts, -TQt will use the first font returned by X. <a href="ntqfontinfo.html">TQFontInfo</a> <em>cannot</em> be +TQt will use the first font returned by X. <a href="tqfontinfo.html">TQFontInfo</a> <em>cannot</em> be used to fetch information about a TQFont using raw mode (it will return the values set in the TQFont for all parameters, including the family name). @@ -783,9 +783,9 @@ values for the SETWIDTH_NAME field of the XLFD. </h3> If <em>enable</em> is TRUE, sets strikeout on; otherwise sets strikeout off. -<p> <p>See also <a href="#strikeOut">strikeOut</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#strikeOut">strikeOut</a>() and <a href="tqfontinfo.html">TQFontInfo</a>. -<h3 class=fn>void <a name="setStyleHint"></a>TQFont::setStyleHint ( <a href="ntqfont.html#StyleHint-enum">StyleHint</a> hint, <a href="ntqfont.html#StyleStrategy-enum">StyleStrategy</a> strategy = PreferDefault ) +<h3 class=fn>void <a name="setStyleHint"></a>TQFont::setStyleHint ( <a href="tqfont.html#StyleHint-enum">StyleHint</a> hint, <a href="tqfont.html#StyleStrategy-enum">StyleStrategy</a> strategy = PreferDefault ) </h3> Sets the style hint and strategy to <em>hint</em> and <em>strategy</em>, respectively. @@ -793,10 +793,10 @@ respectively. <a href="#StyleHint-enum">AnyStyle</a> and the style strategy to <a href="#StyleStrategy-enum">PreferDefault</a>. <p> TQt does not support style hints on X11 since this information is not provided by the window system. -<p> <p>See also <a href="#StyleHint-enum">StyleHint</a>, <a href="#styleHint">styleHint</a>(), <a href="#StyleStrategy-enum">StyleStrategy</a>, <a href="#styleStrategy">styleStrategy</a>(), and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#StyleHint-enum">StyleHint</a>, <a href="#styleHint">styleHint</a>(), <a href="#StyleStrategy-enum">StyleStrategy</a>, <a href="#styleStrategy">styleStrategy</a>(), and <a href="tqfontinfo.html">TQFontInfo</a>. -<p>Examples: <a href="desktop-example.html#x1728">desktop/desktop.cpp</a> and <a href="simple-font-demo-example.html#x2844">fonts/simple-qfont-demo/viewer.cpp</a>. -<h3 class=fn>void <a name="setStyleStrategy"></a>TQFont::setStyleStrategy ( <a href="ntqfont.html#StyleStrategy-enum">StyleStrategy</a> s ) +<p>Examples: <a href="desktop-example.html#x1728">desktop/desktop.cpp</a> and <a href="simple-font-demo-example.html#x2844">fonts/simple-tqfont-demo/viewer.cpp</a>. +<h3 class=fn>void <a name="setStyleStrategy"></a>TQFont::setStyleStrategy ( <a href="tqfont.html#StyleStrategy-enum">StyleStrategy</a> s ) </h3> Sets the style strategy for the font to <em>s</em>. <p> <p>See also <a href="#StyleStrategy-enum">TQFont::StyleStrategy</a>. @@ -805,16 +805,16 @@ Sets the style strategy for the font to <em>s</em>. </h3> If <em>enable</em> is TRUE, sets underline on; otherwise sets underline off. -<p> <p>See also <a href="#underline">underline</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#underline">underline</a>() and <a href="tqfontinfo.html">TQFontInfo</a>. -<p>Examples: <a href="simple-font-demo-example.html#x2845">fonts/simple-qfont-demo/viewer.cpp</a> and <a href="menu-example.html#x1861">menu/menu.cpp</a>. +<p>Examples: <a href="simple-font-demo-example.html#x2845">fonts/simple-tqfont-demo/viewer.cpp</a> and <a href="menu-example.html#x1861">menu/menu.cpp</a>. <h3 class=fn>void <a name="setWeight"></a>TQFont::setWeight ( int weight ) </h3> Sets the weight the font to <em>weight</em>, which should be a value from the <a href="#Weight-enum">TQFont::Weight</a> enumeration. -<p> <p>See also <a href="#weight">weight</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#weight">weight</a>() and <a href="tqfontinfo.html">TQFontInfo</a>. -<p>Example: <a href="simple-font-demo-example.html#x2846">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Example: <a href="simple-font-demo-example.html#x2846">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn>int <a name="stretch"></a>TQFont::stretch () const </h3> Returns the <a href="layout.html#stretch-factor">stretch factor</a> for the font. @@ -825,15 +825,15 @@ Returns the <a href="layout.html#stretch-factor">stretch factor</a> for the font Returns TRUE if strikeout has been set; otherwise returns FALSE. <p> <p>See also <a href="#setStrikeOut">setStrikeOut</a>(). -<h3 class=fn><a href="ntqfont.html#StyleHint-enum">StyleHint</a> <a name="styleHint"></a>TQFont::styleHint () const +<h3 class=fn><a href="tqfont.html#StyleHint-enum">StyleHint</a> <a name="styleHint"></a>TQFont::styleHint () const </h3> Returns the StyleHint. <p> The style hint affects the <a href="#fontmatching">font matching</a> algorithm. See <a href="#StyleHint-enum">TQFont::StyleHint</a> for the list of strategies. -<p> <p>See also <a href="#setStyleHint">setStyleHint</a>(), <a href="#StyleStrategy-enum">TQFont::StyleStrategy</a>, and <a href="ntqfontinfo.html#styleHint">TQFontInfo::styleHint</a>(). +<p> <p>See also <a href="#setStyleHint">setStyleHint</a>(), <a href="#StyleStrategy-enum">TQFont::StyleStrategy</a>, and <a href="tqfontinfo.html#styleHint">TQFontInfo::styleHint</a>(). -<h3 class=fn><a href="ntqfont.html#StyleStrategy-enum">StyleStrategy</a> <a name="styleStrategy"></a>TQFont::styleStrategy () const +<h3 class=fn><a href="tqfont.html#StyleStrategy-enum">StyleStrategy</a> <a name="styleStrategy"></a>TQFont::styleStrategy () const </h3> Returns the StyleStrategy. <p> The style strategy affects the <a href="#fontmatching">font @@ -858,7 +858,7 @@ is specified. The lookup is case insensitive. returned. <p> <p>See also <a href="#substitute">substitute</a>(), <a href="#insertSubstitutions">insertSubstitutions</a>(), <a href="#insertSubstitution">insertSubstitution</a>(), and <a href="#removeSubstitution">removeSubstitution</a>(). -<p>Example: <a href="simple-font-demo-example.html#x2847">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Example: <a href="simple-font-demo-example.html#x2847">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="substitutions"></a>TQFont::substitutions ()<tt> [static]</tt> </h3> Returns a sorted list of substituted family names. @@ -880,17 +880,17 @@ Returns TRUE if underline has been set; otherwise returns FALSE. </h3> Returns the weight of the font which is one of the enumerated values from <a href="#Weight-enum">TQFont::Weight</a>. -<p> <p>See also <a href="#setWeight">setWeight</a>(), <a href="#Weight-enum">Weight</a>, and <a href="ntqfontinfo.html">TQFontInfo</a>. +<p> <p>See also <a href="#setWeight">setWeight</a>(), <a href="#Weight-enum">Weight</a>, and <a href="tqfontinfo.html">TQFontInfo</a>. <hr><h2>Related Functions</h2> -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqfont.html">TQFont</a> & font ) </h3> <p> Writes the font <em>font</em> to the data stream <em>s</em>. (<a href="#toString">toString</a>() writes to a text stream.) <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqfont.html">TQFont</a> & font ) </h3> <p> Reads the font <em>font</em> from the data stream <em>s</em>. (<a href="#fromString">fromString</a>() diff --git a/doc/html/qfontdatabase-h.html b/doc/html/tqfontdatabase-h.html index d61d666f6..e2d6a9115 100644 --- a/doc/html/qfontdatabase-h.html +++ b/doc/html/tqfontdatabase-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontdatabase.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontdatabase.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqfontdatabase.h Include File</title> +<title>tqfontdatabase.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqfontdatabase.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqfontdatabase.h</h1> -<p>This is the verbatim text of the ntqfontdatabase.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqfontdatabase.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqfontdatabase.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqfontdatabase.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of the TQFontDatabase class ** @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwindowdefs.h" #include "tqstring.h" #include "tqstringlist.h" -#include "ntqfont.h" +#include "tqfont.h" #include "tqvaluelist.h" #endif // QT_H diff --git a/doc/html/qfontdatabase-members.html b/doc/html/tqfontdatabase-members.html index 01001f3d1..029a52b41 100644 --- a/doc/html/qfontdatabase-members.html +++ b/doc/html/tqfontdatabase-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontdatabase.h:65 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontdatabase.h:65 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,26 +32,26 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFontDatabase</h1> <p>This is the complete list of member functions for -<a href="ntqfontdatabase.html">TQFontDatabase</a>, including inherited members. +<a href="tqfontdatabase.html">TQFontDatabase</a>, including inherited members. <ul> -<li><a href="ntqfontdatabase.html#TQFontDatabase">TQFontDatabase</a>() -<li><a href="ntqfontdatabase.html#bold">bold</a>() -<li><a href="ntqfontdatabase.html#families">families</a>() -<li><a href="ntqfontdatabase.html#font">font</a>() -<li><a href="ntqfontdatabase.html#isBitmapScalable">isBitmapScalable</a>() -<li><a href="ntqfontdatabase.html#isFixedPitch">isFixedPitch</a>() -<li><a href="ntqfontdatabase.html#isScalable">isScalable</a>() -<li><a href="ntqfontdatabase.html#isSmoothlyScalable">isSmoothlyScalable</a>() -<li><a href="ntqfontdatabase.html#italic">italic</a>() -<li><a href="ntqfontdatabase.html#pointSizes">pointSizes</a>() -<li><a href="ntqfontdatabase.html#scriptName">scriptName</a>() -<li><a href="ntqfontdatabase.html#scriptSample">scriptSample</a>() -<li><a href="ntqfontdatabase.html#smoothSizes">smoothSizes</a>() -<li><a href="ntqfontdatabase.html#standardSizes">standardSizes</a>() -<li><a href="ntqfontdatabase.html#styleString">styleString</a>() -<li><a href="ntqfontdatabase.html#styles">styles</a>() -<li><a href="ntqfontdatabase.html#weight">weight</a>() +<li><a href="tqfontdatabase.html#TQFontDatabase">TQFontDatabase</a>() +<li><a href="tqfontdatabase.html#bold">bold</a>() +<li><a href="tqfontdatabase.html#families">families</a>() +<li><a href="tqfontdatabase.html#font">font</a>() +<li><a href="tqfontdatabase.html#isBitmapScalable">isBitmapScalable</a>() +<li><a href="tqfontdatabase.html#isFixedPitch">isFixedPitch</a>() +<li><a href="tqfontdatabase.html#isScalable">isScalable</a>() +<li><a href="tqfontdatabase.html#isSmoothlyScalable">isSmoothlyScalable</a>() +<li><a href="tqfontdatabase.html#italic">italic</a>() +<li><a href="tqfontdatabase.html#pointSizes">pointSizes</a>() +<li><a href="tqfontdatabase.html#scriptName">scriptName</a>() +<li><a href="tqfontdatabase.html#scriptSample">scriptSample</a>() +<li><a href="tqfontdatabase.html#smoothSizes">smoothSizes</a>() +<li><a href="tqfontdatabase.html#standardSizes">standardSizes</a>() +<li><a href="tqfontdatabase.html#styleString">styleString</a>() +<li><a href="tqfontdatabase.html#styles">styles</a>() +<li><a href="tqfontdatabase.html#weight">weight</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqfontdatabase.html b/doc/html/tqfontdatabase.html index c26ca493a..122198f95 100644 --- a/doc/html/ntqfontdatabase.html +++ b/doc/html/tqfontdatabase.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qfontdatabase.cpp:1286 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqfontdatabase.cpp:1286 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQFontDatabase class provides information about the fonts available in the underlying window system. <a href="#details">More...</a> -<p><tt>#include <<a href="qfontdatabase-h.html">ntqfontdatabase.h</a>></tt> -<p><a href="qfontdatabase-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqfontdatabase-h.html">tqfontdatabase.h</a>></tt> +<p><a href="tqfontdatabase-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQFontDatabase"><b>TQFontDatabase</b></a> ()</li> @@ -90,7 +90,7 @@ e.g. "Cronyx-Helvetica", or the new bracketed TQt 3.x "family [foundry]" format e.g. "Helvetica [Cronyx]". If the family has a foundry it is always returned, e.g. by families(), using the bracketed format. -<p> The <a href="#font">font</a>() function returns a <a href="ntqfont.html">TQFont</a> given a family, style and +<p> The <a href="#font">font</a>() function returns a <a href="tqfont.html">TQFont</a> given a family, style and point size. <p> A family and style combination can be checked to see if it is <a href="#italic">italic</a>() or <a href="#bold">bold</a>(), and to retrieve its <a href="#weight">weight</a>(). Similarly we can @@ -99,13 +99,13 @@ call <a href="#isBitmapScalable">isBitmapScalable</a>(), <a href="#isSmoothlySca <p> A text version of a style is given by <a href="#styleString">styleString</a>(). <p> The TQFontDatabase class also supports some static functions, for example, <a href="#standardSizes">standardSizes</a>(). You can retrieve the Unicode 3.0 -description of a <a href="ntqfont.html#Script-enum">script</a> using +description of a <a href="tqfont.html#Script-enum">script</a> using <a href="#scriptName">scriptName</a>(), and a sample of characters in a script with <a href="#scriptSample">scriptSample</a>(). <p> Example: <pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qfontdatabase-h.html">ntqfontdatabase.h</a>> +#include <<a href="tqfontdatabase-h.html">tqfontdatabase.h</a>> #include <else.h> int main( int argc, char **argv ) @@ -159,7 +159,7 @@ Returns TRUE if the font that has family <em>family</em> and style <em>style</em that font is in the form "family [foundry]". Examples: "Times [Adobe]", "Times [Cronyx]", "Palatino". -<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="families-2"></a>TQFontDatabase::families ( <a href="ntqfont.html#Script-enum">TQFont::Script</a> script ) const +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="families-2"></a>TQFontDatabase::families ( <a href="tqfont.html#Script-enum">TQFont::Script</a> script ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a sorted list of the available font families which support @@ -173,14 +173,14 @@ that font is in the form "family [foundry]". Examples: "Times <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQFontDatabase::font ( const <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style, int pointSize ) +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQFontDatabase::font ( const <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style, int pointSize ) </h3> -Returns a <a href="ntqfont.html">TQFont</a> object that has family <em>family</em>, style <em>style</em> +Returns a <a href="tqfont.html">TQFont</a> object that has family <em>family</em>, style <em>style</em> and point size <em>pointSize</em>. If no matching font could be created, a TQFont object that uses the application's default font is returned. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font-2"></a>TQFontDatabase::font ( const <a href="tqstring.html">TQString</a> & familyName, const <a href="tqstring.html">TQString</a> & style, int pointSize, const <a href="tqstring.html">TQString</a> & ) +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font-2"></a>TQFontDatabase::font ( const <a href="tqstring.html">TQString</a> & familyName, const <a href="tqstring.html">TQString</a> & style, int pointSize, const <a href="tqstring.html">TQString</a> & ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> @@ -251,17 +251,17 @@ family <em>family</em> and style <em>style</em>. The list may be empty. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="scriptName"></a>TQFontDatabase::scriptName ( <a href="ntqfont.html#Script-enum">TQFont::Script</a> script )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="scriptName"></a>TQFontDatabase::scriptName ( <a href="tqfont.html#Script-enum">TQFont::Script</a> script )<tt> [static]</tt> </h3> Returns a string that gives a default description of the <em>script</em> (e.g. for displaying to the user in a dialog). The name matches the name of the script as defined by the Unicode 3.0 standard. -<p> <p>See also <a href="ntqfont.html#Script-enum">TQFont::Script</a>. +<p> <p>See also <a href="tqfont.html#Script-enum">TQFont::Script</a>. -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="scriptSample"></a>TQFontDatabase::scriptSample ( <a href="ntqfont.html#Script-enum">TQFont::Script</a> script )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="scriptSample"></a>TQFontDatabase::scriptSample ( <a href="tqfont.html#Script-enum">TQFont::Script</a> script )<tt> [static]</tt> </h3> Returns a string with sample characters from <em>script</em>. -<p> <p>See also <a href="ntqfont.html#Script-enum">TQFont::Script</a>. +<p> <p>See also <a href="tqfont.html#Script-enum">TQFont::Script</a>. <h3 class=fn><a href="tqvaluelist.html">TQValueList</a><int> <a name="smoothSizes"></a>TQFontDatabase::smoothSizes ( const <a href="tqstring.html">TQString</a> & family, const <a href="tqstring.html">TQString</a> & style ) </h3> @@ -281,7 +281,7 @@ is equivalent to <a href="#pointSizes">pointSizes</a>(). Returns a list of standard font sizes. <p> <p>See also <a href="#smoothSizes">smoothSizes</a>() and <a href="#pointSizes">pointSizes</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="styleString"></a>TQFontDatabase::styleString ( const <a href="ntqfont.html">TQFont</a> & f ) +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="styleString"></a>TQFontDatabase::styleString ( const <a href="tqfont.html">TQFont</a> & f ) </h3> Returns a string that describes the style of the font <em>f</em>. For example, "Bold Italic", "Bold", "Italic" or "Normal". An empty diff --git a/doc/html/qfontdialog-h.html b/doc/html/tqfontdialog-h.html index 4a0042290..850067045 100644 --- a/doc/html/qfontdialog-h.html +++ b/doc/html/tqfontdialog-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontdialog.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontdialog.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqfontdialog.h Include File</title> +<title>tqfontdialog.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqfontdialog.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqfontdialog.h</h1> -<p>This is the verbatim text of the ntqfontdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqfontdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqfontdialog.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqfontdialog.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQFontDialog ** @@ -93,7 +93,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqdialog.h" -#include "ntqfont.h" +#include "tqfont.h" #endif // QT_H class TQFontDialogPrivate; diff --git a/doc/html/qfontdialog-members.html b/doc/html/tqfontdialog-members.html index a0454cf65..15cc9d0f7 100644 --- a/doc/html/qfontdialog-members.html +++ b/doc/html/tqfontdialog-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontdialog.h:62 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontdialog.h:62 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFontDialog</h1> <p>This is the complete list of member functions for -<a href="ntqfontdialog.html">TQFontDialog</a>, including inherited members. +<a href="tqfontdialog.html">TQFontDialog</a>, including inherited members. <ul> <li><a href="ntqdialog.html#accept">accept</a>() @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -109,11 +109,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqfontdialog.html#getFont">getFont</a>() +<li><a href="tqfontdialog.html#getFont">getFont</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -195,7 +195,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -316,28 +316,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/ntqfontdialog.html b/doc/html/tqfontdialog.html index c41f0a40c..56dce6ff0 100644 --- a/doc/html/ntqfontdialog.html +++ b/doc/html/tqfontdialog.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qfontdialog.cpp:59 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqfontdialog.cpp:59 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQFontDialog class provides a dialog widget for selecting a font. <a href="#details">More...</a> -<p><tt>#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>></tt> +<p><tt>#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>></tt> <p>Inherits <a href="ntqdialog.html">TQDialog</a>. -<p><a href="qfontdialog-members.html">List of all member functions.</a> +<p><a href="tqfontdialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> <li class=fn>TQFont <a href="#getFont"><b>getFont</b></a> ( bool * ok, const TQFont & initial, TQWidget * parent = 0, const char * name = 0 )</li> @@ -52,7 +52,7 @@ functions, e.g. <a href="#getFont">getFont</a>(). <p> Examples: <p> <pre> bool ok; - <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="#getFont">getFont</a>( + <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="#getFont">getFont</a>( &ok, TQFont( "Helvetica [Cronyx]", 10 ), this ); if ( ok ) { // font is set to the font the user selected @@ -69,12 +69,12 @@ functions, e.g. <a href="#getFont">getFont</a>(). If the user clicks OK the font they chose will be used for myWidget, and if they click Cancel the original font is used. -<p> <p>See also <a href="ntqfont.html">TQFont</a>, <a href="ntqfontinfo.html">TQFontInfo</a>, <a href="ntqfontmetrics.html">TQFontMetrics</a>, and <a href="dialogs.html">Dialog Classes</a>. +<p> <p>See also <a href="tqfont.html">TQFont</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontmetrics.html">TQFontMetrics</a>, and <a href="dialogs.html">Dialog Classes</a>. -<p> <img src=qfontdlg-w.png> +<p> <img src=tqfontdlg-w.png> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont"></a>TQFontDialog::getFont ( bool * ok, const <a href="ntqfont.html">TQFont</a> & initial, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="getFont"></a>TQFontDialog::getFont ( bool * ok, const <a href="tqfont.html">TQFont</a> & initial, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Executes a modal font dialog and returns a font. <p> If the user clicks OK, the selected font is returned. If the user @@ -88,7 +88,7 @@ object, but is convenient and easy to use. <p> Examples: <pre> bool ok; - <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="#getFont">getFont</a>( &ok, TQFont( "Times", 12 ), this ); + <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="#getFont">getFont</a>( &ok, TQFont( "Times", 12 ), this ); if ( ok ) { // font is set to the font the user selected } else { @@ -106,7 +106,7 @@ In this example, if the user clicks OK the font they chose will be used, and if they click Cancel the original font is used. <p>Examples: <a href="canvas-chart-example.html#x2881">chart/chartform.cpp</a>, <a href="tutorial2-09.html#x2638">chart/optionsform.cpp</a>, <a href="qfd-example.html#x1981">qfd/fontdisplayer.cpp</a>, <a href="qwerty-example.html#x368">qwerty/qwerty.cpp</a>, and <a href="xform-example.html#x1224">xform/xform.cpp</a>. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont-2"></a>TQFontDialog::getFont ( bool * ok, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="getFont-2"></a>TQFontDialog::getFont ( bool * ok, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Executes a modal font dialog and returns a font. @@ -120,7 +120,7 @@ object, but is convenient and easy to use. <p> Example: <pre> bool ok; - <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="#getFont">getFont</a>( &ok, this ); + <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="#getFont">getFont</a>( &ok, this ); if ( ok ) { // font is set to the font the user selected } else { diff --git a/doc/html/qfontdlg-w.png b/doc/html/tqfontdlg-w.png Binary files differindex 2615fbbb4..2615fbbb4 100644 --- a/doc/html/qfontdlg-w.png +++ b/doc/html/tqfontdlg-w.png diff --git a/doc/html/qfontinfo-h.html b/doc/html/tqfontinfo-h.html index fc91abf11..84d06c32e 100644 --- a/doc/html/qfontinfo-h.html +++ b/doc/html/tqfontinfo-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontinfo.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontinfo.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqfontinfo.h Include File</title> +<title>tqfontinfo.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqfontinfo.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqfontinfo.h</h1> -<p>This is the verbatim text of the ntqfontinfo.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqfontinfo.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqfontinfo.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqfontinfo.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQFontInfo class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQFONTINFO_H #ifndef QT_H -#include "ntqfont.h" +#include "tqfont.h" #endif // QT_H diff --git a/doc/html/qfontinfo-members.html b/doc/html/tqfontinfo-members.html index 6721b3373..c98c4b260 100644 --- a/doc/html/qfontinfo-members.html +++ b/doc/html/tqfontinfo-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontinfo.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontinfo.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,22 +32,22 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFontInfo</h1> <p>This is the complete list of member functions for -<a href="ntqfontinfo.html">TQFontInfo</a>, including inherited members. +<a href="tqfontinfo.html">TQFontInfo</a>, including inherited members. <ul> -<li><a href="ntqfontinfo.html#TQFontInfo">TQFontInfo</a>() -<li><a href="ntqfontinfo.html#~TQFontInfo">~TQFontInfo</a>() -<li><a href="ntqfontinfo.html#bold">bold</a>() -<li><a href="ntqfontinfo.html#exactMatch">exactMatch</a>() -<li><a href="ntqfontinfo.html#family">family</a>() -<li><a href="ntqfontinfo.html#fixedPitch">fixedPitch</a>() -<li><a href="ntqfontinfo.html#italic">italic</a>() -<li><a href="ntqfontinfo.html#operator-eq">operator=</a>() -<li><a href="ntqfontinfo.html#pixelSize">pixelSize</a>() -<li><a href="ntqfontinfo.html#pointSize">pointSize</a>() -<li><a href="ntqfontinfo.html#rawMode">rawMode</a>() -<li><a href="ntqfontinfo.html#styleHint">styleHint</a>() -<li><a href="ntqfontinfo.html#weight">weight</a>() +<li><a href="tqfontinfo.html#TQFontInfo">TQFontInfo</a>() +<li><a href="tqfontinfo.html#~TQFontInfo">~TQFontInfo</a>() +<li><a href="tqfontinfo.html#bold">bold</a>() +<li><a href="tqfontinfo.html#exactMatch">exactMatch</a>() +<li><a href="tqfontinfo.html#family">family</a>() +<li><a href="tqfontinfo.html#fixedPitch">fixedPitch</a>() +<li><a href="tqfontinfo.html#italic">italic</a>() +<li><a href="tqfontinfo.html#operator-eq">operator=</a>() +<li><a href="tqfontinfo.html#pixelSize">pixelSize</a>() +<li><a href="tqfontinfo.html#pointSize">pointSize</a>() +<li><a href="tqfontinfo.html#rawMode">rawMode</a>() +<li><a href="tqfontinfo.html#styleHint">styleHint</a>() +<li><a href="tqfontinfo.html#weight">weight</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqfontinfo.html b/doc/html/tqfontinfo.html index e7475c724..65dad6d00 100644 --- a/doc/html/ntqfontinfo.html +++ b/doc/html/tqfontinfo.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qfont.cpp:2590 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqfont.cpp:2590 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQFontInfo class provides general information about fonts. <a href="#details">More...</a> -<p><tt>#include <<a href="qfontinfo-h.html">ntqfontinfo.h</a>></tt> -<p><a href="qfontinfo-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqfontinfo-h.html">tqfontinfo.h</a>></tt> +<p><a href="tqfontinfo-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQFontInfo"><b>TQFontInfo</b></a> ( const TQFont & font )</li> @@ -59,7 +59,7 @@ body { background: #ffffff; color: black; } <p> The TQFontInfo class provides general information about fonts. <p> -<p> The TQFontInfo class provides the same access functions as <a href="ntqfont.html">TQFont</a>, +<p> The TQFontInfo class provides the same access functions as <a href="tqfont.html">TQFont</a>, e.g. <a href="#family">family</a>(), <a href="#pointSize">pointSize</a>(), <a href="#italic">italic</a>(), <a href="#weight">weight</a>(), <a href="#fixedPitch">fixedPitch</a>(), <a href="#styleHint">styleHint</a>() etc. But whilst the TQFont access functions return the values that were set, a TQFontInfo object returns the values that @@ -67,7 +67,7 @@ apply to the font that will actually be used to draw the text. <p> For example, when the program asks for a 25pt Courier font on a machine that has a non-scalable 24pt Courier font, TQFont will (normally) use the 24pt Courier for rendering. In this case, -<a href="ntqfont.html#pointSize">TQFont::pointSize</a>() returns 25 and <a href="#pointSize">TQFontInfo::pointSize</a>() returns +<a href="tqfont.html#pointSize">TQFont::pointSize</a>() returns 25 and <a href="#pointSize">TQFontInfo::pointSize</a>() returns 24. <p> There are three ways to create a TQFontInfo object. <ol type=1> @@ -79,17 +79,17 @@ info object is <em>not</em> updated. This is equivalent to calling TQFontInfo(widget->font()). If the widget's font is changed later, the font info object is <em>not</em> updated. -<p> <li> <a href="ntqpainter.html#fontInfo">TQPainter::fontInfo</a>() returns the font info for a painter's +<p> <li> <a href="tqpainter.html#fontInfo">TQPainter::fontInfo</a>() returns the font info for a painter's current font. If the painter's font is changed later, the font info object is <em>not</em> updated. </ol> <p> <sup>*</sup> If you use a printer font the values returned may be inaccurate. Printer fonts are not always accessible so the nearest screen font is used if a printer font is supplied. -<p> <p>See also <a href="ntqfont.html">TQFont</a>, <a href="ntqfontmetrics.html">TQFontMetrics</a>, <a href="ntqfontdatabase.html">TQFontDatabase</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqfont.html">TQFont</a>, <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQFontInfo"></a>TQFontInfo::TQFontInfo ( const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a name="TQFontInfo"></a>TQFontInfo::TQFontInfo ( const <a href="tqfont.html">TQFont</a> & font ) </h3> Constructs a font info object for <em>font</em>. <p> The font must be screen-compatible, i.e. a font you use when @@ -97,15 +97,15 @@ drawing text in <a href="tqwidget.html">widgets</a> or <a href="ntqpixmap.html"> <p> The font info object holds the information for the font that is passed in the constructor at the time it is created, and is not updated if the font's attributes are changed later. -<p> Use <a href="ntqpainter.html#fontInfo">TQPainter::fontInfo</a>() to get the font info when painting. +<p> Use <a href="tqpainter.html#fontInfo">TQPainter::fontInfo</a>() to get the font info when painting. This will give correct results also when painting on paint device that is not screen-compatible. -<h3 class=fn><a name="TQFontInfo-2"></a>TQFontInfo::TQFontInfo ( const <a href="ntqfont.html">TQFont</a> & font, <a href="ntqfont.html#Script-enum">TQFont::Script</a> script ) +<h3 class=fn><a name="TQFontInfo-2"></a>TQFontInfo::TQFontInfo ( const <a href="tqfont.html">TQFont</a> & font, <a href="tqfont.html#Script-enum">TQFont::Script</a> script ) </h3> Constructs a font info object for <em>font</em> using the specified <em>script</em>. -<h3 class=fn><a name="TQFontInfo-3"></a>TQFontInfo::TQFontInfo ( const <a href="ntqfontinfo.html">TQFontInfo</a> & fi ) +<h3 class=fn><a name="TQFontInfo-3"></a>TQFontInfo::TQFontInfo ( const <a href="tqfontinfo.html">TQFontInfo</a> & fi ) </h3> Constructs a copy of <em>fi</em>. @@ -116,67 +116,67 @@ Destroys the font info object. <h3 class=fn>bool <a name="bold"></a>TQFontInfo::bold () const </h3> -<p> Returns TRUE if <a href="#weight">weight</a>() would return a value greater than <a href="ntqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns FALSE. -<p> <p>See also <a href="#weight">weight</a>() and <a href="ntqfont.html#bold">TQFont::bold</a>(). +<p> Returns TRUE if <a href="#weight">weight</a>() would return a value greater than <a href="tqfont.html#Weight-enum">TQFont::Normal</a>; otherwise returns FALSE. +<p> <p>See also <a href="#weight">weight</a>() and <a href="tqfont.html#bold">TQFont::bold</a>(). <p>Example: <a href="qfd-example.html#x1982">qfd/fontdisplayer.cpp</a>. <h3 class=fn>bool <a name="exactMatch"></a>TQFontInfo::exactMatch () const </h3> Returns TRUE if the matched window system font is exactly the same as the one specified by the font; otherwise returns FALSE. -<p> <p>See also <a href="ntqfont.html#exactMatch">TQFont::exactMatch</a>(). +<p> <p>See also <a href="tqfont.html#exactMatch">TQFont::exactMatch</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="family"></a>TQFontInfo::family () const </h3> Returns the family name of the matched window system font. -<p> <p>See also <a href="ntqfont.html#family">TQFont::family</a>(). +<p> <p>See also <a href="tqfont.html#family">TQFont::family</a>(). -<p>Examples: <a href="simple-font-demo-example.html#x2848">fonts/simple-qfont-demo/viewer.cpp</a> and <a href="qfd-example.html#x1983">qfd/fontdisplayer.cpp</a>. +<p>Examples: <a href="simple-font-demo-example.html#x2848">fonts/simple-tqfont-demo/viewer.cpp</a> and <a href="qfd-example.html#x1983">qfd/fontdisplayer.cpp</a>. <h3 class=fn>bool <a name="fixedPitch"></a>TQFontInfo::fixedPitch () const </h3> Returns the fixed pitch value of the matched window system font. -<p> <p>See also <a href="ntqfont.html#fixedPitch">TQFont::fixedPitch</a>(). +<p> <p>See also <a href="tqfont.html#fixedPitch">TQFont::fixedPitch</a>(). <h3 class=fn>bool <a name="italic"></a>TQFontInfo::italic () const </h3> Returns the italic value of the matched window system font. -<p> <p>See also <a href="ntqfont.html#italic">TQFont::italic</a>(). +<p> <p>See also <a href="tqfont.html#italic">TQFont::italic</a>(). <p>Example: <a href="qfd-example.html#x1984">qfd/fontdisplayer.cpp</a>. -<h3 class=fn><a href="ntqfontinfo.html">TQFontInfo</a> & <a name="operator-eq"></a>TQFontInfo::operator= ( const <a href="ntqfontinfo.html">TQFontInfo</a> & fi ) +<h3 class=fn><a href="tqfontinfo.html">TQFontInfo</a> & <a name="operator-eq"></a>TQFontInfo::operator= ( const <a href="tqfontinfo.html">TQFontInfo</a> & fi ) </h3> Assigns the font info in <em>fi</em>. <h3 class=fn>int <a name="pixelSize"></a>TQFontInfo::pixelSize () const </h3> Returns the pixel size of the matched window system font. -<p> <p>See also <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(). +<p> <p>See also <a href="tqfont.html#pointSize">TQFont::pointSize</a>(). <h3 class=fn>int <a name="pointSize"></a>TQFontInfo::pointSize () const </h3> Returns the point size of the matched window system font. -<p> <p>See also <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(). +<p> <p>See also <a href="tqfont.html#pointSize">TQFont::pointSize</a>(). -<p>Examples: <a href="simple-font-demo-example.html#x2849">fonts/simple-qfont-demo/viewer.cpp</a> and <a href="qfd-example.html#x1985">qfd/fontdisplayer.cpp</a>. +<p>Examples: <a href="simple-font-demo-example.html#x2849">fonts/simple-tqfont-demo/viewer.cpp</a> and <a href="qfd-example.html#x1985">qfd/fontdisplayer.cpp</a>. <h3 class=fn>bool <a name="rawMode"></a>TQFontInfo::rawMode () const </h3> Returns TRUE if the font is a raw mode font; otherwise returns FALSE. <p> If it is a raw mode font, all other functions in TQFontInfo will -return the same values set in the <a href="ntqfont.html">TQFont</a>, regardless of the font +return the same values set in the <a href="tqfont.html">TQFont</a>, regardless of the font actually used. -<p> <p>See also <a href="ntqfont.html#rawMode">TQFont::rawMode</a>(). +<p> <p>See also <a href="tqfont.html#rawMode">TQFont::rawMode</a>(). -<h3 class=fn><a href="ntqfont.html#StyleHint-enum">TQFont::StyleHint</a> <a name="styleHint"></a>TQFontInfo::styleHint () const +<h3 class=fn><a href="tqfont.html#StyleHint-enum">TQFont::StyleHint</a> <a name="styleHint"></a>TQFontInfo::styleHint () const </h3> Returns the style of the matched window system font. -<p> Currently only returns the style hint set in <a href="ntqfont.html">TQFont</a>. -<p> <p>See also <a href="ntqfont.html#styleHint">TQFont::styleHint</a>() and <a href="ntqfont.html#StyleHint-enum">TQFont::StyleHint</a>. +<p> Currently only returns the style hint set in <a href="tqfont.html">TQFont</a>. +<p> <p>See also <a href="tqfont.html#styleHint">TQFont::styleHint</a>() and <a href="tqfont.html#StyleHint-enum">TQFont::StyleHint</a>. <h3 class=fn>int <a name="weight"></a>TQFontInfo::weight () const </h3> Returns the weight of the matched window system font. -<p> <p>See also <a href="ntqfont.html#weight">TQFont::weight</a>() and <a href="#bold">bold</a>(). +<p> <p>See also <a href="tqfont.html#weight">TQFont::weight</a>() and <a href="#bold">bold</a>(). <!-- eof --> <hr><p> diff --git a/doc/html/qfontmetrics-h.html b/doc/html/tqfontmetrics-h.html index d64ad29fb..6baea0f0c 100644 --- a/doc/html/qfontmetrics-h.html +++ b/doc/html/tqfontmetrics-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontmetrics.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontmetrics.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqfontmetrics.h Include File</title> +<title>tqfontmetrics.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqfontmetrics.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqfontmetrics.h</h1> -<p>This is the verbatim text of the ntqfontmetrics.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqfontmetrics.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqfontmetrics.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqfontmetrics.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQFontMetrics class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQFONTMETRICS_H #ifndef QT_H -#include "ntqfont.h" +#include "tqfont.h" #include "ntqrect.h" #endif // QT_H diff --git a/doc/html/qfontmetrics-members.html b/doc/html/tqfontmetrics-members.html index c711c8e90..5aca12259 100644 --- a/doc/html/qfontmetrics-members.html +++ b/doc/html/tqfontmetrics-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqfontmetrics.h:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqfontmetrics.h:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,31 +32,31 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFontMetrics</h1> <p>This is the complete list of member functions for -<a href="ntqfontmetrics.html">TQFontMetrics</a>, including inherited members. +<a href="tqfontmetrics.html">TQFontMetrics</a>, including inherited members. <ul> -<li><a href="ntqfontmetrics.html#TQFontMetrics">TQFontMetrics</a>() -<li><a href="ntqfontmetrics.html#~TQFontMetrics">~TQFontMetrics</a>() -<li><a href="ntqfontmetrics.html#ascent">ascent</a>() -<li><a href="ntqfontmetrics.html#boundingRect">boundingRect</a>() -<li><a href="ntqfontmetrics.html#charWidth">charWidth</a>() -<li><a href="ntqfontmetrics.html#descent">descent</a>() -<li><a href="ntqfontmetrics.html#height">height</a>() -<li><a href="ntqfontmetrics.html#inFont">inFont</a>() -<li><a href="ntqfontmetrics.html#leading">leading</a>() -<li><a href="ntqfontmetrics.html#leftBearing">leftBearing</a>() -<li><a href="ntqfontmetrics.html#lineSpacing">lineSpacing</a>() -<li><a href="ntqfontmetrics.html#lineWidth">lineWidth</a>() -<li><a href="ntqfontmetrics.html#maxWidth">maxWidth</a>() -<li><a href="ntqfontmetrics.html#minLeftBearing">minLeftBearing</a>() -<li><a href="ntqfontmetrics.html#minRightBearing">minRightBearing</a>() -<li><a href="ntqfontmetrics.html#operator-eq">operator=</a>() -<li><a href="ntqfontmetrics.html#overlinePos">overlinePos</a>() -<li><a href="ntqfontmetrics.html#rightBearing">rightBearing</a>() -<li><a href="ntqfontmetrics.html#size">size</a>() -<li><a href="ntqfontmetrics.html#strikeOutPos">strikeOutPos</a>() -<li><a href="ntqfontmetrics.html#underlinePos">underlinePos</a>() -<li><a href="ntqfontmetrics.html#width">width</a>() +<li><a href="tqfontmetrics.html#TQFontMetrics">TQFontMetrics</a>() +<li><a href="tqfontmetrics.html#~TQFontMetrics">~TQFontMetrics</a>() +<li><a href="tqfontmetrics.html#ascent">ascent</a>() +<li><a href="tqfontmetrics.html#boundingRect">boundingRect</a>() +<li><a href="tqfontmetrics.html#charWidth">charWidth</a>() +<li><a href="tqfontmetrics.html#descent">descent</a>() +<li><a href="tqfontmetrics.html#height">height</a>() +<li><a href="tqfontmetrics.html#inFont">inFont</a>() +<li><a href="tqfontmetrics.html#leading">leading</a>() +<li><a href="tqfontmetrics.html#leftBearing">leftBearing</a>() +<li><a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>() +<li><a href="tqfontmetrics.html#lineWidth">lineWidth</a>() +<li><a href="tqfontmetrics.html#maxWidth">maxWidth</a>() +<li><a href="tqfontmetrics.html#minLeftBearing">minLeftBearing</a>() +<li><a href="tqfontmetrics.html#minRightBearing">minRightBearing</a>() +<li><a href="tqfontmetrics.html#operator-eq">operator=</a>() +<li><a href="tqfontmetrics.html#overlinePos">overlinePos</a>() +<li><a href="tqfontmetrics.html#rightBearing">rightBearing</a>() +<li><a href="tqfontmetrics.html#size">size</a>() +<li><a href="tqfontmetrics.html#strikeOutPos">strikeOutPos</a>() +<li><a href="tqfontmetrics.html#underlinePos">underlinePos</a>() +<li><a href="tqfontmetrics.html#width">width</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqfontmetrics.html b/doc/html/tqfontmetrics.html index 2f800d51c..8e6729f2c 100644 --- a/doc/html/ntqfontmetrics.html +++ b/doc/html/tqfontmetrics.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qfont.cpp:1807 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqfont.cpp:1807 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQFontMetrics class provides font metrics information. <a href="#details">More...</a> -<p><tt>#include <<a href="qfontmetrics-h.html">ntqfontmetrics.h</a>></tt> -<p><a href="qfontmetrics-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqfontmetrics-h.html">tqfontmetrics.h</a>></tt> +<p><a href="tqfontmetrics-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQFontMetrics"><b>TQFontMetrics</b></a> ( const TQFont & font )</li> @@ -76,7 +76,7 @@ The TQFontMetrics class provides font metrics information. strings for a given font. There are three ways you can create a TQFontMetrics object: <p> <ol type=1> -<li> Calling the TQFontMetrics constructor with a <a href="ntqfont.html">TQFont</a> creates a +<li> Calling the TQFontMetrics constructor with a <a href="tqfont.html">TQFont</a> creates a font metrics object for a screen-compatible font, i.e. the font cannot be a printer font<sup>*</sup>. If the font is changed later, the font metrics object is <em>not</em> updated. @@ -84,7 +84,7 @@ later, the font metrics object is <em>not</em> updated. font. This is equivalent to TQFontMetrics(widget->font()). If the widget's font is changed later, the font metrics object is <em>not</em> updated. -<p> <li> <a href="ntqpainter.html#fontMetrics">TQPainter::fontMetrics</a>() returns the font metrics for a +<p> <li> <a href="tqpainter.html#fontMetrics">TQPainter::fontMetrics</a>() returns the font metrics for a painter's current font. If the painter's font is changed later, the font metrics object is <em>not</em> updated. </ol> @@ -114,16 +114,16 @@ return a rectangle large enough to contain the rendered string, and <a href="#size">size</a>(), to return the size of that rectangle. <p> Example: <pre> - <a href="ntqfont.html">TQFont</a> font( "times", 24 ); + <a href="tqfont.html">TQFont</a> font( "times", 24 ); TQFontMetrics fm( font ); int pixelsWide = fm.<a href="#width">width</a>( "What's the width of this text?" ); int pixelsHigh = fm.<a href="#height">height</a>(); </pre> -<p> <p>See also <a href="ntqfont.html">TQFont</a>, <a href="ntqfontinfo.html">TQFontInfo</a>, <a href="ntqfontdatabase.html">TQFontDatabase</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqfont.html">TQFont</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQFontMetrics"></a>TQFontMetrics::TQFontMetrics ( const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn><a name="TQFontMetrics"></a>TQFontMetrics::TQFontMetrics ( const <a href="tqfont.html">TQFont</a> & font ) </h3> Constructs a font metrics object for <em>font</em>. <p> The font must be screen-compatible, i.e. a font you use when @@ -131,16 +131,16 @@ drawing text in <a href="tqwidget.html">widgets</a> or <a href="ntqpixmap.html"> <p> The font metrics object holds the information for the font that is passed in the constructor at the time it is created, and is not updated if the font's attributes are changed later. -<p> Use <a href="ntqpainter.html#fontMetrics">TQPainter::fontMetrics</a>() to get the font metrics when painting. +<p> Use <a href="tqpainter.html#fontMetrics">TQPainter::fontMetrics</a>() to get the font metrics when painting. This will give correct results also when painting on paint device that is not screen-compatible. -<h3 class=fn><a name="TQFontMetrics-2"></a>TQFontMetrics::TQFontMetrics ( const <a href="ntqfont.html">TQFont</a> & font, <a href="ntqfont.html#Script-enum">TQFont::Script</a> script ) +<h3 class=fn><a name="TQFontMetrics-2"></a>TQFontMetrics::TQFontMetrics ( const <a href="tqfont.html">TQFont</a> & font, <a href="tqfont.html#Script-enum">TQFont::Script</a> script ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Constructs a font metrics object for <em>font</em> using the given <em>script</em>. -<h3 class=fn><a name="TQFontMetrics-3"></a>TQFontMetrics::TQFontMetrics ( const <a href="ntqfontmetrics.html">TQFontMetrics</a> & fm ) +<h3 class=fn><a name="TQFontMetrics-3"></a>TQFontMetrics::TQFontMetrics ( const <a href="tqfontmetrics.html">TQFontMetrics</a> & fm ) </h3> Constructs a copy of <em>fm</em>. @@ -230,7 +230,7 @@ necessary for multi-line text to align correctly. Also, fontHeight() and <a href="#lineSpacing">lineSpacing</a>() are used to calculate the height, rather than individual character heights. <p> The <em>intern</em> argument should not be used. -<p> <p>See also <a href="#width">width</a>(), <a href="ntqpainter.html#boundingRect">TQPainter::boundingRect</a>(), and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="#width">width</a>(), <a href="tqpainter.html#boundingRect">TQPainter::boundingRect</a>(), and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>int <a name="charWidth"></a>TQFontMetrics::charWidth ( const <a href="tqstring.html">TQString</a> & str, int pos ) const </h3> @@ -320,7 +320,7 @@ font. <p> <p>See also <a href="#minLeftBearing">minLeftBearing</a>() and <a href="#rightBearing">rightBearing</a>(). <p>Example: <a href="qfd-example.html#x1992">qfd/fontdisplayer.cpp</a>. -<h3 class=fn><a href="ntqfontmetrics.html">TQFontMetrics</a> & <a name="operator-eq"></a>TQFontMetrics::operator= ( const <a href="ntqfontmetrics.html">TQFontMetrics</a> & fm ) +<h3 class=fn><a href="tqfontmetrics.html">TQFontMetrics</a> & <a name="operator-eq"></a>TQFontMetrics::operator= ( const <a href="tqfontmetrics.html">TQFontMetrics</a> & fm ) </h3> Assigns the font metrics <em>fm</em>. diff --git a/doc/html/tqiconset.html b/doc/html/tqiconset.html index 7adf6c857..f75757e29 100644 --- a/doc/html/tqiconset.html +++ b/doc/html/tqiconset.html @@ -123,9 +123,9 @@ TQt class <a href="tqtoolbutton.html">TQToolButton</a> is an example of such a w whichever icon is appropriate for the current state of your widget. For example: <pre> - void MyWidget::drawIcon( <a href="ntqpainter.html">TQPainter</a>* p, TQPoint pos ) + void MyWidget::drawIcon( <a href="tqpainter.html">TQPainter</a>* p, TQPoint pos ) { - p-><a href="ntqpainter.html#drawPixmap">drawPixmap</a>( pos, icons->pixmap( + p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( pos, icons->pixmap( TQIconSet::<a href="#Size-enum">Small</a>, isEnabled() ? TQIconSet::<a href="#Mode-enum">Normal</a> : TQIconSet::<a href="#Mode-enum">Disabled</a>, diff --git a/doc/html/tqiconview-h.html b/doc/html/tqiconview-h.html index bc52dec64..193a08ff0 100644 --- a/doc/html/tqiconview-h.html +++ b/doc/html/tqiconview-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqrect.h" #include "ntqpoint.h" #include "tqsize.h" -#include "ntqfont.h" // TQString->TQFont conversion +#include "tqfont.h" // TQString->TQFont conversion #include "tqdragobject.h" #include "tqbitmap.h" #include "ntqpicture.h" diff --git a/doc/html/tqiconview-members.html b/doc/html/tqiconview-members.html index a1cc0b8a1..c0d247288 100644 --- a/doc/html/tqiconview-members.html +++ b/doc/html/tqiconview-members.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } <li><a href="tqiconview.html#gridX">gridX</a>() <li><a href="tqiconview.html#gridY">gridY</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -206,7 +206,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -282,7 +282,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -468,28 +468,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqiconview.html#wordWrapIconText">wordWrapIconText</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html index 01453560a..3ba6a9d98 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -493,7 +493,7 @@ may reimplement this. <p> <p>See also <a href="tqicondrag.html">TQIconDrag</a>. <p>Examples: <a href="fileiconview-example.html#x834">fileiconview/tqfileiconview.cpp</a> and <a href="simple_dd-example.html#x2820">iconview/simple_dd/main.cpp</a>. -<h3 class=fn>void <a name="drawBackground"></a>TQIconView::drawBackground ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawBackground"></a>TQIconView::drawBackground ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual protected]</tt> </h3> This function is called to draw the rectangle <em>r</em> of the background using the painter <em>p</em>. @@ -502,7 +502,7 @@ background using the painter <em>p</em>. backgrounds. <p> <p>See also <a href="ntqscrollview.html#contentsX-prop">contentsX</a>, <a href="ntqscrollview.html#contentsY-prop">contentsY</a>, and <a href="ntqscrollview.html#drawContents">drawContents</a>(). -<h3 class=fn>void <a name="drawRubber"></a>TQIconView::drawRubber ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawRubber"></a>TQIconView::drawRubber ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the rubber band using the painter <em>p</em>. @@ -620,7 +620,7 @@ This is an overloaded member function, provided for convenience. It behaves esse in-place renaming. <p> <p>See also <a href="tqiconviewitem.html#setRenameEnabled">TQIconViewItem::setRenameEnabled</a>() and <a href="tqiconviewitem.html#rename">TQIconViewItem::rename</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="itemTextBackground"></a>TQIconView::itemTextBackground () const +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="itemTextBackground"></a>TQIconView::itemTextBackground () const </h3><p>Returns the brush to use when drawing the background of an item's text. See the <a href="tqiconview.html#itemTextBackground-prop">"itemTextBackground"</a> property for details. <h3 class=fn><a href="tqiconview.html#ItemTextPos-enum">ItemTextPos</a> <a name="itemTextPos"></a>TQIconView::itemTextPos () const @@ -786,7 +786,7 @@ See the <a href="tqiconview.html#gridX-prop">"gridX"</a> property for details. <h3 class=fn>void <a name="setGridY"></a>TQIconView::setGridY ( int ry )<tt> [virtual]</tt> </h3><p>Sets the vertical grid of the icon view to <em>ry</em>. See the <a href="tqiconview.html#gridY-prop">"gridY"</a> property for details. -<h3 class=fn>void <a name="setItemTextBackground"></a>TQIconView::setItemTextBackground ( const <a href="ntqbrush.html">TQBrush</a> & b )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setItemTextBackground"></a>TQIconView::setItemTextBackground ( const <a href="tqbrush.html">TQBrush</a> & b )<tt> [virtual]</tt> </h3><p>Sets the brush to use when drawing the background of an item's text to <em>b</em>. See the <a href="tqiconview.html#itemTextBackground-prop">"itemTextBackground"</a> property for details. <h3 class=fn>void <a name="setItemTextPos"></a>TQIconView::setItemTextPos ( <a href="tqiconview.html#ItemTextPos-enum">ItemTextPos</a> pos )<tt> [virtual]</tt> @@ -922,7 +922,7 @@ column widths based on the icon view's contents. column heights based on the icon view's contents. <p>Set this property's value with <a href="#setGridY">setGridY</a>() and get this property's value with <a href="#gridY">gridY</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="itemTextBackground-prop"></a>itemTextBackground</h3> +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="itemTextBackground-prop"></a>itemTextBackground</h3> <p>This property holds the brush to use when drawing the background of an item's text. <p>By default this brush is set to NoBrush, meaning that only the normal icon view background is used. diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html index 6069d0b42..695a44d0e 100644 --- a/doc/html/tqiconviewitem.html +++ b/doc/html/tqiconviewitem.html @@ -360,12 +360,12 @@ in the icon view. <p> <p>See also <a href="#prevItem">prevItem</a>(). <p>Example: <a href="fileiconview-example.html#x841">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn>void <a name="paintFocus"></a>TQIconViewItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQIconViewItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual protected]</tt> </h3> Paints the focus rectangle of the item using the painter <em>p</em> and the color group <em>cg</em>. -<h3 class=fn>void <a name="paintItem"></a>TQIconViewItem::paintItem ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintItem"></a>TQIconViewItem::paintItem ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual protected]</tt> </h3> Paints the item using the painter <em>p</em> and the color group <em>cg</em>. If you want the item to be drawn with a different font or color, diff --git a/doc/html/tqimage.html b/doc/html/tqimage.html index 25540be7b..bf62f0be0 100644 --- a/doc/html/tqimage.html +++ b/doc/html/tqimage.html @@ -160,7 +160,7 @@ data. 1-bpp and 8-bpp images use a color lookup table; the pixel value is a color table index. <p> 32-bpp images encode an RGB value in 24 bits and ignore the color table. The most significant byte is used for the <a href="#setAlphaBuffer">alpha buffer</a>. -<p> An entry in the color table is an RGB triplet encoded as a <tt>uint</tt>. Use the <a href="ntqcolor.html#qRed">tqRed()</a>, <a href="ntqcolor.html#qGreen">tqGreen()</a> and <a href="ntqcolor.html#qBlue">tqBlue()</a> functions (<a href="qcolor-h.html">ntqcolor.h</a>) to access the components, and <a href="ntqcolor.html#qRgb">tqRgb</a> to make an RGB triplet (see the <a href="ntqcolor.html">TQColor</a> class +<p> An entry in the color table is an RGB triplet encoded as a <tt>uint</tt>. Use the <a href="tqcolor.html#qRed">tqRed()</a>, <a href="tqcolor.html#qGreen">tqGreen()</a> and <a href="tqcolor.html#qBlue">tqBlue()</a> functions (<a href="tqcolor-h.html">tqcolor.h</a>) to access the components, and <a href="tqcolor.html#qRgb">tqRgb</a> to make an RGB triplet (see the <a href="tqcolor.html">TQColor</a> class documentation). <p> 1-bpp (monochrome) images have a color table with a most two colors. There are two different formats: big endian (MSB first) or @@ -194,7 +194,7 @@ significant byte is reserved for the alpha buffer. TQImage image; // sets 32 bit pixel at (x,y) to yellow. uint *p = (uint *)image.<a href="#scanLine">scanLine</a>(y) + x; - *p = <a href="ntqcolor.html#qRgb">tqRgb</a>(255,255,0); + *p = <a href="tqcolor.html#qRgb">tqRgb</a>(255,255,0); </pre> <p> The scanlines are 32-bit aligned for all depths. The constructor @@ -367,9 +367,9 @@ to <a href="#numBytes">numBytes</a>()/height(). <p> Returns the color in the color table at index <em>i</em>. The first color is at index 0. -<p> A color value is an RGB triplet. Use the <a href="ntqcolor.html#qRed">tqRed()</a>, <a href="ntqcolor.html#qGreen">tqGreen()</a> and <a href="ntqcolor.html#qBlue">tqBlue()</a> functions (defined in <a href="qcolor-h.html">ntqcolor.h</a>) to +<p> A color value is an RGB triplet. Use the <a href="tqcolor.html#qRed">tqRed()</a>, <a href="tqcolor.html#qGreen">tqGreen()</a> and <a href="tqcolor.html#qBlue">tqBlue()</a> functions (defined in <a href="tqcolor-h.html">tqcolor.h</a>) to get the color value components. -<p> <p>See also <a href="#setColor">setColor</a>(), <a href="#numColors">numColors</a>(), and <a href="ntqcolor.html">TQColor</a>. +<p> <p>See also <a href="#setColor">setColor</a>(), <a href="#numColors">numColors</a>(), and <a href="tqcolor.html">TQColor</a>. <p>Example: <a href="themes-example.html#x207">themes/wood.cpp</a>. <h3 class=fn>TQRgb * <a name="colorTable"></a>TQImage::colorTable () const @@ -534,10 +534,10 @@ value is written to each pixel in the image. If the image has an alpha buffer, only the 24 RGB bits are set and the upper 8 bits (alpha value) are left unchanged. <p> Note: <a href="#pixel">TQImage::pixel</a>() returns the color of the pixel at the given -coordinates; <a href="ntqcolor.html#pixel">TQColor::pixel</a>() returns the pixel value of the +coordinates; <a href="tqcolor.html#pixel">TQColor::pixel</a>() returns the pixel value of the underlying window system (essentially an index value), so normally you will want to use TQImage::pixel() to use a color from an -existing image or <a href="ntqcolor.html#rgb">TQColor::rgb</a>() to use a specific color. +existing image or <a href="tqcolor.html#rgb">TQColor::rgb</a>() to use a specific color. <p> <p>See also <a href="#invertPixels">invertPixels</a>(), <a href="#depth">depth</a>(), <a href="#hasAlphaBuffer">hasAlphaBuffer</a>(), and <a href="#create">create</a>(). <h3 class=fn><a href="tqimage.html">TQImage</a> <a name="fromMimeSource"></a>TQImage::fromMimeSource ( const <a href="tqstring.html">TQString</a> & abs_name )<tt> [static]</tt> @@ -751,7 +751,7 @@ output. Returns the color of the pixel at the coordinates (<em>x</em>, <em>y</em>). <p> If (<em>x</em>, <em>y</em>) is not <a href="#valid">on the image</a>, the results are undefined. -<p> <p>See also <a href="#setPixel">setPixel</a>(), <a href="ntqcolor.html#qRed">tqRed</a>(), <a href="ntqcolor.html#qGreen">tqGreen</a>(), <a href="ntqcolor.html#qBlue">tqBlue</a>(), and <a href="#valid">valid</a>(). +<p> <p>See also <a href="#setPixel">setPixel</a>(), <a href="tqcolor.html#qRed">tqRed</a>(), <a href="tqcolor.html#qGreen">tqGreen</a>(), <a href="tqcolor.html#qBlue">tqBlue</a>(), and <a href="#valid">valid</a>(). <p>Examples: <a href="canvas-example.html#x2933">canvas/canvas.cpp</a> and <a href="qmag-example.html#x1776">qmag/qmag.cpp</a>. <h3 class=fn>int <a name="pixelIndex"></a>TQImage::pixelIndex ( int x, int y ) const @@ -852,8 +852,8 @@ returned. pointer to <tt>TQRgb*</tt> (TQRgb has a 32-bit size) and use it to read/write the pixel value. You cannot use the <tt>uchar*</tt> pointer directly, because the pixel format depends on the byte order on -the underlying platform. Hint: use <a href="ntqcolor.html#qRed">tqRed()</a>, -<a href="ntqcolor.html#qGreen">tqGreen()</a> and <a href="ntqcolor.html#qBlue">tqBlue()</a>, etc. (ntqcolor.h) to access the pixels. +the underlying platform. Hint: use <a href="tqcolor.html#qRed">tqRed()</a>, +<a href="tqcolor.html#qGreen">tqGreen()</a> and <a href="tqcolor.html#qBlue">tqBlue()</a>, etc. (tqcolor.h) to access the pixels. <p> <p>See also <a href="#bytesPerLine">bytesPerLine</a>(), <a href="#bits">bits</a>(), and <a href="#jumpTable">jumpTable</a>(). <p>Example: <a href="desktop-example.html#x1729">desktop/desktop.cpp</a>. @@ -878,7 +878,7 @@ to a <a href="ntqpixmap.html">TQPixmap</a>. </h3> <p> Sets a color in the color table at index <em>i</em> to <em>c</em>. -<p> A color value is an RGB triplet. Use the <a href="ntqcolor.html#qRgb">tqRgb()</a> function (defined in <a href="qcolor-h.html">ntqcolor.h</a>) to make RGB +<p> A color value is an RGB triplet. Use the <a href="tqcolor.html#qRgb">tqRgb()</a> function (defined in <a href="tqcolor-h.html">tqcolor.h</a>) to make RGB triplets. <p> <p>See also <a href="#color">color</a>(), <a href="#setNumColors">setNumColors</a>(), and <a href="#numColors">numColors</a>(). @@ -909,7 +909,7 @@ Sets the pixel index or color at the coordinates (<em>x</em>, <em>y</em>) to <p> If (<em>x</em>, <em>y</em>) is not <a href="#valid">valid</a>, the result is undefined. <p> If the image is a paletted image (<a href="#depth">depth</a>() <= 8) and <em>index_or_rgb</em> >= <a href="#numColors">numColors</a>(), the result is undefined. -<p> <p>See also <a href="#pixelIndex">pixelIndex</a>(), <a href="#pixel">pixel</a>(), <a href="ntqcolor.html#qRgb">tqRgb</a>(), <a href="ntqcolor.html#qRgba">tqRgba</a>(), and <a href="#valid">valid</a>(). +<p> <p>See also <a href="#pixelIndex">pixelIndex</a>(), <a href="#pixel">pixel</a>(), <a href="tqcolor.html#qRgb">tqRgb</a>(), <a href="tqcolor.html#qRgba">tqRgba</a>(), and <a href="#valid">valid</a>(). <h3 class=fn>void <a name="setText"></a>TQImage::setText ( const char * key, const char * lang, const <a href="tqstring.html">TQString</a> & s ) </h3> diff --git a/doc/html/tqimageconsumer.html b/doc/html/tqimageconsumer.html index 365e9aa62..42a196b02 100644 --- a/doc/html/tqimageconsumer.html +++ b/doc/html/tqimageconsumer.html @@ -52,7 +52,7 @@ The TQImageConsumer class is an abstraction used by <a href="tqimagedecoder.html <p> -<p> The <a href="ntqmovie.html">TQMovie</a> class, or <a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>(), are easy to use and for +<p> The <a href="tqmovie.html">TQMovie</a> class, or <a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>(), are easy to use and for most situations do what you want with regards animated images. <p> A TQImageConsumer consumes information about changes to the <a href="tqimage.html">TQImage</a> maintained by a TQImageDecoder. Think of the TQImage as the model or diff --git a/doc/html/tqimagedecoder.html b/doc/html/tqimagedecoder.html index b8724d7c0..7c26a12b8 100644 --- a/doc/html/tqimagedecoder.html +++ b/doc/html/tqimagedecoder.html @@ -58,7 +58,7 @@ The TQImageDecoder class is an incremental image decoder for all supported image <p> New formats are installed by creating objects of class -<a href="tqimageformattype.html">TQImageFormatType</a>; the <a href="ntqmovie.html">TQMovie</a> class can be used for all installed +<a href="tqimageformattype.html">TQImageFormatType</a>; the <a href="tqmovie.html">TQMovie</a> class can be used for all installed incremental image formats. TQImageDecoder is only useful for creating new ways of feeding data to an <a href="tqimageconsumer.html">TQImageConsumer</a>. <p> A TQImageDecoder is a machine that decodes images. It takes encoded diff --git a/doc/html/tqimageformat.html b/doc/html/tqimageformat.html index 0b1e9b51e..f57488c9c 100644 --- a/doc/html/tqimageformat.html +++ b/doc/html/tqimageformat.html @@ -49,7 +49,7 @@ The TQImageFormat class is an incremental image decoder for a specific image for <p> By making a derived class of <a href="tqimageformattype.html">TQImageFormatType</a>, which in turn creates objects that are a subclass of TQImageFormat, you can add support for more incremental image formats, allowing such formats -to be sources for a <a href="ntqmovie.html">TQMovie</a> or for the first frame of the image +to be sources for a <a href="tqmovie.html">TQMovie</a> or for the first frame of the image stream to be loaded as a <a href="tqimage.html">TQImage</a> or <a href="ntqpixmap.html">TQPixmap</a>. <p> Your new subclass must reimplement the <a href="#decode">decode</a>() function in order to process your new format. diff --git a/doc/html/tqimageio.html b/doc/html/tqimageio.html index 7c466614d..23df3ec5f 100644 --- a/doc/html/tqimageio.html +++ b/doc/html/tqimageio.html @@ -89,7 +89,7 @@ are: PBM (P1 or P4), PGM (P2 or P5), and PPM (P3 or P6). <p> You don't normally need to use this class; <a href="ntqpixmap.html#load">TQPixmap::load</a>(), <a href="ntqpixmap.html#save">TQPixmap::save</a>(), and <a href="tqimage.html">TQImage</a> contain sufficient functionality. <p> For image files that contain sequences of images, only the first -is read. See <a href="ntqmovie.html">TQMovie</a> for loading multiple images. +is read. See <a href="tqmovie.html">TQMovie</a> for loading multiple images. <p> PBM, PGM, and PPM format <em>output</em> is always in the more condensed raw format. PPM and PGM files with more than 256 levels of intensity are scaled down when reading. @@ -100,7 +100,7 @@ license the technology. Such countries include Canada, Japan, the USA, France, Germany, Italy and the UK. <p> GIF support may be removed completely in a future version of TQt. We recommend using the PNG format. -<p> <p>See also <a href="tqimage.html">TQImage</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqfile.html">TQFile</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="tqimage.html">TQImage</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqfile.html">TQFile</a>, <a href="tqmovie.html">TQMovie</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQImageIO"></a>TQImageIO::TQImageIO () diff --git a/doc/html/tqmainwindow-members.html b/doc/html/tqmainwindow-members.html index 999cc97c2..c68d6b110 100644 --- a/doc/html/tqmainwindow-members.html +++ b/doc/html/tqmainwindow-members.html @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -121,7 +121,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqmainwindow.html#hasDockWindow">hasDockWindow</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -150,7 +150,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -353,28 +353,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqmenubar-members.html b/doc/html/tqmenubar-members.html index 8910d3e5e..5007dee58 100644 --- a/doc/html/tqmenubar-members.html +++ b/doc/html/tqmenubar-members.html @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqmenudata.html#connectItem">connectItem</a>() @@ -128,7 +128,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -160,7 +160,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -363,28 +363,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 16bfaf39f..ab9b7c4f9 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -215,7 +215,7 @@ Removes all menu items. <p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>() and <a href="tqmenudata.html#removeItemAt">removeItemAt</a>(). <p>Examples: <a href="mdi-example.html#x2029">mdi/application.cpp</a> and <a href="qwerty-example.html#x370">qwerty/qwerty.cpp</a>. -<h3 class=fn>void <a name="drawContents"></a>TQMenuBar::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQMenuBar::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Called from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents using painter <em>p</em>. diff --git a/doc/html/tqmenudata-h.html b/doc/html/tqmenudata-h.html index dfafd57bd..9303c9b95 100644 --- a/doc/html/tqmenudata-h.html +++ b/doc/html/tqmenudata-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqkeysequence.h" #include "tqstring.h" #include "tqsignal.h" -#include "ntqfont.h" +#include "tqfont.h" #endif // QT_H #ifndef TQT_NO_MENUDATA diff --git a/doc/html/qmovie-h.html b/doc/html/tqmovie-h.html index aaf7bc94e..6dcd762dd 100644 --- a/doc/html/qmovie-h.html +++ b/doc/html/tqmovie-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmovie.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmovie.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqmovie.h Include File</title> +<title>tqmovie.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqmovie.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmovie.h</h1> -<p>This is the verbatim text of the ntqmovie.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmovie.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqmovie.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqmovie.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of movie classes ** diff --git a/doc/html/tqmovie-members.html b/doc/html/tqmovie-members.html new file mode 100644 index 000000000..7e69c510f --- /dev/null +++ b/doc/html/tqmovie-members.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmovie.h:51 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQMovie Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMovie</h1> + +<p>This is the complete list of member functions for +<a href="tqmovie.html">TQMovie</a>, including inherited members. + +<ul> +<li><a href="tqmovie.html#TQMovie">TQMovie</a>() +<li><a href="tqmovie.html#~TQMovie">~TQMovie</a>() +<li><a href="tqmovie.html#backgroundColor">backgroundColor</a>() +<li><a href="tqmovie.html#connectResize">connectResize</a>() +<li><a href="tqmovie.html#connectStatus">connectStatus</a>() +<li><a href="tqmovie.html#connectUpdate">connectUpdate</a>() +<li><a href="tqmovie.html#disconnectResize">disconnectResize</a>() +<li><a href="tqmovie.html#disconnectStatus">disconnectStatus</a>() +<li><a href="tqmovie.html#disconnectUpdate">disconnectUpdate</a>() +<li><a href="tqmovie.html#finished">finished</a>() +<li><a href="tqmovie.html#frameImage">frameImage</a>() +<li><a href="tqmovie.html#frameNumber">frameNumber</a>() +<li><a href="tqmovie.html#framePixmap">framePixmap</a>() +<li><a href="tqmovie.html#getValidRect">getValidRect</a>() +<li><a href="tqmovie.html#isNull">isNull</a>() +<li><a href="tqmovie.html#operator-eq">operator=</a>() +<li><a href="tqmovie.html#pause">pause</a>() +<li><a href="tqmovie.html#paused">paused</a>() +<li><a href="tqmovie.html#pushData">pushData</a>() +<li><a href="tqmovie.html#pushSpace">pushSpace</a>() +<li><a href="tqmovie.html#restart">restart</a>() +<li><a href="tqmovie.html#running">running</a>() +<li><a href="tqmovie.html#setBackgroundColor">setBackgroundColor</a>() +<li><a href="tqmovie.html#setSpeed">setSpeed</a>() +<li><a href="tqmovie.html#speed">speed</a>() +<li><a href="tqmovie.html#step">step</a>() +<li><a href="tqmovie.html#steps">steps</a>() +<li><a href="tqmovie.html#unpause">unpause</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqmovie.html b/doc/html/tqmovie.html index 71db1d49a..b5b4b6d8b 100644 --- a/doc/html/ntqmovie.html +++ b/doc/html/tqmovie.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qmovie.cpp:61 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqmovie.cpp:61 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQMovie class provides incremental loading of animations or images, signalling as it progresses. <a href="#details">More...</a> -<p><tt>#include <<a href="qmovie-h.html">ntqmovie.h</a>></tt> -<p><a href="qmovie-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqmovie-h.html">tqmovie.h</a>></tt> +<p><a href="tqmovie-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQMovie"><b>TQMovie</b></a> ()</li> @@ -111,7 +111,7 @@ license that technology. Such countries include Canada, Japan, the USA, France, Germany, Italy and the UK. <p> GIF support may be removed completely in a future version of TQt. We recommend using the MNG or PNG format. -<p> <center><img src="qmovie.png" alt="TQMovie"></center> +<p> <center><img src="tqmovie.png" alt="TQMovie"></center> <p> <p>See also <a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="multimedia.html">Multimedia Classes</a>. <hr><h2>Member Type Documentation</h2> @@ -176,7 +176,7 @@ value, the better interleaved the movie playback will be with other event processing, but the slower the overall processing will be. -<h3 class=fn><a name="TQMovie-6"></a>TQMovie::TQMovie ( const <a href="ntqmovie.html">TQMovie</a> & movie ) +<h3 class=fn><a name="TQMovie-6"></a>TQMovie::TQMovie ( const <a href="tqmovie.html">TQMovie</a> & movie ) </h3> Constructs a movie that uses the same data as movie <em>movie</em>. TQMovies use <a href="shclass.html#explicit-sharing">explicit sharing</a>, so operations on the copy will @@ -187,7 +187,7 @@ affect both. Destroys the TQMovie. If this is the last reference to the data of the movie, the data is deallocated. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQMovie::backgroundColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQMovie::backgroundColor () const </h3> Returns the background color of the movie set by <a href="#setBackgroundColor">setBackgroundColor</a>(). @@ -293,7 +293,7 @@ generated. </h3> Returns TRUE if the movie is null; otherwise returns FALSE. -<h3 class=fn><a href="ntqmovie.html">TQMovie</a> & <a name="operator-eq"></a>TQMovie::operator= ( const <a href="ntqmovie.html">TQMovie</a> & movie ) +<h3 class=fn><a href="tqmovie.html">TQMovie</a> & <a name="operator-eq"></a>TQMovie::operator= ( const <a href="tqmovie.html">TQMovie</a> & movie ) </h3> Makes this movie use the same data as movie <em>movie</em>. TQMovies use <a href="shclass.html#explicit-sharing">explicit sharing</a>. @@ -333,7 +333,7 @@ paused, it begins playing again. Returns TRUE if the image is not single-stepping, not paused, and not finished; otherwise returns FALSE. -<h3 class=fn>void <a name="setBackgroundColor"></a>TQMovie::setBackgroundColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setBackgroundColor"></a>TQMovie::setBackgroundColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the background color of the pixmap to <em>c</em>. If the background color isValid(), the pixmap will never have a mask because the diff --git a/doc/html/qmovie.png b/doc/html/tqmovie.png Binary files differindex 78c79b2cb..78c79b2cb 100644 --- a/doc/html/qmovie.png +++ b/doc/html/tqmovie.png diff --git a/doc/html/qpaintdevice-h.html b/doc/html/tqpaintdevice-h.html index c079d3593..4460ee5a2 100644 --- a/doc/html/qpaintdevice-h.html +++ b/doc/html/tqpaintdevice-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqpaintdevice.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpaintdevice.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqpaintdevice.h Include File</title> +<title>tqpaintdevice.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqpaintdevice.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqpaintdevice.h</h1> -<p>This is the verbatim text of the ntqpaintdevice.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqpaintdevice.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqpaintdevice.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqpaintdevice.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQPaintDevice class ** diff --git a/doc/html/tqpaintdevice-members.html b/doc/html/tqpaintdevice-members.html new file mode 100644 index 000000000..971d0d4e4 --- /dev/null +++ b/doc/html/tqpaintdevice-members.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpaintdevice.h:82 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQPaintDevice Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPaintDevice</h1> + +<p>This is the complete list of member functions for +<a href="tqpaintdevice.html">TQPaintDevice</a>, including inherited members. + +<ul> +<li><a href="tqpaintdevice.html#TQPaintDevice">TQPaintDevice</a>() +<li><a href="tqpaintdevice.html#~TQPaintDevice">~TQPaintDevice</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqpaintdevice.html b/doc/html/tqpaintdevice.html index 0ffdf4109..082af7e69 100644 --- a/doc/html/ntqpaintdevice.html +++ b/doc/html/tqpaintdevice.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qpaintdevice_x11.cpp:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqpaintdevice_x11.cpp:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQPaintDevice class is the base class of objects that can be painted. <a href="#details">More...</a> -<p><tt>#include <<a href="qpaintdevice-h.html">ntqpaintdevice.h</a>></tt> +<p><tt>#include <<a href="tqpaintdevice-h.html">tqpaintdevice.h</a>></tt> <p>Inherited by <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a>, and <a href="ntqprinter.html">TQPrinter</a>. -<p><a href="qpaintdevice-members.html">List of all member functions.</a> +<p><a href="tqpaintdevice-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>virtual <a href="#~TQPaintDevice"><b>~TQPaintDevice</b></a> ()</li> @@ -98,24 +98,24 @@ can be painted. <p> <p> A paint device is an abstraction of a two-dimensional space that -can be drawn using a <a href="ntqpainter.html">TQPainter</a>. The drawing capabilities are +can be drawn using a <a href="tqpainter.html">TQPainter</a>. The drawing capabilities are implemented by the subclasses <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and <a href="ntqprinter.html">TQPrinter</a>. <p> The default coordinate system of a paint device has its origin located at the top-left position. X increases to the right and Y increases downward. The unit is one pixel. There are several ways to set up a user-defined coordinate system using the painter, for -example, using <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(). +example, using <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(). <p> Example (draw on a paint device): <pre> - void MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p; // our painter - p.<a href="ntqpainter.html#begin">begin</a>( this ); // start painting the widget - p.<a href="ntqpainter.html#setPen">setPen</a>( red ); // red outline - p.<a href="ntqpainter.html#setBrush">setBrush</a>( yellow ); // yellow fill - p.<a href="ntqpainter.html#drawEllipse">drawEllipse</a>( 10, 20, 100,100 ); // 100x100 ellipse at position (10, 20) - p.<a href="ntqpainter.html#end">end</a>(); // painting done + <a href="tqpainter.html">TQPainter</a> p; // our painter + p.<a href="tqpainter.html#begin">begin</a>( this ); // start painting the widget + p.<a href="tqpainter.html#setPen">setPen</a>( red ); // red outline + p.<a href="tqpainter.html#setBrush">setBrush</a>( yellow ); // yellow fill + p.<a href="tqpainter.html#drawEllipse">drawEllipse</a>( 10, 20, 100,100 ); // 100x100 ellipse at position (10, 20) + p.<a href="tqpainter.html#end">end</a>(); // painting done } </pre> @@ -143,7 +143,7 @@ constructor can be invoked only from TQPaintDevice subclasses. </h3> Destroys the paint device and frees window system resources. -<h3 class=fn>bool <a name="cmd"></a>TQPaintDevice::cmd ( int, <a href="ntqpainter.html">TQPainter</a> *, TQPDevCmdParam * )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="cmd"></a>TQPaintDevice::cmd ( int, <a href="tqpainter.html">TQPainter</a> *, TQPDevCmdParam * )<tt> [virtual protected]</tt> </h3> Internal virtual function that interprets drawing commands from the painter. @@ -154,7 +154,7 @@ graphics (external paint devices, for example, <a href="ntqpicture.html">TQPictu </h3> Returns the window system handle of the paint device, for low-level access. Using this function is not portable. -<p> The HANDLE type varies with platform; see <a href="qpaintdevice-h.html">ntqpaintdevice.h</a> and +<p> The HANDLE type varies with platform; see <a href="tqpaintdevice-h.html">tqpaintdevice.h</a> and <a href="qwindowdefs-h.html">ntqwindowdefs.h</a> for details. <p> <p>See also <a href="#x11Display">x11Display</a>(). @@ -170,9 +170,9 @@ returns FALSE. </h3> <p> Returns TRUE if the device is being painted, i.e. someone has -called <a href="ntqpainter.html#begin">TQPainter::begin</a>() but not yet called <a href="ntqpainter.html#end">TQPainter::end</a>() for +called <a href="tqpainter.html#begin">TQPainter::begin</a>() but not yet called <a href="tqpainter.html#end">TQPainter::end</a>() for this device; otherwise returns FALSE. -<p> <p>See also <a href="ntqpainter.html#isActive">TQPainter::isActive</a>(). +<p> <p>See also <a href="tqpainter.html#isActive">TQPainter::isActive</a>(). <h3 class=fn>int <a name="x11AppCells"></a>TQPaintDevice::x11AppCells ()<tt> [static]</tt> </h3> @@ -267,34 +267,34 @@ only). Using this function is not portable. </h3> Returns the horizontal DPI of the X display (X11 only) for screen <em>screen</em>. Using this function is not portable. See -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. Using this function is not portable. -<p> <p>See also <a href="#x11AppDpiY">x11AppDpiY</a>(), <a href="#x11SetAppDpiX">x11SetAppDpiX</a>(), and <a href="ntqpaintdevicemetrics.html#logicalDpiX">TQPaintDeviceMetrics::logicalDpiX</a>(). +<p> <p>See also <a href="#x11AppDpiY">x11AppDpiY</a>(), <a href="#x11SetAppDpiX">x11SetAppDpiX</a>(), and <a href="tqpaintdevicemetrics.html#logicalDpiX">TQPaintDeviceMetrics::logicalDpiX</a>(). <h3 class=fn>int <a name="x11AppDpiX-2"></a>TQPaintDevice::x11AppDpiX ()<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the horizontal DPI of the X display (X11 only) for the default screen. Using this function is not portable. See -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. Using this function is not portable. <h3 class=fn>int <a name="x11AppDpiY"></a>TQPaintDevice::x11AppDpiY ( int screen )<tt> [static]</tt> </h3> Returns the vertical DPI of the X11 display (X11 only) for screen <em>screen</em>. Using this function is not portable. See -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. Using this function is not portable. -<p> <p>See also <a href="#x11AppDpiX">x11AppDpiX</a>(), <a href="#x11SetAppDpiY">x11SetAppDpiY</a>(), and <a href="ntqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics::logicalDpiY</a>(). +<p> <p>See also <a href="#x11AppDpiX">x11AppDpiX</a>(), <a href="#x11SetAppDpiY">x11SetAppDpiY</a>(), and <a href="tqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics::logicalDpiY</a>(). <h3 class=fn>int <a name="x11AppDpiY-2"></a>TQPaintDevice::x11AppDpiY ()<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the vertical DPI of the X11 display (X11 only) for the default screen. Using this function is not portable. See -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> for portable access to related information. Using this function is not portable. -<p> <p>See also <a href="#x11AppDpiX">x11AppDpiX</a>(), <a href="#x11SetAppDpiY">x11SetAppDpiY</a>(), and <a href="ntqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics::logicalDpiY</a>(). +<p> <p>See also <a href="#x11AppDpiX">x11AppDpiX</a>(), <a href="#x11SetAppDpiY">x11SetAppDpiY</a>(), and <a href="tqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics::logicalDpiY</a>(). <h3 class=fn>TQt::HANDLE <a name="x11AppRootWindow"></a>TQPaintDevice::x11AppRootWindow ()<tt> [static]</tt> </h3> @@ -421,7 +421,7 @@ portable. only). Using this function is not portable. <hr><h2>Related Functions</h2> -<h3 class=fn>void <a name="bitBlt"></a>bitBlt ( <a href="ntqpaintdevice.html">TQPaintDevice</a> * dst, int dx, int dy, const <a href="ntqpaintdevice.html">TQPaintDevice</a> * src, int sx, int sy, int sw, int sh, <a href="ntqt.html#RasterOp-enum">TQt::RasterOp</a> rop, bool ignoreMask ) +<h3 class=fn>void <a name="bitBlt"></a>bitBlt ( <a href="tqpaintdevice.html">TQPaintDevice</a> * dst, int dx, int dy, const <a href="tqpaintdevice.html">TQPaintDevice</a> * src, int sx, int sy, int sw, int sh, <a href="ntqt.html#RasterOp-enum">TQt::RasterOp</a> rop, bool ignoreMask ) </h3> <p> Copies a block of pixels from <em>src</em> to <em>dst</em>, perhaps merging @@ -444,7 +444,7 @@ blit from an unsupported device. If you need to for example, draw a 24-bit pixmap on an 8-bit widget, you must use drawPixmap(). -<h3 class=fn>void <a name="bitBlt-2"></a>bitBlt ( <a href="ntqpaintdevice.html">TQPaintDevice</a> * dst, const <a href="ntqpoint.html">TQPoint</a> & dp, const <a href="ntqpaintdevice.html">TQPaintDevice</a> * src, const <a href="ntqrect.html">TQRect</a> & sr, RasterOp rop ) +<h3 class=fn>void <a name="bitBlt-2"></a>bitBlt ( <a href="tqpaintdevice.html">TQPaintDevice</a> * dst, const <a href="ntqpoint.html">TQPoint</a> & dp, const <a href="tqpaintdevice.html">TQPaintDevice</a> * src, const <a href="ntqrect.html">TQRect</a> & sr, RasterOp rop ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. diff --git a/doc/html/qpaintdevicemetrics-h.html b/doc/html/tqpaintdevicemetrics-h.html index f58e87de3..e96391f58 100644 --- a/doc/html/qpaintdevicemetrics-h.html +++ b/doc/html/tqpaintdevicemetrics-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqpaintdevicemetrics.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpaintdevicemetrics.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqpaintdevicemetrics.h Include File</title> +<title>tqpaintdevicemetrics.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqpaintdevicemetrics.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqpaintdevicemetrics.h</h1> -<p>This is the verbatim text of the ntqpaintdevicemetrics.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqpaintdevicemetrics.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqpaintdevicemetrics.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqpaintdevicemetrics.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQPaintDeviceMetrics class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPAINTDEVICEMETRICS_H #ifndef QT_H -#include "ntqpaintdevice.h" +#include "tqpaintdevice.h" #endif // QT_H diff --git a/doc/html/qpaintdevicemetrics-members.html b/doc/html/tqpaintdevicemetrics-members.html index 2a19b1141..ec33cb7e2 100644 --- a/doc/html/qpaintdevicemetrics-members.html +++ b/doc/html/tqpaintdevicemetrics-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqpaintdevicemetrics.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpaintdevicemetrics.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,18 +32,18 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPaintDeviceMetrics</h1> <p>This is the complete list of member functions for -<a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, including inherited members. +<a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a>, including inherited members. <ul> -<li><a href="ntqpaintdevicemetrics.html#TQPaintDeviceMetrics">TQPaintDeviceMetrics</a>() -<li><a href="ntqpaintdevicemetrics.html#depth">depth</a>() -<li><a href="ntqpaintdevicemetrics.html#height">height</a>() -<li><a href="ntqpaintdevicemetrics.html#heightMM">heightMM</a>() -<li><a href="ntqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</a>() -<li><a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>() -<li><a href="ntqpaintdevicemetrics.html#numColors">numColors</a>() -<li><a href="ntqpaintdevicemetrics.html#width">width</a>() -<li><a href="ntqpaintdevicemetrics.html#widthMM">widthMM</a>() +<li><a href="tqpaintdevicemetrics.html#TQPaintDeviceMetrics">TQPaintDeviceMetrics</a>() +<li><a href="tqpaintdevicemetrics.html#depth">depth</a>() +<li><a href="tqpaintdevicemetrics.html#height">height</a>() +<li><a href="tqpaintdevicemetrics.html#heightMM">heightMM</a>() +<li><a href="tqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</a>() +<li><a href="tqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>() +<li><a href="tqpaintdevicemetrics.html#numColors">numColors</a>() +<li><a href="tqpaintdevicemetrics.html#width">width</a>() +<li><a href="tqpaintdevicemetrics.html#widthMM">widthMM</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqpaintdevicemetrics.html b/doc/html/tqpaintdevicemetrics.html index 121e21322..b551c47e4 100644 --- a/doc/html/ntqpaintdevicemetrics.html +++ b/doc/html/tqpaintdevicemetrics.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qpaintdevicemetrics.cpp:40 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqpaintdevicemetrics.cpp:40 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQPaintDeviceMetrics class provides information about a paint device. <a href="#details">More...</a> -<p><tt>#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>></tt> -<p><a href="qpaintdevicemetrics-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqpaintdevicemetrics-h.html">tqpaintdevicemetrics.h</a>></tt> +<p><a href="tqpaintdevicemetrics-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQPaintDeviceMetrics"><b>TQPaintDeviceMetrics</b></a> ( const TQPaintDevice * pd )</li> @@ -78,7 +78,7 @@ will end up on? <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQPaintDeviceMetrics"></a>TQPaintDeviceMetrics::TQPaintDeviceMetrics ( const <a href="ntqpaintdevice.html">TQPaintDevice</a> * pd ) +<h3 class=fn><a name="TQPaintDeviceMetrics"></a>TQPaintDeviceMetrics::TQPaintDeviceMetrics ( const <a href="tqpaintdevice.html">TQPaintDevice</a> * pd ) </h3> Constructs a metric for the paint device <em>pd</em>. diff --git a/doc/html/qpainter-h.html b/doc/html/tqpainter-h.html index 56e6199fe..ab9943790 100644 --- a/doc/html/qpainter-h.html +++ b/doc/html/tqpainter-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqpainter.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpainter.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqpainter.h Include File</title> +<title>tqpainter.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqpainter.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqpainter.h</h1> -<p>This is the verbatim text of the ntqpainter.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqpainter.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqpainter.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqpainter.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQPainter class ** @@ -79,12 +79,12 @@ body { background: #ffffff; color: black; } #ifndef QT_H -#include "ntqcolor.h" -#include "ntqfontmetrics.h" -#include "ntqfontinfo.h" +#include "tqcolor.h" +#include "tqfontmetrics.h" +#include "tqfontinfo.h" #include "ntqregion.h" #include "ntqpen.h" -#include "ntqbrush.h" +#include "tqbrush.h" #include "ntqpointarray.h" #include "ntqwmatrix.h" #endif // QT_H @@ -454,7 +454,7 @@ private: // Disabled copy constructor and operator= enum TransformationCodes { TxNone = 0, // transformation codes - TxTranslate = 1, // copy in qpainter_*.cpp + TxTranslate = 1, // copy in tqpainter_*.cpp TxScale = 2, TxRotShear = 3 }; diff --git a/doc/html/tqpainter-members.html b/doc/html/tqpainter-members.html new file mode 100644 index 000000000..7ce2c2eaa --- /dev/null +++ b/doc/html/tqpainter-members.html @@ -0,0 +1,127 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpainter.h:67 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQPainter Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPainter</h1> + +<p>This is the complete list of member functions for +<a href="tqpainter.html">TQPainter</a>, including inherited members. + +<ul> +<li><a href="tqpainter.html#TQPainter">TQPainter</a>() +<li><a href="tqpainter.html#~TQPainter">~TQPainter</a>() +<li><a href="tqpainter.html#backgroundColor">backgroundColor</a>() +<li><a href="tqpainter.html#backgroundMode">backgroundMode</a>() +<li><a href="tqpainter.html#begin">begin</a>() +<li><a href="tqpainter.html#boundingRect">boundingRect</a>() +<li><a href="tqpainter.html#brush">brush</a>() +<li><a href="tqpainter.html#brushOrigin">brushOrigin</a>() +<li><a href="tqpainter.html#clipRegion">clipRegion</a>() +<li><a href="tqpainter.html#device">device</a>() +<li><a href="tqpainter.html#drawArc">drawArc</a>() +<li><a href="tqpainter.html#drawChord">drawChord</a>() +<li><a href="tqpainter.html#drawConvexPolygon">drawConvexPolygon</a>() +<li><a href="tqpainter.html#drawCubicBezier">drawCubicBezier</a>() +<li><a href="tqpainter.html#drawEllipse">drawEllipse</a>() +<li><a href="tqpainter.html#drawImage">drawImage</a>() +<li><a href="tqpainter.html#drawLine">drawLine</a>() +<li><a href="tqpainter.html#drawLineSegments">drawLineSegments</a>() +<li><a href="tqpainter.html#drawPicture">drawPicture</a>() +<li><a href="tqpainter.html#drawPie">drawPie</a>() +<li><a href="tqpainter.html#drawPixmap">drawPixmap</a>() +<li><a href="tqpainter.html#drawPoint">drawPoint</a>() +<li><a href="tqpainter.html#drawPoints">drawPoints</a>() +<li><a href="tqpainter.html#drawPolygon">drawPolygon</a>() +<li><a href="tqpainter.html#drawPolyline">drawPolyline</a>() +<li><a href="tqpainter.html#drawRect">drawRect</a>() +<li><a href="tqpainter.html#drawRoundRect">drawRoundRect</a>() +<li><a href="tqpainter.html#drawText">drawText</a>() +<li><a href="tqpainter.html#drawTiledPixmap">drawTiledPixmap</a>() +<li><a href="tqpainter.html#drawWinFocusRect">drawWinFocusRect</a>() +<li><a href="tqpainter.html#end">end</a>() +<li><a href="tqpainter.html#eraseRect">eraseRect</a>() +<li><a href="tqpainter.html#fillRect">fillRect</a>() +<li><a href="tqpainter.html#flush">flush</a>() +<li><a href="tqpainter.html#font">font</a>() +<li><a href="tqpainter.html#fontInfo">fontInfo</a>() +<li><a href="tqpainter.html#fontMetrics">fontMetrics</a>() +<li><a href="tqpainter.html#handle">handle</a>() +<li><a href="tqpainter.html#hasClipping">hasClipping</a>() +<li><a href="tqpainter.html#hasViewXForm">hasViewXForm</a>() +<li><a href="tqpainter.html#hasWorldXForm">hasWorldXForm</a>() +<li><a href="tqpainter.html#isActive">isActive</a>() +<li><a href="tqpainter.html#lineTo">lineTo</a>() +<li><a href="tqpainter.html#moveTo">moveTo</a>() +<li><a href="tqpainter.html#pen">pen</a>() +<li><a href="tqpainter.html#pos">pos</a>() +<li><a href="tqpainter.html#rasterOp">rasterOp</a>() +<li><a href="tqpainter.html#redirect">redirect</a>() +<li><a href="tqpainter.html#resetXForm">resetXForm</a>() +<li><a href="tqpainter.html#restore">restore</a>() +<li><a href="tqpainter.html#restoreWorldMatrix">restoreWorldMatrix</a>() +<li><a href="tqpainter.html#rotate">rotate</a>() +<li><a href="tqpainter.html#save">save</a>() +<li><a href="tqpainter.html#saveWorldMatrix">saveWorldMatrix</a>() +<li><a href="tqpainter.html#scale">scale</a>() +<li><a href="tqpainter.html#setBackgroundColor">setBackgroundColor</a>() +<li><a href="tqpainter.html#setBackgroundMode">setBackgroundMode</a>() +<li><a href="tqpainter.html#setBrush">setBrush</a>() +<li><a href="tqpainter.html#setBrushOrigin">setBrushOrigin</a>() +<li><a href="tqpainter.html#setClipRect">setClipRect</a>() +<li><a href="tqpainter.html#setClipRegion">setClipRegion</a>() +<li><a href="tqpainter.html#setClipping">setClipping</a>() +<li><a href="tqpainter.html#setFont">setFont</a>() +<li><a href="tqpainter.html#setPen">setPen</a>() +<li><a href="tqpainter.html#setRasterOp">setRasterOp</a>() +<li><a href="tqpainter.html#setTabArray">setTabArray</a>() +<li><a href="tqpainter.html#setTabStops">setTabStops</a>() +<li><a href="tqpainter.html#setViewXForm">setViewXForm</a>() +<li><a href="tqpainter.html#setViewport">setViewport</a>() +<li><a href="tqpainter.html#setWindow">setWindow</a>() +<li><a href="tqpainter.html#setWorldMatrix">setWorldMatrix</a>() +<li><a href="tqpainter.html#setWorldXForm">setWorldXForm</a>() +<li><a href="tqpainter.html#shear">shear</a>() +<li><a href="tqpainter.html#tabArray">tabArray</a>() +<li><a href="tqpainter.html#tabStops">tabStops</a>() +<li><a href="tqpainter.html#translate">translate</a>() +<li><a href="tqpainter.html#viewport">viewport</a>() +<li><a href="tqpainter.html#window">window</a>() +<li><a href="tqpainter.html#worldMatrix">worldMatrix</a>() +<li><a href="tqpainter.html#xForm">xForm</a>() +<li><a href="tqpainter.html#xFormDev">xFormDev</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqpainter.html b/doc/html/tqpainter.html index a462aa1f3..d026fedfd 100644 --- a/doc/html/ntqpainter.html +++ b/doc/html/tqpainter.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qpainter.cpp:68 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqpainter.cpp:68 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQPainter class does low-level painting e.g. on widgets. <a href="#details">More...</a> -<p><tt>#include <<a href="qpainter-h.html">ntqpainter.h</a>></tt> +<p><tt>#include <<a href="tqpainter-h.html">tqpainter.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p><a href="qpainter-members.html">List of all member functions.</a> +<p><a href="tqpainter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#CoordinateMode-enum"><b>CoordinateMode</b></a> { CoordDevice, CoordPainter }</li> @@ -306,7 +306,7 @@ the most usual constructor) makes it active. <a href="#end">end</a>() (and the destructor) deactivates it. If the painter is active, <a href="#device">device</a>() returns the paint device on which the painter paints. <p> Sometimes it is desirable to make someone else paint on an unusual -<a href="ntqpaintdevice.html">TQPaintDevice</a>. TQPainter supports a static function to do this, +<a href="tqpaintdevice.html">TQPaintDevice</a>. TQPainter supports a static function to do this, <a href="#redirect">redirect</a>(). We recommend not using it, but for some hacks it's perfect. <p> <a href="#setTabStops">setTabStops</a>() and <a href="#setTabArray">setTabArray</a>() can change where the tab stops @@ -316,7 +316,7 @@ coordinate limitations in the underlying window system. Some platforms may behave incorrectly with coordinates as small as +/-4000. -<p> <p>See also <a href="ntqpaintdevice.html">TQPaintDevice</a>, <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqprinter.html">TQPrinter</a>, <a href="ntqpicture.html">TQPicture</a>, <a href="simple-application.html">Application Walkthrough</a>, <a href="coordsys.html">Coordinate System Overview</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="tqpaintdevice.html">TQPaintDevice</a>, <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqprinter.html">TQPrinter</a>, <a href="ntqpicture.html">TQPicture</a>, <a href="simple-application.html">Application Walkthrough</a>, <a href="coordsys.html">Coordinate System Overview</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="CoordinateMode-enum"></a>TQPainter::CoordinateMode</h3> @@ -342,7 +342,7 @@ Constructs a painter. to default values when <a href="#begin">begin</a>() is called. <p> <p>See also <a href="#begin">begin</a>() and <a href="#end">end</a>(). -<h3 class=fn><a name="TQPainter-2"></a>TQPainter::TQPainter ( const <a href="ntqpaintdevice.html">TQPaintDevice</a> * pd, bool unclipped = FALSE ) +<h3 class=fn><a name="TQPainter-2"></a>TQPainter::TQPainter ( const <a href="tqpaintdevice.html">TQPaintDevice</a> * pd, bool unclipped = FALSE ) </h3> Constructs a painter that begins painting the paint device <em>pd</em> immediately. Depending on the underlying graphic system the @@ -353,7 +353,7 @@ only once. The constructor calls <a href="#begin">begin</a>() for you and the TQ destructor automatically calls <a href="#end">end</a>(). <p> Here's an example using begin() and end(): <pre> - void MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { TQPainter p; p.<a href="#begin">begin</a>( this ); @@ -364,7 +364,7 @@ destructor automatically calls <a href="#end">end</a>(). <p> The same example using this constructor: <pre> - void MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { TQPainter p( this ); p.<a href="#drawLine">drawLine</a>( ... ); // drawing code @@ -376,7 +376,7 @@ of the painter failed you should rather use begin() and end() to paint on external devices, e.g. printers. <p> <p>See also <a href="#begin">begin</a>() and <a href="#end">end</a>(). -<h3 class=fn><a name="TQPainter-3"></a>TQPainter::TQPainter ( const <a href="ntqpaintdevice.html">TQPaintDevice</a> * pd, const <a href="tqwidget.html">TQWidget</a> * copyAttributes, bool unclipped = FALSE ) +<h3 class=fn><a name="TQPainter-3"></a>TQPainter::TQPainter ( const <a href="tqpaintdevice.html">TQPaintDevice</a> * pd, const <a href="tqwidget.html">TQWidget</a> * copyAttributes, bool unclipped = FALSE ) </h3> Constructs a painter that begins painting the paint device <em>pd</em> immediately, with the default arguments taken from <em>copyAttributes</em>. The painter will paint over children of the paint @@ -388,11 +388,11 @@ all platforms). </h3> Destroys the painter. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQPainter::backgroundColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQPainter::backgroundColor () const </h3> <p> Returns the current background color. -<p> <p>See also <a href="#setBackgroundColor">setBackgroundColor</a>() and <a href="ntqcolor.html">TQColor</a>. +<p> <p>See also <a href="#setBackgroundColor">setBackgroundColor</a>() and <a href="tqcolor.html">TQColor</a>. <h3 class=fn><a href="ntqt.html#BGMode-enum">BGMode</a> <a name="backgroundMode"></a>TQPainter::backgroundMode () const </h3> @@ -400,7 +400,7 @@ Destroys the painter. <p> Returns the current background mode. <p> <p>See also <a href="#setBackgroundMode">setBackgroundMode</a>() and <a href="ntqt.html#BGMode-enum">BGMode</a>. -<h3 class=fn>bool <a name="begin"></a>TQPainter::begin ( const <a href="ntqpaintdevice.html">TQPaintDevice</a> * pd, bool unclipped = FALSE ) +<h3 class=fn>bool <a name="begin"></a>TQPainter::begin ( const <a href="tqpaintdevice.html">TQPaintDevice</a> * pd, bool unclipped = FALSE ) </h3> Begins painting the paint device <em>pd</em> and returns TRUE if successful; otherwise returns FALSE. If <em>unclipped</em> is TRUE, the @@ -425,7 +425,7 @@ time. <p> <p>See also <a href="#end">end</a>() and <a href="#flush">flush</a>(). <p>Examples: <a href="aclock-example.html#x1183">aclock/aclock.cpp</a>, <a href="desktop-example.html#x1733">desktop/desktop.cpp</a>, <a href="drawdemo-example.html#x1067">drawdemo/drawdemo.cpp</a>, <a href="hello-example.html#x1633">hello/hello.cpp</a>, <a href="picture-example.html#x111">picture/picture.cpp</a>, <a href="tutorial1-10.html#x2348">t10/cannon.cpp</a>, and <a href="xform-example.html#x1233">xform/xform.cpp</a>. -<h3 class=fn>bool <a name="begin-2"></a>TQPainter::begin ( const <a href="ntqpaintdevice.html">TQPaintDevice</a> * pd, const <a href="tqwidget.html">TQWidget</a> * copyAttributes, bool unclipped = FALSE ) +<h3 class=fn>bool <a name="begin-2"></a>TQPainter::begin ( const <a href="tqpaintdevice.html">TQPaintDevice</a> * pd, const <a href="tqwidget.html">TQWidget</a> * copyAttributes, bool unclipped = FALSE ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version opens the painter on a paint device <em>pd</em> and sets @@ -446,7 +446,7 @@ the pixmap into the widget) you will need to set the widget's font etc. This function does exactly that. <p> Example: <pre> - void MyWidget::paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ) + void MyWidget::paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { <a href="ntqpixmap.html">TQPixmap</a> pm(size()); TQPainter p; @@ -502,9 +502,9 @@ printed with the corresponding <a href="#drawText">drawText</a>() function using rectangle, is constrained to the rectangle <em>r</em>, or to the rectangle required to draw the text, whichever is the larger. <p> The <em>internal</em> parameter should not be used. -<p> <p>See also <a href="#drawText">drawText</a>(), <a href="#fontMetrics">fontMetrics</a>(), <a href="ntqfontmetrics.html#boundingRect">TQFontMetrics::boundingRect</a>(), and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a>. +<p> <p>See also <a href="#drawText">drawText</a>(), <a href="#fontMetrics">fontMetrics</a>(), <a href="tqfontmetrics.html#boundingRect">TQFontMetrics::boundingRect</a>(), and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a>. -<h3 class=fn>const <a href="ntqbrush.html">TQBrush</a> & <a name="brush"></a>TQPainter::brush () const +<h3 class=fn>const <a href="tqbrush.html">TQBrush</a> & <a name="brush"></a>TQPainter::brush () const </h3> <p> Returns the painter's current brush. @@ -517,7 +517,7 @@ rectangle required to draw the text, whichever is the larger. <p> Returns the brush origin currently set. <p> <p>See also <a href="#setBrushOrigin">setBrushOrigin</a>(). -<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="clipRegion"></a>TQPainter::clipRegion ( <a href="ntqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) const +<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="clipRegion"></a>TQPainter::clipRegion ( <a href="tqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) const </h3> Returns the currently set clip region. Note that the clip region is given in physical device coordinates and <em>not</em> subject to any @@ -526,12 +526,12 @@ equal to <a href="#CoordinateMode-enum">CoordDevice</a> (the default). If <em>m< <p> <p>See also <a href="#setClipRegion">setClipRegion</a>(), <a href="#setClipRect">setClipRect</a>(), <a href="#setClipping">setClipping</a>(), and <a href="#CoordinateMode-enum">TQPainter::CoordinateMode</a>. <p>Example: <a href="themes-example.html#x213">themes/wood.cpp</a>. -<h3 class=fn><a href="ntqpaintdevice.html">TQPaintDevice</a> * <a name="device"></a>TQPainter::device () const +<h3 class=fn><a href="tqpaintdevice.html">TQPaintDevice</a> * <a name="device"></a>TQPainter::device () const </h3> <p> Returns the paint device on which this painter is currently painting, or 0 if the painter is not active. -<p> <p>See also <a href="ntqpaintdevice.html#paintingActive">TQPaintDevice::paintingActive</a>(). +<p> <p>See also <a href="tqpaintdevice.html#paintingActive">TQPaintDevice::paintingActive</a>(). <p>Examples: <a href="tqaction-application-example.html#x1145">action/application.cpp</a>, <a href="simple-application-example.html#x1563">application/application.cpp</a>, <a href="helpviewer-example.html#x999">helpviewer/helpwindow.cpp</a>, <a href="listboxcombo-example.html#x1413">listboxcombo/listboxcombo.cpp</a>, and <a href="mdi-example.html#x2044">mdi/application.cpp</a>. <h3 class=fn>void <a name="drawArc"></a>TQPainter::drawArc ( int x, int y, int w, int h, int a, int alen ) @@ -807,7 +807,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Draws a rounded rectangle <em>r</em>, rounding to the x position <em>xRnd</em> and the y position <em>yRnd</em> on each corner. -<h3 class=fn>void <a name="drawText"></a>TQPainter::drawText ( const <a href="ntqpoint.html">TQPoint</a> & p, const <a href="tqstring.html">TQString</a> &, int pos, int len, <a href="ntqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) +<h3 class=fn>void <a name="drawText"></a>TQPainter::drawText ( const <a href="ntqpoint.html">TQPoint</a> & p, const <a href="tqstring.html">TQString</a> &, int pos, int len, <a href="tqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) </h3> <p> Draws the text from position <em>pos</em>, at point <em>p</em>. If <em>len</em> is @@ -822,7 +822,7 @@ accordance with the alignment flags. <p> <p>See also <a href="#TextDirection-enum">TQPainter::TextDirection</a>. <p>Examples: <a href="desktop-example.html#x1736">desktop/desktop.cpp</a>, <a href="drawdemo-example.html#x1072">drawdemo/drawdemo.cpp</a>, <a href="grapher-nsplugin-example.html#x2760">grapher/grapher.cpp</a>, <a href="picture-example.html#x117">picture/picture.cpp</a>, <a href="progress-example.html#x74">progress/progress.cpp</a>, <a href="tutorial1-08.html#x2335">t8/cannon.cpp</a>, and <a href="trivial-nsplugin-example.html#x2738">trivial/trivial.cpp</a>. -<h3 class=fn>void <a name="drawText-2"></a>TQPainter::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> &, int len = -1, <a href="ntqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) +<h3 class=fn>void <a name="drawText-2"></a>TQPainter::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> &, int len = -1, <a href="tqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -831,14 +831,14 @@ default) all the text is drawn, otherwise the first <em>len</em> characters are drawn. The text's direction is given by <em>dir</em>. <p> <p>See also <a href="#TextDirection-enum">TQPainter::TextDirection</a>. -<h3 class=fn>void <a name="drawText-3"></a>TQPainter::drawText ( const <a href="ntqpoint.html">TQPoint</a> &, const <a href="tqstring.html">TQString</a> &, int len = -1, <a href="ntqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) +<h3 class=fn>void <a name="drawText-3"></a>TQPainter::drawText ( const <a href="ntqpoint.html">TQPoint</a> &, const <a href="tqstring.html">TQString</a> &, int len = -1, <a href="tqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the text at the given point. <p> <p>See also <a href="#TextDirection-enum">TQPainter::TextDirection</a>. -<h3 class=fn>void <a name="drawText-4"></a>TQPainter::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> &, int pos, int len, <a href="ntqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) +<h3 class=fn>void <a name="drawText-4"></a>TQPainter::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> &, int pos, int len, <a href="tqpainter.html#TextDirection-enum">TextDirection</a> dir = Auto ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -893,7 +893,7 @@ at point <em>sp</em>. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws a tiled pixmap, <em>pm</em>, inside rectangle <em>r</em>. -<h3 class=fn>void <a name="drawWinFocusRect"></a>TQPainter::drawWinFocusRect ( int x, int y, int w, int h, const <a href="ntqcolor.html">TQColor</a> & bgColor ) +<h3 class=fn>void <a name="drawWinFocusRect"></a>TQPainter::drawWinFocusRect ( int x, int y, int w, int h, const <a href="tqcolor.html">TQColor</a> & bgColor ) </h3> Draws a Windows focus rectangle with upper left corner at (<em>x</em>, <em>y</em>) and with width <em>w</em> and height <em>h</em> using a pen color that @@ -923,7 +923,7 @@ been <a href="#rotate">rotated</a> or <a href="#shear">sheared</a>. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws rectangle <em>r</em> as a window focus rectangle. -<h3 class=fn>void <a name="drawWinFocusRect-4"></a>TQPainter::drawWinFocusRect ( const <a href="ntqrect.html">TQRect</a> & r, const <a href="ntqcolor.html">TQColor</a> & bgColor ) +<h3 class=fn>void <a name="drawWinFocusRect-4"></a>TQPainter::drawWinFocusRect ( const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqcolor.html">TQColor</a> & bgColor ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws rectangle <em>r</em> as a window focus rectangle using background @@ -960,21 +960,21 @@ necessary to close the active painter. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Erases the area inside the rectangle <em>r</em>. -<h3 class=fn>void <a name="fillRect"></a>TQPainter::fillRect ( int x, int y, int w, int h, const <a href="ntqbrush.html">TQBrush</a> & brush ) +<h3 class=fn>void <a name="fillRect"></a>TQPainter::fillRect ( int x, int y, int w, int h, const <a href="tqbrush.html">TQBrush</a> & brush ) </h3> Fills the rectangle <em>(x, y, w, h)</em> with the <em>brush</em>. -<p> You can specify a <a href="ntqcolor.html">TQColor</a> as <em>brush</em>, since there is a <a href="ntqbrush.html">TQBrush</a> +<p> You can specify a <a href="tqcolor.html">TQColor</a> as <em>brush</em>, since there is a <a href="tqbrush.html">TQBrush</a> constructor that takes a TQColor argument and creates a solid pattern brush. <p> <p>See also <a href="#drawRect">drawRect</a>(). <p>Examples: <a href="listboxcombo-example.html#x1415">listboxcombo/listboxcombo.cpp</a>, <a href="progress-example.html#x75">progress/progress.cpp</a>, <a href="tqdir-example.html#x1833">tqdir/tqdir.cpp</a>, <a href="qfd-example.html#x1998">qfd/fontdisplayer.cpp</a>, <a href="themes-example.html#x286">themes/metal.cpp</a>, and <a href="themes-example.html#x216">themes/wood.cpp</a>. -<h3 class=fn>void <a name="fillRect-2"></a>TQPainter::fillRect ( const <a href="ntqrect.html">TQRect</a> & r, const <a href="ntqbrush.html">TQBrush</a> & brush ) +<h3 class=fn>void <a name="fillRect-2"></a>TQPainter::fillRect ( const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqbrush.html">TQBrush</a> & brush ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Fills the rectangle <em>r</em> using brush <em>brush</em>. -<h3 class=fn>void <a name="flush"></a>TQPainter::flush ( const <a href="ntqregion.html">TQRegion</a> & region, <a href="ntqpainter.html#CoordinateMode-enum">CoordinateMode</a> cm = CoordDevice ) +<h3 class=fn>void <a name="flush"></a>TQPainter::flush ( const <a href="ntqregion.html">TQRegion</a> & region, <a href="tqpainter.html#CoordinateMode-enum">CoordinateMode</a> cm = CoordDevice ) </h3> Flushes any buffered drawing operations inside the region <em>region</em> using clipping mode <em>cm</em>. <p> The flush may update the whole device if the platform does not @@ -986,14 +986,14 @@ support flushing to a specified region. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Flushes any buffered drawing operations. -<h3 class=fn>const <a href="ntqfont.html">TQFont</a> & <a name="font"></a>TQPainter::font () const +<h3 class=fn>const <a href="tqfont.html">TQFont</a> & <a name="font"></a>TQPainter::font () const </h3> <p> Returns the currently set painter font. -<p> <p>See also <a href="#setFont">setFont</a>() and <a href="ntqfont.html">TQFont</a>. +<p> <p>See also <a href="#setFont">setFont</a>() and <a href="tqfont.html">TQFont</a>. <p>Example: <a href="fileiconview-example.html#x861">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn><a href="ntqfontinfo.html">TQFontInfo</a> <a name="fontInfo"></a>TQPainter::fontInfo () const +<h3 class=fn><a href="tqfontinfo.html">TQFontInfo</a> <a name="fontInfo"></a>TQPainter::fontInfo () const </h3> Returns the font info for the painter, if the painter is active. It is not possible to obtain font information for an inactive @@ -1001,7 +1001,7 @@ painter, so the return value is undefined if the painter is not active. <p> <p>See also <a href="#fontMetrics">fontMetrics</a>() and <a href="#isActive">isActive</a>(). -<h3 class=fn><a href="ntqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQPainter::fontMetrics () const +<h3 class=fn><a href="tqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQPainter::fontMetrics () const </h3> Returns the font metrics for the painter, if the painter is active. It is not possible to obtain metrics for an inactive @@ -1043,7 +1043,7 @@ FALSE. <p> Returns TRUE if the painter is active painting, i.e. <a href="#begin">begin</a>() has been called and <a href="#end">end</a>() has not yet been called; otherwise returns FALSE. -<p> <p>See also <a href="ntqpaintdevice.html#paintingActive">TQPaintDevice::paintingActive</a>(). +<p> <p>See also <a href="tqpaintdevice.html#paintingActive">TQPaintDevice::paintingActive</a>(). <p>Examples: <a href="desktop-example.html#x1739">desktop/desktop.cpp</a> and <a href="helpviewer-example.html#x1002">helpviewer/helpwindow.cpp</a>. <h3 class=fn>void <a name="lineTo"></a>TQPainter::lineTo ( int x, int y ) @@ -1087,7 +1087,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Returns the current <a href="ntqt.html#RasterOp-enum">raster operation</a>. <p> <p>See also <a href="#setRasterOp">setRasterOp</a>() and <a href="ntqt.html#RasterOp-enum">RasterOp</a>. -<h3 class=fn>void <a name="redirect"></a>TQPainter::redirect ( <a href="ntqpaintdevice.html">TQPaintDevice</a> * pdev, <a href="ntqpaintdevice.html">TQPaintDevice</a> * replacement )<tt> [static]</tt> +<h3 class=fn>void <a name="redirect"></a>TQPainter::redirect ( <a href="tqpaintdevice.html">TQPaintDevice</a> * pdev, <a href="tqpaintdevice.html">TQPaintDevice</a> * replacement )<tt> [static]</tt> </h3> Redirects all paint commands for a paint device, <em>pdev</em>, to another paint device, <em>replacement</em>, unless <em>replacement</em> is 0. @@ -1137,7 +1137,7 @@ Scales the coordinate system by <em>(sx, sy)</em>. <p> <p>See also <a href="#translate">translate</a>(), <a href="#shear">shear</a>(), <a href="#rotate">rotate</a>(), <a href="#resetXForm">resetXForm</a>(), <a href="#setWorldMatrix">setWorldMatrix</a>(), and <a href="#xForm">xForm</a>(). <p>Example: <a href="xform-example.html#x1239">xform/xform.cpp</a>. -<h3 class=fn>void <a name="setBackgroundColor"></a>TQPainter::setBackgroundColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setBackgroundColor"></a>TQPainter::setBackgroundColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the background color of the painter to <em>c</em>. <p> The background color is the color that is filled in when drawing @@ -1160,22 +1160,22 @@ must use <a href="ntqpixmap.html#setMask">TQPixmap::setMask</a>(). <h3 class=fn>void <a name="setBrush"></a>TQPainter::setBrush ( <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> style ) </h3> Sets the painter's brush to black color and the specified <em>style</em>. -<p> <p>See also <a href="#brush">brush</a>() and <a href="ntqbrush.html">TQBrush</a>. +<p> <p>See also <a href="#brush">brush</a>() and <a href="tqbrush.html">TQBrush</a>. <p>Examples: <a href="aclock-example.html#x1190">aclock/aclock.cpp</a>, <a href="drawdemo-example.html#x1074">drawdemo/drawdemo.cpp</a>, <a href="picture-example.html#x120">picture/picture.cpp</a>, <a href="tutorial1-10.html#x2354">t10/cannon.cpp</a>, <a href="tutorial1-09.html#x2343">t9/cannon.cpp</a>, <a href="themes-example.html#x219">themes/wood.cpp</a>, and <a href="tooltip-example.html#x445">tooltip/tooltip.cpp</a>. -<h3 class=fn>void <a name="setBrush-2"></a>TQPainter::setBrush ( const <a href="ntqbrush.html">TQBrush</a> & brush ) +<h3 class=fn>void <a name="setBrush-2"></a>TQPainter::setBrush ( const <a href="tqbrush.html">TQBrush</a> & brush ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the painter's brush to <em>brush</em>. <p> The <em>brush</em> defines how shapes are filled. <p> <p>See also <a href="#brush">brush</a>(). -<h3 class=fn>void <a name="setBrush-3"></a>TQPainter::setBrush ( const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setBrush-3"></a>TQPainter::setBrush ( const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the painter's brush to have style <a href="ntqt.html#BrushStyle-enum">SolidPattern</a> and the specified <em>color</em>. -<p> <p>See also <a href="#brush">brush</a>() and <a href="ntqbrush.html">TQBrush</a>. +<p> <p>See also <a href="#brush">brush</a>() and <a href="tqbrush.html">TQBrush</a>. <h3 class=fn>void <a name="setBrushOrigin"></a>TQPainter::setBrushOrigin ( int x, int y ) </h3> @@ -1190,7 +1190,7 @@ brushes. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the brush origin to point <em>p</em>. -<h3 class=fn>void <a name="setClipRect"></a>TQPainter::setClipRect ( int x, int y, int w, int h, <a href="ntqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) +<h3 class=fn>void <a name="setClipRect"></a>TQPainter::setClipRect ( int x, int y, int w, int h, <a href="tqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) </h3> <p> Sets the clip region to the rectangle <em>x</em>, <em>y</em>, <em>w</em>, <em>h</em> and @@ -1204,14 +1204,14 @@ coordinates. <p> <p>See also <a href="#setClipRegion">setClipRegion</a>(), <a href="#clipRegion">clipRegion</a>(), <a href="#setClipping">setClipping</a>(), and <a href="#CoordinateMode-enum">TQPainter::CoordinateMode</a>. <p>Examples: <a href="grapher-nsplugin-example.html#x2762">grapher/grapher.cpp</a>, <a href="progress-example.html#x77">progress/progress.cpp</a>, <a href="showimg-example.html#x1339">showimg/showimg.cpp</a>, <a href="splitter-example.html#x1298">splitter/splitter.cpp</a>, and <a href="trivial-nsplugin-example.html#x2739">trivial/trivial.cpp</a>. -<h3 class=fn>void <a name="setClipRect-2"></a>TQPainter::setClipRect ( const <a href="ntqrect.html">TQRect</a> & r, <a href="ntqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) +<h3 class=fn>void <a name="setClipRect-2"></a>TQPainter::setClipRect ( const <a href="ntqrect.html">TQRect</a> & r, <a href="tqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the clip region to the rectangle <em>r</em> and enables clipping. The clip mode is set to <em>m</em>. <p> <p>See also <a href="#CoordinateMode-enum">CoordinateMode</a>. -<h3 class=fn>void <a name="setClipRegion"></a>TQPainter::setClipRegion ( const <a href="ntqregion.html">TQRegion</a> & rgn, <a href="ntqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) +<h3 class=fn>void <a name="setClipRegion"></a>TQPainter::setClipRegion ( const <a href="ntqregion.html">TQRegion</a> & rgn, <a href="tqpainter.html#CoordinateMode-enum">CoordinateMode</a> m = CoordDevice ) </h3> Sets the clip region to <em>rgn</em> and enables clipping. The clip mode is set to <em>m</em>. @@ -1227,7 +1227,7 @@ Enables clipping if <em>enable</em> is TRUE, or disables clipping if <em>enable< <p> <p>See also <a href="#hasClipping">hasClipping</a>(), <a href="#setClipRect">setClipRect</a>(), and <a href="#setClipRegion">setClipRegion</a>(). <p>Example: <a href="themes-example.html#x221">themes/wood.cpp</a>. -<h3 class=fn>void <a name="setFont"></a>TQPainter::setFont ( const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn>void <a name="setFont"></a>TQPainter::setFont ( const <a href="tqfont.html">TQFont</a> & font ) </h3> Sets the painter's font to <em>font</em>. <p> This font is used by subsequent <a href="#drawText">drawText</a>() functions. The text @@ -1250,7 +1250,7 @@ This is an overloaded member function, provided for convenience. It behaves esse color. <p> <p>See also <a href="#pen">pen</a>() and <a href="ntqpen.html">TQPen</a>. -<h3 class=fn>void <a name="setPen-3"></a>TQPainter::setPen ( const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setPen-3"></a>TQPainter::setPen ( const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the painter's pen to have style <a href="ntqt.html#PenStyle-enum">SolidLine</a>, width 0 and the @@ -1506,7 +1506,7 @@ were transformed. <p> <p>See also <a href="#xForm">xForm</a>() and <a href="ntqwmatrix.html#map">TQWMatrix::map</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn>void <a name="qDrawPlainRect"></a>qDrawPlainRect ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="ntqcolor.html">TQColor</a> & c, int lineWidth, const <a href="ntqbrush.html">TQBrush</a> * fill ) +<h3 class=fn>void <a name="qDrawPlainRect"></a>qDrawPlainRect ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolor.html">TQColor</a> & c, int lineWidth, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> <p> <tt>#include <ntqdrawutil.h></tt> @@ -1523,7 +1523,7 @@ display a plain rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>() and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). -<h3 class=fn>void <a name="qDrawShadeLine"></a>qDrawShadeLine ( <a href="ntqpainter.html">TQPainter</a> * p, int x1, int y1, int x2, int y2, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, int midLineWidth ) +<h3 class=fn>void <a name="qDrawShadeLine"></a>qDrawShadeLine ( <a href="tqpainter.html">TQPainter</a> * p, int x1, int y1, int x2, int y2, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, int midLineWidth ) </h3> <p> <tt>#include <ntqdrawutil.h></tt> @@ -1531,12 +1531,12 @@ widgets that follow the current GUI style. shaded line using the painter <em>p</em>. <p> Nothing is drawn if <em>y1</em> != <em>y2</em> and <em>x1</em> != <em>x2</em> (i.e. the line is neither horizontal nor vertical). -<p> The color group argument <em>g</em> specifies the shading colors (<a href="qcolorgroup.html#light">light</a>, <a href="qcolorgroup.html#dark">dark</a> and <a href="qcolorgroup.html#mid">middle</a> colors). +<p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). <p> The line appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The <em>lineWidth</em> argument specifies the line width for each of the lines. It is not the total line width. <p> The <em>midLineWidth</em> argument specifies the width of a middle line -drawn in the <a href="qcolorgroup.html#mid">TQColorGroup::mid</a>() color. +drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it display a shaded line, for example <tt>TQFrame::setFrameStyle( TQFrame::HLine | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or @@ -1544,13 +1544,13 @@ display a shaded line, for example <tt>TQFrame::setFrameStyle( TQFrame::HLine | widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). -<h3 class=fn>void <a name="qDrawShadePanel"></a>qDrawShadePanel ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, const <a href="ntqbrush.html">TQBrush</a> * fill ) +<h3 class=fn>void <a name="qDrawShadePanel"></a>qDrawShadePanel ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> <p> <tt>#include <ntqdrawutil.h></tt> <p> Draws the shaded panel specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. -<p> The color group argument <em>g</em> specifies the shading colors (<a href="qcolorgroup.html#light">light</a>, <a href="qcolorgroup.html#dark">dark</a> and <a href="qcolorgroup.html#mid">middle</a> colors). +<p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). <p> The panel appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The <em>lineWidth</em> argument specifies the line width. <p> The panel's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. @@ -1561,18 +1561,18 @@ display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::Panel | widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>(), <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadeRect">qDrawShadeRect</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). -<h3 class=fn>void <a name="qDrawShadeRect"></a>qDrawShadeRect ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, int midLineWidth, const <a href="ntqbrush.html">TQBrush</a> * fill ) +<h3 class=fn>void <a name="qDrawShadeRect"></a>qDrawShadeRect ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, int midLineWidth, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> <p> <tt>#include <ntqdrawutil.h></tt> <p> Draws the shaded rectangle specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. -<p> The color group argument <em>g</em> specifies the shading colors (<a href="qcolorgroup.html#light">light</a>, <a href="qcolorgroup.html#dark">dark</a> and <a href="qcolorgroup.html#mid">middle</a> colors). +<p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). <p> The rectangle appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The <em>lineWidth</em> argument specifies the line width for each of the lines. It is not the total line width. <p> The <em>midLineWidth</em> argument specifies the width of a middle line -drawn in the <a href="qcolorgroup.html#mid">TQColorGroup::mid</a>() color. +drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> The rectangle's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. <p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it @@ -1582,12 +1582,12 @@ display a shaded rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawPlainRect">qDrawPlainRect</a>(), <a href="tqstyle.html#drawItem">TQStyle::drawItem</a>(), <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(), and <a href="tqstyle.html#drawComplexControl">TQStyle::drawComplexControl</a>(). -<h3 class=fn>void <a name="qDrawWinButton"></a>qDrawWinButton ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool sunken, const <a href="ntqbrush.html">TQBrush</a> * fill ) +<h3 class=fn>void <a name="qDrawWinButton"></a>qDrawWinButton ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> <p> <tt>#include <ntqdrawutil.h></tt> <p> Draws the Windows-style button specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. -<p> The color group argument <em>g</em> specifies the shading colors (<a href="qcolorgroup.html#light">light</a>, <a href="qcolorgroup.html#dark">dark</a> and <a href="qcolorgroup.html#mid">middle</a> colors). +<p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). <p> The button appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The line width is 2 pixels. <p> The button's interior is filled with the <em>*fill</em> brush unless <em>fill</em> is 0. @@ -1596,7 +1596,7 @@ widgets that follow the current GUI style. widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>() and <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(). -<h3 class=fn>void <a name="qDrawWinPanel"></a>qDrawWinPanel ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool sunken, const <a href="ntqbrush.html">TQBrush</a> * fill ) +<h3 class=fn>void <a name="qDrawWinPanel"></a>qDrawWinPanel ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> <p> <tt>#include <ntqdrawutil.h></tt> diff --git a/doc/html/qpaintevent-members.html b/doc/html/tqpaintevent-members.html index e0a48dbbb..836e79f85 100644 --- a/doc/html/qpaintevent-members.html +++ b/doc/html/tqpaintevent-members.html @@ -32,13 +32,13 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPaintEvent</h1> <p>This is the complete list of member functions for -<a href="qpaintevent.html">TQPaintEvent</a>, including inherited members. +<a href="tqpaintevent.html">TQPaintEvent</a>, including inherited members. <ul> -<li><a href="qpaintevent.html#TQPaintEvent">TQPaintEvent</a>() -<li><a href="qpaintevent.html#erased">erased</a>() -<li><a href="qpaintevent.html#rect">rect</a>() -<li><a href="qpaintevent.html#region">region</a>() +<li><a href="tqpaintevent.html#TQPaintEvent">TQPaintEvent</a>() +<li><a href="tqpaintevent.html#erased">erased</a>() +<li><a href="tqpaintevent.html#rect">rect</a>() +<li><a href="tqpaintevent.html#region">region</a>() <li><a href="ntqevent.html#spontaneous">spontaneous</a>() <li><a href="ntqevent.html#type">type</a>() </ul> diff --git a/doc/html/qpaintevent.html b/doc/html/tqpaintevent.html index bfdcea31e..3ee7a4853 100644 --- a/doc/html/qpaintevent.html +++ b/doc/html/tqpaintevent.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> <p>Inherits <a href="ntqevent.html">TQEvent</a>. -<p><a href="qpaintevent-members.html">List of all member functions.</a> +<p><a href="tqpaintevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQPaintEvent"><b>TQPaintEvent</b></a> ( const TQRegion & paintRegion, bool erased = TRUE )</li> @@ -62,7 +62,7 @@ is clipped to region() during processing of a paint event. cleared to the widget's background (see <a href="tqwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are arbitrary. -<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="tqwidget.html#update">TQWidget::update</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>(), <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="tqwidget.html#update">TQWidget::update</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>(), <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPaintEvent"></a>TQPaintEvent::TQPaintEvent ( const <a href="ntqregion.html">TQRegion</a> & paintRegion, bool erased = TRUE ) @@ -96,14 +96,14 @@ erased with the widget's background; otherwise returns FALSE. </h3> <p> Returns the rectangle that should be updated. -<p> <p>See also <a href="#region">region</a>() and <a href="ntqpainter.html#setClipRect">TQPainter::setClipRect</a>(). +<p> <p>See also <a href="#region">region</a>() and <a href="tqpainter.html#setClipRect">TQPainter::setClipRect</a>(). <p>Examples: <a href="life-example.html#x1892">life/life.cpp</a>, <a href="qfd-example.html#x2001">qfd/fontdisplayer.cpp</a>, <a href="showimg-example.html#x1340">showimg/showimg.cpp</a>, <a href="tutorial1-10.html#x2357">t10/cannon.cpp</a>, <a href="tutorial1-11.html#x2369">t11/cannon.cpp</a>, <a href="tutorial1-13.html#x2405">t13/cannon.cpp</a>, and <a href="tooltip-example.html#x446">tooltip/tooltip.cpp</a>. <h3 class=fn>const <a href="ntqregion.html">TQRegion</a> & <a name="region"></a>TQPaintEvent::region () const </h3> <p> Returns the region that should be updated. -<p> <p>See also <a href="#rect">rect</a>() and <a href="ntqpainter.html#setClipRegion">TQPainter::setClipRegion</a>(). +<p> <p>See also <a href="#rect">rect</a>() and <a href="tqpainter.html#setClipRegion">TQPainter::setClipRegion</a>(). <p>Examples: <a href="qfd-example.html#x2002">qfd/fontdisplayer.cpp</a> and <a href="scribble-example.html#x920">scribble/scribble.cpp</a>. <!-- eof --> diff --git a/doc/html/tqpopupmenu-members.html b/doc/html/tqpopupmenu-members.html index 9432a43d9..49f11f917 100644 --- a/doc/html/tqpopupmenu-members.html +++ b/doc/html/tqpopupmenu-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqpopupmenu.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -133,7 +133,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -370,28 +370,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index 7e7eb8901..84e54d691 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -284,12 +284,12 @@ identifier <em>id</em>. destroyed. <p> <p>See also <a href="tqmenudata.html#connectItem">connectItem</a>() and <a href="tqmenudata.html#setItemParameter">setItemParameter</a>(). -<h3 class=fn>void <a name="drawContents"></a>TQPopupMenu::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQPopupMenu::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws all menu items using painter <em>p</em>. <p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. -<h3 class=fn>void <a name="drawItem"></a>TQPopupMenu::drawItem ( <a href="ntqpainter.html">TQPainter</a> * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )<tt> [protected]</tt> +<h3 class=fn>void <a name="drawItem"></a>TQPopupMenu::drawItem ( <a href="tqpainter.html">TQPainter</a> * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )<tt> [protected]</tt> </h3> Draws menu item <em>mi</em> in the area <em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>, using painter <em>p</em>. The item is drawn active if <em>act</em> is TRUE or drawn diff --git a/doc/html/tqsizegrip-members.html b/doc/html/tqsizegrip-members.html index 2e618d6de..994c43989 100644 --- a/doc/html/tqsizegrip-members.html +++ b/doc/html/tqsizegrip-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -110,7 +110,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -135,7 +135,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -190,7 +190,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqsizegrip.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -303,28 +303,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqsizegrip.html b/doc/html/tqsizegrip.html index 6cb48297d..c2d03d342 100644 --- a/doc/html/tqsizegrip.html +++ b/doc/html/tqsizegrip.html @@ -87,7 +87,7 @@ in <em>e</em>. Primes the resize operation. The event is in <em>e</em>. <p>Reimplemented from <a href="tqwidget.html#mousePressEvent">TQWidget</a>. -<h3 class=fn>void <a name="paintEvent"></a>TQSizeGrip::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQSizeGrip::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> </h3> Paints the resize grip. Resize grips are usually rendered as small diagonal textured lines in the lower-right corner. The event is in diff --git a/doc/html/tqstatusbar-members.html b/doc/html/tqstatusbar-members.html index ef4625c5f..3023982a0 100644 --- a/doc/html/tqstatusbar-members.html +++ b/doc/html/tqstatusbar-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -112,7 +112,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -196,7 +196,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqstatusbar.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -312,28 +312,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqstatusbar.html b/doc/html/tqstatusbar.html index 0cd77f75b..ce4247cdc 100644 --- a/doc/html/tqstatusbar.html +++ b/doc/html/tqstatusbar.html @@ -176,7 +176,7 @@ changes. <em>message</em> is the new temporary message, and is a null-string when the message has been removed. <p> <p>See also <a href="#message">message</a>() and <a href="#clear">clear</a>(). -<h3 class=fn>void <a name="paintEvent"></a>TQStatusBar::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQStatusBar::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> </h3> Shows the temporary message, if appropriate. diff --git a/doc/html/tqstring.html b/doc/html/tqstring.html index 91667871f..380b8825f 100644 --- a/doc/html/tqstring.html +++ b/doc/html/tqstring.html @@ -980,7 +980,7 @@ the length of <em>utf8</em> then it will use the length of <em>utf8</em>. <p> See <a href="tqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. -<p>Example: <a href="simple-font-demo-example.html#x2850">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Example: <a href="simple-font-demo-example.html#x2850">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> & <a name="insert"></a>TQString::insert ( uint index, const <a href="tqstring.html">TQString</a> & s ) </h3> Inserts <em>s</em> into the string at position <em>index</em>. @@ -1177,7 +1177,7 @@ between 2 and 36. The returned string is in "C" locale. <p> <p>See also <a href="#setNum">setNum</a>(). -<p>Examples: <a href="simple-application-example.html#x1580">application/application.cpp</a>, <a href="canvas-chart-example.html#x2893">chart/chartform.cpp</a>, <a href="simple-font-demo-example.html#x2851">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="helpviewer-example.html#x1018">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2066">mdi/application.cpp</a>, <a href="regexptester-example.html#x2496">regexptester/regexptester.cpp</a>, and <a href="sql.html#x2193">sql/overview/extract/main.cpp</a>. +<p>Examples: <a href="simple-application-example.html#x1580">application/application.cpp</a>, <a href="canvas-chart-example.html#x2893">chart/chartform.cpp</a>, <a href="simple-font-demo-example.html#x2851">fonts/simple-tqfont-demo/viewer.cpp</a>, <a href="helpviewer-example.html#x1018">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2066">mdi/application.cpp</a>, <a href="regexptester-example.html#x2496">regexptester/regexptester.cpp</a>, and <a href="sql.html#x2193">sql/overview/extract/main.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="number-2"></a>TQString::number ( ulong n, int base = 10 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 9ba54198b..00b28f2c4 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -650,7 +650,7 @@ Destroys the style and frees all allocated resources. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void <a name="drawComplexControl"></a>TQStyle::drawComplexControl ( <a href="tqstyle.html#ComplexControl-enum">ComplexControl</a> control, <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="drawComplexControl"></a>TQStyle::drawComplexControl ( <a href="tqstyle.html#ComplexControl-enum">ComplexControl</a> control, <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> </h3> <p> Draws the ComplexControl <em>control</em> using the painter <em>p</em> in the @@ -729,7 +729,7 @@ contain the mouse when auto-raise is enabled. </table></center> <p> <p>See also <a href="#ComplexControl-enum">ComplexControl</a> and <a href="#SubControl-enum">SubControl</a>. -<h3 class=fn>void <a name="drawComplexControlMask"></a>TQStyle::drawComplexControlMask ( <a href="tqstyle.html#ComplexControl-enum">ComplexControl</a> control, <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="drawComplexControlMask"></a>TQStyle::drawComplexControlMask ( <a href="tqstyle.html#ComplexControl-enum">ComplexControl</a> control, <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> </h3> <p> Draw a bitmask for the ComplexControl <em>control</em> using the painter @@ -741,7 +741,7 @@ corrdinates into screen coordinates when using <a href="#drawPrimitive">drawPrim <a href="#drawControl">drawControl</a>(). <p> <p>See also <a href="#drawComplexControl">drawComplexControl</a>() and <a href="#ComplexControl-enum">ComplexControl</a>. -<h3 class=fn>void <a name="drawControl"></a>TQStyle::drawControl ( <a href="tqstyle.html#ControlElement-enum">ControlElement</a> element, <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, SFlags how = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="drawControl"></a>TQStyle::drawControl ( <a href="tqstyle.html#ControlElement-enum">ControlElement</a> element, <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, SFlags how = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> </h3> <p> Draws the ControlElement <em>element</em> using the painter <em>p</em> in the @@ -866,7 +866,7 @@ contain the mouse when auto-raise is enabled. </table></center> <p> <p>See also <a href="#ControlElement-enum">ControlElement</a> and <a href="#StyleFlags-enum">StyleFlags</a>. -<h3 class=fn>void <a name="drawControlMask"></a>TQStyle::drawControlMask ( <a href="tqstyle.html#ControlElement-enum">ControlElement</a> element, <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="drawControlMask"></a>TQStyle::drawControlMask ( <a href="tqstyle.html#ControlElement-enum">ControlElement</a> element, <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> </h3> <p> Draw a bitmask for the ControlElement <em>element</em> using the painter @@ -875,7 +875,7 @@ use of the <em>widget</em> and <em>opt</em> arguments. <p> The rect <em>r</em> should be in screen coordinates. <p> <p>See also <a href="#drawControl">drawControl</a>() and <a href="#ControlElement-enum">ControlElement</a>. -<h3 class=fn>void <a name="drawItem"></a>TQStyle::drawItem ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, int flags, const <a href="qcolorgroup.html">TQColorGroup</a> & g, bool enabled, const <a href="ntqpixmap.html">TQPixmap</a> * pixmap, const <a href="tqstring.html">TQString</a> & text, int len = -1, const <a href="ntqcolor.html">TQColor</a> * penColor = 0 ) const<tt> [virtual]</tt> +<h3 class=fn>void <a name="drawItem"></a>TQStyle::drawItem ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, int flags, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool enabled, const <a href="ntqpixmap.html">TQPixmap</a> * pixmap, const <a href="tqstring.html">TQString</a> & text, int len = -1, const <a href="tqcolor.html">TQColor</a> * penColor = 0 ) const<tt> [virtual]</tt> </h3> Draws the <em>text</em> or <em>pixmap</em> in rectangle <em>r</em> using painter <em>p</em> and color group <em>g</em>. The pen color is specified with <em>penColor</em>. The <em>enabled</em> bool indicates whether or not the item is enabled; when reimplementing this bool should influence how the @@ -886,7 +886,7 @@ drawn. The text is aligned and wrapped according to the alignment <p> By default, if both the text and the pixmap are not null, the pixmap is drawn and the text is ignored. -<h3 class=fn>void <a name="drawPrimitive"></a>TQStyle::drawPrimitive ( <a href="tqstyle.html#PrimitiveElement-enum">PrimitiveElement</a> pe, <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, SFlags flags = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="drawPrimitive"></a>TQStyle::drawPrimitive ( <a href="tqstyle.html#PrimitiveElement-enum">PrimitiveElement</a> pe, <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, SFlags flags = Style_Default, const <a href="tqstyleoption.html">TQStyleOption</a> & opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt> </h3> <p> Draws the style PrimitiveElement <em>pe</em> using the painter <em>p</em> in @@ -902,7 +902,7 @@ When <em>opt</em> is non-default, it is used as follows: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">PrimitiveElement <th valign="top">Options <th valign="top">Notes <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PrimitiveElement-enum">PE_FocusRect</a> -<td valign="top"><a href="tqstyleoption.html">TQStyleOption</a> ( const <a href="ntqcolor.html">TQColor</a> & bg ) +<td valign="top"><a href="tqstyleoption.html">TQStyleOption</a> ( const <a href="tqcolor.html">TQColor</a> & bg ) <ul> <li> opt.<a href="tqstyleoption.html#color">color</a>() </ul> @@ -958,7 +958,7 @@ for the group box. <p> <p>See also <a href="#StyleFlags-enum">StyleFlags</a>. <p>Example: <a href="themes-example.html#x248">themes/wood.cpp</a>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="itemRect"></a>TQStyle::itemRect ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, int flags, bool enabled, const <a href="ntqpixmap.html">TQPixmap</a> * pixmap, const <a href="tqstring.html">TQString</a> & text, int len = -1 ) const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="itemRect"></a>TQStyle::itemRect ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r, int flags, bool enabled, const <a href="ntqpixmap.html">TQPixmap</a> * pixmap, const <a href="tqstring.html">TQString</a> & text, int len = -1 ) const<tt> [virtual]</tt> </h3> Returns the appropriate area (see below) within rectangle <em>r</em> in which to draw the <em>text</em> or <em>pixmap</em> using painter <em>p</em>. If <em>len</em> is -1 (the default) all the <em>text</em> is drawn; otherwise only diff --git a/doc/html/tqstyleoption.html b/doc/html/tqstyleoption.html index 9a9520948..ab9e751c3 100644 --- a/doc/html/tqstyleoption.html +++ b/doc/html/tqstyleoption.html @@ -146,7 +146,7 @@ midlinewidth. <p> Pass a menu item and two integers, <em>m</em>, <em>in1</em> and <em>in2</em>. -<h3 class=fn><a name="TQStyleOption-8"></a>TQStyleOption::TQStyleOption ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn><a name="TQStyleOption-8"></a>TQStyleOption::TQStyleOption ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> <p> Pass a color, <em>c</em>. @@ -193,7 +193,7 @@ otherwise the return value is undefined. <p> Returns a check list item if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="color"></a>TQStyleOption::color () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="color"></a>TQStyleOption::color () const </h3> <p> Returns a color if the appropriate constructor was called; diff --git a/doc/html/tqstylesheet.html b/doc/html/tqstylesheet.html index 438f6018f..dd325d067 100644 --- a/doc/html/tqstylesheet.html +++ b/doc/html/tqstylesheet.html @@ -338,14 +338,14 @@ mainly checks whether there is something that looks like a tag before the first line break. Although the result may be correct for common cases, there is no guarantee. -<h3 class=fn>void <a name="scaleFont"></a>TQStyleSheet::scaleFont ( <a href="ntqfont.html">TQFont</a> & font, int logicalSize ) const<tt> [virtual]</tt> +<h3 class=fn>void <a name="scaleFont"></a>TQStyleSheet::scaleFont ( <a href="tqfont.html">TQFont</a> & font, int logicalSize ) const<tt> [virtual]</tt> </h3> Scales the font <em>font</em> to the appropriate physical point size corresponding to the logical font size <em>logicalSize</em>. <p> When calling this function, <em>font</em> has a point size corresponding to the logical font size 3. <p> Logical font sizes range from 1 to 7, with 1 being the smallest. -<p> <p>See also <a href="tqstylesheetitem.html#logicalFontSize">TQStyleSheetItem::logicalFontSize</a>(), <a href="tqstylesheetitem.html#logicalFontSizeStep">TQStyleSheetItem::logicalFontSizeStep</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="tqstylesheetitem.html#logicalFontSize">TQStyleSheetItem::logicalFontSize</a>(), <a href="tqstylesheetitem.html#logicalFontSizeStep">TQStyleSheetItem::logicalFontSizeStep</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>void <a name="setDefaultSheet"></a>TQStyleSheet::setDefaultSheet ( <a href="tqstylesheet.html">TQStyleSheet</a> * sheet )<tt> [static]</tt> </h3> diff --git a/doc/html/tqstylesheetitem.html b/doc/html/tqstylesheetitem.html index f502f36ed..ce9013bb1 100644 --- a/doc/html/tqstylesheetitem.html +++ b/doc/html/tqstylesheetitem.html @@ -207,11 +207,11 @@ Returns TRUE if this style can be nested into an element of style <em>s</em>; otherwise returns FALSE. <p> <p>See also <a href="#contexts">contexts</a>() and <a href="#setContexts">setContexts</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="color"></a>TQStyleSheetItem::color () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="color"></a>TQStyleSheetItem::color () const </h3> Returns the text color of this style or an invalid color if no color has been set. -<p> <p>See also <a href="#setColor">setColor</a>() and <a href="ntqcolor.html#isValid">TQColor::isValid</a>(). +<p> <p>See also <a href="#setColor">setColor</a>() and <a href="tqcolor.html#isValid">TQColor::isValid</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="contexts"></a>TQStyleSheetItem::contexts () const </h3> @@ -252,7 +252,7 @@ Returns the <a href="#DisplayMode-enum">display </h3> Returns the font family setting of the style. This is either a valid font family or <a href="tqstring.html#TQString-null">TQString::null</a> if no family has been set. -<p> <p>See also <a href="#setFontFamily">setFontFamily</a>(), <a href="ntqfont.html#family">TQFont::family</a>(), and <a href="ntqfont.html#setFamily">TQFont::setFamily</a>(). +<p> <p>See also <a href="#setFontFamily">setFontFamily</a>(), <a href="tqfont.html#family">TQFont::family</a>(), and <a href="tqfont.html#setFamily">TQFont::setFamily</a>(). <h3 class=fn>bool <a name="fontItalic"></a>TQStyleSheetItem::fontItalic () const </h3> @@ -264,7 +264,7 @@ FALSE. </h3> Returns the font size setting of the style. This is either a valid point size or <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. -<p> <p>See also <a href="#setFontSize">setFontSize</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#setFontSize">setFontSize</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>bool <a name="fontStrikeOut"></a>TQStyleSheetItem::fontStrikeOut () const </h3> @@ -281,8 +281,8 @@ returns FALSE. <h3 class=fn>int <a name="fontWeight"></a>TQStyleSheetItem::fontWeight () const </h3> Returns the font weight setting of the style. This is either a -valid <a href="ntqfont.html#Weight-enum">TQFont::Weight</a> or the value <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. -<p> <p>See also <a href="#setFontWeight">setFontWeight</a>() and <a href="ntqfont.html">TQFont</a>. +valid <a href="tqfont.html#Weight-enum">TQFont::Weight</a> or the value <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. +<p> <p>See also <a href="#setFontWeight">setFontWeight</a>() and <a href="tqfont.html">TQFont</a>. <h3 class=fn>bool <a name="isAnchor"></a>TQStyleSheetItem::isAnchor () const </h3> @@ -303,7 +303,7 @@ Returns the list style of the style. </h3> Returns the logical font size setting of the style. This is either a valid size between 1 and 7 or <a href="#AdditionalStyleValues-enum">TQStyleSheetItem::Undefined</a>. -<p> <p>See also <a href="#setLogicalFontSize">setLogicalFontSize</a>(), <a href="#setLogicalFontSizeStep">setLogicalFontSizeStep</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#setLogicalFontSize">setLogicalFontSize</a>(), <a href="#setLogicalFontSizeStep">setLogicalFontSizeStep</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>int <a name="logicalFontSizeStep"></a>TQStyleSheetItem::logicalFontSizeStep () const </h3> @@ -354,7 +354,7 @@ link); otherwise sets it to not be an anchor. Elements in this style link to other documents or anchors. <p> <p>See also <a href="#isAnchor">isAnchor</a>(). -<h3 class=fn>void <a name="setColor"></a>TQStyleSheetItem::setColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQStyleSheetItem::setColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the text color of this style to <em>c</em>. <p> <p>See also <a href="#color">color</a>(). @@ -374,7 +374,7 @@ Sets the display mode of the style to <em>m</em>. <h3 class=fn>void <a name="setFontFamily"></a>TQStyleSheetItem::setFontFamily ( const <a href="tqstring.html">TQString</a> & fam ) </h3> Sets the font family setting of the style to <em>fam</em>. -<p> <p>See also <a href="#fontFamily">fontFamily</a>(), <a href="ntqfont.html#family">TQFont::family</a>(), and <a href="ntqfont.html#setFamily">TQFont::setFamily</a>(). +<p> <p>See also <a href="#fontFamily">fontFamily</a>(), <a href="tqfont.html#family">TQFont::family</a>(), and <a href="tqfont.html#setFamily">TQFont::setFamily</a>(). <h3 class=fn>void <a name="setFontItalic"></a>TQStyleSheetItem::setFontItalic ( bool italic ) </h3> @@ -385,7 +385,7 @@ upright. <h3 class=fn>void <a name="setFontSize"></a>TQStyleSheetItem::setFontSize ( int s ) </h3> Sets the font size setting of the style to <em>s</em> points. -<p> <p>See also <a href="#fontSize">fontSize</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#fontSize">fontSize</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>void <a name="setFontStrikeOut"></a>TQStyleSheetItem::setFontStrikeOut ( bool strikeOut ) </h3> @@ -402,8 +402,8 @@ sets no underline. <h3 class=fn>void <a name="setFontWeight"></a>TQStyleSheetItem::setFontWeight ( int w ) </h3> Sets the font weight setting of the style to <em>w</em>. Valid values -are those defined by <a href="ntqfont.html#Weight-enum">TQFont::Weight</a>. -<p> <p>See also <a href="ntqfont.html">TQFont</a> and <a href="#fontWeight">fontWeight</a>(). +are those defined by <a href="tqfont.html#Weight-enum">TQFont::Weight</a>. +<p> <p>See also <a href="tqfont.html">TQFont</a> and <a href="#fontWeight">fontWeight</a>(). <h3 class=fn>void <a name="setListStyle"></a>TQStyleSheetItem::setListStyle ( <a href="tqstylesheetitem.html#ListStyle-enum">ListStyle</a> s ) </h3> @@ -415,7 +415,7 @@ Sets the list style of the style to <em>s</em>. </h3> Sets the logical font size setting of the style to <em>s</em>. Valid logical sizes are 1 to 7. -<p> <p>See also <a href="#logicalFontSize">logicalFontSize</a>(), <a href="ntqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="ntqfont.html#setPointSize">TQFont::setPointSize</a>(). +<p> <p>See also <a href="#logicalFontSize">logicalFontSize</a>(), <a href="tqfont.html#pointSize">TQFont::pointSize</a>(), and <a href="tqfont.html#setPointSize">TQFont::setPointSize</a>(). <h3 class=fn>void <a name="setLogicalFontSizeStep"></a>TQStyleSheetItem::setLogicalFontSizeStep ( int s ) </h3> diff --git a/doc/html/tqtextbrowser-h.html b/doc/html/tqtextbrowser-h.html index badeb3fea..76a953197 100644 --- a/doc/html/tqtextbrowser-h.html +++ b/doc/html/tqtextbrowser-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqptrlist.h" #include "ntqpixmap.h" -#include "ntqcolor.h" +#include "tqcolor.h" #include "tqtextedit.h" #endif // QT_H diff --git a/doc/html/tqtextbrowser-members.html b/doc/html/tqtextbrowser-members.html index c34256e3a..ceea0d3a9 100644 --- a/doc/html/tqtextbrowser-members.html +++ b/doc/html/tqtextbrowser-members.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -216,7 +216,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -295,7 +295,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -518,28 +518,28 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() <li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() <li><a href="tqtextedit.html#zoomIn">zoomIn</a>() <li><a href="tqtextedit.html#zoomOut">zoomOut</a>() diff --git a/doc/html/tqtextedit-members.html b/doc/html/tqtextedit-members.html index 952eb043c..c5ff8827e 100644 --- a/doc/html/tqtextedit-members.html +++ b/doc/html/tqtextedit-members.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -287,7 +287,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -506,28 +506,28 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() <li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() <li><a href="tqtextedit.html#zoomIn">zoomIn</a>() <li><a href="tqtextedit.html#zoomOut">zoomOut</a>() diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 52e2da198..2e51acc66 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -724,7 +724,7 @@ default color is used again. <em>para</em> at character position <em>pos</em>. <p> <p>See also <a href="#doubleClicked">doubleClicked</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="color"></a>TQTextEdit::color () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="color"></a>TQTextEdit::color () const </h3> Returns the color of the current format. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#paper-prop">paper</a>. @@ -782,7 +782,7 @@ has changed. <p> The new alignment is <em>a</em>. <p> <p>See also <a href="#setAlignment">setAlignment</a>(). -<h3 class=fn>void <a name="currentColorChanged"></a>TQTextEdit::currentColorChanged ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [signal]</tt> +<h3 class=fn>void <a name="currentColorChanged"></a>TQTextEdit::currentColorChanged ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [signal]</tt> </h3> <p> This signal is emitted if the color of the current format has @@ -790,12 +790,12 @@ changed. <p> The new color is <em>c</em>. <p> <p>See also <a href="#setColor">setColor</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="currentFont"></a>TQTextEdit::currentFont () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="currentFont"></a>TQTextEdit::currentFont () const </h3> Returns the font of the current format. <p> <p>See also <a href="#setCurrentFont">setCurrentFont</a>(), <a href="#setFamily">setFamily</a>(), and <a href="#setPointSize">setPointSize</a>(). -<h3 class=fn>void <a name="currentFontChanged"></a>TQTextEdit::currentFontChanged ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [signal]</tt> +<h3 class=fn>void <a name="currentFontChanged"></a>TQTextEdit::currentFontChanged ( const <a href="tqfont.html">TQFont</a> & f )<tt> [signal]</tt> </h3> <p> This signal is emitted if the font of the current format has @@ -891,7 +891,7 @@ tab moves the focus to the next child; if <em>n</em> is FALSE the tab moves the focus to the previous child. Returns TRUE if the focus was moved; otherwise returns FALSE. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQTextEdit::font () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQTextEdit::font () const </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Returns <a href="tqwidget.html#font">TQScrollView::font</a>() @@ -1044,7 +1044,7 @@ used by some key event handler. <em>select</em> specifies whether the text between the current cursor position and the new position should be selected. -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="paper"></a>TQTextEdit::paper () const +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="paper"></a>TQTextEdit::paper () const </h3><p>Returns the background (paper) brush. See the <a href="tqtextedit.html#paper-prop">"paper"</a> property for details. <h3 class=fn>int <a name="paragraphAt"></a>TQTextEdit::paragraphAt ( const <a href="ntqpoint.html">TQPoint</a> & pos ) const @@ -1052,7 +1052,7 @@ See the <a href="tqtextedit.html#paper-prop">"paper"</a> property for details. Returns the paragraph which is at position <em>pos</em> (in contents coordinates). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="paragraphBackgroundColor"></a>TQTextEdit::paragraphBackgroundColor ( int para ) const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="paragraphBackgroundColor"></a>TQTextEdit::paragraphBackgroundColor ( int para ) const </h3> Returns the background color of the paragraph <em>para</em> or an invalid color if <em>para</em> is out of range or the paragraph has no @@ -1189,12 +1189,12 @@ If <em>b</em> is TRUE sets the current format to bold; otherwise sets the current format to non-bold. <p> <p>See also <a href="#bold">bold</a>(). -<h3 class=fn>void <a name="setColor"></a>TQTextEdit::setColor ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setColor"></a>TQTextEdit::setColor ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [virtual slot]</tt> </h3> Sets the color of the current format, i.e. of the text, to <em>c</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#paper-prop">paper</a>. -<h3 class=fn>void <a name="setCurrentFont"></a>TQTextEdit::setCurrentFont ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setCurrentFont"></a>TQTextEdit::setCurrentFont ( const <a href="tqfont.html">TQFont</a> & f )<tt> [virtual slot]</tt> </h3> <p> Sets the font of the current format to <em>f</em>. @@ -1242,10 +1242,10 @@ See the <a href="tqtextedit.html#modified-prop">"modified"</a> property for deta <h3 class=fn>void <a name="setOverwriteMode"></a>TQTextEdit::setOverwriteMode ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets the text edit's overwrite mode to <em>b</em>. See the <a href="tqtextedit.html#overwriteMode-prop">"overwriteMode"</a> property for details. -<h3 class=fn>void <a name="setPaper"></a>TQTextEdit::setPaper ( const <a href="ntqbrush.html">TQBrush</a> & pap )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setPaper"></a>TQTextEdit::setPaper ( const <a href="tqbrush.html">TQBrush</a> & pap )<tt> [virtual slot]</tt> </h3><p>Sets the background (paper) brush to <em>pap</em>. See the <a href="tqtextedit.html#paper-prop">"paper"</a> property for details. -<h3 class=fn>void <a name="setParagraphBackgroundColor"></a>TQTextEdit::setParagraphBackgroundColor ( int para, const <a href="ntqcolor.html">TQColor</a> & bg )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setParagraphBackgroundColor"></a>TQTextEdit::setParagraphBackgroundColor ( int para, const <a href="tqcolor.html">TQColor</a> & bg )<tt> [virtual slot]</tt> </h3> Sets the background color of the paragraph <em>para</em> to <em>bg</em>. @@ -1272,7 +1272,7 @@ is 0, this is the default selection. otherwise the cursor position remains unchanged. <p> <p>See also <a href="#getSelection">getSelection</a>() and <a href="#selectedText-prop">selectedText</a>. -<h3 class=fn>void <a name="setSelectionAttributes"></a>TQTextEdit::setSelectionAttributes ( int selNum, const <a href="ntqcolor.html">TQColor</a> & back, bool invertText )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setSelectionAttributes"></a>TQTextEdit::setSelectionAttributes ( int selNum, const <a href="tqcolor.html">TQColor</a> & back, bool invertText )<tt> [virtual slot]</tt> </h3> Sets the background color of selection number <em>selNum</em> to <em>back</em> and specifies whether the text of this selection should be @@ -1510,7 +1510,7 @@ the user overwrite any characters to the right of the cursor position. <p>Set this property's value with <a href="#setOverwriteMode">setOverwriteMode</a>() and get this property's value with <a href="#isOverwriteMode">isOverwriteMode</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="paper-prop"></a>paper</h3> +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="paper-prop"></a>paper</h3> <p>This property holds the background (paper) brush. <p>The brush that is currently used to draw the background of the text edit. The initial setting is an empty brush. diff --git a/doc/html/tqtextview-members.html b/doc/html/tqtextview-members.html index db3dbdb6d..d7dc8b22e 100644 --- a/doc/html/tqtextview-members.html +++ b/doc/html/tqtextview-members.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -208,7 +208,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -286,7 +286,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -505,28 +505,28 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() <li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() <li><a href="tqtextedit.html#zoomIn">zoomIn</a>() <li><a href="tqtextedit.html#zoomOut">zoomOut</a>() diff --git a/doc/html/tqtimeedit-members.html b/doc/html/tqtimeedit-members.html index dbd5f947a..d9398ffff 100644 --- a/doc/html/tqtimeedit-members.html +++ b/doc/html/tqtimeedit-members.html @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -112,7 +112,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -137,7 +137,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -194,7 +194,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -321,28 +321,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqtoolbar-members.html b/doc/html/tqtoolbar-members.html index d5d1899d6..156867c28 100644 --- a/doc/html/tqtoolbar-members.html +++ b/doc/html/tqtoolbar-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqdockwindow.html#closeMode">closeMode</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -125,7 +125,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -151,7 +151,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -223,7 +223,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -364,28 +364,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqtoolbox-members.html b/doc/html/tqtoolbox-members.html index d297cf856..5806e4612 100644 --- a/doc/html/tqtoolbox-members.html +++ b/doc/html/tqtoolbox-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -123,7 +123,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -150,7 +150,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -215,7 +215,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -342,28 +342,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqtoolbutton-members.html b/doc/html/tqtoolbutton-members.html index c16ee5f3d..ca4397646 100644 --- a/doc/html/tqtoolbutton-members.html +++ b/doc/html/tqtoolbutton-members.html @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="ntqbutton.html#group">group</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -147,7 +147,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqbutton.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -351,28 +351,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqtooltip.html b/doc/html/tqtooltip.html index ac6d1128a..16b10b158 100644 --- a/doc/html/tqtooltip.html +++ b/doc/html/tqtooltip.html @@ -209,7 +209,7 @@ widget. <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQToolTip::font ()<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQToolTip::font ()<tt> [static]</tt> </h3> Returns the font common to all tool tips. <p> <p>See also <a href="#setFont">setFont</a>(). @@ -293,7 +293,7 @@ covering rectangle <em>rect</em> is removed. <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void <a name="setFont"></a>TQToolTip::setFont ( const <a href="ntqfont.html">TQFont</a> & font )<tt> [static]</tt> +<h3 class=fn>void <a name="setFont"></a>TQToolTip::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [static]</tt> </h3> Sets the font for all tool tips to <em>font</em>. <p> <p>See also <a href="#font">font</a>(). diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html index e620730d6..62b86eacf 100644 --- a/doc/html/tqvaluelist.html +++ b/doc/html/tqvaluelist.html @@ -362,7 +362,7 @@ checking. <p> Inserts <em>x</em> at the end of the list. <p> <p>See also <a href="#insert">insert</a>() and <a href="#prepend">prepend</a>(). -<p>Examples: <a href="checklists-example.html#x434">checklists/checklists.cpp</a> and <a href="simple-font-demo-example.html#x2853">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Examples: <a href="checklists-example.html#x434">checklists/checklists.cpp</a> and <a href="simple-font-demo-example.html#x2853">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn><a href="tqvaluelist.html#const_iterator">const_iterator</a> <a name="at"></a>TQValueList::at ( <a href="tqvaluelist.html#size_type">size_type</a> i ) const </h3> @@ -603,7 +603,7 @@ iterator, <em>it</em>. FALSE. <p> <p>See also <a href="#count">count</a>(). -<p>Examples: <a href="simple-font-demo-example.html#x2856">fonts/simple-qfont-demo/viewer.cpp</a> and <a href="mail-example.html#x720">network/mail/smtp.cpp</a>. +<p>Examples: <a href="simple-font-demo-example.html#x2856">fonts/simple-tqfont-demo/viewer.cpp</a> and <a href="mail-example.html#x720">network/mail/smtp.cpp</a>. <h3 class=fn>T & <a name="last"></a>TQValueList::last () </h3> diff --git a/doc/html/tqwidget-h.html b/doc/html/tqwidget-h.html index 1acfe5bdc..b33c1b26a 100644 --- a/doc/html/tqwidget-h.html +++ b/doc/html/tqwidget-h.html @@ -80,11 +80,11 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqwindowdefs.h" #include "tqobject.h" -#include "ntqpaintdevice.h" +#include "tqpaintdevice.h" #include "ntqpalette.h" -#include "ntqfont.h" -#include "ntqfontmetrics.h" -#include "ntqfontinfo.h" +#include "tqfont.h" +#include "tqfontmetrics.h" +#include "tqfontinfo.h" #include "tqsizepolicy.h" #endif // QT_H diff --git a/doc/html/tqwidget-members.html b/doc/html/tqwidget-members.html index 452cefdb2..c7c81acf3 100644 --- a/doc/html/tqwidget-members.html +++ b/doc/html/tqwidget-members.html @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -110,7 +110,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -135,7 +135,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -190,7 +190,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -303,28 +303,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index cb96c2501..ac5091603 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQWidget class is the base class of all user interface objects. <a href="#details">More...</a> <p><tt>#include <<a href="tqwidget-h.html">tqwidget.h</a>></tt> -<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="ntqpaintdevice.html">TQPaintDevice</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="tqpaintdevice.html">TQPaintDevice</a>. -<p>Inherited by <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="ntqdesktopwidget.html">TQDesktopWidget</a>, <a href="ntqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="qglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. <p><a href="tqwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -681,7 +681,7 @@ indicates a "good" size for the widget. <p> <li> If your widget is a top-level window, <a href="#setCaption">setCaption</a>() and <a href="#setIcon">setIcon</a>() set the title bar and icon respectively. <p> </ul> -<p> <p>See also <a href="ntqevent.html">TQEvent</a>, <a href="ntqpainter.html">TQPainter</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>. +<p> <p>See also <a href="ntqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="BackgroundOrigin-enum"></a>TQWidget::BackgroundOrigin</h3> @@ -758,10 +758,10 @@ union of all child widget geometries). <h3 class=fn>bool <a name="autoMask"></a>TQWidget::autoMask () const </h3><p>Returns TRUE if the auto mask feature is enabled for the widget; otherwise returns FALSE. See the <a href="tqwidget.html#autoMask-prop">"autoMask"</a> property for details. -<h3 class=fn>const <a href="ntqbrush.html">TQBrush</a> & <a name="backgroundBrush"></a>TQWidget::backgroundBrush () const +<h3 class=fn>const <a href="tqbrush.html">TQBrush</a> & <a name="backgroundBrush"></a>TQWidget::backgroundBrush () const </h3><p>Returns the widget's background brush. See the <a href="tqwidget.html#backgroundBrush-prop">"backgroundBrush"</a> property for details. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQWidget::backgroundColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQWidget::backgroundColor () const </h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. Use <a href="#paletteBackgroundColor">paletteBackgroundColor</a>() or <a href="#eraseColor">eraseColor</a>() instead. <h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode"></a>TQWidget::backgroundMode () const @@ -865,7 +865,7 @@ widget. See the <a href="qcloseevent.html">TQCloseEvent</a> documentation for mo <p> <p>See also <a href="#event">event</a>(), <a href="#hide">hide</a>(), <a href="#close">close</a>(), and <a href="qcloseevent.html">TQCloseEvent</a>. <p>Examples: <a href="tqaction-application-example.html#x1173">action/application.cpp</a>, <a href="simple-application-example.html#x1592">application/application.cpp</a>, <a href="canvas-chart-example.html#x2896">chart/chartform.cpp</a>, <a href="i18n-example.html#x1927">i18n/mywidget.cpp</a>, <a href="mdi-example.html#x2077">mdi/application.cpp</a>, <a href="popup-example.html#x1617">popup/popup.cpp</a>, and <a href="qwerty-example.html#x404">qwerty/qwerty.cpp</a>. -<h3 class=fn>const <a href="qcolorgroup.html">TQColorGroup</a> & <a name="colorGroup"></a>TQWidget::colorGroup () const +<h3 class=fn>const <a href="tqcolorgroup.html">TQColorGroup</a> & <a name="colorGroup"></a>TQWidget::colorGroup () const </h3><p>Returns the current color group of the widget palette. See the <a href="tqwidget.html#colorGroup-prop">"colorGroup"</a> property for details. <h3 class=fn>void <a name="constPolish"></a>TQWidget::constPolish () const<tt> [slot]</tt> @@ -947,8 +947,8 @@ Draws the string <em>str</em> at position <em>(x, y)</em>. <p> The <em>y</em> position is the base line position of the text. The text is drawn using the default font and the default foreground color. <p> This function is provided for convenience. You will generally get -more flexible results and often higher speed by using a a <a href="ntqpainter.html">painter</a> instead. -<p> <p>See also <a href="#font-prop">font</a>, <a href="#foregroundColor">foregroundColor</a>(), and <a href="ntqpainter.html#drawText">TQPainter::drawText</a>(). +more flexible results and often higher speed by using a a <a href="tqpainter.html">painter</a> instead. +<p> <p>See also <a href="#font-prop">font</a>, <a href="#foregroundColor">foregroundColor</a>(), and <a href="tqpainter.html#drawText">TQPainter::drawText</a>(). <h3 class=fn>void <a name="drawText-2"></a>TQWidget::drawText ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="tqstring.html">TQString</a> & str ) </h3> @@ -1011,7 +1011,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Erases the area defined by <em>reg</em>, without generating a <a href="#paintEvent">paint event</a>. <p> Child widgets are not affected. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="eraseColor"></a>TQWidget::eraseColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="eraseColor"></a>TQWidget::eraseColor () const </h3> <p> Returns the erase color of the widget. @@ -1123,10 +1123,10 @@ Returns the focus widget in this widget's window. This is not the same as <a href="ntqapplication.html#focusWidget">TQApplication::focusWidget</a>(), which returns the focus widget in the currently active window. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQWidget::font () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQWidget::font () const </h3><p>Returns the font currently set for the widget. See the <a href="tqwidget.html#font-prop">"font"</a> property for details. -<h3 class=fn>void <a name="fontChange"></a>TQWidget::fontChange ( const <a href="ntqfont.html">TQFont</a> & oldFont )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="fontChange"></a>TQWidget::fontChange ( const <a href="tqfont.html">TQFont</a> & oldFont )<tt> [virtual protected]</tt> </h3> <p> This virtual function is called from <a href="#setFont">setFont</a>(). <em>oldFont</em> is the @@ -1138,22 +1138,22 @@ using <a href="#update">update</a>(). geometry. <p> <p>See also <a href="#font-prop">font</a>, <a href="#font-prop">font</a>, <a href="#update">update</a>(), and <a href="#updateGeometry">updateGeometry</a>(). -<h3 class=fn><a href="ntqfontinfo.html">TQFontInfo</a> <a name="fontInfo"></a>TQWidget::fontInfo () const +<h3 class=fn><a href="tqfontinfo.html">TQFontInfo</a> <a name="fontInfo"></a>TQWidget::fontInfo () const </h3> <p> Returns the font info for the widget's current font. Equivalent to TQFontInto(widget->font()). <p> <p>See also <a href="#font-prop">font</a>, <a href="#fontMetrics">fontMetrics</a>(), and <a href="#font-prop">font</a>. -<h3 class=fn><a href="ntqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQWidget::fontMetrics () const +<h3 class=fn><a href="tqfontmetrics.html">TQFontMetrics</a> <a name="fontMetrics"></a>TQWidget::fontMetrics () const </h3> <p> Returns the font metrics for the widget's current font. -Equivalent to <a href="ntqfontmetrics.html">TQFontMetrics</a>(widget->font()). +Equivalent to <a href="tqfontmetrics.html">TQFontMetrics</a>(widget->font()). <p> <p>See also <a href="#font-prop">font</a>, <a href="#fontInfo">fontInfo</a>(), and <a href="#font-prop">font</a>. <p>Examples: <a href="drawdemo-example.html#x1084">drawdemo/drawdemo.cpp</a> and <a href="qmag-example.html#x1797">qmag/qmag.cpp</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="foregroundColor"></a>TQWidget::foregroundColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="foregroundColor"></a>TQWidget::foregroundColor () const </h3> Same as <a href="#paletteForegroundColor">paletteForegroundColor</a>() @@ -1423,7 +1423,7 @@ widget's children. <p> If the widget does not have a layout, <a href="#layout">layout</a>() returns 0. <p> <p>See also <a href="#sizePolicy-prop">sizePolicy</a>. -<p>Examples: <a href="tutorial2-09.html#x2647">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2858">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Examples: <a href="tutorial2-09.html#x2647">chart/optionsform.cpp</a> and <a href="simple-font-demo-example.html#x2858">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn>void <a name="leaveEvent"></a>TQWidget::leaveEvent ( <a href="ntqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive @@ -1505,7 +1505,7 @@ See the <a href="tqwidget.html#maximumWidth-prop">"maximumWidth"</a> property fo </h3> Internal implementation of the virtual TQPaintDevice::metric() function. -<p> Use the <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead. +<p> Use the <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead. <p> <em>m</em> is the metric to get. <h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="microFocusHint"></a>TQWidget::microFocusHint () const @@ -1604,7 +1604,7 @@ See the <a href="tqwidget.html#ownFont-prop">"ownFont"</a> property for details. <h3 class=fn>bool <a name="ownPalette"></a>TQWidget::ownPalette () const </h3><p>Returns TRUE if the widget uses its own palette; otherwise returns FALSE. See the <a href="tqwidget.html#ownPalette-prop">"ownPalette"</a> property for details. -<h3 class=fn>void <a name="paintEvent"></a>TQWidget::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQWidget::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive paint events. @@ -1614,7 +1614,7 @@ widget was obscured and has now been uncovered, or for many other reasons. <p> Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the -requested region: <a href="qpaintevent.html#region">TQPaintEvent::region</a>(). This speed optimization +requested region: <a href="tqpaintevent.html#region">TQPaintEvent::region</a>(). This speed optimization does not change the result, as painting is clipped to that region during event processing. <a href="ntqlistview.html">TQListView</a> and <a href="tqcanvas.html">TQCanvas</a> do this, for example. @@ -1626,20 +1626,20 @@ repaint() does not permit this optimization, so we suggest using update() when possible. <p> When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background. There -are a couple of exceptions and <a href="qpaintevent.html#erased">TQPaintEvent::erased</a>() tells you +are a couple of exceptions and <a href="tqpaintevent.html#erased">TQPaintEvent::erased</a>() tells you whether the widget has been erased or not. <p> The background can be set using <a href="#setBackgroundMode">setBackgroundMode</a>(), <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() or <a href="#setBackgroundPixmap">setBackgroundPixmap</a>(). The documentation for setBackgroundMode() elaborates on the background; we recommend reading it. -<p> <p>See also <a href="#event">event</a>(), <a href="#repaint">repaint</a>(), <a href="#update">update</a>(), <a href="ntqpainter.html">TQPainter</a>, <a href="ntqpixmap.html">TQPixmap</a>, and <a href="qpaintevent.html">TQPaintEvent</a>. +<p> <p>See also <a href="#event">event</a>(), <a href="#repaint">repaint</a>(), <a href="#update">update</a>(), <a href="tqpainter.html">TQPainter</a>, <a href="ntqpixmap.html">TQPixmap</a>, and <a href="tqpaintevent.html">TQPaintEvent</a>. <p>Examples: <a href="drawlines-example.html#x1661">drawlines/connect.cpp</a>, <a href="forever-example.html#x1055">forever/forever.cpp</a>, <a href="qmag-example.html#x1803">qmag/qmag.cpp</a>, <a href="scribble-example.html#x951">scribble/scribble.cpp</a>, <a href="splitter-example.html#x1302">splitter/splitter.cpp</a>, <a href="tutorial1-08.html#x2336">t8/cannon.cpp</a>, and <a href="tutorial1-09.html#x2346">t9/cannon.cpp</a>. <p>Reimplemented in <a href="ntqbutton.html#paintEvent">TQButton</a>, <a href="ntqframe.html#paintEvent">TQFrame</a>, <a href="qglwidget.html#paintEvent">TQGLWidget</a>, <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a>, <a href="tqstatusbar.html#paintEvent">TQStatusBar</a>, and <a href="ntqtabbar.html#paintEvent">TQTabBar</a>. <h3 class=fn>const <a href="ntqpalette.html">TQPalette</a> & <a name="palette"></a>TQWidget::palette () const </h3><p>Returns the widget's palette. See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="paletteBackgroundColor"></a>TQWidget::paletteBackgroundColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="paletteBackgroundColor"></a>TQWidget::paletteBackgroundColor () const </h3><p>Returns the background color of the widget. See the <a href="tqwidget.html#paletteBackgroundColor-prop">"paletteBackgroundColor"</a> property for details. <h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="paletteBackgroundPixmap"></a>TQWidget::paletteBackgroundPixmap () const @@ -1655,7 +1655,7 @@ is the previous palette; you can get the new palette from palette changes. <p> <p>See also <a href="#palette-prop">palette</a> and <a href="#palette-prop">palette</a>. -<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="paletteForegroundColor"></a>TQWidget::paletteForegroundColor () const +<h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="paletteForegroundColor"></a>TQWidget::paletteForegroundColor () const </h3><p>Returns the foreground color of the widget. See the <a href="tqwidget.html#paletteForegroundColor-prop">"paletteForegroundColor"</a> property for details. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="parentWidget"></a>TQWidget::parentWidget ( bool sameWindow = FALSE ) const @@ -1835,7 +1835,7 @@ repainting. The paint event may be delivered immediately or later, depending on some heuristics (note that you might have to force processing of paint events using <a href="ntqapplication.html#sendPostedEvents">TQApplication::sendPostedEvents</a>() when using scroll() and <a href="#move">move</a>() in combination). -<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>(). +<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). <h3 class=fn>void <a name="scroll-2"></a>TQWidget::scroll ( int dx, int dy, const <a href="ntqrect.html">TQRect</a> & r ) </h3> @@ -1843,7 +1843,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This version only scrolls <em>r</em> and does not move the children of the widget. <p> If <em>r</em> is empty or invalid, the result is undefined. -<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="ntqpaintdevice.html#bitBlt">bitBlt</a>(). +<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). <h3 class=fn>void <a name="setAcceptDrops"></a>TQWidget::setAcceptDrops ( bool on )<tt> [virtual]</tt> </h3><p>Sets whether drop events are enabled for this widget to <em>on</em>. @@ -1871,7 +1871,7 @@ in another application. <h3 class=fn>void <a name="setAutoMask"></a>TQWidget::setAutoMask ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the auto mask feature is enabled for the widget. See the <a href="tqwidget.html#autoMask-prop">"autoMask"</a> property for details. -<h3 class=fn>void <a name="setBackgroundColor"></a>TQWidget::setBackgroundColor ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setBackgroundColor"></a>TQWidget::setBackgroundColor ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [virtual]</tt> </h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. Use <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() or <a href="#setEraseColor">setEraseColor</a>() instead. <p>Examples: <a href="customlayout-example.html#x1540">customlayout/main.cpp</a>, <a href="desktop-example.html#x1761">desktop/desktop.cpp</a>, <a href="hello-example.html#x1648">hello/main.cpp</a>, <a href="movies-example.html#x523">movies/main.cpp</a>, and <a href="splitter-example.html#x1303">splitter/splitter.cpp</a>. @@ -1926,7 +1926,7 @@ enables input events. <h3 class=fn>void <a name="setEnabled"></a>TQWidget::setEnabled ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether the widget is enabled. See the <a href="tqwidget.html#enabled-prop">"enabled"</a> property for details. -<h3 class=fn>void <a name="setEraseColor"></a>TQWidget::setEraseColor ( const <a href="ntqcolor.html">TQColor</a> & color )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setEraseColor"></a>TQWidget::setEraseColor ( const <a href="tqcolor.html">TQColor</a> & color )<tt> [virtual]</tt> </h3> Sets the erase color of the widget to <em>color</em>. <p> The erase color is the color the widget is to be cleared to before @@ -1946,7 +1946,7 @@ Sets both the minimum and maximum heights of the widget to <em>h</em> without changing the widths. Provided for convenience. <p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="#minimumSize-prop">minimumSize</a>, <a href="#maximumSize-prop">maximumSize</a>, and <a href="#setFixedSize">setFixedSize</a>(). -<p>Examples: <a href="simple-font-demo-example.html#x2859">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="layout-example.html#x545">layout/layout.cpp</a>, <a href="tqdir-example.html#x1852">tqdir/tqdir.cpp</a>, and <a href="showimg-example.html#x1354">showimg/showimg.cpp</a>. +<p>Examples: <a href="simple-font-demo-example.html#x2859">fonts/simple-tqfont-demo/viewer.cpp</a>, <a href="layout-example.html#x545">layout/layout.cpp</a>, <a href="tqdir-example.html#x1852">tqdir/tqdir.cpp</a>, and <a href="showimg-example.html#x1354">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="setFixedSize"></a>TQWidget::setFixedSize ( const <a href="tqsize.html">TQSize</a> & s ) </h3> Sets both the minimum and maximum sizes of the widget to <em>s</em>, @@ -1999,15 +1999,15 @@ creates a <a href="ntqlineedit.html">TQLineEdit</a> which handles the focus. focus proxy. <p> <p>See also <a href="#focusProxy">focusProxy</a>(). -<h3 class=fn>void <a name="setFont"></a>TQWidget::setFont ( const <a href="ntqfont.html">TQFont</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & )<tt> [virtual]</tt> </h3><p>Sets the font currently set for the widget. See the <a href="tqwidget.html#font-prop">"font"</a> property for details. <p>Reimplemented in <a href="ntqcombobox.html#setFont">TQComboBox</a>, <a href="ntqlabel.html#setFont">TQLabel</a>, and <a href="ntqtabdialog.html#setFont">TQTabDialog</a>. -<h3 class=fn>void <a name="setFont-2"></a>TQWidget::setFont ( const <a href="ntqfont.html">TQFont</a> & f, bool ) +<h3 class=fn>void <a name="setFont-2"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & f, bool ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Use <a href="#setFont">setFont</a>(const <a href="ntqfont.html">TQFont</a>& font) instead. +<p> Use <a href="#setFont">setFont</a>(const <a href="tqfont.html">TQFont</a>& font) instead. <h3 class=fn>void <a name="setGeometry"></a>TQWidget::setGeometry ( const <a href="ntqrect.html">TQRect</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the geometry of the widget relative to its parent and excluding the window frame. @@ -2093,7 +2093,7 @@ to <em>maxh</em>. <h3 class=fn>void <a name="setMaximumWidth"></a>TQWidget::setMaximumWidth ( int maxw ) </h3><p>Sets the widget's maximum width to <em>maxw</em>. See the <a href="tqwidget.html#maximumWidth-prop">"maximumWidth"</a> property for details. -<h3 class=fn>void <a name="setMicroFocusHint"></a>TQWidget::setMicroFocusHint ( int x, int y, int width, int height, bool text = TRUE, <a href="ntqfont.html">TQFont</a> * f = 0 )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="setMicroFocusHint"></a>TQWidget::setMicroFocusHint ( int x, int y, int width, int height, bool text = TRUE, <a href="tqfont.html">TQFont</a> * f = 0 )<tt> [virtual protected]</tt> </h3> When a widget gets focus, it should call <a href="#setMicroFocusHint">setMicroFocusHint</a>() with some appropriate position and size, <em>x</em>, <em>y</em>, <em>width</em> and <em>height</em>. This has no <em>visual</em> effect, it just provides hints to @@ -2138,13 +2138,13 @@ See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Use <a href="#setPalette">setPalette</a>( const <a href="ntqpalette.html">TQPalette</a>& p ) instead. -<h3 class=fn>void <a name="setPaletteBackgroundColor"></a>TQWidget::setPaletteBackgroundColor ( const <a href="ntqcolor.html">TQColor</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPaletteBackgroundColor"></a>TQWidget::setPaletteBackgroundColor ( const <a href="tqcolor.html">TQColor</a> & )<tt> [virtual]</tt> </h3><p>Sets the background color of the widget. See the <a href="tqwidget.html#paletteBackgroundColor-prop">"paletteBackgroundColor"</a> property for details. <h3 class=fn>void <a name="setPaletteBackgroundPixmap"></a>TQWidget::setPaletteBackgroundPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the background pixmap of the widget. See the <a href="tqwidget.html#paletteBackgroundPixmap-prop">"paletteBackgroundPixmap"</a> property for details. -<h3 class=fn>void <a name="setPaletteForegroundColor"></a>TQWidget::setPaletteForegroundColor ( const <a href="ntqcolor.html">TQColor</a> & ) +<h3 class=fn>void <a name="setPaletteForegroundColor"></a>TQWidget::setPaletteForegroundColor ( const <a href="tqcolor.html">TQColor</a> & ) </h3><p>Sets the foreground color of the widget. See the <a href="tqwidget.html#paletteForegroundColor-prop">"paletteForegroundColor"</a> property for details. <h3 class=fn>void <a name="setShown"></a>TQWidget::setShown ( bool show )<tt> [slot]</tt> @@ -2586,7 +2586,7 @@ together seamlessly, you will probably want to use <p> <p>See also <a href="#updateMask">updateMask</a>(), <a href="#setMask">setMask</a>(), <a href="#clearMask">clearMask</a>(), and <a href="#backgroundOrigin-prop">backgroundOrigin</a>. <p>Set this property's value with <a href="#setAutoMask">setAutoMask</a>() and get this property's value with <a href="#autoMask">autoMask</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="backgroundBrush-prop"></a>backgroundBrush</h3> +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="backgroundBrush-prop"></a>backgroundBrush</h3> <p>This property holds the widget's background brush. <p>The background brush depends on a widget's palette and its background mode. @@ -2655,7 +2655,7 @@ caption has been set, the caption is <a href="tqstring.html#TQString-null">TQStr <p> <p>See also <a href="#childrenRect-prop">childrenRect</a> and <a href="#geometry-prop">geometry</a>. <p>Get this property's value with <a href="#childrenRegion">childrenRegion</a>(). -<h3 class=fn><a href="qcolorgroup.html">TQColorGroup</a> <a name="colorGroup-prop"></a>colorGroup</h3> +<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a> <a name="colorGroup-prop"></a>colorGroup</h3> <p>This property holds the current color group of the widget palette. <p>The color group is determined by the state of the widget. A disabled widget has the <a href="ntqpalette.html#disabled">TQPalette::disabled</a>() color group, a widget @@ -2740,7 +2740,7 @@ constructor. For instance, the <a href="ntqlineedit.html">TQLineEdit</a> constru <p> <p>See also <a href="#focusEnabled-prop">focusEnabled</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="#enabled-prop">enabled</a>. <p>Set this property's value with <a href="#setFocusPolicy">setFocusPolicy</a>() and get this property's value with <a href="#focusPolicy">focusPolicy</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font-prop"></a>font</h3> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font-prop"></a>font</h3> <p>This property holds the font currently set for the widget. <p>The <a href="#fontInfo">fontInfo</a>() function reports the actual font that is being used by the widget. @@ -2750,7 +2750,7 @@ parent's font or (if this widget is a top level widget), the default application font. <p> This code fragment sets a 12 point helvetica bold font: <pre> - <a href="ntqfont.html">TQFont</a> f( "Helvetica", 12, TQFont::Bold ); + <a href="tqfont.html">TQFont</a> f( "Helvetica", 12, TQFont::Bold ); <a href="#setFont">setFont</a>( f ); </pre> @@ -2999,7 +2999,7 @@ background and foreground appearance only. <p> <p>See also <a href="#ownPalette-prop">ownPalette</a>, <a href="#colorGroup-prop">colorGroup</a>, and <a href="ntqapplication.html#palette">TQApplication::palette</a>(). <p>Set this property's value with <a href="#setPalette">setPalette</a>(), get this property's value with <a href="#palette">palette</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="paletteBackgroundColor-prop"></a>paletteBackgroundColor</h3> +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="paletteBackgroundColor-prop"></a>paletteBackgroundColor</h3> <p>This property holds the background color of the widget. <p>The palette background color is usually set implicitly by <a href="#setBackgroundMode">setBackgroundMode</a>(), although it can also be set explicitly by @@ -3007,7 +3007,7 @@ background and foreground appearance only. convenience function that creates and sets a modified <a href="ntqpalette.html">TQPalette</a> with <a href="#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. +<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a background pixmap (set using <a href="#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>()), then the return value of this function is indeterminate. @@ -3023,19 +3023,19 @@ convenience function that creates and sets a modified <a href="ntqpalette.html"> with <a href="#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's -<a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. +<a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a plain background color (set using <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>()), then this function returns 0. <p> <p>See also <a href="#paletteBackgroundColor-prop">paletteBackgroundColor</a>, <a href="#paletteForegroundColor-prop">paletteForegroundColor</a>, <a href="#palette-prop">palette</a>, and <a href="#colorGroup-prop">colorGroup</a>. <p>Set this property's value with <a href="#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>(), get this property's value with <a href="#paletteBackgroundPixmap">paletteBackgroundPixmap</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="paletteForegroundColor-prop"></a>paletteForegroundColor</h3> +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="paletteForegroundColor-prop"></a>paletteForegroundColor</h3> <p>This property holds the foreground color of the widget. <p>setPaletteForegroundColor() is a convenience function that creates and sets a modified <a href="ntqpalette.html">TQPalette</a> with <a href="#setPalette">setPalette</a>(). The palette is modified according to the widget's <em>background mode</em>. For example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry -<a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. +<a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. <p> <p>See also <a href="#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, <a href="#foregroundColor">foregroundColor</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, and <a href="#setEraseColor">setEraseColor</a>(). <p>Set this property's value with <a href="#setPaletteForegroundColor">setPaletteForegroundColor</a>(), get this property's value with <a href="#paletteForegroundColor">paletteForegroundColor</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>(). diff --git a/doc/html/tqwidgetstack-members.html b/doc/html/tqwidgetstack-members.html index 37b095f76..e81fc63e4 100644 --- a/doc/html/tqwidgetstack-members.html +++ b/doc/html/tqwidgetstack-members.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -121,7 +121,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -147,7 +147,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -330,28 +330,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/tqworkspace-members.html b/doc/html/tqworkspace-members.html index 200bddd8c..406f72162 100644 --- a/doc/html/tqworkspace-members.html +++ b/doc/html/tqworkspace-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqworkspace.html#closeActiveWindow">closeActiveWindow</a>() <li><a href="tqworkspace.html#closeAllWindows">closeAllWindows</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() -<li><a href="ntqpaintdevice.html#cmd">cmd</a>() +<li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqpaintdevice.html#handle">handle</a>() +<li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -141,7 +141,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqpaintdevice.html#isExtDev">isExtDev</a>() +<li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() @@ -196,7 +196,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqpaintdevice.html#paintingActive">paintingActive</a>() +<li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() @@ -314,28 +314,28 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() <li><a href="tqwidget.html#x">x</a>() -<li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() -<li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11AppDepth">x11AppDepth</a>() -<li><a href="ntqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() -<li><a href="ntqpaintdevice.html#x11AppScreen">x11AppScreen</a>() -<li><a href="ntqpaintdevice.html#x11AppVisual">x11AppVisual</a>() -<li><a href="ntqpaintdevice.html#x11Cells">x11Cells</a>() -<li><a href="ntqpaintdevice.html#x11Colormap">x11Colormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() -<li><a href="ntqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() -<li><a href="ntqpaintdevice.html#x11Depth">x11Depth</a>() -<li><a href="ntqpaintdevice.html#x11Display">x11Display</a>() +<li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() +<li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultColormap">x11AppDefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11AppDefaultVisual">x11AppDefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11AppDepth">x11AppDepth</a>() +<li><a href="tqpaintdevice.html#x11AppDisplay">x11AppDisplay</a>() +<li><a href="tqpaintdevice.html#x11AppDpiX">x11AppDpiX</a>() +<li><a href="tqpaintdevice.html#x11AppDpiY">x11AppDpiY</a>() +<li><a href="tqpaintdevice.html#x11AppRootWindow">x11AppRootWindow</a>() +<li><a href="tqpaintdevice.html#x11AppScreen">x11AppScreen</a>() +<li><a href="tqpaintdevice.html#x11AppVisual">x11AppVisual</a>() +<li><a href="tqpaintdevice.html#x11Cells">x11Cells</a>() +<li><a href="tqpaintdevice.html#x11Colormap">x11Colormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultColormap">x11DefaultColormap</a>() +<li><a href="tqpaintdevice.html#x11DefaultVisual">x11DefaultVisual</a>() +<li><a href="tqpaintdevice.html#x11Depth">x11Depth</a>() +<li><a href="tqpaintdevice.html#x11Display">x11Display</a>() <li><a href="tqwidget.html#x11Event">x11Event</a>() -<li><a href="ntqpaintdevice.html#x11Screen">x11Screen</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() -<li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() -<li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() +<li><a href="tqpaintdevice.html#x11Screen">x11Screen</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiX">x11SetAppDpiX</a>() +<li><a href="tqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() +<li><a href="tqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() </ul> <!-- eof --> diff --git a/doc/html/trivial-nsplugin-example.html b/doc/html/trivial-nsplugin-example.html index 6b974096d..88904540a 100644 --- a/doc/html/trivial-nsplugin-example.html +++ b/doc/html/trivial-nsplugin-example.html @@ -46,7 +46,7 @@ to the Plugins directory of your WWW browser. Implementation: <p> <pre>// TQt stuff #include "ntqnp.h" -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> class Trivial : public <a href="qnpwidget.html">TQNPWidget</a> { @@ -59,11 +59,11 @@ public: void paintEvent(TQPaintEvent* event) { - <a href="ntqpainter.html">TQPainter</a> p(this); -<a name="x2739"></a> p.<a href="ntqpainter.html#setClipRect">setClipRect</a>(event->rect()); + <a href="tqpainter.html">TQPainter</a> p(this); +<a name="x2739"></a> p.<a href="tqpainter.html#setClipRect">setClipRect</a>(event->rect()); int w = width(); -<a name="x2737"></a> p.<a href="ntqpainter.html#drawRect">drawRect</a>(rect()); -<a name="x2738"></a> p.<a href="ntqpainter.html#drawText">drawText</a>(w/8, 0, w-w/4, height(), AlignCenter|WordBreak, "Trivial!"); +<a name="x2737"></a> p.<a href="tqpainter.html#drawRect">drawRect</a>(rect()); +<a name="x2738"></a> p.<a href="tqpainter.html#drawText">drawText</a>(w/8, 0, w-w/4, height(), AlignCenter|WordBreak, "Trivial!"); } }; @@ -77,7 +77,7 @@ public: void print(TQPainter* p) { - p-><a href="ntqpainter.html#drawText">drawText</a>(0,0,"Hello"); + p-><a href="tqpainter.html#drawText">drawText</a>(0,0,"Hello"); } }; diff --git a/doc/html/tutorial1-02.html b/doc/html/tutorial1-02.html index aaf95ee6b..cf2792e4b 100644 --- a/doc/html/tutorial1-02.html +++ b/doc/html/tutorial1-02.html @@ -44,7 +44,7 @@ now go on to make the application quit properly when the user tells it to. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> int main( int argc, char **argv ) @@ -67,9 +67,9 @@ int main( int argc, char **argv ) <p> <h2> Line-by-line Walkthrough </h2> -<a name="1"></a><p> <pre> #include <<a href="qfont-h.html">ntqfont.h</a>> +<a name="1"></a><p> <pre> #include <<a href="tqfont-h.html">tqfont.h</a>> </pre> -<p> Since this program uses <a href="ntqfont.html">TQFont</a>, it needs to include ntqfont.h. TQt's font +<p> Since this program uses <a href="tqfont.html">TQFont</a>, it needs to include tqfont.h. TQt's font abstraction is rather different from the horror provided by X, and loading and using fonts has been highly optimized. <p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> quit( "Quit", 0 ); @@ -80,7 +80,7 @@ We still pass 0 as the parent, since the button is a top-level window. <p> <pre> <a name="x2292"></a> quit.<a href="tqwidget.html#resize">resize</a>( 75, 30 ); </pre> <p> We've chosen another size for the button since the text is a bit -shorter than "Hello world!". We could also have used <a href="ntqfontmetrics.html">TQFontMetrics</a> +shorter than "Hello world!". We could also have used <a href="tqfontmetrics.html">TQFontMetrics</a> to set right size. <p> <pre> <a name="x2293"></a> quit.<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); </pre> diff --git a/doc/html/tutorial1-03.html b/doc/html/tutorial1-03.html index 139746c3f..bdd050a75 100644 --- a/doc/html/tutorial1-03.html +++ b/doc/html/tutorial1-03.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> int main( int argc, char **argv ) diff --git a/doc/html/tutorial1-04.html b/doc/html/tutorial1-04.html index 4e69e7500..c1d8ea2c4 100644 --- a/doc/html/tutorial1-04.html +++ b/doc/html/tutorial1-04.html @@ -43,7 +43,7 @@ minimum and maximum sizes of a widget, and introduces widget names. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> class MyWidget : public <a href="tqwidget.html">TQWidget</a> diff --git a/doc/html/tutorial1-05.html b/doc/html/tutorial1-05.html index 37fd0791f..e5c0abe87 100644 --- a/doc/html/tutorial1-05.html +++ b/doc/html/tutorial1-05.html @@ -45,7 +45,7 @@ by using signals and slots, and how to handle resize events. #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qslider-h.html">ntqslider.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> @@ -92,7 +92,7 @@ int main( int argc, char **argv ) #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qslider-h.html">ntqslider.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> - #include <<a href="qfont-h.html">ntqfont.h</a>> + #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> </pre> diff --git a/doc/html/tutorial1-06.html b/doc/html/tutorial1-06.html index f867e9943..288b6e6b6 100644 --- a/doc/html/tutorial1-06.html +++ b/doc/html/tutorial1-06.html @@ -47,7 +47,7 @@ widget as a child widget. #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qslider-h.html">ntqslider.h</a>> #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qgrid-h.html">ntqgrid.h</a>> diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index a01d71a26..4eda29b4d 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -105,7 +105,7 @@ function using <a href="ntqapplication.html#qInstallMsgHandler">::qInstallMsgHan <p> For the time being, CannonField only contains an angle value for which we provide an interface using the same idiom as for value in LCDRange. <p> <pre> protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); </pre> <p> This is the second of the many event handlers in TQWidget that we encounter. This virtual function is called by TQt whenever a widget needs @@ -152,20 +152,20 @@ results in a call to the paint event function of the widget. <p> Finally, we emit the angleChanged() signal to tell the outside world that the angle has changed. The <tt>emit</tt> keyword is unique to TQt and not regular C++ syntax. In fact, it is a macro. -<p> <pre> <a name="x2336"></a>void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +<p> <pre> <a name="x2336"></a>void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { <a href="tqstring.html">TQString</a> s = "Angle = " + TQString::number( ang ); - <a href="ntqpainter.html">TQPainter</a> p( this ); - <a name="x2335"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( 200, 200, s ); + <a href="tqpainter.html">TQPainter</a> p( this ); + <a name="x2335"></a> p.<a href="tqpainter.html#drawText">drawText</a>( 200, 200, s ); } </pre> <p> This is our first attempt to write a paint event handler. The event -argument contains a description of the paint event. <a href="qpaintevent.html">TQPaintEvent</a> +argument contains a description of the paint event. <a href="tqpaintevent.html">TQPaintEvent</a> contains the region in the widget that must be updated. For the time being, we will be lazy and just paint everything. <p> Our code displays the angle value in the widget at a fixed position. First we create a <a href="tqstring.html">TQString</a> with some text and the angle; then we create -a <a href="ntqpainter.html">TQPainter</a> operating on this widget and use it to paint the string. +a <a href="tqpainter.html">TQPainter</a> operating on this widget and use it to paint the string. We'll come back to TQPainter later; it can do a great many things. <p> <h3> <a href="t8-main-cpp.html">t8/main.cpp</a> </h3> diff --git a/doc/html/tutorial1-09.html b/doc/html/tutorial1-09.html index 0bb643c18..159a71d65 100644 --- a/doc/html/tutorial1-09.html +++ b/doc/html/tutorial1-09.html @@ -52,32 +52,32 @@ implementation. </h3> <a name="1-1"></a><p> -<p> <pre> <a name="x2346"></a>void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +<p> <pre> <a name="x2346"></a>void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a href="tqpainter.html">TQPainter</a> p( this ); </pre> -<p> We'll now start to use <a href="ntqpainter.html">TQPainter</a> in earnest. We create a painter that +<p> We'll now start to use <a href="tqpainter.html">TQPainter</a> in earnest. We create a painter that operates on this widget. -<p> <pre> <a name="x2343"></a> p.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); +<p> <pre> <a name="x2343"></a> p.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); </pre> <p> When TQPainter fills a rectangle, a circle, or whatever, it fills the shape using its brush. Here we set it to use a blue brush. (We could also use a pattern.) -<p> <pre> <a name="x2344"></a> p.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); +<p> <pre> <a name="x2344"></a> p.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); </pre> <p> And the edges of what TQPainter draws are drawn using the pen. Here we set it to NoPen, meaning that there will be no special edge when we draw something; the blue brush will go all the way to the edges of the things we draw. -<p> <pre> <a name="x2345"></a> p.<a href="ntqpainter.html#translate">translate</a>( 0, rect().bottom() ); +<p> <pre> <a name="x2345"></a> p.<a href="tqpainter.html#translate">translate</a>( 0, rect().bottom() ); </pre> -<p> The <a href="ntqpainter.html#translate">TQPainter::translate</a>() function translates the coordinate +<p> The <a href="tqpainter.html#translate">TQPainter::translate</a>() function translates the coordinate system of the TQPainter; i.e., it moves it by an offset. Here we set the (0, 0) point to the bottom-left corner of the widget. The x and y directions remain unchanged, i.e., all the y coordinates inside the widget are now negative (see <a href="coordsys.html">The Coordinate System</a> for more information about TQt's coordinate system). -<p> <pre> <a name="x2340"></a> p.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect(-35, -35, 70, 70), 0, 90*16 ); +<p> <pre> <a name="x2340"></a> p.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect(-35, -35, 70, 70), 0, 90*16 ); </pre> <p> The drawPie() function draws a pie shape inside the specified rectangle using a start angle and an arc length. The angles are @@ -85,15 +85,15 @@ specified in 1/16th of a degree. Zero degrees is at the 3 o'clock position. The drawing direction is counter-clockwise. Here we draw a quarter of a circle in the bottom-left corner of the widget. The pie is filled with blue and has no outline. -<p> <pre> <a name="x2342"></a> p.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); +<p> <pre> <a name="x2342"></a> p.<a href="tqpainter.html#rotate">rotate</a>( -ang ); </pre> -<p> The <a href="ntqpainter.html#rotate">TQPainter::rotate</a>() function rotates the coordinate system of the -<a href="ntqpainter.html">TQPainter</a> around the origin. The rotation argument is a <tt>float</tt> given +<p> The <a href="tqpainter.html#rotate">TQPainter::rotate</a>() function rotates the coordinate system of the +<a href="tqpainter.html">TQPainter</a> around the origin. The rotation argument is a <tt>float</tt> given in degrees (not given in 1/16th of a degree as above) and clockwise. Here we rotate the coordinate system <tt>ang</tt> degrees counter-clockwise. -<p> <pre> <a name="x2341"></a> p.<a href="ntqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); +<p> <pre> <a name="x2341"></a> p.<a href="tqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); </pre> -<p> The <a href="ntqpainter.html#drawRect">TQPainter::drawRect</a>() function draws the specified rectangle. Here +<p> The <a href="tqpainter.html#drawRect">TQPainter::drawRect</a>() function draws the specified rectangle. Here we draw the barrel of the cannon. <p> It can often be difficult to envision the resulting drawing when the coordinate system has been transformed (translated, rotated, scaled, or diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index c1949dd59..8bb1345ba 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -122,9 +122,9 @@ the drawing a little bit. <p> The implementation of setForce() is quite similar to that of setAngle(). The only difference is that because we don't show the force value, we don't need to repaint the widget. -<p> <pre> void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +<p> <pre> void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a name="x2357"></a> if ( !e-><a href="qpaintevent.html#rect">rect</a>().intersects( cannonRect() ) ) + <a name="x2357"></a> if ( !e-><a href="tqpaintevent.html#rect">rect</a>().intersects( cannonRect() ) ) return; </pre> <p> We have now optimized the paint event to repaint only the parts of the @@ -144,20 +144,20 @@ not any more. We've kept the code for educational purposes. <p> <pre> <a name="x2362"></a><a name="x2358"></a> pix.<a href="ntqpixmap.html#fill">fill</a>( this, cr.<a href="ntqrect.html#topLeft">topLeft</a>() ); </pre> <p> We fill the pixmap with the background from this widget. -<p> <pre> <a href="ntqpainter.html">TQPainter</a> p( &pix ); - <a name="x2354"></a> p.<a href="ntqpainter.html#setBrush">setBrush</a>( blue ); - p.<a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - <a name="x2359"></a><a name="x2356"></a> p.<a href="ntqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); - <a name="x2349"></a> p.<a href="ntqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); - <a name="x2353"></a> p.<a href="ntqpainter.html#rotate">rotate</a>( -ang ); - <a name="x2351"></a> p.<a href="ntqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); - <a name="x2352"></a> p.<a href="ntqpainter.html#end">end</a>(); +<p> <pre> <a href="tqpainter.html">TQPainter</a> p( &pix ); + <a name="x2354"></a> p.<a href="tqpainter.html#setBrush">setBrush</a>( blue ); + p.<a href="tqpainter.html#setPen">setPen</a>( NoPen ); + <a name="x2359"></a><a name="x2356"></a> p.<a href="tqpainter.html#translate">translate</a>( 0, pix.<a href="ntqpixmap.html#height">height</a>() - 1 ); + <a name="x2349"></a> p.<a href="tqpainter.html#drawPie">drawPie</a>( TQRect( -35,-35, 70, 70 ), 0, 90*16 ); + <a name="x2353"></a> p.<a href="tqpainter.html#rotate">rotate</a>( -ang ); + <a name="x2351"></a> p.<a href="tqpainter.html#drawRect">drawRect</a>( TQRect(33, -4, 15, 8) ); + <a name="x2352"></a> p.<a href="tqpainter.html#end">end</a>(); </pre> <p> We paint, as in Chapter 9, but now we paint in the pixmap. <p> At this point, we have a painter variable and a pixmap that looks precisely right, but we still haven't painted on the screen. -<p> <pre> <a name="x2348"></a> p.<a href="ntqpainter.html#begin">begin</a>( this ); - <a name="x2350"></a> p.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); +<p> <pre> <a name="x2348"></a> p.<a href="tqpainter.html#begin">begin</a>( this ); + <a name="x2350"></a> p.<a href="tqpainter.html#drawPixmap">drawPixmap</a>( cr.<a href="ntqrect.html#topLeft">topLeft</a>(), pix ); </pre> <p> So we open the painter on the CannonField itself and then draw the pixmap. <p> That's all. A couple of extra lines at the top and a couple at the diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html index ce5de2a61..5ea46d920 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -61,7 +61,7 @@ implementation. <p> This private slot is used to move the shot while it is in the air, using a <a href="tqtimer.html">TQTimer</a>. <p> <pre> private: - void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); + void paintShot( <a href="tqpainter.html">TQPainter</a> * ); </pre> <p> This private function paints the shot. <p> <pre> <a href="ntqrect.html">TQRect</a> shotRect() const; @@ -143,10 +143,10 @@ shot one step along its trajectory. stop the timer or we add the new shotRect() to the TQRegion. <p> Finally, we repaint the TQRegion. This will send a single paint event for just the one or two rectangles that need updating. -<p> <pre> void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +<p> <pre> void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a name="x2369"></a> <a href="ntqrect.html">TQRect</a> updateR = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a name="x2369"></a> <a href="ntqrect.html">TQRect</a> updateR = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqpainter.html">TQPainter</a> p( this ); <a name="x2370"></a> if ( updateR.<a href="ntqrect.html#intersects">intersects</a>( cannonRect() ) ) paintCannon( &p ); @@ -159,11 +159,11 @@ for just the one or two rectangles that need updating. chapter. Now we fetch the bounding rectangle of the region that needs painting, check whether it intersects either the cannon and/or the shot, and if necessary, call paintCannon() and/or paintShot(). -<p> <pre> void CannonField::paintShot( <a href="ntqpainter.html">TQPainter</a> *p ) +<p> <pre> void CannonField::paintShot( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( black ); - p-><a href="ntqpainter.html#setPen">setPen</a>( NoPen ); - <a name="x2366"></a> p-><a href="ntqpainter.html#drawRect">drawRect</a>( shotRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( black ); + p-><a href="tqpainter.html#setPen">setPen</a>( NoPen ); + <a name="x2366"></a> p-><a href="tqpainter.html#drawRect">drawRect</a>( shotRect() ); } </pre> <p> This private function paints the shot by drawing a black filled rectangle. @@ -232,7 +232,7 @@ of the CannonField. makefile and build the application.) <p> <h2> Exercises </h2> -<a name="3"></a><p> Make the shot a filled circle. Hint: <a href="ntqpainter.html#drawEllipse">TQPainter::drawEllipse</a>() may +<a name="3"></a><p> Make the shot a filled circle. Hint: <a href="tqpainter.html#drawEllipse">TQPainter::drawEllipse</a>() may help. <p> Change the color of the cannon when a shot is in the air. <p> You're now ready for <a href="tutorial1-12.html">Chapter 12.</a> diff --git a/doc/html/tutorial1-12.html b/doc/html/tutorial1-12.html index 5f7ee92e8..7aef83897 100644 --- a/doc/html/tutorial1-12.html +++ b/doc/html/tutorial1-12.html @@ -158,7 +158,7 @@ it contains a target. signal is emitted when the shot moves beyond the right or bottom edge of the widget (i.e., it is certain that it has not and will not hit the target). -<p> <pre> void paintTarget( <a href="ntqpainter.html">TQPainter</a> * ); +<p> <pre> void paintTarget( <a href="tqpainter.html">TQPainter</a> * ); </pre> <p> This private function paints the target. <p> <pre> <a href="ntqrect.html">TQRect</a> targetRect() const; @@ -258,11 +258,11 @@ added: paintTarget( &p ); </pre> <p> These two lines make sure that the target is also painted when necessary. -<p> <pre> void CannonField::paintTarget( <a href="ntqpainter.html">TQPainter</a> *p ) +<p> <pre> void CannonField::paintTarget( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( red ); - p-><a href="ntqpainter.html#setPen">setPen</a>( black ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( targetRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( red ); + p-><a href="tqpainter.html#setPen">setPen</a>( black ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( targetRect() ); } </pre> <p> This private function paints the target; a rectangle filled with red and diff --git a/doc/html/tutorial1-13.html b/doc/html/tutorial1-13.html index 9ac3fcc5e..135aa3b15 100644 --- a/doc/html/tutorial1-13.html +++ b/doc/html/tutorial1-13.html @@ -176,15 +176,15 @@ We then reset the <tt>gameEnded</tt> variable and repaint the widget. <p> moveShot() too emits the new canShoot(TRUE) signal at the same time as either hit() or miss(). <p> Modifications in CannonField::paintEvent(): -<p> <pre> void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e ) +<p> <pre> void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> *e ) { - <a name="x2405"></a> <a href="ntqrect.html">TQRect</a> updateR = e-><a href="qpaintevent.html#rect">rect</a>(); - <a href="ntqpainter.html">TQPainter</a> p( this ); + <a name="x2405"></a> <a href="ntqrect.html">TQRect</a> updateR = e-><a href="tqpaintevent.html#rect">rect</a>(); + <a href="tqpainter.html">TQPainter</a> p( this ); if ( gameEnded ) { - p.<a href="ntqpainter.html#setPen">setPen</a>( black ); - <a name="x2403"></a> p.<a href="ntqpainter.html#setFont">setFont</a>( TQFont( "Courier", 48, TQFont::Bold ) ); - p.<a href="ntqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, "Game Over" ); + p.<a href="tqpainter.html#setPen">setPen</a>( black ); + <a name="x2403"></a> p.<a href="tqpainter.html#setFont">setFont</a>( TQFont( "Courier", 48, TQFont::Bold ) ); + p.<a href="tqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, "Game Over" ); } </pre> <p> The paint event has been enhanced to display the text "Game Over" if diff --git a/doc/html/tutorial1-14.html b/doc/html/tutorial1-14.html index c0fcc00fe..962f6866e 100644 --- a/doc/html/tutorial1-14.html +++ b/doc/html/tutorial1-14.html @@ -62,14 +62,14 @@ wall. <p> <p> <pre> protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); </pre> <p> In addition to the familiar event handlers, CannonField implements three mouse event handlers. The names say it all. -<p> <pre> void paintBarrier( <a href="ntqpainter.html">TQPainter</a> * ); +<p> <pre> void paintBarrier( <a href="tqpainter.html">TQPainter</a> * ); </pre> <p> This private function paints the barrier wall. <p> <pre> <a href="ntqrect.html">TQRect</a> barrierRect() const; @@ -154,11 +154,11 @@ longer pressed. </pre> <p> paintBarrier() does the same sort of thing as paintShot(), paintTarget(), and paintCannon(). -<p> <pre> void CannonField::paintBarrier( <a href="ntqpainter.html">TQPainter</a> *p ) +<p> <pre> void CannonField::paintBarrier( <a href="tqpainter.html">TQPainter</a> *p ) { - p-><a href="ntqpainter.html#setBrush">setBrush</a>( yellow ); - p-><a href="ntqpainter.html#setPen">setPen</a>( black ); - p-><a href="ntqpainter.html#drawRect">drawRect</a>( barrierRect() ); + p-><a href="tqpainter.html#setBrush">setBrush</a>( yellow ); + p-><a href="tqpainter.html#setPen">setPen</a>( black ); + p-><a href="tqpainter.html#drawRect">drawRect</a>( barrierRect() ); } </pre> <p> This private function paints the barrier as a rectangle filled with @@ -182,9 +182,9 @@ the bottom edge of the barrier to the bottom edge of the widget. <p> This function returns TRUE if the point is in the barrel; otherwise it returns FALSE. <p> Here we use the class <a href="ntqwmatrix.html">TQWMatrix</a>. It is defined in the header file -ntqwmatrix.h, which is included by ntqpainter.h. +ntqwmatrix.h, which is included by tqpainter.h. <p> <a href="ntqwmatrix.html">TQWMatrix</a> defines a coordinate system mapping. It can perform the same -transformations as the <a href="ntqpainter.html">TQPainter</a>. +transformations as the <a href="tqpainter.html">TQPainter</a>. <p> Here we perform the same transformation steps as we do when drawing the barrel in the paintCannon() function. First we translate the coordinate system and then we rotate it. diff --git a/doc/html/tutorial2-03.html b/doc/html/tutorial2-03.html index 04cc3f1c9..26aa4864a 100644 --- a/doc/html/tutorial2-03.html +++ b/doc/html/tutorial2-03.html @@ -40,10 +40,10 @@ access for data elements. <pre> private: </pre><pre> double m_value; - <a href="ntqcolor.html">TQColor</a> m_valueColor; + <a href="tqcolor.html">TQColor</a> m_valueColor; int m_valuePattern; <a href="tqstring.html">TQString</a> m_label; - <a href="ntqcolor.html">TQColor</a> m_labelColor; + <a href="tqcolor.html">TQColor</a> m_labelColor; double m_propoints[2 * MAX_PROPOINTS]; </pre> <p> Each element has a value. Each value is displayed graphically with a @@ -52,7 +52,7 @@ with them; the label is drawn using the label color and for each type of chart has a (relative) position stored in the <tt>m_propoints</tt> array. <p> -<pre> #include <<a href="qcolor-h.html">ntqcolor.h</a>> +<pre> #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qnamespace-h.html">ntqnamespace.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqvaluevector-h.html">tqvaluevector.h</a>> @@ -60,7 +60,7 @@ of chart has a (relative) position stored in the <tt>m_propoints</tt> array. <p> Although the <tt>Element</tt> class is a purely internal data class, it <tt>#include</tt>s four TQt classes. TQt is often perceived as a purely GUI toolkit, but it provides many non-GUI classes to support most aspects -of application programming. We use <a href="qcolor-h.html">ntqcolor.h</a> so that we can hold the +of application programming. We use <a href="tqcolor-h.html">tqcolor.h</a> so that we can hold the paint color and text color in the <tt>Element</tt> class. The use of <a href="qnamespace-h.html">ntqnamespace.h</a> is slightly obscure. Most TQt classes are derived from the <a href="ntqt.html">TQt</a> superclass which contains various enumerations. The <tt>Element</tt> class does not derive from <a href="ntqt.html">TQt</a>, so we need to include <a href="qnamespace-h.html">ntqnamespace.h</a> to have access to @@ -115,7 +115,7 @@ available. <p> <pre> Element( double value = INVALID, TQColor valueColor = TQt::gray, int valuePattern = TQt::SolidPattern, const <a href="tqstring.html">TQString</a>& label = <a href="tqstring.html#TQString-null">TQString::null</a>, - <a href="ntqcolor.html">TQColor</a> labelColor = TQt::black ) { + <a href="tqcolor.html">TQColor</a> labelColor = TQt::black ) { init( value, valueColor, valuePattern, label, labelColor ); for ( int i = 0; i < MAX_PROPOINTS * 2; ++i ) m_propoints[i] = NO_PROPORTION; @@ -223,14 +223,14 @@ separator. The final field is the label followed by a newline. double value = fields[0].toDouble( &ok ); if ( !ok ) errors++; - <a href="ntqcolor.html">TQColor</a> valueColor = TQColor( fields[1] ); - <a name="x2550"></a> if ( !valueColor.<a href="ntqcolor.html#isValid">isValid</a>() ) + <a href="tqcolor.html">TQColor</a> valueColor = TQColor( fields[1] ); + <a name="x2550"></a> if ( !valueColor.<a href="tqcolor.html#isValid">isValid</a>() ) errors++; int valuePattern = fields[2].toInt( &ok ); if ( !ok ) errors++; - <a href="ntqcolor.html">TQColor</a> labelColor = TQColor( fields[3] ); - if ( !labelColor.<a href="ntqcolor.html#isValid">isValid</a>() ) + <a href="tqcolor.html">TQColor</a> labelColor = TQColor( fields[3] ); + if ( !labelColor.<a href="tqcolor.html#isValid">isValid</a>() ) errors++; <a href="tqstringlist.html">TQStringList</a> propoints = TQStringList::<a href="tqstringlist.html#split">split</a>( PROPOINT_SEP, fields[4] ); <a name="x2551"></a> <a href="tqstring.html">TQString</a> label = data.<a href="tqstring.html#section">section</a>( FIELD_SEP, 5 ); diff --git a/doc/html/tutorial2-05.html b/doc/html/tutorial2-05.html index 45f0cc64b..cd3c57d11 100644 --- a/doc/html/tutorial2-05.html +++ b/doc/html/tutorial2-05.html @@ -106,7 +106,7 @@ conventional document-centric style. ChartType m_chartType; AddValuesType m_addValues; int m_decimalPlaces; - <a href="ntqfont.html">TQFont</a> m_font; + <a href="tqfont.html">TQFont</a> m_font; }; </pre> <p> We create a <tt>ChartForm</tt> subclass of <a href="tqmainwindow.html">TQMainWindow</a>. Our subclass uses diff --git a/doc/html/tutorial2-08.html b/doc/html/tutorial2-08.html index 05fb03c07..ba69ea915 100644 --- a/doc/html/tutorial2-08.html +++ b/doc/html/tutorial2-08.html @@ -216,10 +216,10 @@ create a blank pixmap of that size. TQString( "%1" ).arg( element.value(), 0, 'f', m_decimalPlaces ) ); - <a href="ntqcolor.html">TQColor</a> color = element.valueColor(); + <a href="tqcolor.html">TQColor</a> color = element.valueColor(); pix.<a href="ntqpixmap.html#fill">fill</a>( color ); table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 1, pix ); - table-><a href="ntqtable.html#setText">setText</a>( i, 1, color.<a href="ntqcolor.html#name">name</a>() ); + table-><a href="ntqtable.html#setText">setText</a>( i, 1, color.<a href="tqcolor.html#name">name</a>() ); <a href="ntqcombobox.html">TQComboBox</a> *combobox = new <a href="ntqcombobox.html">TQComboBox</a>; for ( int j = 0; j < MAX_PATTERNS; ++j ) @@ -232,7 +232,7 @@ create a blank pixmap of that size. color = element.labelColor(); <a name="x2606"></a> pix.<a href="ntqpixmap.html#fill">fill</a>( color ); <a name="x2623"></a> table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 4, pix ); - <a name="x2624"></a><a name="x2600"></a> table-><a href="ntqtable.html#setText">setText</a>( i, 4, color.<a href="ntqcolor.html#name">name</a>() ); + <a name="x2624"></a><a name="x2600"></a> table-><a href="ntqtable.html#setText">setText</a>( i, 4, color.<a href="tqcolor.html#name">name</a>() ); </pre> <p> For each element in the element vector we must populate the table. <p> If the element is valid we write its value in the first column (column @@ -290,19 +290,19 @@ function and put the focus back into the table. if ( !( col == 1 || col == 4 ) ) return; - <a name="x2601"></a> <a href="ntqcolor.html">TQColor</a> color = TQColorDialog::<a href="ntqcolordialog.html#getColor">getColor</a>( + <a name="x2601"></a> <a href="tqcolor.html">TQColor</a> color = TQColorDialog::<a href="tqcolordialog.html#getColor">getColor</a>( TQColor( table-><a href="ntqtable.html#text">text</a>( row, col ) ), this, "color dialog" ); - <a name="x2599"></a> if ( color.<a href="ntqcolor.html#isValid">isValid</a>() ) { + <a name="x2599"></a> if ( color.<a href="tqcolor.html#isValid">isValid</a>() ) { <a name="x2617"></a> <a href="ntqpixmap.html">TQPixmap</a> pix = table-><a href="ntqtable.html#pixmap">pixmap</a>( row, col ); pix.<a href="ntqpixmap.html#fill">fill</a>( color ); table-><a href="ntqtable.html#setPixmap">setPixmap</a>( row, col, pix ); - table-><a href="ntqtable.html#setText">setText</a>( row, col, color.<a href="ntqcolor.html#name">name</a>() ); + table-><a href="ntqtable.html#setText">setText</a>( row, col, color.<a href="tqcolor.html#name">name</a>() ); } } </pre> <p> If this function is called with the focus on a color cell we call -the static <a href="ntqcolordialog.html#getColor">TQColorDialog::getColor</a>() dialog to get the user's choice of +the static <a href="tqcolordialog.html#getColor">TQColorDialog::getColor</a>() dialog to get the user's choice of color. If they chose a color we fill the color cell's pixmap with that color and set the cell's text to the new color's name. <p> <pre> <a name="x2604"></a>void SetDataForm::<a href="ntqdialog.html#accept">accept</a>() @@ -328,7 +328,7 @@ color and set the cell's text to the new color's name. <p> If the user clicks OK we must update the elements vector. We iterate over the vector and set each element's value to the value the user has entered or <tt>INVALID</tt> if the value is invalid. We set the value color -and the label color by constructing <a href="ntqcolor.html">TQColor</a> temporaries that take a +and the label color by constructing <a href="tqcolor.html">TQColor</a> temporaries that take a color name as argument. The pattern is set to the pattern combobox's current item with an offset of 1 (since our pattern numbers begin at 1, but the combobox's items are indexed from 0). diff --git a/doc/html/tutorial2-09.html b/doc/html/tutorial2-09.html index 07c06d51e..dbc4ad9d5 100644 --- a/doc/html/tutorial2-09.html +++ b/doc/html/tutorial2-09.html @@ -47,8 +47,8 @@ apply to all data sets in one place. bool modal = FALSE, WFlags f = 0 ); ~OptionsForm() {} - <a href="ntqfont.html">TQFont</a> font() const { return m_font; } - void setFont( <a href="ntqfont.html">TQFont</a> font ); + <a href="tqfont.html">TQFont</a> font() const { return m_font; } + void setFont( <a href="tqfont.html">TQFont</a> font ); <a href="ntqlabel.html">TQLabel</a> *chartTypeTextLabel; <a href="ntqcombobox.html">TQComboBox</a> *chartTypeComboBox; @@ -77,7 +77,7 @@ apply to all data sets in one place. <a href="qhboxlayout.html">TQHBoxLayout</a> *buttonsLayout; private: - <a href="ntqfont.html">TQFont</a> m_font; + <a href="tqfont.html">TQFont</a> m_font; }; </pre> <p> The layout of this dialog is slightly more complicated than for the @@ -208,22 +208,22 @@ accelerators. <a name="2"></a><p> <pre> void OptionsForm::chooseFont() { bool ok; - <a name="x2638"></a> <a href="ntqfont.html">TQFont</a> font = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); + <a name="x2638"></a> <a href="tqfont.html">TQFont</a> font = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>( &ok, m_font, this ); if ( ok ) <a href="tqwidget.html#setFont">setFont</a>( font ); } </pre> <p> When the user clicks the Font button this slot is invoked. It simply -calls the static <a href="ntqfontdialog.html#getFont">TQFontDialog::getFont</a>() function to obtain the user's +calls the static <a href="tqfontdialog.html#getFont">TQFontDialog::getFont</a>() function to obtain the user's choice of font. If they chose a font we call our setFont() slot which will present a textual description of the font in the font label. -<p> <pre> void OptionsForm::<a href="tqwidget.html#setFont">setFont</a>( <a href="ntqfont.html">TQFont</a> font ) +<p> <pre> void OptionsForm::<a href="tqwidget.html#setFont">setFont</a>( <a href="tqfont.html">TQFont</a> font ) { - <a name="x2635"></a> <a href="tqstring.html">TQString</a> label = font.<a href="ntqfont.html#family">family</a>() + " " + - <a name="x2637"></a> TQString::<a href="tqstring.html#number">number</a>( font.<a href="ntqfont.html#pointSize">pointSize</a>() ) + "pt"; - <a name="x2634"></a> if ( font.<a href="ntqfont.html#bold">bold</a>() ) + <a name="x2635"></a> <a href="tqstring.html">TQString</a> label = font.<a href="tqfont.html#family">family</a>() + " " + + <a name="x2637"></a> TQString::<a href="tqstring.html#number">number</a>( font.<a href="tqfont.html#pointSize">pointSize</a>() ) + "pt"; + <a name="x2634"></a> if ( font.<a href="tqfont.html#bold">bold</a>() ) label += " Bold"; - <a name="x2636"></a> if ( font.<a href="ntqfont.html#italic">italic</a>() ) + <a name="x2636"></a> if ( font.<a href="tqfont.html#italic">italic</a>() ) label += " Italic"; fontTextLabel-><a href="ntqlabel.html#setText">setText</a>( label ); m_font = font; diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 7dca78243..56b782123 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -91,15 +91,15 @@ Defines a Universally Unique Identifier (UUID). | QUuid Defines a point in the plane. | QPoint Defines a rectangle in the plane. | QRect Defines an interface that exposes information about accessible objects. | QAccessibleInterface -Defines how a QPainter should draw lines and outlines of shapes. | QPen -Defines the fill pattern of shapes drawn by a QPainter. | QBrush +Defines how a TQPainter should draw lines and outlines of shapes. | QPen +Defines the fill pattern of shapes drawn by a TQPainter. | TQBrush Defines the size of a two-dimensional object. | TQSize Describes a key event. | QKeyEvent -Dialog widget for selecting a font. | QFontDialog -Dialog widget for specifying colors. | QColorDialog +Dialog widget for selecting a font. | TQFontDialog +Dialog widget for specifying colors. | TQColorDialog Dialogs that allow users to select files or directories. | TQFileDialog Displays a number with LCD-like digits. | QLCDNumber -Does low-level painting e.g. on widgets. | QPainter +Does low-level painting e.g. on widgets. | TQPainter Doubly-linked list of char*. | TQStrList Doubly-linked list of char* with case-insensitive comparison. | TQStrIList Drag and drop object for transferring colors. | TQColorDrag @@ -119,7 +119,7 @@ Enums and static functions relating to accessibility. | QAccessible Error message display dialog. | QErrorMessage Event parameters for child object events. | QChildEvent Event parameters for move events. | QMoveEvent -Event parameters for paint events. | QPaintEvent +Event parameters for paint events. | TQPaintEvent Event parameters for resize events. | QResizeEvent Event parameters for widget focus events. | QFocusEvent Event which is sent after a widget is hidden. | QHideEvent @@ -134,14 +134,14 @@ Feedback on the progress of a slow operation. | QProgressDialog File previewing in TQFileDialog. | TQFilePreview Flexible SQL table widget that supports browsing and editing. | TQDataTable Flexible editable table widget. | QTable -Font metrics information. | QFontMetrics -Font used for drawing text. | QFont +Font metrics information. | TQFontMetrics +Font used for drawing text. | TQFont For the dynamic creation of widgets from TQt Designer .ui files. | TQWidgetFactory Framework for wizard dialogs. | QWizard Functions to manipulate and describe TQSqlCursor and TQSqlDatabase indexes. | TQSqlIndex -General information about fonts. | QFontInfo +General information about fonts. | TQFontInfo Group box frame with a title. | QGroupBox -Group of widget colors. | QColorGroup +Group of widget colors. | TQColorGroup Groups actions together. | TQActionGroup Handles keyboard accelerator and shortcut keys. | QAccel Hardware-independent pixmap representation with direct access to the pixel data. | TQImage @@ -168,10 +168,10 @@ Implements an Appearance Manager style. | QMacStyle Implements parts of the QAccessibleInterface for TQObjects. | QAccessibleObject Incremental image decoder for a specific image format. | TQImageFormat Incremental image decoder for all supported image formats. | TQImageDecoder -Incremental loading of animations or images, signalling as it progresses. | QMovie -Information about a paint device. | QPaintDeviceMetrics +Incremental loading of animations or images, signalling as it progresses. | TQMovie +Information about a paint device. | TQPaintDeviceMetrics Information about the features of the DOM implementation. | TQDomImplementation -Information about the fonts available in the underlying window system. | QFontDatabase +Information about the fonts available in the underlying window system. | TQFontDatabase Integer value within a range. | QRangeControl Interface for XML readers (i.e. parsers). | TQXmlReader Interface to report DTD content of XML data. | TQXmlDTDHandler @@ -245,7 +245,7 @@ Organizes QButton widgets in a vertical column. | QVButtonGroup Organizes a group of widgets in a vertical column. | QVGroupBox Organizes widgets in a group with one horizontal row. | QHGroupBox Paint device that paints on a printer. | QPrinter -Paint device that records and replays QPainter commands. | QPicture +Paint device that records and replays TQPainter commands. | QPicture Parameters for input method events. | QIMEvent Parameters for loading and saving images. | TQImageIO Parameters that describe a Tablet event. | QTabletEvent @@ -348,7 +348,7 @@ The base class of all user interface objects. | TQWidget The base class of dialog windows. | QDialog The base class of geometry managers. | QLayout The base class of most pointer-based TQt collections. | TQPtrCollection -The base class of objects that can be painted. | QPaintDevice +The base class of objects that can be painted. | TQPaintDevice The base class of widgets that can have a frame. | QFrame The basis of the Motif Extension. | QMotif The cell content for QTable cells. | QTableItem diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html index 772cf2572..9ca9ae8c8 100644 --- a/doc/html/xform-example.html +++ b/doc/html/xform-example.html @@ -59,12 +59,12 @@ arbitrarily. #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> #include <<a href="qslider-h.html">ntqslider.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> +#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqwidgetstack-h.html">tqwidgetstack.h</a>> -#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="qpicture-h.html">ntqpicture.h</a>> @@ -81,7 +81,7 @@ class XFormControl : public <a href="ntqvbox.html">TQVBox</a>, public ModeNames { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: - XFormControl( const <a href="ntqfont.html">TQFont</a> &initialFont, TQWidget *parent=0, const char *name=0 ); + XFormControl( const <a href="tqfont.html">TQFont</a> &initialFont, TQWidget *parent=0, const char *name=0 ); ~XFormControl() {} <a href="ntqwmatrix.html">TQWMatrix</a> matrix(); @@ -89,13 +89,13 @@ public: signals: void newMatrix( <a href="ntqwmatrix.html">TQWMatrix</a> ); void newText( const <a href="tqstring.html">TQString</a>& ); - void newFont( const <a href="ntqfont.html">TQFont</a> & ); + void newFont( const <a href="tqfont.html">TQFont</a> & ); void newMode( int ); private slots: void newMtx(); void newTxt(const <a href="tqstring.html">TQString</a>&); void selectFont(); - void fontSelected( const <a href="ntqfont.html">TQFont</a> & ); + void fontSelected( const <a href="tqfont.html">TQFont</a> & ); void changeMode(int); void timerEvent(TQTimerEvent*); private: @@ -113,7 +113,7 @@ private: <a href="ntqradiobutton.html">TQRadioButton</a> *rb_txt; // Radio button for text <a href="ntqradiobutton.html">TQRadioButton</a> *rb_img; // Radio button for image <a href="ntqradiobutton.html">TQRadioButton</a> *rb_pic; // Radio button for picture - <a href="ntqfont.html">TQFont</a> currentFont; + <a href="tqfont.html">TQFont</a> currentFont; }; /* @@ -125,7 +125,7 @@ class ShowXForm : public <a href="tqwidget.html">TQWidget</a>, public ModeNames { TQ_OBJECT public: - ShowXForm( const <a href="ntqfont.html">TQFont</a> &f, TQWidget *parent=0, const char *name=0 ); + ShowXForm( const <a href="tqfont.html">TQFont</a> &f, TQWidget *parent=0, const char *name=0 ); ~ShowXForm() {} void showIt(); // (Re)displays text or pixmap @@ -133,14 +133,14 @@ public: public slots: void setText( const <a href="tqstring.html">TQString</a>& ); void setMatrix( <a href="ntqwmatrix.html">TQWMatrix</a> ); - void setFont( const <a href="ntqfont.html">TQFont</a> &f ); + void setFont( const <a href="tqfont.html">TQFont</a> &f ); void setPixmap( <a href="ntqpixmap.html">TQPixmap</a> ); void setPicture( const <a href="ntqpicture.html">TQPicture</a>& ); void setMode( int ); private: <a href="tqsizepolicy.html">TQSizePolicy</a> sizePolicy() const; <a href="tqsize.html">TQSize</a> sizeHint() const; - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); <a href="ntqwmatrix.html">TQWMatrix</a> mtx; // coordinate transform matrix <a href="tqstring.html">TQString</a> text; // text to be displayed @@ -150,7 +150,7 @@ private: Mode m; }; -<a name="f397"></a>XFormControl::XFormControl( const <a href="ntqfont.html">TQFont</a> &initialFont, +<a name="f397"></a>XFormControl::XFormControl( const <a href="tqfont.html">TQFont</a> &initialFont, <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { @@ -294,14 +294,14 @@ TQWMatrix <a name="f400"></a>XFormControl::matrix() void <a name="f401"></a>XFormControl::selectFont() { bool ok; -<a name="x1224"></a> <a href="ntqfont.html">TQFont</a> f = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, currentFont ); +<a name="x1224"></a> <a href="tqfont.html">TQFont</a> f = TQFontDialog::<a href="tqfontdialog.html#getFont">getFont</a>( &ok, currentFont ); if ( ok ) { currentFont = f; fontSelected( f ); } } -void <a name="f402"></a>XFormControl::fontSelected( const <a href="ntqfont.html">TQFont</a> &font ) +void <a name="f402"></a>XFormControl::fontSelected( const <a href="tqfont.html">TQFont</a> &font ) { emit newFont( font ); changeMode(Text); @@ -330,7 +330,7 @@ void <a name="f403"></a>XFormControl::changeMode(int m) <a name="x1217"></a> tqApp-><a href="ntqapplication.html#flushX">flushX</a>(); } -<a name="f388"></a>ShowXForm::ShowXForm( const <a href="ntqfont.html">TQFont</a> &initialFont, +<a name="f388"></a>ShowXForm::ShowXForm( const <a href="tqfont.html">TQFont</a> &initialFont, <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name, WResizeNoErase ) { @@ -350,7 +350,7 @@ void <a name="f403"></a>XFormControl::changeMode(int m) return TQSize(400,400); } -void ShowXForm::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * ) +void ShowXForm::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * ) { showIt(); } @@ -373,7 +373,7 @@ void <a name="f390"></a>ShowXForm::setMatrix( <a href="ntqwmatrix.html">TQWMatri showIt(); } -<a name="x1272"></a>void ShowXForm::<a href="tqwidget.html#setFont">setFont</a>( const <a href="ntqfont.html">TQFont</a> &f ) +<a name="x1272"></a>void ShowXForm::<a href="tqwidget.html#setFont">setFont</a>( const <a href="tqfont.html">TQFont</a> &f ) { m = Text; TQWidget::<a href="tqwidget.html#setFont">setFont</a>( f ); @@ -400,16 +400,16 @@ void <a name="f393"></a>ShowXForm::setMode( int mode ) void <a name="f394"></a>ShowXForm::showIt() { - <a href="ntqpainter.html">TQPainter</a> p; + <a href="tqpainter.html">TQPainter</a> p; <a href="ntqrect.html">TQRect</a> r; // rectangle covering new text/pixmap in virtual coordinates <a href="ntqwmatrix.html">TQWMatrix</a> um; // copy user specified transform int textYPos = 0; // distance from boundingRect y pos to baseline int textXPos = 0; // distance from boundingRect x pos to text start <a href="ntqrect.html">TQRect</a> br; - <a href="ntqfontmetrics.html">TQFontMetrics</a> fm( <a href="tqwidget.html#fontMetrics">fontMetrics</a>() ); // get widget font metrics + <a href="tqfontmetrics.html">TQFontMetrics</a> fm( <a href="tqwidget.html#fontMetrics">fontMetrics</a>() ); // get widget font metrics switch ( mode() ) { case Text: -<a name="x1225"></a> br = fm.<a href="ntqfontmetrics.html#boundingRect">boundingRect</a>( text ); // rectangle covering text +<a name="x1225"></a> br = fm.<a href="tqfontmetrics.html#boundingRect">boundingRect</a>( text ); // rectangle covering text r = br; textYPos = -r.<a href="ntqrect.html#y">y</a>(); textXPos = -r.<a href="ntqrect.html#x">x</a>(); @@ -435,29 +435,29 @@ void <a name="f394"></a>ShowXForm::showIt() <a href="ntqpixmap.html">TQPixmap</a> pm( pw, ph ); // off-screen drawing pixmap <a name="x1245"></a> pm.<a href="ntqpixmap.html#fill">fill</a>( <a href="tqwidget.html#backgroundColor">backgroundColor</a>() ); -<a name="x1233"></a> p.<a href="ntqpainter.html#begin">begin</a>( &pm ); +<a name="x1233"></a> p.<a href="tqpainter.html#begin">begin</a>( &pm ); <a name="x1283"></a> um.<a href="ntqwmatrix.html#translate">translate</a>( pw/2, ph/2 ); // 0,0 is center um = mtx * um; -<a name="x1242"></a> p.<a href="ntqpainter.html#setWorldMatrix">setWorldMatrix</a>( um ); +<a name="x1242"></a> p.<a href="tqpainter.html#setWorldMatrix">setWorldMatrix</a>( um ); switch ( mode() ) { case Text: -<a name="x1240"></a> p.<a href="ntqpainter.html#setFont">setFont</a>( <a href="tqwidget.html#font">font</a>() ); // use widget font -<a name="x1256"></a><a name="x1252"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( r.<a href="ntqrect.html#left">left</a>() + textXPos, r.<a href="ntqrect.html#top">top</a>() + textYPos, text ); +<a name="x1240"></a> p.<a href="tqpainter.html#setFont">setFont</a>( <a href="tqwidget.html#font">font</a>() ); // use widget font +<a name="x1256"></a><a name="x1252"></a> p.<a href="tqpainter.html#drawText">drawText</a>( r.<a href="ntqrect.html#left">left</a>() + textXPos, r.<a href="ntqrect.html#top">top</a>() + textYPos, text ); #if 0 - p.<a href="ntqpainter.html#setPen">setPen</a>( red ); - p.<a href="ntqpainter.html#drawRect">drawRect</a>( br ); + p.<a href="tqpainter.html#setPen">setPen</a>( red ); + p.<a href="tqpainter.html#drawRect">drawRect</a>( br ); #endif break; case Image: -<a name="x1235"></a> p.<a href="ntqpainter.html#drawPixmap">drawPixmap</a>( -pix.<a href="ntqpixmap.html#width">width</a>()/2, -pix.<a href="ntqpixmap.html#height">height</a>()/2, pix ); +<a name="x1235"></a> p.<a href="tqpainter.html#drawPixmap">drawPixmap</a>( -pix.<a href="ntqpixmap.html#width">width</a>()/2, -pix.<a href="ntqpixmap.html#height">height</a>()/2, pix ); break; case Picture: // ### need TQPicture::boundingRect() -<a name="x1239"></a> p.<a href="ntqpainter.html#scale">scale</a>(0.25,0.25); -<a name="x1243"></a> p.<a href="ntqpainter.html#translate">translate</a>(-230,-180); -<a name="x1234"></a> p.<a href="ntqpainter.html#drawPicture">drawPicture</a>( picture ); +<a name="x1239"></a> p.<a href="tqpainter.html#scale">scale</a>(0.25,0.25); +<a name="x1243"></a> p.<a href="tqpainter.html#translate">translate</a>(-230,-180); +<a name="x1234"></a> p.<a href="tqpainter.html#drawPicture">drawPicture</a>( picture ); } -<a name="x1238"></a> p.<a href="ntqpainter.html#end">end</a>(); +<a name="x1238"></a> p.<a href="tqpainter.html#end">end</a>(); int xpos = <a href="tqwidget.html#width">width</a>()/2 - pw/2; int ypos = <a href="tqwidget.html#height">height</a>()/2 - ph/2; @@ -478,7 +478,7 @@ class XFormCenter : public <a href="ntqhbox.html">TQHBox</a>, public ModeNames public: XFormCenter( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); public slots: - void setFont( const <a href="ntqfont.html">TQFont</a> &f ) { sx-><a href="tqwidget.html#setFont">setFont</a>( f ); } + void setFont( const <a href="tqfont.html">TQFont</a> &f ) { sx-><a href="tqwidget.html#setFont">setFont</a>( f ); } void newMode( int ); private: ShowXForm *sx; @@ -512,7 +512,7 @@ void <a name="f395"></a>XFormCenter::newMode( int m ) <a name="f396"></a>XFormCenter::XFormCenter( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqhbox.html">TQHBox</a>( parent, name ) { - <a href="ntqfont.html">TQFont</a> f( "Charter", 36, TQFont::Bold ); + <a href="tqfont.html">TQFont</a> f( "Charter", 36, TQFont::Bold ); xc = new XFormControl( f, this ); sx = new ShowXForm( f, this ); @@ -523,8 +523,8 @@ void <a name="f395"></a>XFormCenter::newMode( int m ) TQ_SLOT(setText(const <a href="tqstring.html">TQString</a>&)) ); <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMatrix(TQWMatrix)), sx, TQ_SLOT(setMatrix(TQWMatrix)) ); - <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newFont(const <a href="ntqfont.html">TQFont</a>&)), sx, - TQ_SLOT(<a href="tqwidget.html#setFont">setFont</a>(const <a href="ntqfont.html">TQFont</a>&)) ); + <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newFont(const <a href="tqfont.html">TQFont</a>&)), sx, + TQ_SLOT(<a href="tqwidget.html#setFont">setFont</a>(const <a href="tqfont.html">TQFont</a>&)) ); <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMode(int)), TQ_SLOT(newMode(int)) ); sx->setText( "Troll" ); newMode( Image ); |