diff --git a/doc/classchart.doc b/doc/classchart.doc index 88848646..6e645133 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -62,13 +62,13 @@ - - + + - - - - + + + + @@ -92,8 +92,8 @@ - - + + diff --git a/doc/customstyles.doc b/doc/customstyles.doc index 8fceeeca..fb6e4938 100644 --- a/doc/customstyles.doc +++ b/doc/customstyles.doc @@ -64,11 +64,11 @@ applications. The first step is to pick one of the base styles provided with TQt to build your custom style from. The choice will depend on what look and feel you are trying to achieve. We recommend that you choose from the -QWindowsStyle derived classes or the QMotifStyle derived classes. +TQWindowsStyle derived classes or the TQMotifStyle derived classes. These are the two base look and feel classes in the TQt style engine. -Inheriting directly from QCommonStyle is also an option if you want to +Inheriting directly from TQCommonStyle is also an option if you want to start almost from scratch when implementing your style. In this simple -example we will inherit from QWindowsStyle. +example we will inherit from TQWindowsStyle. \section2 2. Re-implement the necessary functions in your derived class. @@ -77,15 +77,15 @@ must re-implement the functions that are used to draw those parts of the interface. If you take a look at the \l{TQStyle} documentation, you will find a list of the different primitives, controls and complex controls. In this example we will first change the look of the -standard arrows that are used in the QWindowsStyle. The arrows are +standard arrows that are used in the TQWindowsStyle. The arrows are PrimitiveElements that are drawn by the drawPrimitive() function, so we need to re-implement that function. We need the following class declaration: \code -#include +#include -class CustomStyle : public QWindowsStyle { +class CustomStyle : public TQWindowsStyle { TQ_OBJECT public: CustomStyle(); @@ -179,7 +179,7 @@ void CustomStyle::drawPrimitive( PrimitiveElement pe, p->drawPolygon( pa ); } else { // let the base style handle the other primitives - QWindowsStyle::drawPrimitive( pe, p, r, cg, flags, data ); + TQWindowsStyle::drawPrimitive( pe, p, r, cg, flags, data ); } } \endcode diff --git a/doc/dnd.doc b/doc/dnd.doc index a7105e0f..0b7dae8b 100644 --- a/doc/dnd.doc +++ b/doc/dnd.doc @@ -380,4 +380,4 @@ provided "as is" without express or implied warranty. Modifications Copyright 1999 Matt Koss, under the same license as above. -*/ // NOTE: That notice is from qmotifdnd_x11.cpp. +*/ // NOTE: That notice is from tqmotifdnd_x11.cpp. diff --git a/doc/editions.doc b/doc/editions.doc index 0ed203a9..61c546d1 100644 --- a/doc/editions.doc +++ b/doc/editions.doc @@ -119,7 +119,7 @@ Editions. X - QMotif extension
+ TQMotif extension
Motif co-existence and migration support.
diff --git a/doc/features.doc b/doc/features.doc index a72abbe9..903ce8a1 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -185,21 +185,21 @@ The available options are: \header \i31 GUI Styles \row \i TQT_NO_STYLE_WINDOWS - \i Microsoft Windows style (\l QWindowsStyle) + \i Microsoft Windows style (\l TQWindowsStyle) \i TQT_NO_WIDGETS \row \i TQT_NO_STYLE_MOTIF - \i OSF Motif style (\l QMotifStyle) + \i OSF Motif style (\l TQMotifStyle) \i TQT_NO_WIDGETS \row \i TQT_NO_STYLE_CDE - \i Open Group CDE style (\l QCDEStyle) + \i Open Group CDE style (\l TQCDEStyle) \i TQT_NO_STYLE_MOTIF \row \i TQT_NO_STYLE_AQUA \i MacOS X style (\l QAquaStyle) \row \i TQT_NO_STYLE_PLATINUM - \i MacOS 9 style (\l QPlatinumStyle) + \i MacOS 9 style (\l TQPlatinumStyle) \i TQT_NO_WIDGETS \row \i TQT_NO_STYLE_SGI - \i SGI style (\l QSGIStyle) + \i SGI style (\l TQSGIStyle) \i TQT_NO_STYLE_MOTIF \header \i31 Dialogs diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 5bf99834..abf9e694 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } TQButtonThe abstract base class of button widgets, providing functionality common to buttons TQButtonGroupOrganizes TQButton widgets in a group TQByteArrayArray of bytes -TQCDEStyleCDE look and feel +TQCDEStyleCDE look and feel TQCStringAbstraction of the classic C zero-terminated char array (char *) TQCacheTemplate class that provides a cache based on TQString keys TQCacheIteratorIterator for TQCache collections @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } TQColorGroupGroup of widget colors TQComboBoxCombined button and popup list TQComboTableItemMeans of using comboboxes in TQTables -TQCommonStyleEncapsulates the common Look and Feel of a GUI +TQCommonStyleEncapsulates the common Look and Feel of a GUI TQConstStringString objects using constant Unicode data TQContextMenuEventParameters that describe a context menu event TQCursorMouse cursor with an arbitrary shape @@ -240,11 +240,11 @@ body { background: #ffffff; color: black; } TQMetaPropertyStores meta data about a property TQMimeSourceAbstraction of objects which provide formatted data of a certain MIME type TQMimeSourceFactoryExtensible provider of mime-typed data -TQMotifThe basis of the Motif Extension -TQMotifDialogThe TQDialog API for Motif-based dialogs -TQMotifPlusStyleMore sophisticated Motif-ish look and feel -TQMotifStyleMotif look and feel -TQMotifWidgetThe TQWidget API for Xt/Motif widgets +TQMotifThe basis of the Motif Extension +TQMotifDialogThe TQDialog API for Motif-based dialogs +TQMotifPlusStyleMore sophisticated Motif-ish look and feel +TQMotifStyleMotif look and feel +TQMotifWidgetThe TQWidget API for Xt/Motif widgets TQMouseEventParameters that describe a mouse event TQMoveEventEvent parameters for move events TQMovieIncremental loading of animations or images, signalling as it progresses @@ -271,7 +271,7 @@ body { background: #ffffff; color: black; } TQPicturePaint device that records and replays TQPainter commands TQPixmapOff-screen, pixel-based paint device TQPixmapCacheApplication-global cache for pixmaps -TQPlatinumStyleMac/Platinum look and feel +TQPlatinumStyleMac/Platinum look and feel TQPointDefines a point in the plane TQPointArrayArray of points TQPopupMenuPopup menu widget @@ -295,7 +295,7 @@ body { background: #ffffff; color: black; } TQRegExpValidatorUsed to check a string against a regular expression TQRegionClip region for a painter TQResizeEventEvent parameters for resize events -TQSGIStyleSGI/Irix look and feel +TQSGIStyleSGI/Irix look and feel TQScrollBarVertical or horizontal scroll bar TQScrollViewScrolling area with on-demand scroll bars TQSemaphoreRobust integer semaphore @@ -408,7 +408,7 @@ body { background: #ffffff; color: black; } TQWidgetPluginAbstract base for custom TQWidget plugins TQWidgetStackStack of widgets of which only the top widget is user-visible TQWindowsMimeMaps open-standard MIME to Window Clipboard formats -TQWindowsStyleMicrosoft Windows-like look and feel +TQWindowsStyleMicrosoft Windows-like look and feel TQWizardFramework for wizard dialogs TQWorkspaceWorkspace window that can contain decorated windows, e.g. for MDI TQXmlAttributesXML attributes diff --git a/doc/html/appearance.html b/doc/html/appearance.html index 3e647285..985be4ad 100644 --- a/doc/html/appearance.html +++ b/doc/html/appearance.html @@ -38,10 +38,10 @@ style.

TQBoxLayoutLines up child widgets horizontally or vertically
TQButtonGroupOrganizes TQButton widgets in a group -
TQCDEStyleCDE look and feel +
TQCDEStyleCDE look and feel
TQColorColors based on RGB or HSV values
TQColorGroupGroup of widget colors -
TQCommonStyleEncapsulates the common Look and Feel of a GUI +
TQCommonStyleEncapsulates the common Look and Feel of a GUI
TQCursorMouse cursor with an arbitrary shape
TQFontFont used for drawing text
TQGLayoutIteratorAbstract base class of internal layout iterators @@ -56,11 +56,11 @@ style.
TQLayoutItemAbstract item that a TQLayout manipulates
TQLayoutIteratorIterators over TQLayoutItem
TQMacStyleImplements an Appearance Manager style -
TQMotifPlusStyleMore sophisticated Motif-ish look and feel -
TQMotifStyleMotif look and feel +
TQMotifPlusStyleMore sophisticated Motif-ish look and feel +
TQMotifStyleMotif look and feel
TQPaletteColor groups for each widget state -
TQPlatinumStyleMac/Platinum look and feel -
TQSGIStyleSGI/Irix look and feel +
TQPlatinumStyleMac/Platinum look and feel +
TQSGIStyleSGI/Irix look and feel
TQSizeGripCorner-grip for resizing a top-level window
TQSizePolicyLayout attribute describing horizontal and vertical resizing policy
TQSpacerItemBlank space in a layout @@ -71,7 +71,7 @@ style.
TQVButtonGroupOrganizes TQButton widgets in a vertical column
TQVGroupBoxOrganizes a group of widgets in a vertical column
TQWidgetItemLayout item that represents a widget -
TQWindowsStyleMicrosoft Windows-like look and feel +
TQWindowsStyleMicrosoft Windows-like look and feel


diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 97c7531f..7fee244f 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -52,13 +52,13 @@ body { background: #ffffff; color: black; } - - + + - - - - + + + + @@ -82,8 +82,8 @@ body { background: #ffffff; color: black; } - - + + diff --git a/doc/html/classes.html b/doc/html/classes.html index eb3293d3..b5854f15 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -55,7 +55,7 @@ classes, see TQt's Main Classes. TQIconViewItem -TQPlatinumStyle +TQPlatinumStyle TQTabDialog @@ -407,7 +407,7 @@ classes, see TQt's Main Classes. TQListBoxText -TQSGIStyle +TQSGIStyle TQUrlInfo @@ -566,7 +566,7 @@ classes, see TQt's Main Classes. TQWaitCondition -TQCDEStyle +TQCDEStyle TQFontMetrics @@ -625,7 +625,7 @@ classes, see TQt's Main Classes. TQGbkCodec -TQMotif +TQMotif * TQSqlDatabase @@ -636,7 +636,7 @@ classes, see TQt's Main Classes. -TQMotifDialog +TQMotifDialog * TQSqlDriver @@ -647,7 +647,7 @@ classes, see TQt's Main Classes. -TQMotifPlusStyle +TQMotifPlusStyle TQSqlDriverPlugin @@ -658,18 +658,18 @@ classes, see TQt's Main Classes. TQGL -TQMotifStyle +TQMotifStyle TQSqlEditorFactory -TQWindowsStyle +TQWindowsStyle TQColor TQGLayoutIterator -TQMotifWidget +TQMotifWidget * TQSqlError @@ -730,7 +730,7 @@ classes, see TQt's Main Classes. -TQCommonStyle +TQCommonStyle TQGridLayout diff --git a/doc/html/customstyles.html b/doc/html/customstyles.html index da5f4d49..9bca441c 100644 --- a/doc/html/customstyles.html +++ b/doc/html/customstyles.html @@ -54,9 +54,9 @@ applications.

The first step is to pick one of the base styles provided with TQt to build your custom style from. The choice will depend on what look and feel you are trying to achieve. We recommend that you choose from the -TQWindowsStyle derived classes or the TQMotifStyle derived classes. +TQWindowsStyle derived classes or the TQMotifStyle derived classes. These are the two base look and feel classes in the TQt style engine. -Inheriting directly from TQCommonStyle is also an option if you want to +Inheriting directly from TQCommonStyle is also an option if you want to start almost from scratch when implementing your style. In this simple example we will inherit from TQWindowsStyle.

2. Re-implement the necessary functions in your derived class. @@ -71,9 +71,9 @@ PrimitiveElements that are drawn by the drawPrimitive() function, so we need to re-implement that function. We need the following class declaration:

-#include <ntqwindowsstyle.h>
+#include <tqwindowsstyle.h>
 
-class CustomStyle : public TQWindowsStyle {
+class CustomStyle : public TQWindowsStyle {
     TQ_OBJECT
 public:
     CustomStyle();
diff --git a/doc/html/functions.html b/doc/html/functions.html
index 10b8d1e6..891be771 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -56,7 +56,7 @@ abort:
  TQAction TQButton TQCheckBox TQMenuData TQPopupMenu TQPushButton TQRadioButton
  • accept: TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEvent
  • acceptAction: TQDropEvent
  • acceptCallback: - TQMotifDialog
  • acceptDrop: + TQMotifDialog
  • acceptDrop: TQIconViewItem TQListViewItem
  • acceptDrops: TQWidget
  • accum: TQGLFormat
  • action: @@ -155,7 +155,7 @@ abort: TQCString TQIconDrag TQPtrList TQSqlCursor TQSqlIndex TQSqlRecord TQString TQTextEdit TQValueList TQValueVector TQXmlAttributes
  • appendChild: TQDomNode
  • appendData: TQDomCharacterData
  • applicationContext: - TQMotif
  • applicationDirPath: + TQMotif
  • applicationDirPath: TQApplication
  • applicationFilePath: TQApplication
  • applyButtonPressed: TQTabDialog
  • appropriate: @@ -706,7 +706,7 @@ dark: TQDial
  • dialPressed: TQDial
  • dialReleased: TQDial
  • dialog: - TQMotifDialog
  • digitValue: + TQMotifDialog
  • digitValue: TQChar
  • dimensionChange: TQGridView
  • dir: TQFileDialog TQFileInfo
  • dirEntered: @@ -793,7 +793,7 @@ dark: TQPainter
  • drawPrimitive: TQStyle
  • drawRect: TQPainter
  • drawRiffles: - TQPlatinumStyle
  • drawRoundRect: + TQPlatinumStyle
  • drawRoundRect: TQPainter
  • drawRubber: TQIconView
  • drawShape: TQCanvasEllipse TQCanvasPolygon TQCanvasPolygonalItem TQCanvasRectangle
  • drawText: @@ -1664,12 +1664,12 @@ m11: TQImage
  • mirrored: TQChar
  • mirroredChar: TQChar
  • mixedColor: - TQPlatinumStyle
  • mkdir: + TQPlatinumStyle
  • mkdir: TQDir TQFtp TQUrlOperator
  • mode: TQFileDialog TQIODevice TQLCDNumber TQNPInstance TQSqlCursor
  • modificationChanged: TQTextEdit
  • month: TQDate
  • motifWidget: - TQMotifWidget
  • mouseButtonClicked: + TQMotifWidget
  • mouseButtonClicked: TQIconView TQListBox TQListView
  • mouseButtonPressed: TQIconView TQListBox TQListView
  • mouseDoubleClickEvent: TQWidget
  • mouseGrabber: @@ -2110,7 +2110,7 @@ rBottom: TQSqlDatabase
  • rehighlight: TQSyntaxHighlighter
  • reject: TQDialog
  • rejectCallback: - TQMotifDialog
  • release: + TQMotifDialog
  • release: TQSessionManager
  • releaseKeyboard: TQWidget
  • releaseMouse: TQWidget
  • released: @@ -2967,7 +2967,7 @@ sRect: TQWidget
  • setUris: TQUriDrag
  • setUrl: TQFileDialog TQNetworkProtocol
  • setUseHighlightColors: - TQMotifStyle
  • setUser: + TQMotifStyle
  • setUser: TQUrl
  • setUserName: TQSqlDatabase
  • setUsesBigPixmap: TQToolButton
  • setUsesBigPixmaps: @@ -3027,7 +3027,7 @@ sRect: TQColorGroup
  • shape: TQCursor TQTabBar
  • shear: TQPainter TQWMatrix
  • shell: - TQMotifDialog
  • shortDayName: + TQMotifDialog
  • shortDayName: TQDate
  • shortMonthName: TQDate
  • shortcutKey: TQAccel
  • show: @@ -3396,7 +3396,7 @@ ucs2: TQUriDrag
  • uriToUnicodeUri: TQUriDrag
  • url: TQFileDialog TQNPStream TQNetworkProtocol
  • useHighlightColors: - TQMotifStyle
  • user: + TQMotifStyle
  • user: TQUrl
  • userAgent: TQNPInstance
  • userName: TQSqlDatabase
  • uses3D: @@ -3518,7 +3518,7 @@ x: TQPaintDevice
  • x11DefaultVisual: TQPaintDevice
  • x11Depth: TQPaintDevice
  • x11Display: - TQMotif TQPaintDevice
  • x11Event: + TQMotif TQPaintDevice
  • x11Event: TQMotifWidget TQWidget TQXtWidget
  • x11EventFilter: TQApplication
  • x11ProcessEvent: TQApplication
  • x11Screen: diff --git a/doc/html/headers.html b/doc/html/headers.html index b00023e8..c64251c6 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -53,13 +53,13 @@ body { background: #ffffff; color: black; }
  • tqbuttongroup.h
  • tqcache.h
  • tqcanvas.h -
  • ntqcdestyle.h +
  • tqcdestyle.h
  • tqcheckbox.h
  • tqclipboard.h
  • tqcolor.h
  • tqcolordialog.h
  • tqcombobox.h -
  • ntqcommonstyle.h +
  • tqcommonstyle.h
  • tqcstring.h
  • ntqcursor.h
  • tqdatabrowser.h @@ -140,11 +140,11 @@ body { background: #ffffff; color: black; }
  • ntqmessagebox.h
  • ntqmetaobject.h
  • tqmime.h -
  • qmotif.h -
  • qmotifdialog.h -
  • ntqmotifplusstyle.h -
  • ntqmotifstyle.h -
  • qmotifwidget.h +
  • tqmotif.h +
  • tqmotifdialog.h +
  • tqmotifplusstyle.h +
  • tqmotifstyle.h +
  • tqmotifwidget.h
  • tqmovie.h
  • tqmultilineedit.h
  • tqmutex.h @@ -163,7 +163,7 @@ body { background: #ffffff; color: black; }
  • tqpicture.h
  • tqpixmap.h
  • tqpixmapcache.h -
  • ntqplatinumstyle.h +
  • tqplatinumstyle.h
  • tqpngio.h
  • tqpoint.h
  • tqpointarray.h @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; }
  • tqserversocket.h
  • tqsessionmanager.h
  • tqsettings.h -
  • ntqsgistyle.h +
  • tqsgistyle.h
  • tqsignal.h
  • tqsignalmapper.h
  • tqsimplerichtext.h @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; }
  • tqwidgetplugin.h
  • tqwidgetstack.h
  • ntqwindowdefs.h -
  • ntqwindowsstyle.h +
  • tqwindowsstyle.h
  • tqwizard.h
  • tqwmatrix.h
  • tqworkspace.h diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index cb948aac..1743966b 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -325,7 +325,7 @@ classes in the TQt API.
  • TQEventLoop
  • TQFileIconProvider
  • TQLayout @@ -359,18 +359,18 @@ classes in the TQt API.
  • TQSqlForm
  • TQStyle @@ -413,7 +413,7 @@ classes in the TQt API.
  • TQFontDialog
  • TQInputDialog
  • TQMessageBox -
  • TQMotifDialog +
  • TQMotifDialog
  • TQProgressDialog
  • TQTabDialog
  • TQWizard @@ -471,7 +471,7 @@ classes in the TQt API.
  • TQGLWidget
  • TQHeader
  • TQMainWindow -
  • TQMotifWidget +
  • TQMotifWidget
  • TQNPWidget
  • TQScrollBar
  • TQSizeGrip diff --git a/doc/html/index b/doc/html/index index c228bece..7904d605 100644 --- a/doc/html/index +++ b/doc/html/index @@ -530,8 +530,8 @@ "TQButtonGroup::setExclusive" tqbuttongroup.html#setExclusive "TQButtonGroup::setRadioButtonExclusive" tqbuttongroup.html#setRadioButtonExclusive "TQByteArray" tqbytearray.html -"QCDEStyle" ntqcdestyle.html -"QCDEStyle::~QCDEStyle" ntqcdestyle.html#~QCDEStyle +"TQCDEStyle" tqcdestyle.html +"TQCDEStyle::~TQCDEStyle" tqcdestyle.html#~TQCDEStyle "TQCString" tqcstring.html "TQCString::append" tqcstring.html#append "TQCString::contains" tqcstring.html#contains @@ -1020,7 +1020,7 @@ "TQComboTableItem::setStringList" tqcombotableitem.html#setStringList "TQComboTableItem::text" tqcombotableitem.html#text "TQComboTableItem::~TQComboTableItem" tqcombotableitem.html#~TQComboTableItem -"QCommonStyle" ntqcommonstyle.html +"TQCommonStyle" tqcommonstyle.html "QComponentFactory::createInstance" qcomponentfactory.html#createInstance "QComponentFactory::registerComponent" qcomponentfactory.html#registerComponent "QComponentFactory::registerServer" qcomponentfactory.html#registerServer @@ -4041,23 +4041,23 @@ "TQMimeSourceFactory::setText" tqmimesourcefactory.html#setText "TQMimeSourceFactory::takeDefaultFactory" tqmimesourcefactory.html#takeDefaultFactory "TQMimeSourceFactory::~TQMimeSourceFactory" tqmimesourcefactory.html#~TQMimeSourceFactory -"QMotif" qmotif.html -"QMotif::applicationContext" qmotif.html#applicationContext -"QMotif::x11Display" qmotif.html#x11Display -"QMotif::~QMotif" qmotif.html#~QMotif -"QMotifDialog" qmotifdialog.html -"QMotifDialog::acceptCallback" qmotifdialog.html#acceptCallback -"QMotifDialog::dialog" qmotifdialog.html#dialog -"QMotifDialog::rejectCallback" qmotifdialog.html#rejectCallback -"QMotifDialog::shell" qmotifdialog.html#shell -"QMotifDialog::~QMotifDialog" qmotifdialog.html#~QMotifDialog -"QMotifPlusStyle" ntqmotifplusstyle.html -"QMotifStyle" ntqmotifstyle.html -"QMotifStyle::setUseHighlightColors" ntqmotifstyle.html#setUseHighlightColors -"QMotifStyle::useHighlightColors" ntqmotifstyle.html#useHighlightColors -"QMotifWidget" qmotifwidget.html -"QMotifWidget::motifWidget" qmotifwidget.html#motifWidget -"QMotifWidget::~QMotifWidget" qmotifwidget.html#~QMotifWidget +"TQMotif" tqmotif.html +"TQMotif::applicationContext" tqmotif.html#applicationContext +"TQMotif::x11Display" tqmotif.html#x11Display +"TQMotif::~TQMotif" tqmotif.html#~TQMotif +"TQMotifDialog" tqmotifdialog.html +"TQMotifDialog::acceptCallback" tqmotifdialog.html#acceptCallback +"TQMotifDialog::dialog" tqmotifdialog.html#dialog +"TQMotifDialog::rejectCallback" tqmotifdialog.html#rejectCallback +"TQMotifDialog::shell" tqmotifdialog.html#shell +"TQMotifDialog::~TQMotifDialog" tqmotifdialog.html#~TQMotifDialog +"TQMotifPlusStyle" tqmotifplusstyle.html +"TQMotifStyle" tqmotifstyle.html +"TQMotifStyle::setUseHighlightColors" tqmotifstyle.html#setUseHighlightColors +"TQMotifStyle::useHighlightColors" tqmotifstyle.html#useHighlightColors +"TQMotifWidget" tqmotifwidget.html +"TQMotifWidget::motifWidget" tqmotifwidget.html#motifWidget +"TQMotifWidget::~TQMotifWidget" tqmotifwidget.html#~TQMotifWidget "QMouseEvent" qmouseevent.html "QMouseEvent::accept" qmouseevent.html#accept "QMouseEvent::button" qmouseevent.html#button @@ -4538,9 +4538,9 @@ "TQPixmapCache::insert" tqpixmapcache.html#insert "TQPixmapCache::remove" tqpixmapcache.html#remove "TQPixmapCache::setCacheLimit" tqpixmapcache.html#setCacheLimit -"QPlatinumStyle" ntqplatinumstyle.html -"QPlatinumStyle::drawRiffles" ntqplatinumstyle.html#drawRiffles -"QPlatinumStyle::mixedColor" ntqplatinumstyle.html#mixedColor +"TQPlatinumStyle" tqplatinumstyle.html +"TQPlatinumStyle::drawRiffles" tqplatinumstyle.html#drawRiffles +"TQPlatinumStyle::mixedColor" tqplatinumstyle.html#mixedColor "QPluginManager::queryInterface" qpluginmanager.html#queryInterface "TQPoint" tqpoint.html "TQPoint::isNull" tqpoint.html#isNull @@ -5061,8 +5061,8 @@ "QResizeEvent" qresizeevent.html "QResizeEvent::oldSize" qresizeevent.html#oldSize "QResizeEvent::size" qresizeevent.html#size -"QSGIStyle" ntqsgistyle.html -"QSGIStyle::~QSGIStyle" ntqsgistyle.html#~QSGIStyle +"TQSGIStyle" tqsgistyle.html +"TQSGIStyle::~TQSGIStyle" tqsgistyle.html#~TQSGIStyle "TQScrollBar" tqscrollbar.html "TQScrollBar::doAutoRepeat" tqscrollbar.html#doAutoRepeat "TQScrollBar::draggingSlider" tqscrollbar.html#draggingSlider @@ -7613,7 +7613,7 @@ "TQWindowsMime::initialize" tqwindowsmime.html#initialize "TQWindowsMime::mimeFor" tqwindowsmime.html#mimeFor "TQWindowsMime::~TQWindowsMime" tqwindowsmime.html#~TQWindowsMime -"QWindowsStyle" ntqwindowsstyle.html +"TQWindowsStyle" tqwindowsstyle.html "TQWizard" tqwizard.html "TQWizard::addPage" tqwizard.html#addPage "TQWizard::appropriate" tqwizard.html#appropriate @@ -7894,7 +7894,7 @@ "Tutorial #2" tutorial2.html "User Interface Compiler (uic)" uic.html "Using Custom TQDialogs" motif-walkthrough-4.html -"Using Existing Dialogs with QMotifDialog" motif-walkthrough-5.html +"Using Existing Dialogs with TQMotifDialog" motif-walkthrough-5.html "Using TQt Main Window Classes" motif-walkthrough-6.html "Using TQt Standard Dialogs" motif-walkthrough-3.html "Using menus" menu-example.html diff --git a/doc/html/motif-customwidget-example.html b/doc/html/motif-customwidget-example.html index 858741b3..613b0330 100644 --- a/doc/html/motif-customwidget-example.html +++ b/doc/html/motif-customwidget-example.html @@ -50,7 +50,7 @@ public: MainWindow(); private: - TQMotifWidget *customwidget; + TQMotifWidget *customwidget; }; #endif // MAINWINDOW_H @@ -61,14 +61,14 @@ private:

    #include "mainwindow.h"
     
     #include <ntqapplication.h>
    -#include <qmotif.h>
    +#include <tqmotif.h>
     
     
     int main( int argc, char **argv )
     {
         XtSetLanguageProc( NULL, NULL, NULL );
     
    -    TQMotif integrator( "customwidget" );
    +    TQMotif integrator( "customwidget" );
         TQApplication app( argc, argv );
     
         MainWindow mainwindow;
    @@ -86,7 +86,7 @@ int main( int argc, char **argv )
     #include <tqpopupmenu.h>
     #include <tqstatusbar.h>
     
    -#include <qmotifwidget.h>
    +#include <tqmotifwidget.h>
     
     #include <Xm/Form.h>
     #include <Xm/PushB.h>
    @@ -103,7 +103,7 @@ int main( int argc, char **argv )
         statusBar()->message( tr("This is a TQMainWindow with an XmText widget.") );
     
         customwidget =
    -        new TQMotifWidget( this, xmFormWidgetClass, NULL, 0, "form" );
    +        new TQMotifWidget( this, xmFormWidgetClass, NULL, 0, "form" );
     
         XmString str;
         Arg args[6];
    diff --git a/doc/html/motif-dialog-example.html b/doc/html/motif-dialog-example.html
    index 8a72d684..470b1a0d 100644
    --- a/doc/html/motif-dialog-example.html
    +++ b/doc/html/motif-dialog-example.html
    @@ -39,10 +39,10 @@ body { background: #ffffff; color: black; }
     

    #ifndef MAINWINDOW_H
     #define MAINWINDOW_H
     
    -#include <qmotifwidget.h>
    +#include <tqmotifwidget.h>
     
     
    -class MainWindow : public TQMotifWidget
    +class MainWindow : public TQMotifWidget
     {
     public:
         MainWindow();
    @@ -57,7 +57,7 @@ public:
     


    Implementation:

    #include <ntqapplication.h>
    -#include <qmotif.h>
    +#include <tqmotif.h>
     
     #include "mainwindow.h"
     
    @@ -66,7 +66,7 @@ int main( int argc, char **argv )
     {
         XtSetLanguageProc( NULL, NULL, NULL );
     
    -    TQMotif integrator( "dialog" );
    +    TQMotif integrator( "dialog" );
         TQApplication app( argc, argv );
     
         MainWindow *mainwindow = new MainWindow;
    @@ -114,9 +114,9 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer )
     
     
     MainWindow::MainWindow()
    -    : TQMotifWidget( 0, xmMainWindowWidgetClass, NULL, 0, "mainwindow" )
    +    : TQMotifWidget( 0, xmMainWindowWidgetClass, NULL, 0, "mainwindow" )
     {
    -    Widget menubar = XmCreateMenuBar( motifWidget(), "menubar", NULL, 0 );
    +    Widget menubar = XmCreateMenuBar( motifWidget(), "menubar", NULL, 0 );
         Widget filemenu = XmCreatePulldownMenu( menubar, "filemenu", NULL, 0 );
         Widget item;
     
    @@ -154,14 +154,14 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer )
         Arg args[2];
         XtSetArg( args[0], XmNeditMode, XmMULTI_LINE_EDIT );
         Widget texteditor =
    -        XmCreateScrolledText( motifWidget(), "texteditor",
    +        XmCreateScrolledText( motifWidget(), "texteditor",
                                   args, 1 );
     
         XtManageChild( menubar );
         XtManageChild( texteditor );
     
         // pick a nice default size
    -    XtVaSetValues( motifWidget(),
    +    XtVaSetValues( motifWidget(),
                        XmNwidth, 400,
                        XmNheight, 300,
                        NULL );
    @@ -172,10 +172,10 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer )
     
     void MainWindow::showMotifDialog()
     {
    -    TQMotifDialog dialog( this, "custom dialog", TRUE );
    +    TQMotifDialog dialog( this, "custom dialog", TRUE );
         dialog.setCaption( tr("Custom Motif Dialog") );
     
    -    Widget form = XmCreateForm( dialog.shell(), "custom motif dialog", NULL, 0 );
    +    Widget form = XmCreateForm( dialog.shell(), "custom motif dialog", NULL, 0 );
     
         XmString str;
         Arg args[9];
    @@ -220,7 +220,7 @@ void MainWindow::showMotifDialog()
     void MainWindow::showTQtDialog()
     {
         // custom TQt-based dialog using a Motif-based parent
    -    CustomDialog customdialog( motifWidget(), "custom dialog", TRUE );
    +    CustomDialog customdialog( motifWidget(), "custom dialog", TRUE );
         customdialog.exec();
     }
     
    diff --git a/doc/html/motif-examples.html b/doc/html/motif-examples.html index 4304eb4b..9ce8ed6b 100644 --- a/doc/html/motif-examples.html +++ b/doc/html/motif-examples.html @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; }

    TQMotif Support Extension

    -

    The following example programs illustrate the use of the TQMotif Extension +

    The following example programs illustrate the use of the TQMotif Extension assisting in the migration process of old Xt and Motif based code to the more comfortable TQt toolkit.

    For more information see the TQMotif diff --git a/doc/html/motif-extension.html b/doc/html/motif-extension.html index 5d7e1bf9..86e53c7d 100644 --- a/doc/html/motif-extension.html +++ b/doc/html/motif-extension.html @@ -44,9 +44,9 @@ replaces the older Xt/Motif Support Extension included with earlier versions of TQt.

    The TQt Motif Extension consists of the following classes:

      -
    • TQMotif - Provides the basis of the TQt Motif Extension. -
    • TQMotifWidget - Provides the TQWidget API for Motif widgets. -
    • TQMotifDialog - Provides the TQDialog API for Motif dialogs. +
    • TQMotif - Provides the basis of the TQt Motif Extension. +
    • TQMotifWidget - Provides the TQWidget API for Motif widgets. +
    • TQMotifDialog - Provides the TQDialog API for Motif dialogs.
    • TQXtWidget - The Xt/Motif integration widget from the previous Xt/Motif extension. This class is unsupported and has many known problems and limitations. It is provided only to keep existing source @@ -63,7 +63,7 @@ complete migration of a Motif based program to the TQt toolkit.
  • Incorrect CDE Color Scheme

    -

    TQMotifWidget and TQMotifDialog will use the same Visual, Colormap +

    TQMotifWidget and TQMotifDialog will use the same Visual, Colormap and color depth that TQApplication uses. When using CDE, the color scheme may be incorrect when using a Visual, Colormap and color depth that is not the default. To work around this problem, add the @@ -87,9 +87,9 @@ For example: ... // TQMotif* headers next - #include <qmotif.h> - #include <qmotifdialog.h> - #include <qmotifwidget.h> + #include <tqmotif.h> + #include <tqmotifdialog.h> + #include <tqmotifwidget.h> // Xt/Motif and X11 headers last #include <X11/Xlib.h> @@ -100,19 +100,19 @@ For example:

    Multiple Screen Support

    -

    TQMotifWidget can be used together with TQDesktopWidget to create +

    TQMotifWidget can be used together with TQDesktopWidget to create top-level windows on multiple screens. A common mistake is to create a TQMotifWidget on a non-default screen while the Xt/Motif widgets are created on the default screen. The solution is to specify the screen to both TQMotifWidget and the Xt/Motif child. For example:

    -    Display *dpy = TQMotif::x11Display();
    +    Display *dpy = TQMotif::x11Display();
         Arg args[1];
     
         // make sure both TQMotifWidget and the XmMainWindow are on screen 1
         XtSetArg(args[0], XtNscreen, ScreenOfDisplay(dpy, 1));
    -    TQMotifWidget *toplevel =
    -        new TQMotifWidget(TQApplication::desktop()->screen(1),
    +    TQMotifWidget *toplevel =
    +        new TQMotifWidget(TQApplication::desktop()->screen(1),
                              xmMainWindowWidgetClass, args, 1, "mainwindow");
     
    diff --git a/doc/html/motif-walkthrough-1.html b/doc/html/motif-walkthrough-1.html index 59bf202a..5f7a2fa1 100644 --- a/doc/html/motif-walkthrough-1.html +++ b/doc/html/motif-walkthrough-1.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } [ Home ] [ Next: Preparing to Migrate the User Interface ] -

    Starting with TQMotif and TQApplication +

    Starting with TQMotif and TQApplication

    To be able to use TQt, we need to create a TQApplication object. The TQApplication class controls all the event delivery and display diff --git a/doc/html/motif-walkthrough-3.html b/doc/html/motif-walkthrough-3.html index 2ad589fc..d579c861 100644 --- a/doc/html/motif-walkthrough-3.html +++ b/doc/html/motif-walkthrough-3.html @@ -48,7 +48,7 @@ provide useful static convenience functions.

    Each of these functions takes a TQWidget *parent argument. If we pass zero as the parent argument, then we will have dialogs that are centered on the screen, instead of being centered over our main -window. We can have TQMotifWidget create our XmMainWindow, and we +window. We can have TQMotifWidget create our XmMainWindow, and we can then use this class as the parent for both Motif dialogs and TQt dialogs.

    We need to include the appropriate headers for TQMotifWidget and @@ -57,9 +57,9 @@ dialogs.

    
     

    Next, we make a few modifications to how the application is -initialized. We could initialize Xt/Motif and create the XtAppContext ourselves, but TQMotif can do this for us. +initialized. We could initialize Xt/Motif and create the XtAppContext ourselves, but TQMotif can do this for us. We also let TQApplication open the connection to the X server. Next, -we create a TQMotifWidget, passing xmMainWindowWidgetClass as the widgetclass argument. We can now use the TQMotifWidget::motifWidget() +we create a TQMotifWidget, passing xmMainWindowWidgetClass as the widgetclass argument. We can now use the TQMotifWidget::motifWidget() function to access the Motif widget. The shell widget is created automatically by TQMotifWidget. We use XtParent() to access it. The top-level window is now a TQMotifWidget, which means we can use it @@ -79,7 +79,7 @@ and Save() functions.

    
     

    We also change the arguments to the callbacks. We pass the top-level -TQMotifWidget as the client_data to these functions, since we will +TQMotifWidget as the client_data to these functions, since we will be using it as the parent for the TQFileDialog.

    
     

    @@ -123,7 +123,7 @@ the correct symbols for these functions.
     

    At this point in the code, the page should be deleted. The code to do this is in the DoDeletePage() function. We move the contents of DoDeletePage() to this point and remove the DoDeletePage() function completely. -

    Next, we change todo.cpp to pass the top-level TQMotifWidget as the +

    Next, we change todo.cpp to pass the top-level TQMotifWidget as the client_data tot he DeletePage() function.

    diff --git a/doc/html/motif-walkthrough-4.html b/doc/html/motif-walkthrough-4.html index 90099c4c..f5810871 100644 --- a/doc/html/motif-walkthrough-4.html +++ b/doc/html/motif-walkthrough-4.html @@ -56,7 +56,7 @@ to the .pro file, and regenerate the Makefile. The uicuic is invoked automatically from makefiles generated from .pro files.) -

    We need to pass the top-level TQMotifWidget as the client_data +

    We need to pass the top-level TQMotifWidget as the client_data argument to the EditPage function, which we will use as the parent for our new PageEditDialog. We do this the same way as we have done for the Open and Save As dialogs in todo.cpp. diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html index d6ad1178..31b1aebf 100644 --- a/doc/html/motif-walkthrough-5.html +++ b/doc/html/motif-walkthrough-5.html @@ -41,7 +41,7 @@ have converted the View widget. The Print dialog will be removed once we have finished our migration, since we will use TQPrinter instead. Based on this information, we decide that it is not worth replacing the Print dialog with a custom TQDialog replacement. -Instead, we will keep the Motif based dialog and use TQMotifDialog to +Instead, we will keep the Motif based dialog and use TQMotifDialog to integrate the dialog with the application.

    Modality Requirements

    @@ -74,7 +74,7 @@ function:

    
     

    Integrating the Print Dialog

    -

    Now that the Print dialog has the appropriate accept and reject callbacks, we can use TQMotifDialog. First we need to include +

    Now that the Print dialog has the appropriate accept and reject callbacks, we can use TQMotifDialog. First we need to include the TQMotifDialog header in todo.cpp.

    @@ -82,19 +82,19 @@ the TQMotifDialog header in todo.cpp.

    We add a ShowPrintDialog() function which will create and execute the print dialog.

    
    -

    We change the Print menu item callback to call the new ShowPrintDialog() function. We pass the top-level TQMotifWidget, which +

    We change the Print menu item callback to call the new ShowPrintDialog() function. We pass the top-level TQMotifWidget, which we will use as the parent for the dialog.

    
     

    The ShowPrintDialog() function creates the Print dialog and executes it. We use the XmdNprintCallback callback to accept the dialog and the XmNcancelCallback callback to reject the dialog. We -can do this easily by using the TQMotifDialog::acceptCallback() and -TQMotifDialog::rejectCallback() functions, respectively. We also +can do this easily by using the TQMotifDialog::acceptCallback() and +TQMotifDialog::rejectCallback() functions, respectively. We also ensure that the print callback continues to call the Print() function as before.

    
     

    After we build the project, the application runs and operates as expected. There is no visual or behavioral difference, even though -the Print dialog is using TQMotifDialog. +the Print dialog is using TQMotifDialog.

    [ Previous: Using Custom TQDialogs ] [ Home ] [ Next: Using TQt Main Window Classes ] diff --git a/doc/html/motif-walkthrough-6.html b/doc/html/motif-walkthrough-6.html index 3de6da15..ba890fa9 100644 --- a/doc/html/motif-walkthrough-6.html +++ b/doc/html/motif-walkthrough-6.html @@ -53,7 +53,7 @@ is then compiled and linked into our application. add the implementation for our Main Window to this skeleton implementation.

    We begin by adding the necessary includes for TQApplication -and TQMotifWidget. +and TQMotifWidget.

    
    @@ -103,7 +103,7 @@ needed.
     

    The QuitAppl() and manageCB() callbacks are not needed any more, so we remove them. We do not need the global shell variable either. We remove it and all references to it in the New(), Save() and Open() callbacks. -

    In main(), we make the large changes. First, we use our new MainWindow instead of TQMotifWidget with XmMainWindow. +

    In main(), we make the large changes. First, we use our new MainWindow instead of TQMotifWidget with XmMainWindow.

    
    diff --git a/doc/html/motif-walkthrough-7.html b/doc/html/motif-walkthrough-7.html
    index 0aa2840e..7a3912fe 100644
    --- a/doc/html/motif-walkthrough-7.html
    +++ b/doc/html/motif-walkthrough-7.html
    @@ -176,7 +176,7 @@ provides the TQMIN() and TQMAX() macros which we will use.
     

    Earlier modifications caused the fallback_resources array to become redundant, so we remove it.

    In the near future, our program will not use Motif any more, and we -will no longer need to use TQMotif. To prepare for this, we remove the +will no longer need to use TQMotif. To prepare for this, we remove the resources and optionDesc arrays and create the TQMotif instance with just the APP_CLASS argument.

    The #include statements in the source files are mostly incorrect diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index fbfa2eb8..82e95a07 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -182,14 +182,14 @@ it from our project file and regenerate our Makefile.

    Now that we have implemented our new View widget, we need to remove the old Motif based view widget from todo.cpp. -

    Since we will not be using any Motif widgets, we remove all Motif #include statements, including qmotifwidget.h. +

    Since we will not be using any Motif widgets, we remove all Motif #include statements, including tqmotifwidget.h.

    
     

    We also remove the forward declarations of the ReadDB() function and the notebook, textw and labelw global variables.

    
    -

    Next, we remove the center widget, which uses TQMotifWidget. The Main Window widget and View widget are contained entirely in our +

    Next, we remove the center widget, which uses TQMotifWidget. The Main Window widget and View widget are contained entirely in our MainWindow class, so no extra initialization is needed after creating the mainwindow widget.

    
    diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html
    index b9a91201..8d21cd1c 100644
    --- a/doc/html/motif-walkthrough-9.html
    +++ b/doc/html/motif-walkthrough-9.html
    @@ -81,8 +81,8 @@ finish removing the dependencies on Xt and Motif.
     keywords from the Xt library.  C++ has these built into the language,
     so we use bool and false instead.
     

    The last modification needed to completely remove Xt and Motif from -our application is to stop using the TQMotif class. We remove the -qmotif.h #include statement from todo.cpp, and remove the +our application is to stop using the TQMotif class. We remove the +tqmotif.h #include statement from todo.cpp, and remove the instantiation from the main() function.

    After doing this, we can remove the -lXm and -lqmotif from the LIBS variable in our project file. Our project file also contains diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index c82746ef..51edb764 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -1501,7 +1501,7 @@ object is transferred to TQApplication, so TQApplication will delete the style object on application exit or when a new style is set.

    Example usage:

    -    TQApplication::setStyle( new TQWindowsStyle );
    +    TQApplication::setStyle( new TQWindowsStyle );
       

    When switching application styles, the color palette is set back to diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index 5b40c64f..ea9af3c7 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -98,7 +98,7 @@ protected slots: #include <tqprogressbar.h> #include <tqlayout.h> -#include <ntqmotifstyle.h> +#include <tqmotifstyle.h> /* * Constructor @@ -137,7 +137,7 @@ protected slots: // Create the progressbar progress = new TQProgressBar( 100, this ); - // progress->setStyle( new TQMotifStyle() ); + // progress->setStyle( new TQMotifStyle() ); toplayout->addMultiCellWidget( progress, 1, 1, 0, 1 ); // connect the clicked() SIGNALs of the pushbuttons to SLOTs diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index 5d617035..97ff9dea 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

    The TQMacStyle class implements an Appearance Manager style. More...

    #include <qmacstyle_mac.h> -

    Inherits TQWindowsStyle. +

    Inherits TQWindowsStyle.

    List of all member functions.

    Public Members

      diff --git a/doc/html/qmacstyle_mac-h.html b/doc/html/qmacstyle_mac-h.html index c795d9e1..360748b2 100644 --- a/doc/html/qmacstyle_mac-h.html +++ b/doc/html/qmacstyle_mac-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMACSTYLE_MAC_H #ifndef QT_H -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #endif // QT_H #if defined( TQ_WS_MAC ) && !defined( TQT_NO_STYLE_MAC ) diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 25bc8b5c..99550d23 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -663,7 +663,7 @@ public: Key_unknown = 0xffff }; - // documented in qcommonstyle.cpp + // documented in tqcommonstyle.cpp enum ArrowType { UpArrow, DownArrow, diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 6fdbfe1b..a7059ee4 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -819,11 +819,11 @@
      -
      - QCDEStyle - ~QCDEStyle -
      -
      +
      + TQCDEStyle + ~TQCDEStyle +
      +
      TQChar @@ -1124,10 +1124,10 @@
      -
      - QCommonStyle -
      -
      +
      + TQCommonStyle +
      +
      TQConstString @@ -4701,42 +4701,42 @@
      -
      - QMotif - applicationContext - x11Display - ~QMotif -
      -
      -
      -
      - QMotifDialog - acceptCallback - dialog - rejectCallback - shell - ~QMotifDialog -
      -
      -
      -
      - QMotifPlusStyle -
      -
      -
      -
      - QMotifStyle - setUseHighlightColors - useHighlightColors -
      -
      -
      -
      - QMotifWidget - motifWidget - ~QMotifWidget -
      -
      +
      + TQMotif + applicationContext + x11Display + ~TQMotif +
      +
      +
      +
      + TQMotifDialog + acceptCallback + dialog + rejectCallback + shell + ~TQMotifDialog +
      +
      +
      +
      + TQMotifPlusStyle +
      +
      +
      +
      + TQMotifStyle + setUseHighlightColors + useHighlightColors +
      +
      +
      +
      + TQMotifWidget + motifWidget + ~TQMotifWidget +
      +
      QMouseEvent @@ -5335,12 +5335,12 @@
      -
      - QPlatinumStyle - drawRiffles - mixedColor -
      -
      +
      + TQPlatinumStyle + drawRiffles + mixedColor +
      +
      TQPNGImagePacker @@ -6173,11 +6173,11 @@
      -
      - QSGIStyle - ~QSGIStyle -
      -
      +
      + TQSGIStyle + ~TQSGIStyle +
      +
      QShowEvent @@ -8978,10 +8978,10 @@
      -
      - QWindowsStyle -
      -
      +
      + TQWindowsStyle +
      +
      TQWizard @@ -9665,7 +9665,7 @@
      QMag
      -
      +
      motif-examples
      @@ -9950,8 +9950,8 @@
      Using Custom TQDialogs
      -
      - Using Existing Dialogs with QMotifDialog +
      + Using Existing Dialogs with TQMotifDialog
      Using menus diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index a65dd25c..54540481 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -61,10 +61,10 @@ during runtime using the pulldown menu. #ifndef TQT_NO_STYLE_WINDOWS -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> -class NorwegianWoodStyle : public TQWindowsStyle +class NorwegianWoodStyle : public TQWindowsStyle { public: NorwegianWoodStyle(); @@ -899,7 +899,7 @@ static int get_combo_extra_width( int h, int *return_awh = 0 ); enum { PointUp, PointDown, PointLeft, PointRight }; -NorwegianWoodStyle::NorwegianWoodStyle() : TQWindowsStyle() +NorwegianWoodStyle::NorwegianWoodStyle() : TQWindowsStyle() { } @@ -1118,7 +1118,7 @@ void NorwegianWoodStyle::unPolish( TQWindowsStyle::drawPrimitive( pe, p, r, cg, flags, opt ); + TQWindowsStyle::drawPrimitive( pe, p, r, cg, flags, opt ); break; } } @@ -1229,7 +1229,7 @@ void NorwegianWoodStyle::unPolish( TQWindowsStyle::drawControl( element, p, widget, r, cg, how, opt ); + TQWindowsStyle::drawControl( element, p, widget, r, cg, how, opt ); break; } } @@ -1250,7 +1250,7 @@ void NorwegianWoodStyle::unPolish( TQWindowsStyle::drawControlMask( element, p, widget, r, opt ); + TQWindowsStyle::drawControlMask( element, p, widget, r, opt ); break; } } @@ -1302,7 +1302,7 @@ void NorwegianWoodStyle::unPolish( TQWindowsStyle::drawComplexControl( cc, p, widget, r, cg, how, + TQWindowsStyle::drawComplexControl( cc, p, widget, r, cg, how, sub, subActive, opt ); break; } @@ -1324,7 +1324,7 @@ void NorwegianWoodStyle::unPolish( TQWindowsStyle::drawComplexControlMask( control, p, widget, r, opt ); + TQWindowsStyle::drawComplexControlMask( control, p, widget, r, opt ); break; } } @@ -1575,10 +1575,10 @@ void NorwegianWoodStyle::drawSemicircleButton( ntqwindowsstyle.h> +#include <tqwindowsstyle.h> -class MetalStyle : public TQWindowsStyle +class MetalStyle : public TQWindowsStyle { public: MetalStyle(); @@ -1669,7 +1669,7 @@ private: -MetalStyle::MetalStyle() : TQWindowsStyle() { } +MetalStyle::MetalStyle() : TQWindowsStyle() { } /*! Reimplementation from TQStyle @@ -1818,7 +1818,7 @@ void MetalStyle::unPolish( TQWindowsStyle::drawPrimitive( pe, p, r, cg, flags, opt ); + TQWindowsStyle::drawPrimitive( pe, p, r, cg, flags, opt ); break; } } @@ -1922,7 +1922,7 @@ void MetalStyle::unPolish( TQWindowsStyle::drawControl( element, p, widget, r, cg, how, opt ); + TQWindowsStyle::drawControl( element, p, widget, r, cg, how, opt ); break; } } @@ -1970,7 +1970,7 @@ void MetalStyle::unPolish( TQWindowsStyle::drawComplexControl( cc, p, widget, r, cg, how, sub, subActive, + TQWindowsStyle::drawComplexControl( cc, p, widget, r, cg, how, sub, subActive, opt ); break; } @@ -2344,7 +2344,7 @@ void Themes::aboutTQt() *****************************************************************************/ #include <ntqapplication.h> -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> #include "themes.h" #include "metal.h" diff --git a/doc/html/titleindex b/doc/html/titleindex index 81b75c50..cc490b64 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -182,8 +182,8 @@ TQButtonGroup Class | tqbuttongroup.html TQButtonGroup Member List | tqbuttongroup-members.html TQByteArray Class | tqbytearray.html TQByteArray Member List | tqbytearray-members.html -QCDEStyle Class | ntqcdestyle.html -QCDEStyle Member List | qcdestyle-members.html +TQCDEStyle Class | tqcdestyle.html +TQCDEStyle Member List | tqcdestyle-members.html TQCString Class | tqcstring.html TQCString Member List | tqcstring-members.html TQCache Class | tqcache.html @@ -246,8 +246,8 @@ TQComboBox Class | tqcombobox.html TQComboBox Member List | tqcombobox-members.html TQComboTableItem Class | tqcombotableitem.html TQComboTableItem Member List | tqcombotableitem-members.html -QCommonStyle Class | ntqcommonstyle.html -QCommonStyle Member List | qcommonstyle-members.html +TQCommonStyle Class | tqcommonstyle.html +TQCommonStyle Member List | tqcommonstyle-members.html TQConstString Class | tqconststring.html TQConstString Member List | tqconststring-members.html QContextMenuEvent Class | qcontextmenuevent.html @@ -560,17 +560,17 @@ TQMimeSource Class | tqmimesource.html TQMimeSource Member List | tqmimesource-members.html TQMimeSourceFactory Class | tqmimesourcefactory.html TQMimeSourceFactory Member List | tqmimesourcefactory-members.html -QMotif Class | qmotif.html -QMotif Member List | qmotif-members.html -QMotif Support Extension | motif-examples.html -QMotifDialog Class | qmotifdialog.html -QMotifDialog Member List | qmotifdialog-members.html -QMotifPlusStyle Class | ntqmotifplusstyle.html -QMotifPlusStyle Member List | qmotifplusstyle-members.html -QMotifStyle Class | ntqmotifstyle.html -QMotifStyle Member List | qmotifstyle-members.html -QMotifWidget Class | qmotifwidget.html -QMotifWidget Member List | qmotifwidget-members.html +TQMotif Class | tqmotif.html +TQMotif Member List | tqmotif-members.html +TQMotif Support Extension | motif-examples.html +TQMotifDialog Class | tqmotifdialog.html +TQMotifDialog Member List | tqmotifdialog-members.html +TQMotifPlusStyle Class | tqmotifplusstyle.html +TQMotifPlusStyle Member List | tqmotifplusstyle-members.html +TQMotifStyle Class | tqmotifstyle.html +TQMotifStyle Member List | tqmotifstyle-members.html +TQMotifWidget Class | tqmotifwidget.html +TQMotifWidget Member List | tqmotifwidget-members.html QMouseEvent Class | qmouseevent.html QMouseEvent Member List | qmouseevent-members.html QMoveEvent Class | qmoveevent.html @@ -625,8 +625,8 @@ TQPixmap Class | tqpixmap.html TQPixmap Member List | tqpixmap-members.html TQPixmapCache Class | tqpixmapcache.html TQPixmapCache Member List | tqpixmapcache-members.html -QPlatinumStyle Class | ntqplatinumstyle.html -QPlatinumStyle Member List | qplatinumstyle-members.html +TQPlatinumStyle Class | tqplatinumstyle.html +TQPlatinumStyle Member List | tqplatinumstyle-members.html TQPoint Class | tqpoint.html TQPoint Member List | tqpoint-members.html TQPointArray Class | tqpointarray.html @@ -674,8 +674,8 @@ TQRegion Class | tqregion.html TQRegion Member List | tqregion-members.html QResizeEvent Class | qresizeevent.html QResizeEvent Member List | qresizeevent-members.html -QSGIStyle Class | ntqsgistyle.html -QSGIStyle Member List | qsgistyle-members.html +TQSGIStyle Class | tqsgistyle.html +TQSGIStyle Member List | tqsgistyle-members.html TQScrollBar Class | tqscrollbar.html TQScrollBar Member List | tqscrollbar-members.html TQScrollView Class | tqscrollview.html @@ -902,8 +902,8 @@ TQWidgetStack Class | tqwidgetstack.html TQWidgetStack Member List | tqwidgetstack-members.html TQWindowsMime Class | tqwindowsmime.html TQWindowsMime Member List | tqwindowsmime-members.html -QWindowsStyle Class | ntqwindowsstyle.html -QWindowsStyle Member List | qwindowsstyle-members.html +TQWindowsStyle Class | tqwindowsstyle.html +TQWindowsStyle Member List | tqwindowsstyle-members.html TQWizard Class | tqwizard.html TQWizard Member List | tqwizard-members.html TQWorkspace Class | tqworkspace.html @@ -1033,7 +1033,7 @@ Trivial Example | trivial-nsplugin-example.html Tutorial #2 | tutorial2.html User Interface Compiler (uic) | uic.html Using Custom TQDialogs | motif-walkthrough-4.html -Using Existing Dialogs with QMotifDialog | motif-walkthrough-5.html +Using Existing Dialogs with TQMotifDialog | motif-walkthrough-5.html Using TQt Main Window Classes | motif-walkthrough-6.html Using TQt Standard Dialogs | motif-walkthrough-3.html Using menus | menu-example.html @@ -1089,13 +1089,13 @@ tqbutton.h Include File | tqbutton-h.html tqbuttongroup.h Include File | tqbuttongroup-h.html tqcache.h Include File | tqcache-h.html tqcanvas.h Include File | tqcanvas-h.html -ntqcdestyle.h Include File | qcdestyle-h.html +tqcdestyle.h Include File | tqcdestyle-h.html tqcheckbox.h Include File | tqcheckbox-h.html tqclipboard.h Include File | tqclipboard-h.html tqcolor.h Include File | tqcolor-h.html tqcolordialog.h Include File | tqcolordialog-h.html tqcombobox.h Include File | tqcombobox-h.html -ntqcommonstyle.h Include File | qcommonstyle-h.html +tqcommonstyle.h Include File | tqcommonstyle-h.html tqcstring.h Include File | tqcstring-h.html ntqcursor.h Include File | qcursor-h.html tqdatabrowser.h Include File | tqdatabrowser-h.html @@ -1175,11 +1175,11 @@ tqmenudata.h Include File | tqmenudata-h.html ntqmessagebox.h Include File | qmessagebox-h.html ntqmetaobject.h Include File | qmetaobject-h.html tqmime.h Include File | tqmime-h.html -qmotif.h Include File | qmotif-h.html -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 +tqmotif.h Include File | tqmotif-h.html +tqmotifdialog.h Include File | tqmotifdialog-h.html +tqmotifplusstyle.h Include File | tqmotifplusstyle-h.html +tqmotifstyle.h Include File | tqmotifstyle-h.html +tqmotifwidget.h Include File | tqmotifwidget-h.html tqmovie.h Include File | tqmovie-h.html tqmultilineedit.h Include File | tqmultilineedit-h.html tqmutex.h Include File | tqmutex-h.html @@ -1199,7 +1199,7 @@ tqpen.h Include File | tqpen-h.html tqpicture.h Include File | tqpicture-h.html tqpixmap.h Include File | tqpixmap-h.html tqpixmapcache.h Include File | tqpixmapcache-h.html -ntqplatinumstyle.h Include File | qplatinumstyle-h.html +tqplatinumstyle.h Include File | tqplatinumstyle-h.html tqpngio.h Include File | tqpngio-h.html tqpoint.h Include File | tqpoint-h.html tqpointarray.h Include File | tqpointarray-h.html @@ -1227,7 +1227,7 @@ tqsemaphore.h Include File | tqsemaphore-h.html tqserversocket.h Include File | tqserversocket-h.html tqsessionmanager.h Include File | tqsessionmanager-h.html tqsettings.h Include File | tqsettings-h.html -ntqsgistyle.h Include File | qsgistyle-h.html +tqsgistyle.h Include File | tqsgistyle-h.html tqsignal.h Include File | tqsignal-h.html tqsignalmapper.h Include File | tqsignalmapper-h.html tqsimplerichtext.h Include File | tqsimplerichtext-h.html @@ -1305,7 +1305,7 @@ tqwidgetfactory.h Include File | tqwidgetfactory-h.html tqwidgetplugin.h Include File | tqwidgetplugin-h.html tqwidgetstack.h Include File | tqwidgetstack-h.html ntqwindowdefs.h Include File | qwindowdefs-h.html -ntqwindowsstyle.h Include File | qwindowsstyle-h.html +tqwindowsstyle.h Include File | tqwindowsstyle-h.html tqwizard.h Include File | tqwizard-h.html tqwmatrix.h Include File | tqwmatrix-h.html tqworkspace.h Include File | tqworkspace-h.html diff --git a/doc/html/qcdestyle-h.html b/doc/html/tqcdestyle-h.html similarity index 92% rename from doc/html/qcdestyle-h.html rename to doc/html/tqcdestyle-h.html index 5bb26269..3e8308c4 100644 --- a/doc/html/qcdestyle-h.html +++ b/doc/html/tqcdestyle-h.html @@ -1,9 +1,9 @@ - + -ntqcdestyle.h Include File +tqcdestyle.h Include File