diff --git a/doc/classchart.doc b/doc/classchart.doc index 9f9b0c1d..5ca79710 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -85,7 +85,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -142,8 +142,8 @@ - - + + @@ -161,7 +161,7 @@ - + @@ -244,8 +244,8 @@ - - + + @@ -303,7 +303,7 @@ - + diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index 7a62e965..6661656c 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -133,14 +133,14 @@ and to read back into the same TQt integer type when reading. \i Shape id (TQ_INT16) \i If shape is BitmapCursor: The bitmap (QPixmap), mask (QPixmap) and hot spot (QPoint) \endlist -\row \i QDate +\row \i TQDate \i \list \i Julian day (TQ_UINT32) \endlist -\row \i QDateTime +\row \i TQDateTime \i \list - \i Date (QDate) - \i Time (QTime) + \i Date (TQDate) + \i Time (TQTime) \endlist \row \i QFont \i \list @@ -220,7 +220,7 @@ and to read back into the same TQt integer type when reading. otherwise: The string length (TQ_UINT32) followed by the data in UTF-16 \endlist -\row \i QTime +\row \i TQTime \i \list \i Milliseconds since midnight (TQ_UINT32) \endlist diff --git a/doc/html/aclock-example.html b/doc/html/aclock-example.html index 88320ca9..7f241db5 100644 --- a/doc/html/aclock-example.html +++ b/doc/html/aclock-example.html @@ -50,7 +50,7 @@ This example displays an analog clock widget. #define ACLOCK_H #include <tqwidget.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> class TQTimer; class AnalogClock : public TQWidget // analog clock widget @@ -71,12 +71,12 @@ private slots: void timeout(); public slots: - void setTime( const TQTime & t ); + void setTime( const TQTime & t ); private: TQPoint clickPos; - TQTime time; - TQTimer *internalTimer; + TQTime time; + TQTimer *internalTimer; }; @@ -96,7 +96,7 @@ private: *****************************************************************************/ #include "aclock.h" -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqbitmap.h> @@ -107,10 +107,10 @@ private: AnalogClock::AnalogClock( TQWidget *parent, const char *name ) : TQWidget( parent, name ) { - time = TQTime::currentTime(); // get current time - internalTimer = new TQTimer( this ); // create internal timer - connect( internalTimer, TQ_SIGNAL(timeout()), TQ_SLOT(timeout()) ); - internalTimer->start( 5000 ); // emit signal every 5 seconds + time = TQTime::currentTime(); // get current time + internalTimer = new TQTimer( this ); // create internal timer + connect( internalTimer, TQ_SIGNAL(timeout()), TQ_SLOT(timeout()) ); + internalTimer->start( 5000 ); // emit signal every 5 seconds } void AnalogClock::mousePressEvent( TQMouseEvent *e ) @@ -133,10 +133,10 @@ void AnalogClock::mousePressEvent( < // When we set an explicit time we don't want the timeout() slot to be // called anymore as this relies on currentTime() // -void AnalogClock::setTime( const TQTime & t ) +void AnalogClock::setTime( const TQTime & t ) { time = t; - disconnect( internalTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(timeout()) ); + disconnect( internalTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(timeout()) ); if (autoMask()) updateMask(); else @@ -146,10 +146,10 @@ void AnalogClock::setTime( const TQTime< void AnalogClock::timeout() { - TQTime old_time = time; - time = TQTime::currentTime(); - if ( old_time.minute() != time.minute() - || old_time.hour() != time.hour() ) { // minute or hour has changed + TQTime old_time = time; + time = TQTime::currentTime(); + if ( old_time.minute() != time.minute() + || old_time.hour() != time.hour() ) { // minute or hour has changed if (autoMask()) updateMask(); else diff --git a/doc/html/advanced.html b/doc/html/advanced.html index 2a020154..e2e3cac2 100644 --- a/doc/html/advanced.html +++ b/doc/html/advanced.html @@ -38,8 +38,8 @@ body { background: #ffffff; color: black; }
Implementation: -
#include <ntqdatetime.h> +
#include <tqdatetime.h> #include <ntqmainwindow.h> #include <ntqstatusbar.h> #include <ntqmessagebox.h> diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 0a7f061e..133d1d5f 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -75,7 +75,7 @@ body { background: #ffffff; color: black; } - + @@ -110,7 +110,7 @@ body { background: #ffffff; color: black; } - + @@ -132,8 +132,8 @@ body { background: #ffffff; color: black; } - - + + @@ -151,7 +151,7 @@ body { background: #ffffff; color: black; } - + @@ -234,8 +234,8 @@ body { background: #ffffff; color: black; } - - + + @@ -293,7 +293,7 @@ body { background: #ffffff; color: black; } - + diff --git a/doc/html/classes.html b/doc/html/classes.html index 0b001d86..da7b6b48 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -255,7 +255,7 @@ classes, see TQt's Main Classes.R TQRadioButton - TQTime + TQTime @@ -266,7 +266,7 @@ classes, see TQt's Main Classes. TQRangeControl - TQTimeEdit + TQTimeEdit B TQBig5Codec @@ -277,7 +277,7 @@ classes, see TQt's Main Classes. TQRect - TQTimer + TQTimer TQBig5hkscsCodec @@ -288,7 +288,7 @@ classes, see TQt's Main Classes. TQRegExp - TQTimerEvent + TQTimerEvent TQBitArray @@ -862,7 +862,7 @@ classes, see TQt's Main Classes. TQXmlLexicalHandler - TQDate + TQDate TQHttp P @@ -873,7 +873,7 @@ classes, see TQt's Main Classes. TQXmlLocator - TQDateEdit + TQDateEdit TQHttpHeader @@ -884,7 +884,7 @@ classes, see TQt's Main Classes. TQXmlNamespaceSupport - TQDateTime + TQDateTime TQHttpRequestHeader @@ -895,7 +895,7 @@ classes, see TQt's Main Classes. TQXmlParseException - TQDateTimeEdit + TQDateTimeEdit TQHttpResponseHeader @@ -906,7 +906,7 @@ classes, see TQt's Main Classes. TQXmlReader - TQDateTimeEditBase + TQDateTimeEditBase I TQIconDrag diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index 4d8bf78f..4f66d5a6 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -129,8 +129,8 @@ The null string is represented as (TQ_UINT32) 0. TQDateTime TQFont diff --git a/doc/html/dclock-example.html b/doc/html/dclock-example.html index 2a614d05..e3395147 100644 --- a/doc/html/dclock-example.html +++ b/doc/html/dclock-example.html @@ -60,7 +60,7 @@ public: DigitalClock( TQWidget *parent=0, const char *name=0 ); protected: // event handlers - void timerEvent( TQTimerEvent * ); + void timerEvent( TQTimerEvent * ); void mousePressEvent( TQMouseEvent * ); private slots: // internal slots @@ -92,7 +92,7 @@ private: // internal data *****************************************************************************/ #include "dclock.h" -#include <ntqdatetime.h> +#include <tqdatetime.h> // @@ -117,9 +117,9 @@ private: // internal data // and another one for switching back from date mode to time mode. // -void DigitalClock::timerEvent( TQTimerEvent *e ) +void DigitalClock::timerEvent( TQTimerEvent *e ) { - if ( e->timerId() == showDateTimer ) // stop showing date + if ( e->timerId() == showDateTimer ) // stop showing date stopDate(); else { // normal timer if ( showDateTimer == -1 ) // not showing date @@ -147,9 +147,9 @@ void DigitalClock::showDate() { if ( showDateTimer != -1 ) // already showing date return; - TQDate date = TQDate::currentDate(); + TQDate date = TQDate::currentDate(); TQString s; - s.sprintf( "%2d %2d", date.month(), date.day() ); + s.sprintf( "%2d %2d", date.month(), date.day() ); display( s ); // sets the LCD number/text showDateTimer = startTimer( 2000 ); // keep this state for 2 secs } @@ -172,7 +172,7 @@ void DigitalClock::stopDate() void DigitalClock::showTime() { showingColon = !showingColon; // toggle/blink colon - TQString s = TQTime::currentTime().toString().left(5); + TQString s = TQTime::currentTime().toString().left(5); if ( !showingColon ) s[2] = ' '; if ( s[0] == '0' ) diff --git a/doc/html/dirview-example.html b/doc/html/dirview-example.html index f8c0fd5f..8a04e9ce 100644 --- a/doc/html/dirview-example.html +++ b/doc/html/dirview-example.html @@ -56,7 +56,7 @@ Drag&Drop in a listview. #include <tqstring.h> #include <ntqfile.h> #include <ntqfileinfo.h> -#include <ntqtimer.h> +#include <tqtimer.h> class TQWidget; class TQDragEnterEvent; @@ -143,7 +143,7 @@ private: bool dirsOnly; TQListViewItem *oldCurrent; TQListViewItem *dropItem; - TQTimer* autoopen_timer; + TQTimer* autoopen_timer; TQPoint presspos; bool mousePressed; @@ -436,7 +436,7 @@ TQString Directory::fullName() : TQListView( parent, name ), dirsOnly( sdo ), oldCurrent( 0 ), dropItem( 0 ), mousePressed( FALSE ) { - autoopen_timer = new TQTimer( this ); + autoopen_timer = new TQTimer( this ); if ( !folderLocked ) { folderLocked = new TQPixmap( folder_locked ); folderClosed = new TQPixmap( folder_closed_xpm ); @@ -452,7 +452,7 @@ TQString Directory::fullName() setAcceptDrops( TRUE ); viewport()->setAcceptDrops( TRUE ); - connect( autoopen_timer, TQ_SIGNAL( timeout() ), + connect( autoopen_timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( openFolder() ) ); } @@ -467,7 +467,7 @@ void DirectoryView::slotFolderSelected( DirectoryView::openFolder() { - autoopen_timer->stop(); + autoopen_timer->stop(); if ( dropItem && !dropItem->isOpen() ) { dropItem->setOpen( TRUE ); dropItem->repaint(); @@ -489,7 +489,7 @@ static const int autoopenTime = 750; TQListViewItem *i = itemAt( contentsToViewport(e->pos()) ); if ( i ) { dropItem = i; - autoopen_timer->start( autoopenTime ); + autoopen_timer->start( autoopenTime ); } } @@ -507,9 +507,9 @@ static const int autoopenTime = 750; setSelected( i, TRUE ); e->accept(); if ( i != dropItem ) { - autoopen_timer->stop(); + autoopen_timer->stop(); dropItem = i; - autoopen_timer->start( autoopenTime ); + autoopen_timer->start( autoopenTime ); } switch ( e->action() ) { case TQDropEvent::Copy: @@ -525,14 +525,14 @@ static const int autoopenTime = 750; } } else { e->ignore(); - autoopen_timer->stop(); + autoopen_timer->stop(); dropItem = 0; } } void DirectoryView::contentsDragLeaveEvent( TQDragLeaveEvent * ) { - autoopen_timer->stop(); + autoopen_timer->stop(); dropItem = 0; setCurrentItem( oldCurrent ); @@ -541,7 +541,7 @@ static const int autoopenTime = 750; void DirectoryView::contentsDropEvent( TQDropEvent *e ) { - autoopen_timer->stop(); + autoopen_timer->stop(); if ( !TQUriDrag::canDecode(e) ) { e->ignore(); diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html index ac24caf5..069fc25a 100644 --- a/doc/html/distributor-example.html +++ b/doc/html/distributor-example.html @@ -71,13 +71,13 @@ distributed with TQt. #include <ntqlineedit.h> #include <ntqmessagebox.h> #include <ntqpushbutton.h> -#include <ntqtimer.h> +#include <tqtimer.h> void Distributor::init() { - timer = new TQTimer( this ); - connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(checkLibData()) ); + timer = new TQTimer( this ); + connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(checkLibData()) ); cancelButton()->setAutoDefault( FALSE ); backButton()->setAutoDefault( FALSE ); @@ -142,7 +142,7 @@ void Distributor::checkLibFilename( const TQString & if ( ! filename.isEmpty() && fileinfo.exists() && fileinfo.isReadable() && fileinfo.isWritable() && fileinfo.isFile() && !fileinfo.isSymLink() ) - timer->start( 500, TRUE ); + timer->start( 500, TRUE ); } void Distributor::browseLibFilename() diff --git a/doc/html/events.html b/doc/html/events.html index 7dd353d4..bf161f9a 100644 --- a/doc/html/events.html +++ b/doc/html/events.html @@ -58,8 +58,8 @@ and Signals and Slots.
TQResizeEvent Event parameters for resize events TQShowEvent Event which is sent when a widget is shown TQTabletEvent Parameters that describe a Tablet event - TQTimer Timer signals and single-shot timers - TQTimerEvent Parameters that describe a timer event + TQTimer Timer signals and single-shot timers + TQTimerEvent Parameters that describe a timer event TQWheelEvent Parameters that describe a wheel event diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index b891f4d1..bae3bef5 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -41,7 +41,7 @@ important events that aren't related to graphics, for example, socket activation, which is the event used by TQSocketNotifier for its work. Some events come from the window system, e.g. TQMouseEvent, some -from other sources, e.g. TQTimerEvent, and some come from the +from other sources, e.g. TQTimerEvent, and some come from the application program. TQt is symmetric, as usual, so you can send events in exactly the same ways as TQt's own event loop does.
Most events types have special classes, most commonly TQResizeEvent, diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 23ec5149..32e99f47 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -58,7 +58,7 @@ used. #include <tqstring.h> #include <ntqfileinfo.h> #include <ntqdir.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <tqiconview.h> class TQtFileIconView; @@ -204,7 +204,7 @@ protected: TQFileInfo *itemFileInfo; ItemType itemType; bool checkSetText; - TQTimer timer; + TQTimer timer; TQtFileIconView::ViewMode vm; }; diff --git a/doc/html/forever-example.html b/doc/html/forever-example.html index cd79ff54..2ef77fd5 100644 --- a/doc/html/forever-example.html +++ b/doc/html/forever-example.html @@ -68,7 +68,7 @@ public: Forever( TQWidget *parent=0, const char *name=0 ); protected: void paintEvent( TQPaintEvent * ); - void timerEvent( TQTimerEvent * ); + void timerEvent( TQTimerEvent * ); private slots: void updateCaption(); private: @@ -92,7 +92,7 @@ private: ** *****************************************************************************/ -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqapplication.h> #include <stdlib.h> // defines rand() function @@ -118,10 +118,10 @@ private: } rectangles = 0; startTimer( 0 ); // run continuous timer - TQTimer * counter = new TQTimer( this ); - connect( counter, TQ_SIGNAL(timeout()), + TQTimer * counter = new TQTimer( this ); + connect( counter, TQ_SIGNAL(timeout()), this, TQ_SLOT(updateCaption()) ); - counter->start( 1000 ); + counter->start( 1000 ); } @@ -159,7 +159,7 @@ void Forever::updateCaption() // Handles timer events for the Forever widget. // -void Forever::timerEvent( TQTimerEvent * ) +void Forever::timerEvent( TQTimerEvent * ) { for ( int i=0; i<100; i++ ) { repaint( FALSE ); // repaint, don't erase diff --git a/doc/html/functions.html b/doc/html/functions.html index 662c640e..e8c20a9b 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -84,7 +84,7 @@ abort: TQDataTable TQListView
- addCoords: TQRect
- addDatabase: TQSqlDatabase
- addDays: - TQDate TQDateTime
- addDockWindow: + TQDate TQDateTime
- addDockWindow: TQMainWindow
- addFactory: TQMimeSourceFactory
- addFilePath: TQMimeSourceFactory
- addFilter: @@ -95,8 +95,8 @@ abort: TQFileDialog
- addLibraryPath: TQApplication
- addLine: TQDial TQRangeControl
- addMSecs: - TQTime
- addMonths: - TQDate TQDateTime
- addMultiCell: + TQTime
- addMonths: + TQDate TQDateTime
- addMultiCell: TQGridLayout
- addMultiCellLayout: TQGridLayout
- addMultiCellWidget: TQGridLayout
- addOperation: @@ -104,7 +104,7 @@ abort: TQDial TQRangeControl TQWizard
- addPath: TQUrl
- addRightWidget: TQFileDialog
- addSecs: - TQDateTime TQTime
- addSelection: + TQDateTime TQTime
- addSelection: TQTable
- addSeparator: TQActionGroup TQToolBar
- addSpace: TQGroupBox
- addSpacing: @@ -118,7 +118,7 @@ abort: TQBoxLayout TQGridLayout TQStatusBar TQWidgetStack
- addWidgetFactory: TQWidgetFactory
- addWidgets: TQFileDialog
- addYears: - TQDate TQDateTime
- addedTo: + TQDate TQDateTime
- addedTo: TQAction
- address: TQServerSocket TQSocket TQSocketDevice
- addressReusable: TQSocketDevice
- addresses: @@ -222,7 +222,7 @@ abort: TQDomElement
- attributes: TQDomElement TQDomNode
- autoAdd: TQLayout
- autoAdvance: - TQDateEdit TQDateTimeEdit TQTimeEdit
- autoArrange: + TQDateEdit TQDateTimeEdit TQTimeEdit
- autoArrange: TQIconView
- autoBufferSwap: TQGLWidget
- autoClose: TQProgressDialog
- autoCompletion: @@ -352,7 +352,7 @@ c: TQWindowsMime
- cfFor: TQWindowsMime
- cfToMime: TQWindowsMime
- changeInterval: - TQTimer
- changeItem: + TQTimer
- changeItem: TQComboBox TQListBox TQMenuData TQPopupMenu
- changeSize: TQSpacerItem
- changeTab: TQTabDialog TQTabWidget
- changed: @@ -583,8 +583,8 @@ c: TQTable
- currentCommand: TQFtp
- currentContext: TQGLContext
- currentDate: - TQDate
- currentDateTime: - TQDateTime
- currentDestinationDevice: + TQDate
- currentDateTime: + TQDateTime
- currentDestinationDevice: TQHttp
- currentDevice: TQFtp
- currentDirPath: TQDir
- currentEdited: @@ -607,7 +607,7 @@ c: TQTabBar
- currentText: TQComboBox TQComboTableItem TQListBox
- currentThread: TQThread
- currentTime: - TQTime
- currentValueText: + TQTime
- currentValueText: TQSpinBox
- currentVerticalAlignmentChanged: TQTextEdit
- cursor: TQWidget
- cursorBackward: @@ -642,16 +642,16 @@ dark: TQSqlDatabase
- databaseName: TQSqlDatabase
- databaseText: TQSqlError
- date: - TQDateEdit TQDateTime
- dateEdit: - TQDateTimeEdit
- dateFormat: + TQDateEdit TQDateTime
- dateEdit: + TQDateTimeEdit
- dateFormat: TQDataTable
- dateTime: - TQDateTimeEdit
- day: - TQDate TQStyleOption
- dayOfWeek: - TQDate
- dayOfYear: - TQDate
- daysInMonth: - TQDate
- daysInYear: - TQDate
- daysTo: - TQDate TQDateTime
- deciPointSize: + TQDateTimeEdit
- day: + TQDate TQStyleOption
- dayOfWeek: + TQDate
- dayOfYear: + TQDate
- daysInMonth: + TQDate
- daysInYear: + TQDate
- daysTo: + TQDate TQDateTime
- deciPointSize: TQFont
- decimals: TQDoubleValidator
- declHandler: TQXmlReader
- decode: @@ -725,7 +725,7 @@ dark: TQMovie
- disconnectStatus: TQMovie
- disconnectUpdate: TQMovie
- display: - TQLCDNumber TQTimeEdit TQWhatsThis
- displayMode: + TQLCDNumber TQTimeEdit TQWhatsThis
- displayMode: TQStyleSheetItem
- displayText: TQLineEdit
- doAutoScroll: TQIconView TQListView
- doDefaultAction: @@ -823,7 +823,7 @@ echoMode: TQComboBox
- edited: TQMultiLineEdit
- editor: TQSpinBox
- elapsed: - TQTime
- elementById: + TQTime
- elementById: TQDomDocument
- elementsByTagName: TQDomDocument TQDomElement
- elementsByTagNameNS: TQDomDocument TQDomElement
- emitSelectionChanged: @@ -943,7 +943,7 @@ falseText: TQDomNode TQListView TQListViewItem
- firstItem: TQIconView TQListBox
- firstRecordAvailable: TQDataBrowser
- fix: - TQDateEdit
- fixedExtent: + TQDateEdit
- fixedExtent: TQDockWindow
- fixedPitch: TQFont TQFontInfo
- fixup: TQValidator
- flags: @@ -1004,7 +1004,7 @@ falseText: TQPrinter
- fromRawData: TQXmlInputSource
- fromStrList: TQStringList
- fromString: - TQDate TQDateTime TQFont TQTime
- fromStringList: + TQDate TQDateTime TQFont TQTime
- fromStringList: TQSqlIndex
- fromUcs2: TQString
- fromUnicode: TQHebrewCodec TQTextCodec TQTextEncoder
- fromUtf8: @@ -1162,7 +1162,7 @@ hScrollBarMode: TQSqlDatabase
- hostNames: TQDns
- hotSpot: TQCursor
- hour: - TQTime
- + TQTime
- icon: TQMessageBox TQWidget
- iconPixmap: TQMessageBox
- iconProvider: @@ -1263,7 +1263,7 @@ icon: TQObject
- isAccepted: TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
- isActionAccepted: TQDropEvent
- isActive: - TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
- isActiveWindow: + TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
- isActiveWindow: TQWidget TQXtWidget
- isAnchor: TQStyleSheetItem
- isAsynchronous: TQIODevice
- isAttr: @@ -1357,7 +1357,7 @@ icon: TQLineEdit TQTextEdit
- isMovingEnabled: TQDockWindow TQHeader
- isNotation: TQDomNode TQDomNotation
- isNull: - TQCString TQChar TQDate TQDateTime TQDomImplementation TQDomNode TQGuardedPtr TQHostAddress TQIconSet TQImage TQMemArray TQMovie TQPicture TQPixmap TQPoint TQPtrVector TQRect TQRegion TQSize TQSqlCursor TQSqlField TQSqlQuery TQSqlRecord TQSqlResult TQString TQTime TQUuid TQVariant
- isNumber: + TQCString TQChar TQDate TQDateTime TQDomImplementation TQDomNode TQGuardedPtr TQHostAddress TQIconSet TQImage TQMemArray TQMovie TQPicture TQPixmap TQPoint TQPtrVector TQRect TQRegion TQSize TQSqlCursor TQSqlField TQSqlQuery TQSqlRecord TQSqlResult TQString TQTime TQUuid TQVariant
- isNumber: TQChar
- isOn: TQAction TQButton TQCheckBox TQCheckListItem TQPushButton TQRadioButton
- isOpen: TQAssistantClient TQIODevice TQListView TQListViewItem TQSqlDatabase TQSqlDriver
- isOpenError: @@ -1422,7 +1422,7 @@ icon: TQLineEdit TQTextEdit
- isUndoRedoEnabled: TQTextEdit
- isUpdatesEnabled: TQWidget
- isValid: - TQAccessibleInterface TQCanvasPixmapArray TQCanvasPolygonalItem TQColor TQDate TQDateTime TQGLContext TQGLWidget TQHttpHeader TQRect TQRegExp TQSize TQSocketDevice TQSqlQuery TQSqlResult TQTime TQUrl TQUrlInfo TQVariant
- isVerticalSliderPressed: + TQAccessibleInterface TQCanvasPixmapArray TQCanvasPolygonalItem TQColor TQDate TQDateTime TQGLContext TQGLWidget TQHttpHeader TQRect TQRegExp TQSize TQSocketDevice TQSqlQuery TQSqlResult TQTime TQUrl TQUrlInfo TQVariant
- isVerticalSliderPressed: TQScrollView
- isVerticallyStretchable: TQDockWindow
- isVirtualDesktop: TQDesktopWidget
- isVisible: @@ -1496,7 +1496,7 @@ label: TQTabBar
- layoutTabs: TQTabBar
- leading: TQFontMetrics
- leapYear: - TQDate
- leaveAllocContext: + TQDate
- leaveAllocContext: TQColor
- leaveEvent: TQWidget
- leaveInstance: TQNPWidget
- leaveWhatsThisMode: @@ -1555,8 +1555,8 @@ label: TQStyleSheetItem
- logicalFontSizeStep: TQStyleSheetItem
- login: TQFtp
- longDayName: - TQDate
- longMonthName: - TQDate
- loopLevel: + TQDate
- longMonthName: + TQDate
- loopLevel: TQEventLoop
- loops: TQSound
- loopsRemaining: TQSound
- lostFocus: @@ -1614,7 +1614,7 @@ m11: TQLineEdit
- maxLogLines: TQTextEdit
- maxPage: TQPrinter
- maxValue: - TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- maxWidth: + TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- maxWidth: TQFontMetrics
- maximumHeight: TQWidget
- maximumSize: TQBoxLayout TQGridLayout TQLayout TQLayoutItem TQSpacerItem TQWidget TQWidgetItem
- maximumWidth: @@ -1652,7 +1652,7 @@ m11: TQFontMetrics
- minPage: TQPrinter
- minRightBearing: TQFontMetrics
- minValue: - TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- minimal: + TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- minimal: TQRegExp
- minimumDuration: TQProgressDialog
- minimumHeight: TQWidget
- minimumSize: @@ -1660,7 +1660,7 @@ m11: TQLineEdit TQWidget
- minimumWidth: TQWidget
- minorVersion: TQHttpHeader TQHttpRequestHeader TQHttpResponseHeader
- minute: - TQTime
- mirror: + TQTime
- mirror: TQImage
- mirrored: TQChar
- mirroredChar: TQChar
- mixedColor: @@ -1668,7 +1668,7 @@ m11: TQDir TQFtp TQUrlOperator
- mode: TQFileDialog TQIODevice TQLCDNumber TQNPInstance TQSqlCursor
- modificationChanged: TQTextEdit
- month: - TQDate
- motifWidget: + TQDate
- motifWidget: TQMotifWidget
- mouseButtonClicked: TQIconView TQListBox TQListView
- mouseButtonPressed: TQIconView TQListBox TQListView
- mouseDoubleClickEvent: @@ -1700,8 +1700,8 @@ m11: TQRect
- moved: TQIconView
- movie: TQLabel
- msec: - TQTime
- msecsTo: - TQTime
- msleep: + TQTime
- msecsTo: + TQTime
- msleep: TQThread
- multiLinesEnabled: TQListViewItem
- mutex: TQMutexLocker
- @@ -1803,7 +1803,7 @@ object: TQString
- operator type *: TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQPtrDictIterator TQPtrListIterator TQPtrQueue TQPtrStack
- operator!: TQString
- operator!=: - TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQRect TQRegExp TQRegion TQSize TQSizePolicy TQString TQTableSelection TQTime TQTranslatorMessage TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQVariant TQWMatrix
- operator&: + TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQRect TQRegExp TQRegion TQSize TQSizePolicy TQString TQTableSelection TQTime TQTranslatorMessage TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQVariant TQWMatrix
- operator&: TQBitArray TQRect TQRegion
- operator&=: TQBitArray TQRect TQRegion
- operator(): TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQPtrDictIterator TQPtrListIterator
- operator*: @@ -1818,14 +1818,14 @@ object: TQGuardedPtr
- operator/: TQPoint TQSize
- operator/=: TQPoint TQSize
- operator<: - TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuid
- operator<<: - TQBitArray TQBrush TQCString TQColor TQColorGroup TQCursor TQDataStream TQDate TQDateTime TQDockArea TQDomNode TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
- operator<=: - TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage
- operator=: + TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuid
- operator<<: + TQBitArray TQBrush TQCString TQColor TQColorGroup TQCursor TQDataStream TQDate TQDateTime TQDockArea TQDomNode TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
- operator<=: + TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage
- operator=: TQAsciiCacheIterator TQAsciiDict TQBitArray TQBitVal TQBitmap TQBrush TQCString TQCacheIterator TQColor TQColorGroup TQCursor TQDeepCopy TQDict TQDir TQDomAttr TQDomCDATASection TQDomCharacterData TQDomComment TQDomDocument TQDomDocumentFragment TQDomDocumentType TQDomElement TQDomEntity TQDomEntityReference TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQDomNotation TQDomProcessingInstruction TQDomText TQFileInfo TQFont TQFontInfo TQFontMetrics TQGLColormap TQGuardedPtr TQHostAddress TQHttpHeader TQIconSet TQImage TQIntCacheIterator TQIntDict fnord TQKeySequence TQLayoutIterator TQListViewItemIterator TQLocale TQMap TQMemArray TQMovie TQObjectList TQObjectListIterator TQPair TQPalette TQPen TQPicture TQPixmap TQPointArray TQPtrDict TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRegExp TQRegion TQSqlCursor TQSqlError TQSqlField TQSqlFieldInfo TQSqlIndex TQSqlQuery TQSqlRecord TQStrList TQString TQStyleSheetItem TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueVector TQVariant
- operator==: - TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQHostAddress TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQPtrVector TQRect TQRegExp TQRegion TQSize TQSizePolicy TQSqlField TQSqlFieldInfo TQString TQTableSelection TQTime TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQValueVector TQVariant TQWMatrix
- operator>: - TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuid
- operator>=: - TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage
- operator>>: - TQBitArray TQBrush TQCString TQColor TQCursor TQDataStream TQDate TQDateTime TQDockArea TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
- operator[]: + TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQHostAddress TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQPtrVector TQRect TQRegExp TQRegion TQSize TQSizePolicy TQSqlField TQSqlFieldInfo TQString TQTableSelection TQTime TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQValueVector TQVariant TQWMatrix
- operator>: + TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuid
- operator>=: + TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage
- operator>>: + TQBitArray TQBrush TQCString TQColor TQCursor TQDataStream TQDate TQDateTime TQDockArea TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
- operator[]: TQAsciiCache TQAsciiDict TQBitArray TQCache TQDict TQDir TQIntCache TQIntDict TQKeySequence TQMap TQMemArray TQPtrDict TQPtrVector TQString TQValueList TQValueVector
- operator^: TQBitArray TQRegion
- operator^=: TQBitArray TQRegion
- operator|: @@ -1833,7 +1833,7 @@ object: TQBitArray TQRect TQRegion
- operator~: TQBitArray
- optimization: TQPixmap
- order: - TQDateEdit
- orientation: + TQDateEdit
- orientation: TQDialog TQDockArea TQDockWindow TQGroupBox TQHeader TQPrinter TQScrollBar TQSlider TQSplitter TQWheelEvent
- orientationChanged: TQDockWindow
- origin: TQGridLayout
- outputFileName: @@ -2205,7 +2205,7 @@ rBottom: TQXmlEntityResolver
- resortDir: TQFileDialog
- responseHeaderReceived: TQHttp
- restart: - TQMovie TQTime
- restartCommand: + TQMovie TQTime
- restartCommand: TQSessionManager
- restartHint: TQSessionManager
- restore: TQPainter
- restoreOverrideCursor: @@ -2275,11 +2275,11 @@ sRect: TQTextEdit
- search: TQRegExp
- searchRev: TQRegExp
- second: - TQTime
- secsTo: - TQDateTime TQTime
- section: + TQTime
- secsTo: + TQDateTime TQTime
- section: TQString
- sectionAt: TQHeader
- sectionFormattedText: - TQDateEdit TQTimeEdit
- sectionHandleDoubleClicked: + TQDateEdit TQTimeEdit
- sectionHandleDoubleClicked: TQHeader
- sectionPos: TQHeader
- sectionRect: TQHeader
- sectionSize: @@ -2311,7 +2311,7 @@ sRect: TQApplication
- sendTo: TQDataSource TQIODeviceSource
- sender: TQObject
- separator: - TQDateEdit TQDir TQTimeEdit
- serialNumber: + TQDateEdit TQDir TQTimeEdit
- serialNumber: TQMimeSource TQPalette TQPixmap
- servers: TQDns
- sessionId: TQApplication TQSessionManager
- sessionKey: @@ -2347,7 +2347,7 @@ sRect: TQDomElement
- setAttributeNodeNS: TQDomElement
- setAutoAdd: TQLayout
- setAutoAdvance: - TQDateEdit TQDateTimeEdit TQTimeEdit
- setAutoArrange: + TQDateEdit TQDateTimeEdit TQTimeEdit
- setAutoArrange: TQIconView
- setAutoBufferSwap: TQGLWidget
- setAutoClose: TQProgressDialog
- setAutoCompletion: @@ -2473,10 +2473,10 @@ sRect: TQClipboard TQCustomEvent TQDomCharacterData TQDomProcessingInstruction TQIconDragItem TQMimeSourceFactory TQPicture TQXmlInputSource
- setDatabaseName: TQSqlDatabase
- setDatabaseText: TQSqlError
- setDate: - TQDateEdit TQDateTime
- setDateFormat: + TQDateEdit TQDateTime
- setDateFormat: TQDataTable
- setDateTime: - TQDateTimeEdit
- setDay: - TQDateEdit
- setDecMode: + TQDateTimeEdit
- setDay: + TQDateEdit
- setDecMode: TQLCDNumber
- setDecimals: TQDoubleValidator
- setDeclHandler: TQXmlReader
- setDecodingFunction: @@ -2502,7 +2502,7 @@ sRect: TQBoxLayout
- setDisabled: TQAction TQPalette TQWidget
- setDiscardCommand: TQSessionManager
- setDisplay: - TQTimeEdit
- setDisplayMode: + TQTimeEdit
- setDisplayMode: TQStyleSheetItem
- setDocName: TQPrinter
- setDockEnabled: TQMainWindow
- setDockMenuEnabled: @@ -2597,7 +2597,7 @@ sRect: TQIconView
- setGroup: TQUrlInfo
- setHBarGeometry: TQScrollView
- setHMS: - TQTime
- setHScrollBarMode: + TQTime
- setHScrollBarMode: TQScrollView
- setHandleWidth: TQSplitter
- setHeight: TQListViewItem TQRect TQSize
- setHeightForWidth: @@ -2611,7 +2611,7 @@ sRect: TQDockWindow
- setHost: TQHttp TQUrl
- setHostName: TQSqlDatabase
- setHour: - TQTimeEdit
- setHsv: + TQTimeEdit
- setHsv: TQColor
- setIODevice: TQImageIO
- setIcon: TQMessageBox TQWidget
- setIconPixmap: @@ -2687,7 +2687,7 @@ sRect: TQIconView
- setMaxLength: TQLineEdit
- setMaxLogLines: TQTextEdit
- setMaxValue: - TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- setMaximumHeight: + TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- setMaximumHeight: TQWidget
- setMaximumSize: TQWidget
- setMaximumWidth: TQWidget
- setMenuBar: @@ -2697,17 +2697,17 @@ sRect: TQFrame
- setMimeSourceFactory: TQTextEdit
- setMinMax: TQPrinter
- setMinValue: - TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- setMinimal: + TQDateEdit TQDial TQRangeControl TQScrollBar TQSlider TQSpinBox TQTimeEdit
- setMinimal: TQRegExp
- setMinimumDuration: TQProgressDialog
- setMinimumHeight: TQWidget
- setMinimumSize: TQWidget
- setMinimumWidth: TQWidget
- setMinute: - TQTimeEdit
- setModal: + TQTimeEdit
- setModal: TQDialog
- setMode: TQFileDialog TQIODevice TQLCDNumber TQSqlCursor
- setModified: TQTextEdit
- setMonth: - TQDateEdit
- setMouseTracking: + TQDateEdit
- setMouseTracking: TQWidget
- setMovie: TQLabel
- setMovingEnabled: TQDockWindow TQHeader
- setMultiLinesEnabled: @@ -2743,7 +2743,7 @@ sRect: TQPixmap
- setOption: TQGLFormat
- setOptionEnabled: TQPrinter
- setOrder: - TQDateEdit
- setOrientation: + TQDateEdit
- setOrientation: TQDialog TQDockWindow TQGroupBox TQHeader TQPrinter TQScrollBar TQSlider TQSplitter
- setOrigin: TQGridLayout
- setOutputFileName: TQPrinter
- setOutputToFile: @@ -2800,7 +2800,7 @@ sRect: TQImageIO
- setQuery: TQSqlResult TQUrl
- setRadioButtonExclusive: TQButtonGroup
- setRange: - TQDateEdit TQDoubleValidator TQIntValidator TQRangeControl TQSlider TQTimeEdit
- setRasterOp: + TQDateEdit TQDoubleValidator TQIntValidator TQRangeControl TQSlider TQTimeEdit
- setRasterOp: TQPainter
- setRawArg: TQNetworkOperation
- setRawData: TQMemArray
- setRawMode: @@ -2843,7 +2843,7 @@ sRect: TQSplitter
- setScaledContents: TQLabel
- setScrollBarsEnabled: TQWorkspace
- setSecond: - TQTimeEdit
- setSegmentStyle: + TQTimeEdit
- setSegmentStyle: TQLCDNumber
- setSelect: TQSqlResult
- setSelectable: TQIconViewItem TQListBoxItem TQListViewItem
- setSelected: @@ -2855,7 +2855,7 @@ sRect: TQIconView TQListBox TQListView TQTable
- setSelfNesting: TQStyleSheetItem
- setSendBufferSize: TQSocketDevice
- setSeparator: - TQDateEdit TQTimeEdit
- setSequence: + TQDateEdit TQTimeEdit
- setSequence: TQCanvasSprite
- setShape: TQCursor TQTabBar
- setShowGrid: TQTable
- setShowHiddenFiles: @@ -2932,8 +2932,8 @@ sRect: TQSlider
- setTile: TQCanvas
- setTiles: TQCanvas
- setTime: - TQDateTime TQTimeEdit
- setTime_t: - TQDateTime
- setTitle: + TQDateTime TQTimeEdit
- setTime_t: + TQDateTime
- setTitle: TQGroupBox TQWizard
- setTitleFont: TQWizard
- setToggleAction: TQAction
- setToggleButton: @@ -3018,9 +3018,9 @@ sRect: TQCanvasItem TQPoint TQRect
- setXVelocity: TQCanvasItem
- setY: TQCanvasItem TQPoint TQRect
- setYMD: - TQDate
- setYVelocity: + TQDate
- setYVelocity: TQCanvasItem
- setYear: - TQDateEdit
- setZ: + TQDateEdit
- setZ: TQCanvasItem
- setf: TQTextStream
- setup: TQListViewItem TQPrinter
- shadow: @@ -3028,8 +3028,8 @@ sRect: TQCursor TQTabBar
- shear: TQPainter TQWMatrix
- shell: TQMotifDialog
- shortDayName: - TQDate
- shortMonthName: - TQDate
- shortcutKey: + TQDate
- shortMonthName: + TQDate
- shortcutKey: TQAccel
- show: TQCanvasItem TQDialog TQMenuBar TQWidget
- showColumn: TQTable
- showDockMenu: @@ -3051,7 +3051,7 @@ sRect: TQObject
- simpleHeuristicNameMatch: TQTextCodec
- simplifyWhiteSpace: TQCString TQString
- singleShot: - TQTimer
- size: + TQTimer
- size: TQAsciiCache TQAsciiDict TQBitArray TQCache TQCanvas TQCanvasRectangle TQDict TQFile TQFileInfo TQFontMetrics TQGLColormap TQIODevice TQIconViewItem TQImage TQIntCache TQIntDict TQMap TQMemArray TQPicture TQPixmap TQPtrDict TQPtrVector TQRect TQResizeEvent TQSocket TQSqlQuery TQSqlResult TQUrlInfo TQValueList TQValueVector TQWidget
- sizeChange: TQHeader
- sizeFromContents: TQStyle
- sizeHint: @@ -3104,7 +3104,7 @@ sRect: TQWidget
- standardIcon: TQMessageBox
- standardSizes: TQFontDatabase
- start: - TQNetworkProtocol TQProcess TQThread TQTime TQTimer TQUrlOperator
- startCDATA: + TQNetworkProtocol TQProcess TQThread TQTime TQTimer TQUrlOperator
- startCDATA: TQXmlLexicalHandler
- startDTD: TQXmlLexicalHandler
- startDocument: TQXmlContentHandler
- startDrag: @@ -3136,7 +3136,7 @@ sRect: TQSpinBox
- steps: TQMovie
- stereo: TQGLFormat
- stop: - TQNetworkProtocol TQSound TQTimer TQUrlOperator
- stored: + TQNetworkProtocol TQSound TQTimer TQUrlOperator
- stored: TQMetaProperty
- streamAsFile: TQNPInstance
- streamDestroyed: TQNPInstance
- stretch: @@ -3234,12 +3234,12 @@ tab: TQCanvas
- tilesHorizontally: TQCanvas
- tilesVertically: TQCanvas
- time: - TQDateTime TQTimeEdit
- timeEdit: - TQDateTimeEdit
- timeToWait: + TQDateTime TQTimeEdit
- timeEdit: + TQDateTimeEdit
- timeToWait: TQEventLoop
- timeout: - TQTimer
- timerEvent: + TQTimer
- timerEvent: TQObject
- timerId: - TQTimer TQTimerEvent
- tip: + TQTimer TQTimerEvent
- tip: TQToolTip
- title: TQGroupBox TQWizard
- titleFont: TQWizard
- toAttr: @@ -3294,11 +3294,11 @@ tab: TQCString TQLocale TQString
- toSize: TQVariant
- toSizePolicy: TQVariant
- toString: - TQDate TQDateTime TQDomDocument TQFont TQHostAddress TQHttpHeader TQLocale TQSqlCursor TQSqlRecord TQTime TQUrl TQUuid TQVariant
- toStringList: + TQDate TQDateTime TQDomDocument TQFont TQHostAddress TQHttpHeader TQLocale TQSqlCursor TQSqlRecord TQTime TQUrl TQUuid TQVariant
- toStringList: TQSqlRecord TQVariant
- toText: TQDomNode
- toTime: TQVariant
- toTime_t: - TQDateTime
- toUInt: + TQDateTime
- toUInt: TQCString TQLocale TQString TQVariant
- toULong: TQCString TQLocale TQString
- toULongLong: TQLocale TQString TQVariant
- toUShort: @@ -3379,7 +3379,7 @@ ucs2: TQCanvas TQCanvasItem TQDataBrowser TQSqlCursor TQWidget
- updateAccessibility: TQAccessible
- updateBoundary: TQDataBrowser
- updateButtons: - TQDateEdit
- updateCell: + TQDateEdit
- updateCell: TQGridView TQTable
- updateContents: TQListView TQScrollView
- updateCurrent: TQDataBrowser TQDataTable
- updateDisplay: @@ -3416,7 +3416,7 @@ vScrollBarMode: TQComboBox TQLineEdit TQSpinBox
- value: TQDataTable TQDial TQDomAttr TQHttpHeader TQHttpRequestHeader TQLCDNumber TQRangeControl TQScrollBar TQSignal TQSlider TQSpinBox TQSqlField TQSqlQuery TQSqlRecord TQXmlAttributes
- valueChange: TQDial TQRangeControl TQSlider TQSpinBox
- valueChanged: - TQDateEdit TQDateTimeEdit TQDial TQScrollBar TQSlider TQSpinBox TQTable TQTimeEdit
- valueFromPosition: + TQDateEdit TQDateTimeEdit TQDial TQScrollBar TQSlider TQSpinBox TQTable TQTimeEdit
- valueFromPosition: TQRangeControl
- valueToKey: TQMetaProperty
- valueToKeys: TQMetaProperty
- values: @@ -3452,7 +3452,7 @@ wait: TQApplication
- warning: TQMessageBox TQXmlErrorHandler
- wasCanceled: TQProgressDialog
- weekNumber: - TQDate
- weight: + TQDate
- weight: TQFont TQFontDatabase TQFontInfo
- whatsThis: TQAccel TQAction TQMainWindow TQMenuData TQPopupMenu TQWidgetPlugin
- whatsThisButton: TQWhatsThis
- wheelEvent: @@ -3535,7 +3535,7 @@ y: TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
- yTilt: TQTabletEvent
- yVelocity: TQCanvasItem
- year: - TQDate
- + TQDate
- z: TQCanvasItem
- zoomIn: TQTextEdit
- zoomOut: diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 9f0a59c8..c6040d9c 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -24,11 +24,11 @@ tqcanvasline.h tqcanvas.h tqcanvasellipse.h tqcanvas.h tqcanvastext.h tqcanvas.h qbytearray.h ntqcstring.h -qdate.h ntqdatetime.h -qtime.h ntqdatetime.h -qdatetimeeditbase.h ntqdatetimeedit.h -qdateedit.h ntqdatetimeedit.h -qtimeedit.h ntqdatetimeedit.h +tqdate.h tqdatetime.h +tqtime.h tqdatetime.h +tqdatetimeeditbase.h tqdatetimeedit.h +tqdateedit.h tqdatetimeedit.h +tqtimeedit.h tqdatetimeedit.h qdictiterator.h ntqdict.h tqdomimplementation.h tqdom.h tqdomnode.h tqdom.h @@ -52,7 +52,7 @@ tqtextdrag.h ntqdragobject.h tqimagedrag.h ntqdragobject.h quridrag.h ntqdragobject.h qcolordrag.h ntqdragobject.h -qtimerevent.h ntqevent.h +tqtimerevent.h ntqevent.h qmouseevent.h ntqevent.h qwheelevent.h ntqevent.h qtabletevent.h ntqevent.h diff --git a/doc/html/headers.html b/doc/html/headers.html index 230868ee..94af47d1 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -66,8 +66,8 @@ body { background: #ffffff; color: black; }
- ntqdatastream.h
- tqdatatable.h
- tqdataview.h -
- ntqdatetime.h -
- ntqdatetimeedit.h +
- tqdatetime.h +
- tqdatetimeedit.h
- ntqdeepcopy.h
- ntqdesktopwidget.h
- ntqdial.h @@ -243,7 +243,7 @@ body { background: #ffffff; color: black; }
- tqtextview.h
- ntqthread.h
- ntqthreadstorage.h -
- ntqtimer.h +
- tqtimer.h
- ntqtoolbar.h
- ntqtoolbox.h
- ntqtoolbutton.h diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 0697df65..a57cd303 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -87,7 +87,7 @@ private: #include "hello.h" #include <ntqpushbutton.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqpixmap.h> @@ -99,9 +99,9 @@ private: Hello::Hello( const char *text, TQWidget *parent, const char *name ) : TQWidget(parent,name), t(text), b(0) { - TQTimer *timer = new TQTimer(this); - connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(animate()) ); - timer->start( 40 ); + TQTimer *timer = new TQTimer(this); + connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(animate()) ); + timer->start( 40 ); resize( 260, 130 ); } diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index e731e3e4..0f13a578 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -60,8 +60,8 @@ classes in the TQt API.
- TQColorGroup
- TQConstString
- TQDataStream -
- TQDate -
- TQDateTime +
- TQDate +
- TQDateTime
- TQDeepCopy
- TQDictIterator
- TQDir @@ -283,7 +283,7 @@ classes in the TQt API.
- TQResizeEvent
- TQShowEvent
- TQTabletEvent -
- TQTimerEvent +
- TQTimerEvent
- TQWheelEvent
- TQIconViewItem @@ -375,7 +375,7 @@ classes in the TQt API.
- TQStyleSheet -
- TQTimer +
- TQTimer
- TQToolTipGroup
- TQTranslator
- TQUrlOperator @@ -397,11 +397,11 @@ classes in the TQt API.
- TQComboBox
- TQDataBrowser
- TQDataView -
- TQDateTimeEdit -
- TQDateTimeEditBase +
- TQDateTimeEdit +
- TQDateTimeEditBase
- TQDesktopWidget
- TQDial @@ -524,7 +524,7 @@ classes in the TQt API.
- TQTextOStream
- TQThreadStorage -
- TQTime +
- TQTime
- TQTranslatorMessage
- TQUrl
- TQUrlInfo diff --git a/doc/html/i18n.html b/doc/html/i18n.html index e606ce29..7ecb35ee 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -458,7 +458,7 @@ example presenting dates and times using the locally preferred formats. Such localizations can be accomplished using appropriate tr() strings.
- void Clock::setTime(const TQTime& t) + void Clock::setTime(const TQTime& t) { if ( tr("AMPM") == "AMPM" ) { // 12-hour clock diff --git a/doc/html/index b/doc/html/index index be5c6e92..fa9d3bf3 100644 --- a/doc/html/index +++ b/doc/html/index @@ -1265,101 +1265,101 @@ "TQDataView::setRecord" tqdataview.html#setRecord "TQDataView::writeFields" tqdataview.html#writeFields "TQDataView::~TQDataView" tqdataview.html#~TQDataView -"QDate" qdate.html -"QDate::addDays" qdate.html#addDays -"QDate::addMonths" qdate.html#addMonths -"QDate::addYears" qdate.html#addYears -"QDate::currentDate" qdate.html#currentDate -"QDate::day" qdate.html#day -"QDate::dayOfWeek" qdate.html#dayOfWeek -"QDate::dayOfYear" qdate.html#dayOfYear -"QDate::daysInMonth" qdate.html#daysInMonth -"QDate::daysInYear" qdate.html#daysInYear -"QDate::daysTo" qdate.html#daysTo -"QDate::fromString" qdate.html#fromString -"QDate::isNull" qdate.html#isNull -"QDate::isValid" qdate.html#isValid -"QDate::leapYear" qdate.html#leapYear -"QDate::longDayName" qdate.html#longDayName -"QDate::longMonthName" qdate.html#longMonthName -"QDate::month" qdate.html#month -"QDate::operator!=" qdate.html#operator!-eq -"QDate::operator<" qdate.html#operator-lt -"QDate::operator<=" qdate.html#operator-lt-eq -"QDate::operator==" qdate.html#operator-eq-eq -"QDate::operator>" qdate.html#operator-gt -"QDate::operator>=" qdate.html#operator-gt-eq -"QDate::setYMD" qdate.html#setYMD -"QDate::shortDayName" qdate.html#shortDayName -"QDate::shortMonthName" qdate.html#shortMonthName -"QDate::toString" qdate.html#toString -"QDate::weekNumber" qdate.html#weekNumber -"QDate::year" qdate.html#year -"QDateEdit" qdateedit.html -"QDateEdit::Order" qdateedit.html#Order -"QDateEdit::autoAdvance" qdateedit.html#autoAdvance -"QDateEdit::autoAdvance" qdateedit.html#autoAdvance-prop -"QDateEdit::date" qdateedit.html#date -"QDateEdit::date" qdateedit.html#date-prop -"QDateEdit::fix" qdateedit.html#fix -"QDateEdit::maxValue" qdateedit.html#maxValue -"QDateEdit::maxValue" qdateedit.html#maxValue-prop -"QDateEdit::minValue" qdateedit.html#minValue -"QDateEdit::minValue" qdateedit.html#minValue-prop -"QDateEdit::order" qdateedit.html#order -"QDateEdit::order" qdateedit.html#order-prop -"QDateEdit::sectionFormattedText" qdateedit.html#sectionFormattedText -"QDateEdit::sectionLength" qdateedit.html#sectionLength -"QDateEdit::sectionText" qdateedit.html#sectionText -"QDateEdit::separator" qdateedit.html#separator -"QDateEdit::setAutoAdvance" qdateedit.html#setAutoAdvance -"QDateEdit::setDate" qdateedit.html#setDate -"QDateEdit::setDay" qdateedit.html#setDay -"QDateEdit::setMaxValue" qdateedit.html#setMaxValue -"QDateEdit::setMinValue" qdateedit.html#setMinValue -"QDateEdit::setMonth" qdateedit.html#setMonth -"QDateEdit::setOrder" qdateedit.html#setOrder -"QDateEdit::setRange" qdateedit.html#setRange -"QDateEdit::setSeparator" qdateedit.html#setSeparator -"QDateEdit::setYear" qdateedit.html#setYear -"QDateEdit::updateButtons" qdateedit.html#updateButtons -"QDateEdit::valueChanged" qdateedit.html#valueChanged -"QDateEdit::~QDateEdit" qdateedit.html#~QDateEdit -"QDateTime" ntqdatetime.html -"QDateTime::addDays" ntqdatetime.html#addDays -"QDateTime::addMonths" ntqdatetime.html#addMonths -"QDateTime::addSecs" ntqdatetime.html#addSecs -"QDateTime::addYears" ntqdatetime.html#addYears -"QDateTime::currentDateTime" ntqdatetime.html#currentDateTime -"QDateTime::date" ntqdatetime.html#date -"QDateTime::daysTo" ntqdatetime.html#daysTo -"QDateTime::fromString" ntqdatetime.html#fromString -"QDateTime::isNull" ntqdatetime.html#isNull -"QDateTime::isValid" ntqdatetime.html#isValid -"QDateTime::operator!=" ntqdatetime.html#operator!-eq -"QDateTime::operator<" ntqdatetime.html#operator-lt -"QDateTime::operator<=" ntqdatetime.html#operator-lt-eq -"QDateTime::operator==" ntqdatetime.html#operator-eq-eq -"QDateTime::operator>" ntqdatetime.html#operator-gt -"QDateTime::operator>=" ntqdatetime.html#operator-gt-eq -"QDateTime::secsTo" ntqdatetime.html#secsTo -"QDateTime::setDate" ntqdatetime.html#setDate -"QDateTime::setTime" ntqdatetime.html#setTime -"QDateTime::setTime_t" ntqdatetime.html#setTime_t -"QDateTime::time" ntqdatetime.html#time -"QDateTime::toString" ntqdatetime.html#toString -"QDateTime::toTime_t" ntqdatetime.html#toTime_t -"QDateTimeEdit" ntqdatetimeedit.html -"QDateTimeEdit::autoAdvance" ntqdatetimeedit.html#autoAdvance -"QDateTimeEdit::dateEdit" ntqdatetimeedit.html#dateEdit -"QDateTimeEdit::dateTime" ntqdatetimeedit.html#dateTime -"QDateTimeEdit::dateTime" ntqdatetimeedit.html#dateTime-prop -"QDateTimeEdit::setAutoAdvance" ntqdatetimeedit.html#setAutoAdvance -"QDateTimeEdit::setDateTime" ntqdatetimeedit.html#setDateTime -"QDateTimeEdit::timeEdit" ntqdatetimeedit.html#timeEdit -"QDateTimeEdit::valueChanged" ntqdatetimeedit.html#valueChanged -"QDateTimeEdit::~QDateTimeEdit" ntqdatetimeedit.html#~QDateTimeEdit -"QDateTimeEditBase" qdatetimeeditbase.html +"TQDate" tqdate.html +"TQDate::addDays" tqdate.html#addDays +"TQDate::addMonths" tqdate.html#addMonths +"TQDate::addYears" tqdate.html#addYears +"TQDate::currentDate" tqdate.html#currentDate +"TQDate::day" tqdate.html#day +"TQDate::dayOfWeek" tqdate.html#dayOfWeek +"TQDate::dayOfYear" tqdate.html#dayOfYear +"TQDate::daysInMonth" tqdate.html#daysInMonth +"TQDate::daysInYear" tqdate.html#daysInYear +"TQDate::daysTo" tqdate.html#daysTo +"TQDate::fromString" tqdate.html#fromString +"TQDate::isNull" tqdate.html#isNull +"TQDate::isValid" tqdate.html#isValid +"TQDate::leapYear" tqdate.html#leapYear +"TQDate::longDayName" tqdate.html#longDayName +"TQDate::longMonthName" tqdate.html#longMonthName +"TQDate::month" tqdate.html#month +"TQDate::operator!=" tqdate.html#operator!-eq +"TQDate::operator<" tqdate.html#operator-lt +"TQDate::operator<=" tqdate.html#operator-lt-eq +"TQDate::operator==" tqdate.html#operator-eq-eq +"TQDate::operator>" tqdate.html#operator-gt +"TQDate::operator>=" tqdate.html#operator-gt-eq +"TQDate::setYMD" tqdate.html#setYMD +"TQDate::shortDayName" tqdate.html#shortDayName +"TQDate::shortMonthName" tqdate.html#shortMonthName +"TQDate::toString" tqdate.html#toString +"TQDate::weekNumber" tqdate.html#weekNumber +"TQDate::year" tqdate.html#year +"TQDateEdit" tqdateedit.html +"TQDateEdit::Order" tqdateedit.html#Order +"TQDateEdit::autoAdvance" tqdateedit.html#autoAdvance +"TQDateEdit::autoAdvance" tqdateedit.html#autoAdvance-prop +"TQDateEdit::date" tqdateedit.html#date +"TQDateEdit::date" tqdateedit.html#date-prop +"TQDateEdit::fix" tqdateedit.html#fix +"TQDateEdit::maxValue" tqdateedit.html#maxValue +"TQDateEdit::maxValue" tqdateedit.html#maxValue-prop +"TQDateEdit::minValue" tqdateedit.html#minValue +"TQDateEdit::minValue" tqdateedit.html#minValue-prop +"TQDateEdit::order" tqdateedit.html#order +"TQDateEdit::order" tqdateedit.html#order-prop +"TQDateEdit::sectionFormattedText" tqdateedit.html#sectionFormattedText +"TQDateEdit::sectionLength" tqdateedit.html#sectionLength +"TQDateEdit::sectionText" tqdateedit.html#sectionText +"TQDateEdit::separator" tqdateedit.html#separator +"TQDateEdit::setAutoAdvance" tqdateedit.html#setAutoAdvance +"TQDateEdit::setDate" tqdateedit.html#setDate +"TQDateEdit::setDay" tqdateedit.html#setDay +"TQDateEdit::setMaxValue" tqdateedit.html#setMaxValue +"TQDateEdit::setMinValue" tqdateedit.html#setMinValue +"TQDateEdit::setMonth" tqdateedit.html#setMonth +"TQDateEdit::setOrder" tqdateedit.html#setOrder +"TQDateEdit::setRange" tqdateedit.html#setRange +"TQDateEdit::setSeparator" tqdateedit.html#setSeparator +"TQDateEdit::setYear" tqdateedit.html#setYear +"TQDateEdit::updateButtons" tqdateedit.html#updateButtons +"TQDateEdit::valueChanged" tqdateedit.html#valueChanged +"TQDateEdit::~TQDateEdit" tqdateedit.html#~TQDateEdit +"TQDateTime" tqdatetime.html +"TQDateTime::addDays" tqdatetime.html#addDays +"TQDateTime::addMonths" tqdatetime.html#addMonths +"TQDateTime::addSecs" tqdatetime.html#addSecs +"TQDateTime::addYears" tqdatetime.html#addYears +"TQDateTime::currentDateTime" tqdatetime.html#currentDateTime +"TQDateTime::date" tqdatetime.html#date +"TQDateTime::daysTo" tqdatetime.html#daysTo +"TQDateTime::fromString" tqdatetime.html#fromString +"TQDateTime::isNull" tqdatetime.html#isNull +"TQDateTime::isValid" tqdatetime.html#isValid +"TQDateTime::operator!=" tqdatetime.html#operator!-eq +"TQDateTime::operator<" tqdatetime.html#operator-lt +"TQDateTime::operator<=" tqdatetime.html#operator-lt-eq +"TQDateTime::operator==" tqdatetime.html#operator-eq-eq +"TQDateTime::operator>" tqdatetime.html#operator-gt +"TQDateTime::operator>=" tqdatetime.html#operator-gt-eq +"TQDateTime::secsTo" tqdatetime.html#secsTo +"TQDateTime::setDate" tqdatetime.html#setDate +"TQDateTime::setTime" tqdatetime.html#setTime +"TQDateTime::setTime_t" tqdatetime.html#setTime_t +"TQDateTime::time" tqdatetime.html#time +"TQDateTime::toString" tqdatetime.html#toString +"TQDateTime::toTime_t" tqdatetime.html#toTime_t +"TQDateTimeEdit" tqdatetimeedit.html +"TQDateTimeEdit::autoAdvance" tqdatetimeedit.html#autoAdvance +"TQDateTimeEdit::dateEdit" tqdatetimeedit.html#dateEdit +"TQDateTimeEdit::dateTime" tqdatetimeedit.html#dateTime +"TQDateTimeEdit::dateTime" tqdatetimeedit.html#dateTime-prop +"TQDateTimeEdit::setAutoAdvance" tqdatetimeedit.html#setAutoAdvance +"TQDateTimeEdit::setDateTime" tqdatetimeedit.html#setDateTime +"TQDateTimeEdit::timeEdit" tqdatetimeedit.html#timeEdit +"TQDateTimeEdit::valueChanged" tqdatetimeedit.html#valueChanged +"TQDateTimeEdit::~TQDateTimeEdit" tqdatetimeedit.html#~TQDateTimeEdit +"TQDateTimeEditBase" tqdatetimeeditbase.html "QDeepCopy" ntqdeepcopy.html "QDeepCopy::operator T" ntqdeepcopy.html#operator-T "QDeepCopy::operator=" ntqdeepcopy.html#operator-eq @@ -6698,67 +6698,67 @@ "QThreadStorage::localData" ntqthreadstorage.html#localData "QThreadStorage::setLocalData" ntqthreadstorage.html#setLocalData "QThreadStorage::~QThreadStorage" ntqthreadstorage.html#~QThreadStorage -"QTime" qtime.html -"QTime::addMSecs" qtime.html#addMSecs -"QTime::addSecs" qtime.html#addSecs -"QTime::currentTime" qtime.html#currentTime -"QTime::elapsed" qtime.html#elapsed -"QTime::fromString" qtime.html#fromString -"QTime::hour" qtime.html#hour -"QTime::isNull" qtime.html#isNull -"QTime::isValid" qtime.html#isValid -"QTime::minute" qtime.html#minute -"QTime::msec" qtime.html#msec -"QTime::msecsTo" qtime.html#msecsTo -"QTime::operator!=" qtime.html#operator!-eq -"QTime::operator<" qtime.html#operator-lt -"QTime::operator<=" qtime.html#operator-lt-eq -"QTime::operator==" qtime.html#operator-eq-eq -"QTime::operator>" qtime.html#operator-gt -"QTime::operator>=" qtime.html#operator-gt-eq -"QTime::restart" qtime.html#restart -"QTime::second" qtime.html#second -"QTime::secsTo" qtime.html#secsTo -"QTime::setHMS" qtime.html#setHMS -"QTime::start" qtime.html#start -"QTime::toString" qtime.html#toString -"QTimeEdit" qtimeedit.html -"QTimeEdit::Display" qtimeedit.html#Display -"QTimeEdit::autoAdvance" qtimeedit.html#autoAdvance -"QTimeEdit::autoAdvance" qtimeedit.html#autoAdvance-prop -"QTimeEdit::display" qtimeedit.html#display -"QTimeEdit::display" qtimeedit.html#display-prop -"QTimeEdit::maxValue" qtimeedit.html#maxValue -"QTimeEdit::maxValue" qtimeedit.html#maxValue-prop -"QTimeEdit::minValue" qtimeedit.html#minValue -"QTimeEdit::minValue" qtimeedit.html#minValue-prop -"QTimeEdit::sectionFormattedText" qtimeedit.html#sectionFormattedText -"QTimeEdit::separator" qtimeedit.html#separator -"QTimeEdit::setAutoAdvance" qtimeedit.html#setAutoAdvance -"QTimeEdit::setDisplay" qtimeedit.html#setDisplay -"QTimeEdit::setHour" qtimeedit.html#setHour -"QTimeEdit::setMaxValue" qtimeedit.html#setMaxValue -"QTimeEdit::setMinValue" qtimeedit.html#setMinValue -"QTimeEdit::setMinute" qtimeedit.html#setMinute -"QTimeEdit::setRange" qtimeedit.html#setRange -"QTimeEdit::setSecond" qtimeedit.html#setSecond -"QTimeEdit::setSeparator" qtimeedit.html#setSeparator -"QTimeEdit::setTime" qtimeedit.html#setTime -"QTimeEdit::time" qtimeedit.html#time -"QTimeEdit::time" qtimeedit.html#time-prop -"QTimeEdit::valueChanged" qtimeedit.html#valueChanged -"QTimeEdit::~QTimeEdit" qtimeedit.html#~QTimeEdit -"QTimer" ntqtimer.html -"QTimer::changeInterval" ntqtimer.html#changeInterval -"QTimer::isActive" ntqtimer.html#isActive -"QTimer::singleShot" ntqtimer.html#singleShot -"QTimer::start" ntqtimer.html#start -"QTimer::stop" ntqtimer.html#stop -"QTimer::timeout" ntqtimer.html#timeout -"QTimer::timerId" ntqtimer.html#timerId -"QTimer::~QTimer" ntqtimer.html#~QTimer -"QTimerEvent" qtimerevent.html -"QTimerEvent::timerId" qtimerevent.html#timerId +"TQTime" tqtime.html +"TQTime::addMSecs" tqtime.html#addMSecs +"TQTime::addSecs" tqtime.html#addSecs +"TQTime::currentTime" tqtime.html#currentTime +"TQTime::elapsed" tqtime.html#elapsed +"TQTime::fromString" tqtime.html#fromString +"TQTime::hour" tqtime.html#hour +"TQTime::isNull" tqtime.html#isNull +"TQTime::isValid" tqtime.html#isValid +"TQTime::minute" tqtime.html#minute +"TQTime::msec" tqtime.html#msec +"TQTime::msecsTo" tqtime.html#msecsTo +"TQTime::operator!=" tqtime.html#operator!-eq +"TQTime::operator<" tqtime.html#operator-lt +"TQTime::operator<=" tqtime.html#operator-lt-eq +"TQTime::operator==" tqtime.html#operator-eq-eq +"TQTime::operator>" tqtime.html#operator-gt +"TQTime::operator>=" tqtime.html#operator-gt-eq +"TQTime::restart" tqtime.html#restart +"TQTime::second" tqtime.html#second +"TQTime::secsTo" tqtime.html#secsTo +"TQTime::setHMS" tqtime.html#setHMS +"TQTime::start" tqtime.html#start +"TQTime::toString" tqtime.html#toString +"TQTimeEdit" tqtimeedit.html +"TQTimeEdit::Display" tqtimeedit.html#Display +"TQTimeEdit::autoAdvance" tqtimeedit.html#autoAdvance +"TQTimeEdit::autoAdvance" tqtimeedit.html#autoAdvance-prop +"TQTimeEdit::display" tqtimeedit.html#display +"TQTimeEdit::display" tqtimeedit.html#display-prop +"TQTimeEdit::maxValue" tqtimeedit.html#maxValue +"TQTimeEdit::maxValue" tqtimeedit.html#maxValue-prop +"TQTimeEdit::minValue" tqtimeedit.html#minValue +"TQTimeEdit::minValue" tqtimeedit.html#minValue-prop +"TQTimeEdit::sectionFormattedText" tqtimeedit.html#sectionFormattedText +"TQTimeEdit::separator" tqtimeedit.html#separator +"TQTimeEdit::setAutoAdvance" tqtimeedit.html#setAutoAdvance +"TQTimeEdit::setDisplay" tqtimeedit.html#setDisplay +"TQTimeEdit::setHour" tqtimeedit.html#setHour +"TQTimeEdit::setMaxValue" tqtimeedit.html#setMaxValue +"TQTimeEdit::setMinValue" tqtimeedit.html#setMinValue +"TQTimeEdit::setMinute" tqtimeedit.html#setMinute +"TQTimeEdit::setRange" tqtimeedit.html#setRange +"TQTimeEdit::setSecond" tqtimeedit.html#setSecond +"TQTimeEdit::setSeparator" tqtimeedit.html#setSeparator +"TQTimeEdit::setTime" tqtimeedit.html#setTime +"TQTimeEdit::time" tqtimeedit.html#time +"TQTimeEdit::time" tqtimeedit.html#time-prop +"TQTimeEdit::valueChanged" tqtimeedit.html#valueChanged +"TQTimeEdit::~TQTimeEdit" tqtimeedit.html#~TQTimeEdit +"TQTimer" tqtimer.html +"TQTimer::changeInterval" tqtimer.html#changeInterval +"TQTimer::isActive" tqtimer.html#isActive +"TQTimer::singleShot" tqtimer.html#singleShot +"TQTimer::start" tqtimer.html#start +"TQTimer::stop" tqtimer.html#stop +"TQTimer::timeout" tqtimer.html#timeout +"TQTimer::timerId" tqtimer.html#timerId +"TQTimer::~TQTimer" tqtimer.html#~TQTimer +"TQTimerEvent" tqtimerevent.html +"TQTimerEvent::timerId" tqtimerevent.html#timerId "QToolBar" ntqtoolbar.html "QToolBar::addSeparator" ntqtoolbar.html#addSeparator "QToolBar::clear" ntqtoolbar.html#clear @@ -7968,8 +7968,8 @@ "operator<<" qcolorgroup.html#operator-lt-lt "operator<<" ntqcstring.html#operator-lt-lt "operator<<" ntqcursor.html#operator-lt-lt -"operator<<" qdate.html#operator-lt-lt -"operator<<" ntqdatetime.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 @@ -7989,7 +7989,7 @@ "operator<<" ntqsize.html#operator-lt-lt "operator<<" ntqsplitter.html#operator-lt-lt "operator<<" tqstring.html#operator-lt-lt -"operator<<" qtime.html#operator-lt-lt +"operator<<" tqtime.html#operator-lt-lt "operator<<" ntquuid.html#operator-lt-lt "operator<<" tqvaluelist.html#operator-lt-lt "operator<<" ntqwmatrix.html#operator-lt-lt @@ -8013,8 +8013,8 @@ "operator>>" ntqcolor.html#operator-gt-gt "operator>>" ntqcstring.html#operator-gt-gt "operator>>" ntqcursor.html#operator-gt-gt -"operator>>" qdate.html#operator-gt-gt -"operator>>" ntqdatetime.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>>" tqimage.html#operator-gt-gt @@ -8033,7 +8033,7 @@ "operator>>" ntqsize.html#operator-gt-gt "operator>>" ntqsplitter.html#operator-gt-gt "operator>>" tqstring.html#operator-gt-gt -"operator>>" qtime.html#operator-gt-gt +"operator>>" tqtime.html#operator-gt-gt "operator>>" ntquuid.html#operator-gt-gt "operator>>" tqvaluelist.html#operator-gt-gt "operator>>" ntqwmatrix.html#operator-gt-gt diff --git a/doc/html/licenses.html b/doc/html/licenses.html index 3969286a..ecb884b4 100644 --- a/doc/html/licenses.html +++ b/doc/html/licenses.html @@ -225,7 +225,7 @@ THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Copyright (c) 1991 by AT&T. diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html index 92384609..22f261ee 100644 --- a/doc/html/listviews-example.html +++ b/doc/html/listviews-example.html @@ -54,7 +54,7 @@ and works like the main window of a mail client. #include <ntqsplitter.h> #include <tqstring.h> #include <tqobject.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <tqptrlist.h> #include <ntqlistview.h> @@ -70,7 +70,7 @@ class TQPopupMenu; class MessageHeader { public: - MessageHeader( const TQString &_sender, const TQString &_subject, const TQDateTime &_datetime ) + MessageHeader( const TQString &_sender, const TQString &_subject, const TQDateTime &_datetime ) : msender( _sender ), msubject( _subject ), mdatetime( _datetime ) {} @@ -79,11 +79,11 @@ public: TQString sender() { return msender; } TQString subject() { return msubject; } - TQDateTime datetime() { return mdatetime; } + TQDateTime datetime() { return mdatetime; } protected: TQString msender, msubject; - TQDateTime mdatetime; + TQDateTime mdatetime; }; @@ -398,8 +398,8 @@ void ListViews::initFolder( Folder *folder, unsigned int & for ( unsigned int i = 0; i < 15; i++, count++ ) { TQString str; str = TQString( "Message %1 " ).arg( count ); - TQDateTime dt = TQDateTime::currentDateTime(); - dt = dt.addSecs( 60 * count ); + TQDateTime dt = TQDateTime::currentDateTime(); + dt = dt.addSecs( 60 * count ); MessageHeader mh( "Trolltech <info@trolltech.com> ", str, dt ); TQString body; diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html index 0ac4f8d9..266359fd 100644 --- a/doc/html/mail-example.html +++ b/doc/html/mail-example.html @@ -116,7 +116,7 @@ private: #include <tqtextstream.h> #include <ntqsocket.h> #include <ntqdns.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqapplication.h> #include <ntqmessagebox.h> #include <ntqregexp.h> diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index a58dd175..6f834b05 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -47,7 +47,7 @@ classes), see TQt's Classes.
TQSlider - TQTimer + TQTimer TQApplication @@ -160,7 +160,7 @@ classes), see TQt's Classes. TQValueStack - TQDate + TQDate TQInputDialog @@ -171,7 +171,7 @@ classes), see TQt's Classes. TQValueVector - TQDateEdit + TQDateEdit L TQLabel @@ -182,7 +182,7 @@ classes), see TQt's Classes. TQVariant - TQDateTime + TQDateTime TQLCDNumber @@ -193,7 +193,7 @@ classes), see TQt's Classes. TQVBoxLayout - TQDateTimeEdit + TQDateTimeEdit TQLibrary @@ -254,7 +254,7 @@ classes), see TQt's Classes. TQSettings - TQTime + TQTime X TQXmlSimpleReader @@ -265,7 +265,7 @@ classes), see TQt's Classes. TQSimpleRichText - TQTimeEdit + TQTimeEdit diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 997502b9..d076d191 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -804,7 +804,7 @@ can be used before calling exec(), because modal widgets call exec() to start a local event loop. To make your application perform idle processing, i.e. executing a special function whenever there are no pending events, use a -TQTimer with 0 timeout. More advanced idle processing schemes can +TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents().
See also quit(), exit(), processEvents(), and setMainWidget(). @@ -1086,7 +1086,7 @@ Processes pending events, for 3 seconds or until there are no more events to process, whichever is shorter.
You can call this function occasionally when your program is busy performing a long operation (e.g. copying a file). -
See also exec(), TQTimer, and TQEventLoop::processEvents(). +
See also exec(), TQTimer, and TQEventLoop::processEvents().
Examples: fileiconview/qfileiconview.cpp and network/ftpclient/main.cpp.
void TQApplication::processEvents ( int maxtime ) @@ -1096,7 +1096,7 @@ This is an overloaded member function, provided for convenience. It behaves esse there are no more events to process, whichever is shorter.
You can call this function occasionally when you program is busy doing a long operation (e.g. copying a file). -
See also exec(), TQTimer, and TQEventLoop::processEvents(). +
See also exec(), TQTimer, and TQEventLoop::processEvents().
void TQApplication::processOneEvent ()
This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. @@ -1105,7 +1105,7 @@ doing a long operation (e.g. copying a file). event processing must be grafted onto existing program loops.Using this function in new applications may be an indication of design problems. -
See also processEvents(), exec(), and TQTimer. +
See also processEvents(), exec(), and TQTimer.
void TQApplication::quit () [slot]
diff --git a/doc/html/ntqdatastream.html b/doc/html/ntqdatastream.html index a5d439f3..7b1426b3 100644 --- a/doc/html/ntqdatastream.html +++ b/doc/html/ntqdatastream.html @@ -128,7 +128,7 @@ data to. The TQFile class is an example of an IO deviEach item written to the stream is written in a predefined binary format that varies depending on the item's type. Supported TQt -types include TQBrush, TQColor, TQDateTime, TQFont, TQPixmap, TQString, +types include TQBrush, TQColor, TQDateTime, TQFont, TQPixmap, TQString, TQVariant and many others. For the complete list of all TQt types supporting data streaming see the Format of the TQDataStream operators.
For integers it is best to always cast to a TQt integer type for diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 3f9e32e1..c4327484 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -36,7 +36,7 @@ event classes. Event objects contain event parameters. More...
#include <ntqevent.h>
Inherits TQt. -
Inherited by TQTimerEvent, TQMouseEvent, TQWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, TQMoveEvent, TQResizeEvent, TQCloseEvent, TQIconDragEvent, TQShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent. +
Inherited by TQTimerEvent, TQMouseEvent, TQWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, TQMoveEvent, TQResizeEvent, TQCloseEvent, TQIconDragEvent, TQShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
Public Members
@@ -80,7 +80,7 @@ types and the specialized classes for each type are these:
diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index a4d2f213..13d2f358 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -83,7 +83,7 @@ protected: void mouseReleaseEvent( TQMouseEvent * ); void mouseMoveEvent( TQMouseEvent * ); void focusOutEvent( TQFocusEvent * ); - void timerEvent( TQTimerEvent * ); + void timerEvent( TQTimerEvent * ); void resizeEvent( TQResizeEvent * ); private: @@ -396,7 +396,7 @@ void MagWidget::grabAround(TQPoint pos) } -void MagWidget::timerEvent( TQTimerEvent * ) +void MagWidget::timerEvent( TQTimerEvent * ) { grab(); /* diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 2a03bf8a..c941d7d4 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -872,14 +872,14 @@ public: // compatibility typedef Dock ToolBarDock; - // documented in qdatetime.cpp + // documented in tqdatetime.cpp enum DateFormat { TextDate, // default TQt ISODate, // ISO 8601 LocalDate // locale dependent }; - // documented in qdatetime.cpp + // documented in tqdatetime.cpp enum TimeSpec { LocalTime, UTC diff --git a/doc/html/qsettings-h.html b/doc/html/qsettings-h.html index 0ed51a16..c1074d68 100644 --- a/doc/html/qsettings-h.html +++ b/doc/html/qsettings-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSETTINGS_H #ifndef QT_H -#include "ntqdatetime.h" +#include "tqdatetime.h" #include "tqstringlist.h" #endif // QT_H diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index d6eb8c6e..f6467727 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -1474,124 +1474,124 @@ -
- TQEvent::None - Not an event.
- TQEvent::Accessibility - Accessibility information is requested -
- TQEvent::Timer - Regular timer events, TQTimerEvent. +
- TQEvent::Timer - Regular timer events, TQTimerEvent.
- TQEvent::MouseButtonPress - Mouse press, TQMouseEvent.
- TQEvent::MouseButtonRelease - Mouse release, TQMouseEvent.
- TQEvent::MouseButtonDblClick - Mouse press again, TQMouseEvent. diff --git a/doc/html/ntqeventloop.html b/doc/html/ntqeventloop.html index 9b717184..e270fd8f 100644 --- a/doc/html/ntqeventloop.html +++ b/doc/html/ntqeventloop.html @@ -163,7 +163,7 @@ can be used before calling exec(), because modal widgets call exec() to start a local event loop.
To make your application perform idle processing, i.e. executing a special function whenever there are no pending events, use a -TQTimer with 0 timeout. More advanced idle processing schemes can +TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents().
See also TQApplication::quit(), exit(), and processEvents(). diff --git a/doc/html/ntqfileinfo.html b/doc/html/ntqfileinfo.html index c6ab7cae..e0de6a97 100644 --- a/doc/html/ntqfileinfo.html +++ b/doc/html/ntqfileinfo.html @@ -232,7 +232,7 @@ Converts the file's path to an absolute path.
If it is already absolute, nothing is done.
See also filePath() and isRelative(). -
TQDateTime TQFileInfo::created () const +
TQDateTime TQFileInfo::created () const
Returns the date and time when the file was created.On platforms where this information is not available, returns the @@ -366,13 +366,13 @@ Returns TRUE if the file is writable; otherwise returns FALSE.
See also isReadable(), isExecutable(), and permission().
Example: distributor/distributor.ui.h. -
TQDateTime TQFileInfo::lastModified () const +
TQDateTime TQFileInfo::lastModified () const
Returns the date and time when the file was last modified.
See also created() and lastRead().
Example: biff/biff.cpp. -
TQDateTime TQFileInfo::lastRead () const +
TQDateTime TQFileInfo::lastRead () const
Returns the date and time when the file was last read (accessed).On platforms where this information is not available, returns the diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index e1e20050..30e8d26f 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -277,7 +277,7 @@ The second group consists of doubleClicked(TQListVi
Note that changing the state of the list view in a slot connected to a list view signal may cause unexpected side effects. If you need to change the list view's state in response to a signal, use -a single shot timer with a +a single shot timer with a time out of 0, and connect this timer to a slot that modifies the list view's state.
In Motif style, TQListView deviates fairly strongly from the look diff --git a/doc/html/ntqprocess.html b/doc/html/ntqprocess.html index 5cddf398..3ef77c82 100644 --- a/doc/html/ntqprocess.html +++ b/doc/html/ntqprocess.html @@ -347,7 +347,7 @@ tryTerminate(). is to do something like this:
process->tryTerminate(); - TQTimer::singleShot( 5000, process, TQ_SLOT( kill() ) ); + TQTimer::singleShot( 5000, process, TQ_SLOT( kill() ) );This tries to terminate the process the nice way. If the process diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html index 05aae17a..2fb871c8 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -137,7 +137,7 @@ progress.setProgress( numFiles );
A modeless progress dialog is suitable for operations that take place in the background, where the user is able to interact with the -application. Such operations are typically based on TQTimer (or +application. Such operations are typically based on TQTimer (or TQObject::timerEvent()), TQSocketNotifier, or TQUrlOperator; or performed in a separate thread. A TQProgressBar in the status bar of your main window is often an alternative to a modeless progress dialog. @@ -149,9 +149,9 @@ Operation::Operation( TQObject *parent = 0 ) { pd = new TQProgressDialog( "Operation in progress.", "Cancel", 100 ); connect( pd, TQ_SIGNAL(canceled()), this, TQ_SLOT(cancel()) ); - t = new TQTimer( this ); - connect( t, TQ_SIGNAL(timeout()), this, TQ_SLOT(perform()) ); - t->start( 0 ); + t = new TQTimer( this ); + connect( t, TQ_SIGNAL(timeout()), this, TQ_SLOT(perform()) ); + t->start( 0 ); } void Operation::perform() @@ -160,12 +160,12 @@ void Operation::perform() //... perform one percent of the operation steps++; if ( steps > pd->totalSteps() ) - t->stop(); + t->stop(); } void Operation::cancel() { - t->stop(); + t->stop(); //... cleanup } diff --git a/doc/html/ntqsocketnotifier.html b/doc/html/ntqsocketnotifier.html index 1fcb2223..2a98ad6b 100644 --- a/doc/html/ntqsocketnotifier.html +++ b/doc/html/ntqsocketnotifier.html @@ -96,7 +96,7 @@ after having emitting the first activated() signal (and no "would block" error has occurred) is undefined. Depending on the operating system, it may fire on every pass of the event loop or not at all. -
If you need a time-out for your sockets you can use either timer events or the TQTimer class. +
If you need a time-out for your sockets you can use either timer events or the TQTimer class.
Socket action is detected in the main event loop of TQt. The X11 version of TQt has a single UNIX select() call that incorporates all socket notifiers and the X diff --git a/doc/html/ntqurlinfo.html b/doc/html/ntqurlinfo.html index 6693af70..be05bd91 100644 --- a/doc/html/ntqurlinfo.html +++ b/doc/html/ntqurlinfo.html @@ -132,7 +132,7 @@ to the directory. Copy constructor, copies ui to this URL info object. -
TQUrlInfo::TQUrlInfo ( const TQString & name, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) +
TQUrlInfo::TQUrlInfo ( const TQString & name, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )
Constructs a TQUrlInfo object by specifying all the URL's information. @@ -140,7 +140,7 @@ information. passed is the lastModified date/time and the lastRead date/time. Flags are also passed, specifically, isDir, isFile, isSymLink, isWritable, isReadable and isExecutable. -TQUrlInfo::TQUrlInfo ( const TQUrl & url, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) +
TQUrlInfo::TQUrlInfo ( const TQUrl & url, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )
Constructs a TQUrlInfo object by specifying all the URL's information. @@ -212,13 +212,13 @@ the values. Returns TRUE if the URL is writable; otherwise returns FALSE.
See also isValid(). -
TQDateTime TQUrlInfo::lastModified () const +
TQDateTime TQUrlInfo::lastModified () const
Returns the last modification date of the URL.
See also isValid().
Example: network/ftpclient/ftpmainwindow.ui.h. -
TQDateTime TQUrlInfo::lastRead () const +
TQDateTime TQUrlInfo::lastRead () const
Returns the date when the URL was last read.
See also isValid(). @@ -283,7 +283,7 @@ Specifies that the owning group of the URL is called s. turns it into a valid one.
See also isValid(). -
void TQUrlInfo::setLastModified ( const TQDateTime & dt ) [virtual] +
void TQUrlInfo::setLastModified ( const TQDateTime & dt ) [virtual]
Specifies that the object the URL refers to was last modified at dt. diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 52ff0703..f5a4132a 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -253,8 +253,8 @@ contain.- TQVariant::Color - a TQColor
- TQVariant::ColorGroup - a TQColorGroup
- TQVariant::Cursor - a TQCursor -
- TQVariant::Date - a TQDate -
- TQVariant::DateTime - a TQDateTime +
- TQVariant::Date - a TQDate +
- TQVariant::DateTime - a TQDateTime
- TQVariant::Double - a double
- TQVariant::Font - a TQFont
- TQVariant::IconSet - a TQIconSet @@ -277,7 +277,7 @@ contain.
- TQVariant::String - a TQString
- TQVariant::CString - a TQCString
- TQVariant::StringList - a TQStringList -
- TQVariant::Time - a TQTime +
- TQVariant::Time - a TQTime
- TQVariant::UInt - an unsigned int
Note that TQt's definition of bool depends on the compiler. ntqglobal.h has the system-dependent definition of bool. @@ -398,15 +398,15 @@ Constructs a new variant with a bitmap value, val. Constructs a new variant with a cursor value, val. -
TQVariant::TQVariant ( const TQDate & val ) +
TQVariant::TQVariant ( const TQDate & val )
Constructs a new variant with a date value, val. -TQVariant::TQVariant ( const TQTime & val ) +
TQVariant::TQVariant ( const TQTime & val )
Constructs a new variant with a time value, val. -TQVariant::TQVariant ( const TQDateTime & val ) +
TQVariant::TQVariant ( const TQDateTime & val )
Constructs a new variant with a date/time value, val. @@ -527,18 +527,18 @@ not possible the variant is set to a default arrow cursor.Returns a reference to the stored cursor.
See also toCursor(). -
TQDate & TQVariant::asDate () +
TQDate & TQVariant::asDate ()
-Tries to convert the variant to hold a TQDate value. If that is not +
Tries to convert the variant to hold a TQDate value. If that is not possible then the variant is set to an invalid date.
Returns a reference to the stored date.
See also toDate(). -
TQDateTime & TQVariant::asDateTime () +
TQDateTime & TQVariant::asDateTime ()
-Tries to convert the variant to hold a TQDateTime value. If that is +
Tries to convert the variant to hold a TQDateTime value. If that is not possible then the variant is set to an invalid date/time.
Returns a reference to the stored date/time.
See also toDateTime(). @@ -713,10 +713,10 @@ iterate over a copy, e.g.
See also toStringList(). -
TQTime & TQVariant::asTime () +
TQTime & TQVariant::asTime ()
-Tries to convert the variant to hold a TQTime value. If that is not +
Tries to convert the variant to hold a TQTime value. If that is not possible then the variant is set to an invalid time.
Returns a reference to the stored time.
See also toTime(). @@ -914,18 +914,18 @@ Returns the variant as a TQCursor if the variant ha otherwise returns the default arrow cursor.
See also asCursor(). -
const TQDate TQVariant::toDate () const +
const TQDate TQVariant::toDate () const
-Returns the variant as a TQDate if the variant can be cast to Date; +Returns the variant as a TQDate if the variant can be cast to Date; otherwise returns an invalid date.Note that if the type() is String, CString or ByteArray an invalid date will be returned if the string cannot be parsed as a TQt::ISODate format date.
See also asDate() and canCast(). -
const TQDateTime TQVariant::toDateTime () const +
const TQDateTime TQVariant::toDateTime () const
-Returns the variant as a TQDateTime if the variant can be cast to +Returns the variant as a TQDateTime if the variant can be cast to DateTime; otherwise returns an invalid TQDateTime.Note that if the type() is String, CString or ByteArray an invalid TQDateTime will be returned if the string cannot be parsed as a @@ -1092,9 +1092,9 @@ over a copy, e.g.
See also asStringList(). -
const TQTime TQVariant::toTime () const +
const TQTime TQVariant::toTime () const
-Returns the variant as a TQTime if the variant can be cast to Time; +Returns the variant as a TQTime if the variant can be cast to Time; otherwise returns an invalid date.Note that if the type() is String, CString or ByteArray an invalid time will be returned if the string cannot be parsed as a diff --git a/doc/html/porting.html b/doc/html/porting.html index b234d0ba..5cbece74 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -310,8 +310,8 @@ new code.
- TQColorGroup::TQColorGroup( const TQColor & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base )
- TQComboBox::autoResize() const
- TQComboBox::setAutoResize( bool ) -
- TQDate::dayName( int weekday ) -
- TQDate::monthName( int month ) +
- TQDate::dayName( int weekday ) +
- TQDate::monthName( int month )
- TQDir::encodedEntryList( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
- TQDir::encodedEntryList( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
- TQDockWindow::isHorizontalStretchable() const @@ -430,18 +430,18 @@ names are no longer avaialable. radio button (TQRadioButton). In TQt 3.0, it returns the selected toggle button (TQButton::toggleButton), a more general concept. This might affect programs that use TQButtonGroups that contain a mixture of radio buttons and non-radio (e.g. TQCheckBox) toggle buttons. -
TQDate +
TQDate
Two TQDate member functions that were virtual in TQt 2.0 are not virtual in TQt 3.0. This is only relevant if you subclassed TQDate and reimplemented these functions:
-
- TQString TQDate::monthName( int month ) const -
- TQString TQDate::dayName( int weekday ) const +
- TQString TQDate::monthName( int month ) const +
- TQString TQDate::dayName( int weekday ) const
In addition to no longer being virtual, TQDate::monthName() and -TQDate::dayName() have been renamed TQDate::shortMonthName() and -TQDate::shortDayName() and have been made static (as they should had +TQDate::dayName() have been renamed TQDate::shortMonthName() and +TQDate::shortDayName() and have been made static (as they should had been in the first place). The old names are still provided for source compatibility.
TQFileDialog diff --git a/doc/html/progress-example.html b/doc/html/progress-example.html index 9f1e4eae..63e026ee 100644 --- a/doc/html/progress-example.html +++ b/doc/html/progress-example.html @@ -257,7 +257,7 @@ public slots: } private: - void timerEvent( TQTimerEvent* ) + void timerEvent( TQTimerEvent* ) { if (!got_stop) pb->setProgress( pb->totalSteps() - rects ); diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index a6813a06..a13bbb8f 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -50,7 +50,7 @@ This example shows how to use a progress bar. #define PROGRESSBAR_H #include <ntqbuttongroup.h> -#include <ntqtimer.h> +#include <tqtimer.h> class TQRadioButton; class TQPushButton; @@ -67,7 +67,7 @@ protected: TQRadioButton *slow, *normal, *fast; TQPushButton *start, *pause, *reset; TQProgressBar *progress; - TQTimer timer; + TQTimer timer; protected slots: void slotStart(); diff --git a/doc/html/propertydocs b/doc/html/propertydocs index efed087f..587e6962 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -772,72 +772,72 @@ table. The default value is "True".
- QDateEdit::autoAdvance -+ TQDateEdit::autoAdvance +<p>This property holds whether the editor automatically advances to the next section. <p>If autoAdvance is TRUE, the editor will automatically advance focus to the next date section if a user has completed a section. The default is FALSE. -<p>Set this property's value with <a href="qdateedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="qdateedit.html#autoAdvance">autoAdvance</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="tqdateedit.html#autoAdvance">autoAdvance</a>(). - QDateEdit::date -+ TQDateEdit::date +<p>This property holds the editor's date value. <p>If the date property is not valid, the editor displays all zeroes -and <a href="qdateedit.html#date">QDateEdit::date</a>() will return an invalid date. It is strongly +and <a href="tqdateedit.html#date">TQDateEdit::date</a>() will return an invalid date. It is strongly recommended that the editor is given a default date value (e.g. currentDate()). That way, attempts to set the date property to an invalid date will fail. <p> When changing the date property, if the date is less than -<a href="qdateedit.html#minValue">minValue</a>(), or is greater than <a href="qdateedit.html#maxValue">maxValue</a>(), nothing happens. +<a href="tqdateedit.html#minValue">minValue</a>(), or is greater than <a href="tqdateedit.html#maxValue">maxValue</a>(), nothing happens. -<p>Set this property's value with <a href="qdateedit.html#setDate">setDate</a>() and get this property's value with <a href="qdateedit.html#date">date</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setDate">setDate</a>() and get this property's value with <a href="tqdateedit.html#date">date</a>(). - QDateEdit::maxValue -+ TQDateEdit::maxValue +<p>This property holds the editor's maximum value. <p>Setting the maximum date value for the editor is equivalent to -calling <a href="qdateedit.html#setRange">QDateEdit::setRange</a>( <a href="qdateedit.html#minValue">minValue</a>(), <em>d</em> ), where <em>d</em> is the +calling <a href="tqdateedit.html#setRange">TQDateEdit::setRange</a>( <a href="tqdateedit.html#minValue">minValue</a>(), <em>d</em> ), where <em>d</em> is the maximum date. The default maximum date is 8000-12-31. -<p> <p>See also <a href="qdateedit.html#minValue-prop">minValue</a> and <a href="qdateedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqdateedit.html#minValue-prop">minValue</a> and <a href="tqdateedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qdateedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="qdateedit.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqdateedit.html#maxValue">maxValue</a>(). - QDateEdit::minValue -+ TQDateEdit::minValue +<p>This property holds the editor's minimum value. <p>Setting the minimum date value is equivalent to calling -<a href="qdateedit.html#setRange">QDateEdit::setRange</a>( <em>d</em>, <a href="qdateedit.html#maxValue">maxValue</a>() ), where <em>d</em> is the minimum +<a href="tqdateedit.html#setRange">TQDateEdit::setRange</a>( <em>d</em>, <a href="tqdateedit.html#maxValue">maxValue</a>() ), where <em>d</em> is the minimum date. The default minimum date is 1752-09-14. -<p> <p>See also <a href="qdateedit.html#maxValue-prop">maxValue</a> and <a href="qdateedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqdateedit.html#maxValue-prop">maxValue</a> and <a href="tqdateedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qdateedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="qdateedit.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqdateedit.html#minValue">minValue</a>(). - QDateEdit::order -+ TQDateEdit::order +<p>This property holds the order in which the year, month and day appear. <p>The default order is locale dependent. -<p> <p>See also <a href="qdateedit.html#Order-enum">Order</a>. +<p> <p>See also <a href="tqdateedit.html#Order-enum">Order</a>. -<p>Set this property's value with <a href="qdateedit.html#setOrder">setOrder</a>() and get this property's value with <a href="qdateedit.html#order">order</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setOrder">setOrder</a>() and get this property's value with <a href="tqdateedit.html#order">order</a>(). - QDateTimeEdit::dateTime -+ TQDateTimeEdit::dateTime +<p>This property holds the editor's datetime value. <p>The datetime edit's datetime which may be an invalid datetime. -<p>Set this property's value with <a href="ntqdatetimeedit.html#setDateTime">setDateTime</a>() and get this property's value with <a href="ntqdatetimeedit.html#dateTime">dateTime</a>(). +<p>Set this property's value with <a href="tqdatetimeedit.html#setDateTime">setDateTime</a>() and get this property's value with <a href="tqdatetimeedit.html#dateTime">dateTime</a>(). @@ -4048,58 +4048,58 @@ text edit at which text should be wrapped. - QTimeEdit::autoAdvance -+ TQTimeEdit::autoAdvance +<p>This property holds whether the editor automatically advances to the next section. <p>If autoAdvance is TRUE, the editor will automatically advance focus to the next time section if a user has completed a section. The default is FALSE. -<p>Set this property's value with <a href="qtimeedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="qtimeedit.html#autoAdvance">autoAdvance</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="tqtimeedit.html#autoAdvance">autoAdvance</a>(). - QTimeEdit::display -+ TQTimeEdit::display +<p>This property holds the sections that are displayed in the time edit. <p>The value can be any combination of the values in the Display enum. By default, the widget displays hours, minutes and seconds. -<p>Set this property's value with <a href="qtimeedit.html#setDisplay">setDisplay</a>() and get this property's value with <a href="qtimeedit.html#display">display</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setDisplay">setDisplay</a>() and get this property's value with <a href="tqtimeedit.html#display">display</a>(). - QTimeEdit::maxValue -+ TQTimeEdit::maxValue +<p>This property holds the maximum time value. <p>Setting the maximum time value is equivalent to calling -<a href="qtimeedit.html#setRange">QTimeEdit::setRange</a>( <a href="qtimeedit.html#minValue">minValue</a>(), <em>t</em> ), where <em>t</em> is the maximum +<a href="tqtimeedit.html#setRange">TQTimeEdit::setRange</a>( <a href="tqtimeedit.html#minValue">minValue</a>(), <em>t</em> ), where <em>t</em> is the maximum time. The default maximum time is 23:59:59. -<p> <p>See also <a href="qtimeedit.html#minValue-prop">minValue</a> and <a href="qtimeedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqtimeedit.html#minValue-prop">minValue</a> and <a href="tqtimeedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qtimeedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="qtimeedit.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqtimeedit.html#maxValue">maxValue</a>(). - QTimeEdit::minValue -+ TQTimeEdit::minValue +<p>This property holds the minimum time value. <p>Setting the minimum time value is equivalent to calling -<a href="qtimeedit.html#setRange">QTimeEdit::setRange</a>( <em>t</em>, <a href="qtimeedit.html#maxValue">maxValue</a>() ), where <em>t</em> is the minimum +<a href="tqtimeedit.html#setRange">TQTimeEdit::setRange</a>( <em>t</em>, <a href="tqtimeedit.html#maxValue">maxValue</a>() ), where <em>t</em> is the minimum time. The default minimum time is 00:00:00. -<p> <p>See also <a href="qtimeedit.html#maxValue-prop">maxValue</a> and <a href="qtimeedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqtimeedit.html#maxValue-prop">maxValue</a> and <a href="tqtimeedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qtimeedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="qtimeedit.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqtimeedit.html#minValue">minValue</a>(). - QTimeEdit::time -+ TQTimeEdit::time +<p>This property holds the editor's time value. <p>When changing the time property, if the time is less than -<a href="qtimeedit.html#minValue">minValue</a>(), or is greater than <a href="qtimeedit.html#maxValue">maxValue</a>(), nothing happens. +<a href="tqtimeedit.html#minValue">minValue</a>(), or is greater than <a href="tqtimeedit.html#maxValue">maxValue</a>(), nothing happens. -<p>Set this property's value with <a href="qtimeedit.html#setTime">setTime</a>() and get this property's value with <a href="qtimeedit.html#time">time</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setTime">setTime</a>() and get this property's value with <a href="tqtimeedit.html#time">time</a>(). diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 2b56c227..3430f705 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -61,12 +61,12 @@ "TQDataTable/numRows" tqdatatable.html#numRows-prop "TQDataTable/sort" tqdatatable.html#sort-prop "TQDataTable/trueText" tqdatatable.html#trueText-prop -"QDateEdit/autoAdvance" qdateedit.html#autoAdvance-prop -"QDateEdit/date" qdateedit.html#date-prop -"QDateEdit/maxValue" qdateedit.html#maxValue-prop -"QDateEdit/minValue" qdateedit.html#minValue-prop -"QDateEdit/order" qdateedit.html#order-prop -"QDateTimeEdit/dateTime" ntqdatetimeedit.html#dateTime-prop +"TQDateEdit/autoAdvance" tqdateedit.html#autoAdvance-prop +"TQDateEdit/date" tqdateedit.html#date-prop +"TQDateEdit/maxValue" tqdateedit.html#maxValue-prop +"TQDateEdit/minValue" tqdateedit.html#minValue-prop +"TQDateEdit/order" tqdateedit.html#order-prop +"TQDateTimeEdit/dateTime" tqdatetimeedit.html#dateTime-prop "QDial/lineStep" ntqdial.html#lineStep-prop "QDial/maxValue" ntqdial.html#maxValue-prop "QDial/minValue" ntqdial.html#minValue-prop @@ -333,11 +333,11 @@ "TQTextEdit/wordWrap" tqtextedit.html#wordWrap-prop "TQTextEdit/wrapColumnOrWidth" tqtextedit.html#wrapColumnOrWidth-prop "TQTextEdit/wrapPolicy" tqtextedit.html#wrapPolicy-prop -"QTimeEdit/autoAdvance" qtimeedit.html#autoAdvance-prop -"QTimeEdit/display" qtimeedit.html#display-prop -"QTimeEdit/maxValue" qtimeedit.html#maxValue-prop -"QTimeEdit/minValue" qtimeedit.html#minValue-prop -"QTimeEdit/time" qtimeedit.html#time-prop +"TQTimeEdit/autoAdvance" tqtimeedit.html#autoAdvance-prop +"TQTimeEdit/display" tqtimeedit.html#display-prop +"TQTimeEdit/maxValue" tqtimeedit.html#maxValue-prop +"TQTimeEdit/minValue" tqtimeedit.html#minValue-prop +"TQTimeEdit/time" tqtimeedit.html#time-prop "QToolBar/label" ntqtoolbar.html#label-prop "QToolBox/count" ntqtoolbox.html#count-prop "QToolBox/currentIndex" ntqtoolbox.html#currentIndex-prop diff --git a/doc/html/qasyncio-h.html b/doc/html/qasyncio-h.html index 8d7f4fc0..e1877af1 100644 --- a/doc/html/qasyncio-h.html +++ b/doc/html/qasyncio-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobject.h" #include "ntqsignal.h" -#include "ntqtimer.h" +#include "tqtimer.h" #endif // QT_H #ifndef TQT_NO_ASYNC_IO diff --git a/doc/html/qdate-members.html b/doc/html/qdate-members.html deleted file mode 100644 index 592e357e..00000000 --- a/doc/html/qdate-members.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - TQDate Member List - - - - --
- - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions - -Complete Member List for TQDate
- -This is the complete list of member functions for -TQDate, including inherited members. - -
-
- -- TQDate() -
- addDays() -
- addMonths() -
- addYears() -
- currentDate() -
- day() -
- dayName() -
- dayOfWeek() -
- dayOfYear() -
- daysInMonth() -
- daysInYear() -
- daysTo() -
- fromString() -
- isNull() -
- isValid() -
- leapYear() -
- longDayName() -
- longMonthName() -
- month() -
- monthName() -
- operator!=() -
- operator<() -
- operator<=() -
- operator==() -
- operator>() -
- operator>=() -
- setYMD() -
- shortDayName() -
- shortMonthName() -
- toString() -
- weekNumber() -
- year() -
-- diff --git a/doc/html/qfileinfo-h.html b/doc/html/qfileinfo-h.html index c37b125b..3a89658c 100644 --- a/doc/html/qfileinfo-h.html +++ b/doc/html/qfileinfo-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqfile.h" -#include "ntqdatetime.h" +#include "tqdatetime.h" #endif // QT_H diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index 06646624..30e4e351 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -161,7 +161,7 @@ paintGL() is called.
- Copyright © 2007 -Trolltech Trademarks - TQt 3.3.8-If you need to trigger a repaint from places other than paintGL() -(a typical example is when using timers to +(a typical example is when using timers to animate scenes), you should call the widget's updateGL() function.
Your widget's OpenGL rendering context is made current when paintGL(), resizeGL(), or initializeGL() is called. If you need to diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index 1c9d1d3c..99aaa8da 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -102,7 +102,7 @@ documentation.
- TQMacStyle::FocusEnabled - show a focus rectangle when the widget has focus.
- TQMacStyle::FocusDisabled - never show a focus rectangle for the widget.
- TQMacStyle::FocusDefault - show a focus rectangle when the widget has -focus and the widget is a TQSpinWidget, TQDateTimeEdit, TQLineEdit, +focus and the widget is a TQSpinWidget, TQDateTimeEdit, TQLineEdit, TQListBox, TQListView, editable TQTextEdit, or one of their subclasses.
- -QDate -addDays -addMonths -addYears -currentDate -day -dayOfWeek -dayOfYear -daysInMonth -daysInYear -daysTo -fromString -isNull -isValid -leapYear -longDayName -longMonthName -month -operator!= -operator< -operator<= -operator== -operator> -operator>= -setYMD -shortDayName -shortMonthName -toString -weekNumber -year -operator<< -operator>> - - -- -QDateEdit -Order -autoAdvance -autoAdvance -date -date -fix -maxValue -maxValue -minValue -minValue -order -order -sectionFormattedText -sectionLength -sectionText -separator -setAutoAdvance -setDate -setDay -setMaxValue -setMinValue -setMonth -setOrder -setRange -setSeparator -setYear -updateButtons -valueChanged -~QDateEdit - - -- -QDateTime -addDays -addMonths -addSecs -addYears -currentDateTime -date -daysTo -fromString -isNull -isValid -operator!= -operator< -operator<= -operator== -operator> -operator>= -secsTo -setDate -setTime -setTime_t -time -toString -toTime_t -operator<< -operator>> - - -- -QDateTimeEdit -autoAdvance -dateEdit -dateTime -dateTime -setAutoAdvance -setDateTime -timeEdit -valueChanged -~QDateTimeEdit - - -- QDateTimeEditBase - - ++ +TQDate +addDays +addMonths +addYears +currentDate +day +dayOfWeek +dayOfYear +daysInMonth +daysInYear +daysTo +fromString +isNull +isValid +leapYear +longDayName +longMonthName +month +operator!= +operator< +operator<= +operator== +operator> +operator>= +setYMD +shortDayName +shortMonthName +toString +weekNumber +year +operator<< +operator>> + + ++ +TQDateEdit +Order +autoAdvance +autoAdvance +date +date +fix +maxValue +maxValue +minValue +minValue +order +order +sectionFormattedText +sectionLength +sectionText +separator +setAutoAdvance +setDate +setDay +setMaxValue +setMinValue +setMonth +setOrder +setRange +setSeparator +setYear +updateButtons +valueChanged +~TQDateEdit + + ++ +TQDateTime +addDays +addMonths +addSecs +addYears +currentDateTime +date +daysTo +fromString +isNull +isValid +operator!= +operator< +operator<= +operator== +operator> +operator>= +secsTo +setDate +setTime +setTime_t +time +toString +toTime_t +operator<< +operator>> + + ++ +TQDateTimeEdit +autoAdvance +dateEdit +dateTime +dateTime +setAutoAdvance +setDateTime +timeEdit +valueChanged +~TQDateTimeEdit + + ++ TQDateTimeEditBase + +- QDeepCopy @@ -7936,83 +7936,83 @@- -QTime -addMSecs -addSecs -currentTime -elapsed -fromString -hour -isNull -isValid -minute -msec -msecsTo -operator!= -operator< -operator<= -operator== -operator> -operator>= -restart -second -secsTo -setHMS -start -toString -operator<< -operator>> - - -- -QTimeEdit -Display -autoAdvance -autoAdvance -display -display -maxValue -maxValue -minValue -minValue -sectionFormattedText -separator -setAutoAdvance -setDisplay -setHour -setMaxValue -setMinValue -setMinute -setRange -setSecond -setSeparator -setTime -time -time -valueChanged -~QTimeEdit - - -- -QTimer -changeInterval -isActive -singleShot -start -stop -timeout -timerId -~QTimer - - -- QTimerEvent -timerId - ++ +TQTime +addMSecs +addSecs +currentTime +elapsed +fromString +hour +isNull +isValid +minute +msec +msecsTo +operator!= +operator< +operator<= +operator== +operator> +operator>= +restart +second +secsTo +setHMS +start +toString +operator<< +operator>> + + ++ +TQTimeEdit +Display +autoAdvance +autoAdvance +display +display +maxValue +maxValue +minValue +minValue +sectionFormattedText +separator +setAutoAdvance +setDisplay +setHour +setMaxValue +setMinValue +setMinute +setRange +setSecond +setSeparator +setTime +time +time +valueChanged +~TQTimeEdit + + ++ +TQTimer +changeInterval +isActive +singleShot +start +stop +timeout +timerId +~TQTimer + + ++ TQTimerEvent +timerId +diff --git a/doc/html/qurlinfo-h.html b/doc/html/qurlinfo-h.html index 46406f69..63431643 100644 --- a/doc/html/qurlinfo-h.html +++ b/doc/html/qurlinfo-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQURLINFO_H #ifndef QT_H -#include "ntqdatetime.h" +#include "tqdatetime.h" #include "tqstring.h" #endif // QT_H diff --git a/doc/html/sql-overview-subclass5-main-h.html b/doc/html/sql-overview-subclass5-main-h.html index 35c132e4..7c1d0c93 100644 --- a/doc/html/sql-overview-subclass5-main-h.html +++ b/doc/html/sql-overview-subclass5-main-h.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <ntqapplication.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <tqsqldatabase.h> #include <tqsqlcursor.h> #include "../connection.h" diff --git a/doc/html/t11-cannon-cpp.html b/doc/html/t11-cannon-cpp.html index 96e7a054..86c56baf 100644 --- a/doc/html/t11-cannon-cpp.html +++ b/doc/html/t11-cannon-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqpixmap.h> @@ -52,8 +52,8 @@ body { background: #ffffff; color: black; } ang = 45; f = 0; timerCount = 0; - autoShootTimer = new TQTimer( this, "movement handler" ); - connect( autoShootTimer, TQ_SIGNAL(timeout()), + autoShootTimer = new TQTimer( this, "movement handler" ); + connect( autoShootTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; @@ -88,12 +88,12 @@ void CannonField::setForce( int newton ) void CannonField::shoot() { - if ( autoShootTimer->isActive() ) + if ( autoShootTimer->isActive() ) return; timerCount = 0; shoot_ang = ang; shoot_f = f; - autoShootTimer->start( 50 ); + autoShootTimer->start( 50 ); } @@ -105,7 +105,7 @@ void CannonField::moveShot() TQRect shotR = shotRect(); if ( shotR.x() > width() || shotR.y() > height() ) - autoShootTimer->stop(); + autoShootTimer->stop(); else r = r.unite( TQRegion( shotR ) ); repaint( r ); @@ -119,7 +119,7 @@ void CannonField::paintEvent( intersects( cannonRect() ) ) paintCannon( &p ); - if ( autoShootTimer->isActive() && + if ( autoShootTimer->isActive() && updateR.intersects( shotRect() ) ) paintShot( &p ); } diff --git a/doc/html/t11-cannon-h.html b/doc/html/t11-cannon-h.html index c9fdd504..8f96231f 100644 --- a/doc/html/t11-cannon-h.html +++ b/doc/html/t11-cannon-h.html @@ -82,7 +82,7 @@ private: int f; int timerCount; - TQTimer * autoShootTimer; + TQTimer * autoShootTimer; float shoot_ang; float shoot_f; }; diff --git a/doc/html/t12-cannon-cpp.html b/doc/html/t12-cannon-cpp.html index ec0e6e0f..704d75fd 100644 --- a/doc/html/t12-cannon-cpp.html +++ b/doc/html/t12-cannon-cpp.html @@ -39,10 +39,10 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqpixmap.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <math.h> #include <stdlib.h> @@ -54,8 +54,8 @@ body { background: #ffffff; color: black; } ang = 45; f = 0; timerCount = 0; - autoShootTimer = new TQTimer( this, "movement handler" ); - connect( autoShootTimer, TQ_SIGNAL(timeout()), + autoShootTimer = new TQTimer( this, "movement handler" ); + connect( autoShootTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; @@ -92,12 +92,12 @@ void CannonField::setForce( int newton ) void CannonField::shoot() { - if ( autoShootTimer->isActive() ) + if ( autoShootTimer->isActive() ) return; timerCount = 0; shoot_ang = ang; shoot_f = f; - autoShootTimer->start( 50 ); + autoShootTimer->start( 50 ); } @@ -106,8 +106,8 @@ void CannonField::newTarget() static bool first_time = TRUE; if ( first_time ) { first_time = FALSE; - TQTime midnight( 0, 0, 0 ); - srand( midnight.secsTo(TQTime::currentTime()) ); + TQTime midnight( 0, 0, 0 ); + srand( midnight.secsTo(TQTime::currentTime()) ); } TQRegion r( targetRect() ); target = TQPoint( 200 + rand() % 190, @@ -124,10 +124,10 @@ void CannonField::moveShot() TQRect shotR = shotRect(); if ( shotR.intersects( targetRect() ) ) { - autoShootTimer->stop(); + autoShootTimer->stop(); emit hit(); } else if ( shotR.x() > width() || shotR.y() > height() ) { - autoShootTimer->stop(); + autoShootTimer->stop(); emit missed(); } else { r = r.unite( TQRegion( shotR ) ); @@ -144,7 +144,7 @@ void CannonField::paintEvent( intersects( cannonRect() ) ) paintCannon( &p ); - if ( autoShootTimer->isActive() && + if ( autoShootTimer->isActive() && updateR.intersects( shotRect() ) ) paintShot( &p ); if ( updateR.intersects( targetRect() ) ) diff --git a/doc/html/t12-cannon-h.html b/doc/html/t12-cannon-h.html index 91e94b09..29990126 100644 --- a/doc/html/t12-cannon-h.html +++ b/doc/html/t12-cannon-h.html @@ -87,7 +87,7 @@ private: int f; int timerCount; - TQTimer * autoShootTimer; + TQTimer * autoShootTimer; float shoot_ang; float shoot_f; diff --git a/doc/html/t13-cannon-cpp.html b/doc/html/t13-cannon-cpp.html index be93bcc2..d41617e2 100644 --- a/doc/html/t13-cannon-cpp.html +++ b/doc/html/t13-cannon-cpp.html @@ -39,10 +39,10 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqpixmap.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <math.h> #include <stdlib.h> @@ -54,8 +54,8 @@ body { background: #ffffff; color: black; } ang = 45; f = 0; timerCount = 0; - autoShootTimer = new TQTimer( this, "movement handler" ); - connect( autoShootTimer, TQ_SIGNAL(timeout()), + autoShootTimer = new TQTimer( this, "movement handler" ); + connect( autoShootTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; @@ -98,7 +98,7 @@ void CannonField::shoot() timerCount = 0; shoot_ang = ang; shoot_f = f; - autoShootTimer->start( 50 ); + autoShootTimer->start( 50 ); emit canShoot( FALSE ); } @@ -108,8 +108,8 @@ void CannonField::newTarget() static bool first_time = TRUE; if ( first_time ) { first_time = FALSE; - TQTime midnight( 0, 0, 0 ); - srand( midnight.secsTo(TQTime::currentTime()) ); + TQTime midnight( 0, 0, 0 ); + srand( midnight.secsTo(TQTime::currentTime()) ); } TQRegion r( targetRect() ); target = TQPoint( 200 + rand() % 190, @@ -122,7 +122,7 @@ void CannonField::setGameOver() if ( gameEnded ) return; if ( isShooting() ) - autoShootTimer->stop(); + autoShootTimer->stop(); gameEnded = TRUE; repaint(); } @@ -130,7 +130,7 @@ void CannonField::setGameOver() void CannonField::restartGame() { if ( isShooting() ) - autoShootTimer->stop(); + autoShootTimer->stop(); gameEnded = FALSE; repaint(); emit canShoot( TRUE ); @@ -144,11 +144,11 @@ void CannonField::moveShot() TQRect shotR = shotRect(); if ( shotR.intersects( targetRect() ) ) { - autoShootTimer->stop(); + autoShootTimer->stop(); emit hit(); emit canShoot( TRUE ); } else if ( shotR.x() > width() || shotR.y() > height() ) { - autoShootTimer->stop(); + autoShootTimer->stop(); emit missed(); emit canShoot( TRUE ); } else { @@ -255,7 +255,7 @@ TQRect CannonField::targetRect() const bool CannonField::isShooting() const { - return autoShootTimer->isActive(); + return autoShootTimer->isActive(); } diff --git a/doc/html/t13-cannon-h.html b/doc/html/t13-cannon-h.html index 317b28aa..d92f2a05 100644 --- a/doc/html/t13-cannon-h.html +++ b/doc/html/t13-cannon-h.html @@ -92,7 +92,7 @@ private: int f; int timerCount; - TQTimer * autoShootTimer; + TQTimer * autoShootTimer; float shoot_ang; float shoot_f; diff --git a/doc/html/t14-cannon-cpp.html b/doc/html/t14-cannon-cpp.html index 62504053..e5195553 100644 --- a/doc/html/t14-cannon-cpp.html +++ b/doc/html/t14-cannon-cpp.html @@ -39,10 +39,10 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include "cannon.h" -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqpixmap.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <math.h> #include <stdlib.h> @@ -54,8 +54,8 @@ body { background: #ffffff; color: black; } ang = 45; f = 0; timerCount = 0; - autoShootTimer = new TQTimer( this, "movement handler" ); - connect( autoShootTimer, TQ_SIGNAL(timeout()), + autoShootTimer = new TQTimer( this, "movement handler" ); + connect( autoShootTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; @@ -99,7 +99,7 @@ void CannonField::shoot() timerCount = 0; shoot_ang = ang; shoot_f = f; - autoShootTimer->start( 50 ); + autoShootTimer->start( 50 ); emit canShoot( FALSE ); } @@ -109,8 +109,8 @@ void CannonField::newTarget() static bool first_time = TRUE; if ( first_time ) { first_time = FALSE; - TQTime midnight( 0, 0, 0 ); - srand( midnight.secsTo(TQTime::currentTime()) ); + TQTime midnight( 0, 0, 0 ); + srand( midnight.secsTo(TQTime::currentTime()) ); } TQRegion r( targetRect() ); target = TQPoint( 200 + rand() % 190, @@ -123,7 +123,7 @@ void CannonField::setGameOver() if ( gameEnded ) return; if ( isShooting() ) - autoShootTimer->stop(); + autoShootTimer->stop(); gameEnded = TRUE; repaint(); } @@ -131,7 +131,7 @@ void CannonField::setGameOver() void CannonField::restartGame() { if ( isShooting() ) - autoShootTimer->stop(); + autoShootTimer->stop(); gameEnded = FALSE; repaint(); emit canShoot( TRUE ); @@ -145,12 +145,12 @@ void CannonField::moveShot() TQRect shotR = shotRect(); if ( shotR.intersects( targetRect() ) ) { - autoShootTimer->stop(); + autoShootTimer->stop(); emit hit(); emit canShoot( TRUE ); } else if ( shotR.x() > width() || shotR.y() > height() || shotR.intersects(barrierRect()) ) { - autoShootTimer->stop(); + autoShootTimer->stop(); emit missed(); emit canShoot( TRUE ); } else { @@ -310,7 +310,7 @@ bool CannonField::barrelHit( const TQ bool CannonField::isShooting() const { - return autoShootTimer->isActive(); + return autoShootTimer->isActive(); } diff --git a/doc/html/t14-cannon-h.html b/doc/html/t14-cannon-h.html index 252e3038..f5631562 100644 --- a/doc/html/t14-cannon-h.html +++ b/doc/html/t14-cannon-h.html @@ -99,7 +99,7 @@ private: int f; int timerCount; - TQTimer * autoShootTimer; + TQTimer * autoShootTimer; float shoot_ang; float shoot_f; diff --git a/doc/html/tabdialog-example.html b/doc/html/tabdialog-example.html index fd8288fe..db85192d 100644 --- a/doc/html/tabdialog-example.html +++ b/doc/html/tabdialog-example.html @@ -93,7 +93,7 @@ protected: #include <ntqvbox.h> #include <ntqlabel.h> #include <ntqlineedit.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <ntqbuttongroup.h> #include <ntqcheckbox.h> #include <ntqlistbox.h> diff --git a/doc/html/threads.html b/doc/html/threads.html index 392d1c49..eb3c5076 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -208,7 +208,7 @@ thread.
- None of the TQObject based classes included in the TQt library are reentrant. This includes all widgets (e.g. TQWidget and -subclasses), OS kernel classes (e.g. TQProcess, TQAccel, TQTimer), and +subclasses), OS kernel classes (e.g. TQProcess, TQAccel, TQTimer), and all networking classes (e.g. TQSocket, TQDns).
- TQObject and all of its subclasses are not thread-safe. This includes the entire event delivery system. It is important to @@ -254,7 +254,7 @@ are examples of simple GUI operations:
Any operations that generate events must not be called by any thread other than the GUI thread. Examples of such operations are:
-
- creating a TQWidget, TQTimer, TQSocketNotifier, TQSocket or other network class. +
- creating a TQWidget, TQTimer, TQSocketNotifier, TQSocket or other network class.
- moving, resizing, showing or hiding a TQWidget.
- starting or stoping a TQTimer.
- enabling or disabling a TQSocketNotifier. diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html index ae481296..53bf4a19 100644 --- a/doc/html/tictac-example.html +++ b/doc/html/tictac-example.html @@ -171,7 +171,7 @@ private: #include <ntqlabel.h> #include <ntqlayout.h> #include <stdlib.h> // rand() function -#include <ntqdatetime.h> // seed for rand() +#include <tqdatetime.h> // seed for rand() //*************************************************************************** @@ -233,8 +233,8 @@ private: buttons->insert( i, ttb ); btArray->at(i) = TicTacButton::Blank; // initial button type } - TQTime t = TQTime::currentTime(); // set random seed - srand( t.hour()*12+t.minute()*60+t.second()*60 ); + TQTime t = TQTime::currentTime(); // set random seed + srand( t.hour()*12+t.minute()*60+t.second()*60 ); } TicTacGameBoard::~TicTacGameBoard() diff --git a/doc/html/time.html b/doc/html/time.html index 3d571f04..f5f8ec1e 100644 --- a/doc/html/time.html +++ b/doc/html/time.html @@ -36,13 +36,13 @@ body { background: #ffffff; color: black; }
Also available: TQt Year 2000 Compliance Statement.
-
TQDate Date functions - TQDateEdit Date editor - TQDateTime Date and time functions - TQDateTimeEdit Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes - TQTime Clock time functions - TQTimeEdit Time editor - TQTimer Timer signals and single-shot timers + TQDate Date functions + TQDateEdit Date editor + TQDateTime Date and time functions + TQDateTimeEdit Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes + TQTime Clock time functions + TQTimeEdit Time editor + TQTimer Timer signals and single-shot timers diff --git a/doc/html/timers.html b/doc/html/timers.html index 7c9415a1..bd53ca7d 100644 --- a/doc/html/timers.html +++ b/doc/html/timers.html @@ -41,7 +41,7 @@ milliseconds, until you explicitly call TQObje the timer id.For this mechanism to work, the application must run in an event loop. You start an event loop with TQApplication::exec(). When a -timer fires, the application sends a TQTimerEvent, and the flow of +timer fires, the application sends a TQTimerEvent, and the flow of control leaves the event loop until the timer event is processed. This implies that a timer cannot fire while your application is busy doing something else. In other words: the accuracy of timers depends on the @@ -51,26 +51,26 @@ one year is possible). The accuracy depends on the underlying operating system. Windows 95/98 has 55 millisecond (18.2 times per second) accuracy; other systems that we have tested (UNIX X11 and Windows NT) can handle 1 millisecond intervals. -
The main API for the timer functionality is TQTimer. That class +
The main API for the timer functionality is TQTimer. That class provides regular timers that emit a signal when the timer fires, and inherits TQObject so that it fits well into the ownership structure of most GUI programs. The normal way of using it is like this:
- TQTimer * counter = new TQTimer( this ); - connect( counter, TQ_SIGNAL(timeout()), + TQTimer * counter = new TQTimer( this ); + connect( counter, TQ_SIGNAL(timeout()), this, TQ_SLOT(updateCaption()) ); - counter->start( 1000 ); + counter->start( 1000 );The counter timer is made into a child of this widget, so that when this widget is deleted, the timer is deleted too. Next, its timeout signal is connected to the slot that will do the work, and finally it's started. -
TQTimer also provides a simple one-shot timer API. TQButton uses this +
TQTimer also provides a simple one-shot timer API. TQButton uses this to show the button being pressed down and then (0.1 seconds later) be released when the keyboard is used to "press" a button, for example:
- TQTimer::singleShot( 100, this, TQ_SLOT(animateTimeout()) ); + TQTimer::singleShot( 100, this, TQ_SLOT(animateTimeout()) );0.1 seconds after this line of code is executed, the same button's @@ -100,7 +100,7 @@ single-threaded application without blocking the user interface. private slots: void calculate(); private: - TQTimer timer; + TQTimer timer; ... }; @@ -111,7 +111,7 @@ single-threaded application without blocking the user interface. Mandelbrot::Mandelbrot( TQObject *parent=0, const char *name ) : TQObject( parent, name ) { - connect( &timer, TQ_SIGNAL(timeout()), TQ_SLOT(calculate()) ); + connect( &timer, TQ_SIGNAL(timeout()), TQ_SLOT(calculate()) ); ... } @@ -122,8 +122,8 @@ single-threaded application without blocking the user interface. void Mandelbrot::start() { - if ( !timer.isActive() ) // not already running - timer.start( 10 ); // timeout every 10 ms + if ( !timer.isActive() ) // not already running + timer.start( 10 ); // timeout every 10 ms } // @@ -135,7 +135,7 @@ single-threaded application without blocking the user interface. { ... // perform the calculation for a scanline if ( finished ) { // no more scanlines - timer.stop(); + timer.stop(); emit done(); } } diff --git a/doc/html/titleindex b/doc/html/titleindex index 309ddf8e..2cedaf9a 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -272,16 +272,16 @@ TQDataTable Class | tqdatatable.html TQDataTable Member List | tqdatatable-members.html TQDataView Class | tqdataview.html TQDataView Member List | tqdataview-members.html -QDate Class | qdate.html -QDate Member List | qdate-members.html -QDateEdit Class | qdateedit.html -QDateEdit Member List | qdateedit-members.html -QDateTime Class | ntqdatetime.html -QDateTime Member List | qdatetime-members.html -QDateTimeEdit Class | ntqdatetimeedit.html -QDateTimeEdit Member List | qdatetimeedit-members.html -QDateTimeEditBase Class | qdatetimeeditbase.html -QDateTimeEditBase Member List | qdatetimeeditbase-members.html +TQDate Class | tqdate.html +TQDate Member List | tqdate-members.html +TQDateEdit Class | tqdateedit.html +TQDateEdit Member List | tqdateedit-members.html +TQDateTime Class | tqdatetime.html +TQDateTime Member List | tqdatetime-members.html +TQDateTimeEdit Class | tqdatetimeedit.html +TQDateTimeEdit Member List | tqdatetimeedit-members.html +TQDateTimeEditBase Class | tqdatetimeeditbase.html +TQDateTimeEditBase Member List | tqdatetimeeditbase-members.html QDeepCopy Class | ntqdeepcopy.html QDeepCopy Member List | qdeepcopy-members.html QDesktopWidget Class | ntqdesktopwidget.html @@ -826,14 +826,14 @@ QThread Class | ntqthread.html QThread Member List | qthread-members.html QThreadStorage Class | ntqthreadstorage.html QThreadStorage Member List | qthreadstorage-members.html -QTime Class | qtime.html -QTime Member List | qtime-members.html -QTimeEdit Class | qtimeedit.html -QTimeEdit Member List | qtimeedit-members.html -QTimer Class | ntqtimer.html -QTimer Member List | qtimer-members.html -QTimerEvent Class | qtimerevent.html -QTimerEvent Member List | qtimerevent-members.html +TQTime Class | tqtime.html +TQTime Member List | tqtime-members.html +TQTimeEdit Class | tqtimeedit.html +TQTimeEdit Member List | tqtimeedit-members.html +TQTimer Class | tqtimer.html +TQTimer Member List | tqtimer-members.html +TQTimerEvent Class | tqtimerevent.html +TQTimerEvent Member List | tqtimerevent-members.html QToolBar Class | ntqtoolbar.html QToolBar Member List | qtoolbar-members.html QToolBox Class | ntqtoolbox.html @@ -1102,8 +1102,8 @@ tqdatabrowser.h Include File | tqdatabrowser-h.html ntqdatastream.h Include File | qdatastream-h.html tqdatatable.h Include File | tqdatatable-h.html tqdataview.h Include File | tqdataview-h.html -ntqdatetime.h Include File | qdatetime-h.html -ntqdatetimeedit.h Include File | qdatetimeedit-h.html +tqdatetime.h Include File | tqdatetime-h.html +tqdatetimeedit.h Include File | tqdatetimeedit-h.html ntqdeepcopy.h Include File | qdeepcopy-h.html ntqdesktopwidget.h Include File | qdesktopwidget-h.html ntqdial.h Include File | qdial-h.html @@ -1279,7 +1279,7 @@ tqtextstream.h Include File | tqtextstream-h.html tqtextview.h Include File | tqtextview-h.html ntqthread.h Include File | qthread-h.html ntqthreadstorage.h Include File | qthreadstorage-h.html -ntqtimer.h Include File | qtimer-h.html +tqtimer.h Include File | tqtimer-h.html ntqtoolbar.h Include File | qtoolbar-h.html ntqtoolbox.h Include File | qtoolbox-h.html ntqtoolbutton.h Include File | qtoolbutton-h.html diff --git a/doc/html/tqdate-members.html b/doc/html/tqdate-members.html new file mode 100644 index 00000000..ada79afa --- /dev/null +++ b/doc/html/tqdate-members.html @@ -0,0 +1,78 @@ + + + +
+ +TQDate Member List + + + + ++
+ + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions + +Complete Member List for TQDate
+ +This is the complete list of member functions for +TQDate, including inherited members. + +
+
+ +- TQDate() +
- addDays() +
- addMonths() +
- addYears() +
- currentDate() +
- day() +
- dayName() +
- dayOfWeek() +
- dayOfYear() +
- daysInMonth() +
- daysInYear() +
- daysTo() +
- fromString() +
- isNull() +
- isValid() +
- leapYear() +
- longDayName() +
- longMonthName() +
- month() +
- monthName() +
- operator!=() +
- operator<() +
- operator<=() +
- operator==() +
- operator>() +
- operator>=() +
- setYMD() +
- shortDayName() +
- shortMonthName() +
- toString() +
- weekNumber() +
- year() +
++ diff --git a/doc/html/qdate.html b/doc/html/tqdate.html similarity index 91% rename from doc/html/qdate.html rename to doc/html/tqdate.html index dcf8f807..a4a80445 100644 --- a/doc/html/qdate.html +++ b/doc/html/tqdate.html @@ -1,5 +1,5 @@ - + @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
+ Copyright © 2007 +Trolltech Trademarks + TQt 3.3.8+The TQDate class provides date functions. More...
All the functions in this class are reentrant when TQt is built with thread support.
-#include <ntqdatetime.h> -
List of all member functions. +
#include <tqdatetime.h> +
Public Members
- TQDate ()
@@ -122,7 +122,7 @@ September 1752 (hence this is the earliest valid TQDate), and subsequently by most other Western countries, until 1923.The end of time is reached around the year 8000, by which time we expect TQt to be obsolete. -
See also TQTime, TQDateTime, TQDateEdit, TQDateTimeEdit, and Time and Date. +
See also TQTime, TQDateTime, TQDateEdit, TQDateTimeEdit, and Time and Date.
Member Function Documentation
TQDate::TQDate () @@ -140,36 +140,36 @@ Constructs a date with year y, month m and day d. 1900..1999.
See also isValid(). -
TQDate TQDate::addDays ( int ndays ) const +
TQDate TQDate::addDays ( int ndays ) const
Returns a TQDate object containing a date ndays later than the date of this object (or earlier if ndays is negative).
See also addMonths(), addYears(), and daysTo(). -
TQDate TQDate::addMonths ( int nmonths ) const +
TQDate TQDate::addMonths ( int nmonths ) const
Returns a TQDate object containing a date nmonths later than the date of this object (or earlier if nmonths is negative).
See also addDays() and addYears(). -
TQDate TQDate::addYears ( int nyears ) const +
TQDate TQDate::addYears ( int nyears ) const
Returns a TQDate object containing a date nyears later than the date of this object (or earlier if nyears is negative).
See also addDays() and addMonths(). -
TQDate TQDate::currentDate ( TQt::TimeSpec ts ) [static] +
TQDate TQDate::currentDate ( TQt::TimeSpec ts ) [static]
Returns the current date, as reported by the system clock, for the TimeSpec ts. The default TimeSpec is LocalTime. -
See also TQTime::currentTime(), TQDateTime::currentDateTime(), and TQt::TimeSpec. +
See also TQTime::currentTime(), TQDateTime::currentDateTime(), and TQt::TimeSpec.
Example: dclock/dclock.cpp. -
TQDate TQDate::currentDate () [static] +
TQDate TQDate::currentDate () [static]
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.Returns the current date, as reported by the system clock. -
See also TQTime::currentTime() and TQDateTime::currentDateTime(). +
See also TQTime::currentTime() and TQDateTime::currentDateTime().
int TQDate::day () const
@@ -203,7 +203,7 @@ Returns the number of days in the month (28..31) for this date. Returns the number of days in the year (365 or 366) for this date.
See also day() and daysInMonth(). -
int TQDate::daysTo ( const TQDate & d ) const +
int TQDate::daysTo ( const TQDate & d ) const
Returns the number of days from this date to d (which is negative if d is earlier than this date). @@ -217,7 +217,7 @@ negative if d is earlier than this date).
See also addDays(). -
TQDate TQDate::fromString ( const TQString & s, TQt::DateFormat f = TQt::TextDate ) [static] +
TQDate TQDate::fromString ( const TQString & s, TQt::DateFormat f = TQt::TextDate ) [static]
Returns the TQDate represented by the string s, using the format f, or an invalid date if the string cannot be parsed. @@ -288,33 +288,33 @@ Returns the month (January=1..December=12) of this date. This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.Use shortMonthName() instead. -
bool TQDate::operator!= ( const TQDate & d ) const +
bool TQDate::operator!= ( const TQDate & d ) const
Returns TRUE if this date is different from d; otherwise returns FALSE. -
bool TQDate::operator< ( const TQDate & d ) const +
bool TQDate::operator< ( const TQDate & d ) const
Returns TRUE if this date is earlier than d, otherwise returns FALSE. -
bool TQDate::operator<= ( const TQDate & d ) const +
bool TQDate::operator<= ( const TQDate & d ) const
Returns TRUE if this date is earlier than or equal to d, otherwise returns FALSE. -
bool TQDate::operator== ( const TQDate & d ) const +
bool TQDate::operator== ( const TQDate & d ) const
Returns TRUE if this date is equal to d; otherwise returns FALSE. -
bool TQDate::operator> ( const TQDate & d ) const +
bool TQDate::operator> ( const TQDate & d ) const
Returns TRUE if this date is later than d, otherwise returns FALSE. -
bool TQDate::operator>= ( const TQDate & d ) const +
bool TQDate::operator>= ( const TQDate & d ) const
Returns TRUE if this date is later than or equal to d, @@ -380,7 +380,7 @@ Uses TQDate::longMonthName().
ddd MMMM d yy Sun July 20 69 If the date is an invalid date, then TQString::null will be returned. -
See also TQDateTime::toString() and TQTime::toString(). +
See also TQDateTime::toString() and TQTime::toString().
TQString TQDate::toString ( TQt::DateFormat f = TQt::TextDate ) const @@ -434,13 +434,13 @@ Returns the year (1752..8000) of this date.
Related Functions
-TQDataStream & operator<< ( TQDataStream & s, const TQDate & d ) +
TQDataStream & operator<< ( TQDataStream & s, const TQDate & d )
Writes the date, d, to the data stream, s.
See also Format of the TQDataStream operators. -
TQDataStream & operator>> ( TQDataStream & s, TQDate & d ) +
TQDataStream & operator>> ( TQDataStream & s, TQDate & d )
Reads a date from the stream s into d. diff --git a/doc/html/qdateedit-members.html b/doc/html/tqdateedit-members.html similarity index 93% rename from doc/html/qdateedit-members.html rename to doc/html/tqdateedit-members.html index 5a7f21df..66a2f4e2 100644 --- a/doc/html/qdateedit-members.html +++ b/doc/html/tqdateedit-members.html @@ -1,5 +1,5 @@ - +
@@ -32,14 +32,14 @@ body { background: #ffffff; color: black; }Complete Member List for TQDateEdit
This is the complete list of member functions for -TQDateEdit, including inherited members. +TQDateEdit, including inherited members.
-
- TQDateEdit() -
- ~TQDateEdit() +
- TQDateEdit() +
- ~TQDateEdit()
- acceptDrops()
- adjustSize() -
- autoAdvance() +
- autoAdvance()
- autoMask()
- backgroundBrush()
- backgroundColor() @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; }
- cursor()
- customEvent()
- customWhatsThis() -
- date() +
- date()
- deleteLater()
- destroy()
- destroyed() @@ -94,7 +94,7 @@ body { background: #ffffff; color: black; }
- event()
- eventFilter()
- find() -
- fix() +
- fix()
- focusData()
- focusInEvent()
- focusNextPrevChild() @@ -169,14 +169,14 @@ body { background: #ffffff; color: black; }
- mapTo()
- mapToGlobal()
- mapToParent() -
- maxValue() +
- maxValue()
- maximumHeight()
- maximumSize()
- maximumWidth()
- metaObject()
- metric()
- microFocusHint() -
- minValue() +
- minValue()
- minimumHeight()
- minimumSize()
- minimumSizeHint() @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; }
- name()
- normalizeSignalSlot()
- objectTrees() -
- order() +
- order()
- ownCursor()
- ownFont()
- ownPalette() @@ -221,12 +221,12 @@ body { background: #ffffff; color: black; }
- resize()
- resizeEvent()
- scroll() -
- sectionFormattedText() +
- sectionFormattedText()
- sender() -
- separator() +
- separator()
- setAcceptDrops()
- setActiveWindow() -
- setAutoAdvance() +
- setAutoAdvance()
- setAutoMask()
- setBackgroundColor()
- setBackgroundMode() @@ -235,8 +235,8 @@ body { background: #ffffff; color: black; }
- setBaseSize()
- setCaption()
- setCursor() -
- setDate() -
- setDay() +
- setDate() +
- setDay()
- setDisabled()
- setEnabled()
- setEraseColor() @@ -255,26 +255,26 @@ body { background: #ffffff; color: black; }
- setInputMethodEnabled()
- setKeyCompression()
- setMask() -
- setMaxValue() +
- setMaxValue()
- setMaximumHeight()
- setMaximumSize()
- setMaximumWidth()
- setMicroFocusHint() -
- setMinValue() +
- setMinValue()
- setMinimumHeight()
- setMinimumSize()
- setMinimumWidth() -
- setMonth() +
- setMonth()
- setMouseTracking()
- setName() -
- setOrder() +
- setOrder()
- setPalette()
- setPaletteBackgroundColor()
- setPaletteBackgroundPixmap()
- setPaletteForegroundColor()
- setProperty() -
- setRange() -
- setSeparator() +
- setRange() +
- setSeparator()
- setShown()
- setSizeIncrement()
- setSizePolicy() @@ -284,7 +284,7 @@ body { background: #ffffff; color: black; }
- setWFlags()
- setWindowOpacity()
- setWindowState() -
- setYear() +
- setYear()
- show()
- showEvent()
- showFullScreen() @@ -310,10 +310,10 @@ body { background: #ffffff; color: black; }
- unsetFont()
- unsetPalette()
- update() -
- updateButtons() +
- updateButtons()
- updateGeometry()
- updateMask() -
- valueChanged() +
- valueChanged()
- visibleRect()
- wheelEvent()
- width() diff --git a/doc/html/qdateedit.html b/doc/html/tqdateedit.html similarity index 81% rename from doc/html/qdateedit.html rename to doc/html/tqdateedit.html index 58205d31..33db9ceb 100644 --- a/doc/html/qdateedit.html +++ b/doc/html/tqdateedit.html @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; }
The TQDateEdit class provides a date editor. More... -
#include <ntqdatetimeedit.h> -
Inherits TQDateTimeEditBase. -
List of all member functions. +
#include <tqdatetimeedit.h> +
Inherits TQDateTimeEditBase. +
Public Members
- TQDateEdit ( TQWidget * parent = 0, const char * name = 0 )
@@ -98,9 +98,9 @@ or in year, month, day order if the system doesn't provide this information. It is recommended that the TQDateEdit be initialised with a date, e.g.
- TQDateEdit *dateEdit = new TQDateEdit( TQDate::currentDate(), this ); - dateEdit->setRange( TQDate::currentDate().addDays( -365 ), - TQDate::currentDate().addDays( 365 ) ); + TQDateEdit *dateEdit = new TQDateEdit( TQDate::currentDate(), this ); + dateEdit->setRange( TQDate::currentDate().addDays( -365 ), + TQDate::currentDate().addDays( 365 ) ); dateEdit->setOrder( TQDateEdit::MDY ); dateEdit->setAutoAdvance( TRUE );@@ -112,7 +112,7 @@ advance property is TRUE (as we've set it here) when the user completes a section of the date, e.g. enters two digits for the month, they are automatically taken to the next section.The maximum and minimum values for a date value in the date editor -default to the maximum and minimum values for a TQDate. You can +default to the maximum and minimum values for a TQDate. You can change this by calling setMinValue(), setMaxValue() or setRange().
Terminology: A TQDateEdit widget comprises three 'sections', one each for the year, month and day. You can change the separator @@ -120,7 +120,7 @@ character using TQDateTimeEditor::setSeparator(), by default the separator will be taken from the systems settings. If that is not possible, it defaults to "-".
-
See also TQDate, TQTimeEdit, TQDateTimeEdit, Advanced Widgets, and Time and Date. +
See also TQDate, TQTimeEdit, TQDateTimeEdit, Advanced Widgets, and Time and Date.
Member Type Documentation
TQDateEdit::Order
@@ -140,7 +140,7 @@ not be used) Constructs an empty date editor which is a child of parent and called name name. -TQDateEdit::TQDateEdit ( const TQDate & date, TQWidget * parent = 0, const char * name = 0 ) +
TQDateEdit::TQDateEdit ( const TQDate & date, TQWidget * parent = 0, const char * name = 0 )
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.Constructs a date editor with the initial value date, parent parent and called name. @@ -152,10 +152,10 @@ Destroys the object and frees any allocated resources.
bool TQDateEdit::autoAdvance () const
Returns TRUE if the editor automatically advances to the next section; otherwise returns FALSE. -See the "autoAdvance" property for details. -
TQDate TQDateEdit::date () const +See the "autoAdvance" property for details. +
TQDate TQDateEdit::date () const
Returns the editor's date value. -See the "date" property for details. +See the "date" property for details.
void TQDateEdit::fix () [virtual protected]
Attempts to fix any invalid date entries. @@ -171,15 +171,15 @@ in the range 2100..2999. minimum valid day\month in the range.-
TQDate TQDateEdit::maxValue () const +
TQDate TQDateEdit::maxValue () const
Returns the editor's maximum value. -See the "maxValue" property for details. -
TQDate TQDateEdit::minValue () const +See the "maxValue" property for details. +
TQDate TQDateEdit::minValue () const
Returns the editor's minimum value. -See the "minValue" property for details. -
Order TQDateEdit::order () const +See the "minValue" property for details. +
Order TQDateEdit::order () const
Returns the order in which the year, month and day appear. -See the "order" property for details. +See the "order" property for details.
TQString TQDateEdit::sectionFormattedText ( int sec ) [virtual protected]
Returns the formatted number for section sec. This will @@ -193,30 +193,30 @@ Returns the editor's separator.void TQDateEdit::setAutoAdvance ( bool advance ) [virtual]
Sets whether the editor automatically advances to the next section to advance. -See the "autoAdvance" property for details. -
void TQDateEdit::setDate ( const TQDate & date ) [virtual slot] +See the "autoAdvance" property for details. +
void TQDateEdit::setDate ( const TQDate & date ) [virtual slot]
Sets the editor's date value to date. -See the "date" property for details. +See the "date" property for details.
void TQDateEdit::setDay ( int day ) [virtual protected]
Sets the day to day, which must be a valid day. The function will ensure that the day set is valid for the month and year. -void TQDateEdit::setMaxValue ( const TQDate & d ) [virtual] +
void TQDateEdit::setMaxValue ( const TQDate & d ) [virtual]
Sets the editor's maximum value to d. -See the "maxValue" property for details. -
void TQDateEdit::setMinValue ( const TQDate & d ) [virtual] +See the "maxValue" property for details. +
void TQDateEdit::setMinValue ( const TQDate & d ) [virtual]
Sets the editor's minimum value to d. -See the "minValue" property for details. +See the "minValue" property for details.
void TQDateEdit::setMonth ( int month ) [virtual protected]
Sets the month to month, which must be a valid month, i.e. between 1 and 12. -void TQDateEdit::setOrder ( Order order ) [virtual] +
void TQDateEdit::setOrder ( Order order ) [virtual]
Sets the order in which the year, month and day appear to order. -See the "order" property for details. -
void TQDateEdit::setRange ( const TQDate & min, const TQDate & max ) [virtual] +See the "order" property for details. +
Sets the year to year, which must be a valid year. The range currently supported is from 1752 to 8000. -void TQDateEdit::setRange ( const TQDate & min, const TQDate & max ) [virtual]
Sets the valid input range for the editor to be from min to max inclusive. If min is invalid no minimum date will be set. Similarly, if max is invalid no maximum date will be set. @@ -230,14 +230,14 @@ character of s is used.
See also TQDate. +
See also TQDate.
void TQDateEdit::updateButtons () [protected slot]
Enables/disables the push buttons according to the min/max date for this widget. -void TQDateEdit::valueChanged ( const TQDate & date ) [signal] +
void TQDateEdit::valueChanged ( const TQDate & date ) [signal]
This signal is emitted whenever the editor's value changes. The date parameter is the new value. @@ -250,7 +250,7 @@ focus to the next date section if a user has completed a section. The default is FALSE.
Set this property's value with setAutoAdvance() and get this property's value with autoAdvance(). -
TQDate date
+TQDate date
This property holds the editor's date value.
If the date property is not valid, the editor displays all zeroes and TQDateEdit::date() will return an invalid date. It is strongly @@ -261,7 +261,7 @@ invalid date will fail. minValue(), or is greater than maxValue(), nothing happens.
Set this property's value with setDate() and get this property's value with date(). -
TQDate maxValue
+TQDate maxValue
This property holds the editor's maximum value.
Setting the maximum date value for the editor is equivalent to calling TQDateEdit::setRange( minValue(), d ), where d is the @@ -269,7 +269,7 @@ maximum date. The default maximum date is 8000-12-31.
See also minValue and setRange().
Set this property's value with setMaxValue() and get this property's value with maxValue(). -
TQDate minValue
+TQDate minValue
This property holds the editor's minimum value.
Setting the minimum date value is equivalent to calling TQDateEdit::setRange( d, maxValue() ), where d is the minimum @@ -277,7 +277,7 @@ date. The default minimum date is 1752-09-14.
See also maxValue and setRange().
Set this property's value with setMinValue() and get this property's value with minValue(). -
Order order
+Order order
This property holds the order in which the year, month and day appear.
The default order is locale dependent.
See also Order. diff --git a/doc/html/qdatetime-h.html b/doc/html/tqdatetime-h.html similarity index 97% rename from doc/html/qdatetime-h.html rename to doc/html/tqdatetime-h.html index d668d6c3..04a278f0 100644 --- a/doc/html/qdatetime-h.html +++ b/doc/html/tqdatetime-h.html @@ -1,9 +1,9 @@ - +
-ntqdatetime.h Include File +tqdatetime.h Include File