From 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Aug 2024 19:56:49 +0900 Subject: Rename remaining ntq[i-l]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/annotated.html | 12 +- doc/html/classchart.html | 12 +- doc/html/classes.html | 12 +- doc/html/dialogs.html | 2 +- doc/html/events.html | 4 +- doc/html/eventsandfilters.html | 8 +- doc/html/fileiconview-example.html | 8 +- doc/html/functions.html | 76 ++++---- doc/html/headerfilesynonyms | 6 +- doc/html/headers.html | 6 +- doc/html/hierarchy.html | 12 +- doc/html/i18n.html | 2 +- doc/html/index | 130 ++++++------- doc/html/keyfeatures30.html | 2 +- doc/html/licenses.html | 4 +- doc/html/lineedits-example.html | 2 +- doc/html/mac-differences.html | 2 +- doc/html/mainclasses.html | 4 +- doc/html/misc.html | 4 +- doc/html/ntqapplication.html | 4 +- doc/html/ntqinputdialog.html | 196 ------------------- doc/html/ntqkeysequence.html | 206 -------------------- doc/html/ntqlibrary.html | 290 ---------------------------- doc/html/ntqt.html | 2 +- doc/html/ntqvariant.html | 12 +- doc/html/picture-example.html | 6 +- doc/html/plugins.html | 2 +- doc/html/porting.html | 6 +- doc/html/propertydocs | 18 +- doc/html/propertyindex | 4 +- doc/html/qdoublevalidator.html | 2 +- doc/html/qimevent-members.html | 55 ------ doc/html/qimevent.html | 173 ----------------- doc/html/qinputdialog-h.html | 152 --------------- doc/html/qinputdialog-members.html | 353 ----------------------------------- doc/html/qintvalidator-members.html | 97 ---------- doc/html/qintvalidator.html | 176 ----------------- doc/html/qkeyevent-members.html | 59 ------ doc/html/qkeyevent.html | 185 ------------------ doc/html/qkeysequence-h.html | 154 --------------- doc/html/qkeysequence-members.html | 57 ------ doc/html/qlibrary-h.html | 131 ------------- doc/html/qlibrary-members.html | 55 ------ doc/html/qnamespace-h.html | 2 +- doc/html/qt.dcf | 160 ++++++++-------- doc/html/titleindex | 28 +-- doc/html/tqaccel-h.html | 2 +- doc/html/tqaccel.html | 20 +- doc/html/tqaction-h.html | 2 +- doc/html/tqaction.html | 14 +- doc/html/tqbutton-h.html | 2 +- doc/html/tqbutton.html | 6 +- doc/html/tqcanvas.html | 2 +- doc/html/tqcheckbox.html | 6 +- doc/html/tqdialog.html | 2 +- doc/html/tqevent.html | 16 +- doc/html/tqimevent-members.html | 55 ++++++ doc/html/tqimevent.html | 173 +++++++++++++++++ doc/html/tqinputdialog-h.html | 152 +++++++++++++++ doc/html/tqinputdialog-members.html | 353 +++++++++++++++++++++++++++++++++++ doc/html/tqinputdialog.html | 196 +++++++++++++++++++ doc/html/tqintvalidator-members.html | 97 ++++++++++ doc/html/tqintvalidator.html | 176 +++++++++++++++++ doc/html/tqkeyevent-members.html | 59 ++++++ doc/html/tqkeyevent.html | 185 ++++++++++++++++++ doc/html/tqkeysequence-h.html | 154 +++++++++++++++ doc/html/tqkeysequence-members.html | 57 ++++++ doc/html/tqkeysequence.html | 206 ++++++++++++++++++++ doc/html/tqlibrary-h.html | 131 +++++++++++++ doc/html/tqlibrary-members.html | 55 ++++++ doc/html/tqlibrary.html | 290 ++++++++++++++++++++++++++++ doc/html/tqlineedit.html | 4 +- doc/html/tqmenubar.html | 10 +- doc/html/tqmenudata-h.html | 2 +- doc/html/tqmenudata.html | 14 +- doc/html/tqobject.html | 8 +- doc/html/tqpopupmenu.html | 14 +- doc/html/tqpushbutton.html | 6 +- doc/html/tqradiobutton.html | 6 +- doc/html/tqregexpvalidator.html | 2 +- doc/html/tqspinbox.html | 2 +- doc/html/tqtextbrowser.html | 2 +- doc/html/tqtextedit.html | 2 +- doc/html/tqvalidator.html | 6 +- doc/html/tqwidget.html | 38 ++-- doc/html/unicode.html | 2 +- doc/html/whatsthis | 12 +- doc/html/wizard-example.html | 2 +- doc/html/wizard-wizard-cpp.html | 2 +- 89 files changed, 2719 insertions(+), 2719 deletions(-) delete mode 100644 doc/html/ntqinputdialog.html delete mode 100644 doc/html/ntqkeysequence.html delete mode 100644 doc/html/ntqlibrary.html delete mode 100644 doc/html/qimevent-members.html delete mode 100644 doc/html/qimevent.html delete mode 100644 doc/html/qinputdialog-h.html delete mode 100644 doc/html/qinputdialog-members.html delete mode 100644 doc/html/qintvalidator-members.html delete mode 100644 doc/html/qintvalidator.html delete mode 100644 doc/html/qkeyevent-members.html delete mode 100644 doc/html/qkeyevent.html delete mode 100644 doc/html/qkeysequence-h.html delete mode 100644 doc/html/qkeysequence-members.html delete mode 100644 doc/html/qlibrary-h.html delete mode 100644 doc/html/qlibrary-members.html create mode 100644 doc/html/tqimevent-members.html create mode 100644 doc/html/tqimevent.html create mode 100644 doc/html/tqinputdialog-h.html create mode 100644 doc/html/tqinputdialog-members.html create mode 100644 doc/html/tqinputdialog.html create mode 100644 doc/html/tqintvalidator-members.html create mode 100644 doc/html/tqintvalidator.html create mode 100644 doc/html/tqkeyevent-members.html create mode 100644 doc/html/tqkeyevent.html create mode 100644 doc/html/tqkeysequence-h.html create mode 100644 doc/html/tqkeysequence-members.html create mode 100644 doc/html/tqkeysequence.html create mode 100644 doc/html/tqlibrary-h.html create mode 100644 doc/html/tqlibrary-members.html create mode 100644 doc/html/tqlibrary.html (limited to 'doc/html') diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 027153d55..cf77a1224 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -184,7 +184,7 @@ body { background: #ffffff; color: black; } TQHttpHeaderHeader information for HTTP TQHttpRequestHeaderRequest header information for HTTP TQHttpResponseHeaderResponse header information for HTTP -TQIMEventParameters for input method events +TQIMEventParameters for input method events TQIODeviceThe base class of I/O devices TQIconDragSupports drag and drop operations within a TQIconView TQIconDragEventSignals that a main icon drag has begun @@ -201,21 +201,21 @@ body { background: #ffffff; color: black; } TQImageFormatPluginAbstract base for custom image format plugins TQImageFormatTypeFactory that makes TQImageFormat objects TQImageIOParameters for loading and saving images -TQInputDialogSimple convenience dialog to get a single value from the user +TQInputDialogSimple convenience dialog to get a single value from the user TQIntCacheTemplate class that provides a cache based on long keys TQIntCacheIteratorIterator for TQIntCache collections TQIntDictTemplate class that provides a dictionary based on long keys TQIntDictIteratorIterator for TQIntDict collections -TQIntValidatorValidator which ensures that a string contains a valid integer within a specified range +TQIntValidatorValidator which ensures that a string contains a valid integer within a specified range TQJisCodecConversion to and from JIS character sets -TQKeyEventDescribes a key event -TQKeySequenceEncapsulates a key sequence as used by accelerators +TQKeyEventDescribes a key event +TQKeySequenceEncapsulates a key sequence as used by accelerators TQLCDNumberDisplays a number with LCD-like digits TQLabelText or image display TQLayoutThe base class of geometry managers TQLayoutItemAbstract item that a TQLayout manipulates TQLayoutIteratorIterators over TQLayoutItem -TQLibraryWrapper for handling shared libraries +TQLibraryWrapper for handling shared libraries TQLineEditOne-line text editor TQListBoxList of selectable, read-only items TQListBoxItemThe base class of all list box items diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 29f51e702..baf66985b 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } - + @@ -66,8 +66,8 @@ body { background: #ffffff; color: black; } - - + + @@ -119,7 +119,7 @@ body { background: #ffffff; color: black; } - + @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } - + @@ -255,7 +255,7 @@ body { background: #ffffff; color: black; } - + diff --git a/doc/html/classes.html b/doc/html/classes.html index aa01dfcd0..b6f5e09f8 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -152,7 +152,7 @@ classes, see TQt's Main Classes. TQDomComment -TQIMEvent +TQIMEvent TQPtrCollection @@ -163,7 +163,7 @@ classes, see TQt's Main Classes. TQDomDocument -TQInputDialog +TQInputDialog TQPtrDict @@ -218,7 +218,7 @@ classes, see TQt's Main Classes. TQDomEntityReference -TQIntValidator +TQIntValidator TQPtrStack @@ -273,7 +273,7 @@ classes, see TQt's Main Classes. TQDomNotation K -TQKeyEvent +TQKeyEvent TQRect @@ -284,7 +284,7 @@ classes, see TQt's Main Classes. TQDomProcessingInstruction -TQKeySequence +TQKeySequence TQRegExp @@ -350,7 +350,7 @@ classes, see TQt's Main Classes. TQDragObject -TQLibrary +TQLibrary TQScrollView diff --git a/doc/html/dialogs.html b/doc/html/dialogs.html index f421fb01a..6e1ded1e1 100644 --- a/doc/html/dialogs.html +++ b/doc/html/dialogs.html @@ -41,7 +41,7 @@ boxes, generally. TQErrorMessageError message display dialog TQFileDialogDialogs that allow users to select files or directories TQFontDialogDialog widget for selecting a font -TQInputDialogSimple convenience dialog to get a single value from the user +TQInputDialogSimple convenience dialog to get a single value from the user TQMessageBoxModal dialog with a short message, an icon, and some buttons TQProgressDialogFeedback on the progress of a slow operation TQTabDialogStack of tabbed widgets diff --git a/doc/html/events.html b/doc/html/events.html index e68cb75c8..cc6242c75 100644 --- a/doc/html/events.html +++ b/doc/html/events.html @@ -50,8 +50,8 @@ and Signals and Slots. TQFocusEventEvent parameters for widget focus events TQHideEventEvent which is sent after a widget is hidden TQIconDragEventSignals that a main icon drag has begun -TQIMEventParameters for input method events -TQKeyEventDescribes a key event +TQIMEventParameters for input method events +TQKeyEventDescribes a key event TQMouseEventParameters that describe a mouse event TQMoveEventEvent parameters for move events TQPaintEventEvent parameters for paint events diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index 23b9a1c0b..57aa22aa0 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -45,7 +45,7 @@ from other sources, e.g. TQTimerEvent, and some application program. TQt is symmetric, as usual, so you can send events in exactly the same ways as TQt's own event loop does.

Most events types have special classes, most commonly TQResizeEvent, -TQPaintEvent, TQMouseEvent, TQKeyEvent and TQCloseEvent. +TQPaintEvent, TQMouseEvent, TQKeyEvent and TQCloseEvent. There are many others, perhaps forty or so, but most are rather odd.

Each class subclasses TQEvent and adds event-specific functions; see, for example, TQResizeEvent. In the case of TQResizeEvent, TQResizeEvent::size() and TQResizeEvent::oldSize() are added. @@ -87,10 +87,10 @@ contain:

   bool MyClass:event( TQEvent *evt ) {
       if ( evt->type() == TQEvent::KeyPress ) {
-          TQKeyEvent *ke = (TQKeyEvent *)evt;
-          if ( ke->key() == Key_Tab ) {
+          TQKeyEvent *ke = (TQKeyEvent *)evt;
+          if ( ke->key() == Key_Tab ) {
               // special tab handling here
-              ke->accept();
+              ke->accept();
               return TRUE;
           }
       } else if ( evt->type() >= TQEvent::User ) {
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html
index a593a0f6b..9d788468d 100644
--- a/doc/html/fileiconview-example.html
+++ b/doc/html/fileiconview-example.html
@@ -150,7 +150,7 @@ protected:
     void readDir( const TQDir &dir );
     virtual TQDragObject *dragObject();
 
-    virtual void keyPressEvent( TQKeyEvent *e );
+    virtual void keyPressEvent( TQKeyEvent *e );
 
     TQDir viewDir;
     int newFolderNum;
@@ -900,10 +900,10 @@ void TQtFileIconView::itemDoubleClicked( void TQtFileIconView::keyPressEvent( TQKeyEvent *e )
+void TQtFileIconView::keyPressEvent( TQKeyEvent *e )
 {
-    if ( e->key() == Key_N &&
-         ( e->state() & ControlButton ) )
+    if ( e->key() == Key_N &&
+         ( e->state() & ControlButton ) )
         newDirectory();
     else
         TQIconView::keyPressEvent( e );
diff --git a/doc/html/functions.html b/doc/html/functions.html
index b99dd291d..9699dc2e1 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -54,7 +54,7 @@ abort:
  TQDir TQFileInfo
  • absPath: TQDir
  • accel: TQAction TQButton TQCheckBox TQMenuData TQPopupMenu TQPushButton TQRadioButton
  • accept: - TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEvent
  • acceptAction: + TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEvent
  • acceptAction: TQDropEvent
  • acceptCallback: TQMotifDialog
  • acceptDrop: TQIconViewItem TQListViewItem
  • acceptDrops: @@ -206,7 +206,7 @@ abort: TQVariant
  • asULongLong: TQVariant
  • ascent: TQFontMetrics
  • ascii: - TQKeyEvent TQString
  • assign: + TQKeyEvent TQString
  • assign: TQMemArray
  • assistantClosed: TQAssistantClient
  • assistantOpened: TQAssistantClient
  • at: @@ -235,7 +235,7 @@ abort: TQToolButton
  • autoRepeat: TQButton TQCheckBox TQPushButton TQRadioButton
  • autoReset: TQProgressDialog
  • autoUnload: - TQLibrary
  • available: + TQLibrary
  • available: TQSemaphore TQSound
  • availableGeometry: TQDesktopWidget
  • awake: TQEventLoop
  • @@ -275,7 +275,7 @@ back: TQSocketDevice
  • blue: TQColor
  • bold: TQFont TQFontDatabase TQFontInfo TQTextEdit
  • bottom: - TQDoubleValidator TQIntValidator TQRect
  • bottomDock: + TQDoubleValidator TQIntValidator TQRect
  • bottomDock: TQMainWindow
  • bottomEdge: TQCanvasSprite
  • bottomLeft: TQRect
  • bottomMargin: @@ -539,7 +539,7 @@ c: TQTextEdit
  • copyBlt: TQPixmap
  • cornerWidget: TQScrollView TQTabWidget
  • count: - TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributes
  • countCf: + TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributes
  • countCf: TQWindowsMime
  • countFlavors: TQMacMime
  • country: TQLocale
  • countryToString: @@ -619,7 +619,7 @@ c: TQMultiLineEdit
  • cursorName: TQSqlIndex
  • cursorPoint: TQMultiLineEdit
  • cursorPos: - TQIMEvent
  • cursorPosition: + TQIMEvent
  • cursorPosition: TQLineEdit
  • cursorPositionChanged: TQTextEdit
  • cursorRight: TQMultiLineEdit
  • cursorUp: @@ -1019,13 +1019,13 @@ gamma: TQFtp TQHttp TQUrlOperator
  • getColor: TQColorDialog
  • getCursorPosition: TQTextEdit
  • getDouble: - TQInputDialog
  • getExistingDirectory: + TQInputDialog
  • getExistingDirectory: TQFileDialog
  • getFirst: TQPtrList
  • getFont: TQFontDialog
  • getHsv: TQColor
  • getInteger: - TQInputDialog
  • getItem: - TQInputDialog
  • getJavaClass: + TQInputDialog
  • getItem: + TQInputDialog
  • getJavaClass: TQNPlugin
  • getJavaEnv: TQNPlugin
  • getJavaPeer: TQNPInstance
  • getLast: @@ -1043,7 +1043,7 @@ gamma: TQColorDialog
  • getSaveFileName: TQFileDialog
  • getSelection: TQTextEdit
  • getText: - TQInputDialog
  • getURL: + TQInputDialog
  • getURL: TQNPInstance
  • getURLNotify: TQNPInstance
  • getValidRect: TQMovie
  • getVersionInfo: @@ -1176,7 +1176,7 @@ icon: TQMenuData TQPopupMenu
  • identifier: TQTab
  • ignorableWhitespace: TQXmlContentHandler
  • ignore: - TQCloseEvent TQContextMenuEvent TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • imComposeEvent: + TQCloseEvent TQContextMenuEvent TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • imComposeEvent: TQWidget
  • imEndEvent: TQWidget
  • imStartEvent: TQWidget
  • image: @@ -1261,14 +1261,14 @@ icon: TQIconView TQListBox TQListView
  • ioDevice: TQImageIO
  • isA: TQObject
  • isAccepted: - TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • isActionAccepted: + TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • isActionAccepted: TQDropEvent
  • isActive: TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
  • isActiveWindow: TQWidget TQXtWidget
  • isAnchor: TQStyleSheetItem
  • isAsynchronous: TQIODevice
  • isAttr: TQDomAttr TQDomNode
  • isAutoRepeat: - TQKeyEvent
  • isAvailable: + TQKeyEvent
  • isAvailable: TQSound
  • isBitmapScalable: TQFontDatabase
  • isBuffered: TQIODevice
  • isCDATASection: @@ -1311,7 +1311,7 @@ icon: TQTable
  • isEffectEnabled: TQApplication
  • isElement: TQDomElement TQDomNode
  • isEmpty: - TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQCString TQCache TQCacheIterator TQDict TQDictIterator TQDockArea TQGLColormap TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeySequence TQLayout TQLayoutItem TQMap TQMemArray TQObjectCleanupHandler TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRect TQRegExp TQRegion TQSize TQSpacerItem TQSqlRecord TQString TQTableSelection TQTranslator TQValueList TQValueVector TQWidgetItem
  • isEnabled: + TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQCString TQCache TQCacheIterator TQDict TQDictIterator TQDockArea TQGLColormap TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeySequence TQLayout TQLayoutItem TQMap TQMemArray TQObjectCleanupHandler TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRect TQRegExp TQRegion TQSize TQSpacerItem TQSqlRecord TQString TQTableSelection TQTranslator TQValueList TQValueVector TQWidgetItem
  • isEnabled: TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQWidget
  • isEnabledTo: TQWidget
  • isEntity: TQDomEntity TQDomNode
  • isEntityReference: @@ -1348,7 +1348,7 @@ icon: TQMenuBar TQMenuData TQPopupMenu
  • isLetter: TQChar
  • isLetterOrNumber: TQChar
  • isLoaded: - TQLibrary
  • isLocalFile: + TQLibrary
  • isLocalFile: TQUrl
  • isMark: TQChar
  • isMaximized: TQWidget
  • isMinimized: @@ -1459,7 +1459,7 @@ join: TQChar
  • jumpTable: TQImage
  • key: - TQAccel TQFont TQIconViewItem TQKeyEvent TQListViewItem TQMapConstIterator TQMapIterator TQTableItem
  • keyPressEvent: + TQAccel TQFont TQIconViewItem TQKeyEvent TQListViewItem TQMapConstIterator TQMapIterator TQTableItem
  • keyPressEvent: TQLineEdit TQTextBrowser TQTextEdit TQWidget
  • keyReleaseEvent: TQWidget
  • keyToValue: TQMetaProperty
  • keyboardFocusTab: @@ -1511,7 +1511,7 @@ label: TQCString TQDomCharacterData TQDomNamedNodeMap TQDomNodeList TQSqlFieldInfo TQString TQTextEdit TQXmlAttributes
  • lessThan: TQUrlInfo
  • lexicalHandler: TQXmlReader
  • library: - TQLibrary
  • libraryPaths: + TQLibrary
  • libraryPaths: TQApplication
  • light: TQColor TQColorGroup
  • lineEdit: TQComboBox
  • lineLength: @@ -1537,7 +1537,7 @@ label: TQListViewItem
  • listViewItem: TQStyleOption
  • listen: TQSocketDevice
  • load: - TQImage TQLibrary TQPicture TQPixmap TQTranslator
  • loadCharmap: + TQImage TQLibrary TQPicture TQPixmap TQTranslator
  • loadCharmap: TQTextCodec
  • loadCharmapFile: TQTextCodec
  • loadFromData: TQImage TQPixmap
  • loadImages: @@ -1604,7 +1604,7 @@ m11: TQDir
  • matchAllDirs: TQDir
  • matchedLength: TQRegExp
  • matches: - TQKeySequence
  • maxColors: + TQKeySequence
  • maxColors: TQColor
  • maxCost: TQAsciiCache TQCache TQIntCache
  • maxCount: TQComboBox
  • maxIconWidth: @@ -1793,7 +1793,7 @@ object: TQNetworkProtocol
  • operationRemove: TQNetworkProtocol
  • operationRename: TQNetworkProtocol
  • operator TQString: - TQKeySequence TQUrl TQUuid
  • operator T: + TQKeySequence TQUrl TQUuid
  • operator T: TQDeepCopy
  • operator T *: TQGuardedPtr
  • operator char: TQChar
  • operator const char *: @@ -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*: @@ -1819,14 +1819,14 @@ object: 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<=: + 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>: + 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[]: - TQAsciiCache TQAsciiDict TQBitArray TQCache TQDict TQDir TQIntCache TQIntDict TQKeySequence TQMap TQMemArray TQPtrDict TQPtrVector TQString TQValueList TQValueVector
  • 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|: TQBitArray TQRect TQRegion
  • operator|=: @@ -2201,7 +2201,7 @@ rBottom: TQHeader
  • resized: TQCanvas TQDesktopWidget
  • resolution: TQPrinter
  • resolve: - TQFont TQLibrary
  • resolveEntity: + TQFont TQLibrary
  • resolveEntity: TQXmlEntityResolver
  • resortDir: TQFileDialog
  • responseHeaderReceived: TQHttp
  • restart: @@ -2302,7 +2302,7 @@ sRect: TQLineEdit TQTextEdit
  • selection: TQAccessibleInterface TQTable
  • selectionChanged: TQClipboard TQIconView TQLineEdit TQListBox TQListView TQTable TQTextEdit
  • selectionLength: - TQIMEvent
  • selectionMode: + TQIMEvent
  • selectionMode: TQIconView TQListBox TQListView TQTable
  • selectionStart: TQLineEdit
  • selfMask: TQPixmap
  • selfNesting: @@ -2360,7 +2360,7 @@ sRect: TQToolButton
  • setAutoRepeat: TQButton TQCheckBox TQPushButton TQRadioButton
  • setAutoReset: TQProgressDialog
  • setAutoUnload: - TQLibrary
  • setBackEnabled: + TQLibrary
  • setBackEnabled: TQWizard
  • setBackgroundColor: TQCanvas TQMovie TQPainter
  • setBackgroundMode: TQPainter TQWidget
  • setBackgroundOrigin: @@ -2372,7 +2372,7 @@ sRect: TQBitArray
  • setBlocking: TQSocketDevice
  • setBold: TQFont TQTextEdit
  • setBottom: - TQDoubleValidator TQIntValidator TQRect
  • setBottomItem: + TQDoubleValidator TQIntValidator TQRect
  • setBottomItem: TQListBox
  • setBottomLeft: TQRect
  • setBottomRight: TQRect
  • setBoundaryChecking: @@ -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: @@ -2940,7 +2940,7 @@ sRect: TQButton TQPushButton TQToolButton
  • setToggleType: TQButton
  • setToolTip: TQAction TQTabBar
  • setTop: - TQDoubleValidator TQIntValidator TQRect
  • setTopItem: + TQDoubleValidator TQIntValidator TQRect
  • setTopItem: TQListBox
  • setTopLeft: TQRect
  • setTopMargin: TQTable
  • setTopRight: @@ -3120,8 +3120,8 @@ sRect: TQUrlOperator
  • startingUp: TQApplication
  • startsWith: TQString
  • state: - TQAccessibleInterface TQButton TQCheckBox TQCheckListItem TQContextMenuEvent TQFtp TQHttp TQIODevice TQKeyEvent TQMouseEvent TQNetworkOperation TQPushButton TQRadioButton TQSocket TQWheelEvent
  • stateAfter: - TQKeyEvent TQMouseEvent
  • stateChange: + TQAccessibleInterface TQButton TQCheckBox TQCheckListItem TQContextMenuEvent TQFtp TQHttp TQIODevice TQKeyEvent TQMouseEvent TQNetworkOperation TQPushButton TQRadioButton TQSocket TQWheelEvent
  • stateAfter: + TQKeyEvent TQMouseEvent
  • stateChange: TQCheckListItem
  • stateChanged: TQButton TQCheckBox TQFtp TQHttp TQPushButton TQRadioButton
  • statistics: TQAsciiCache TQAsciiDict TQCache TQDict TQIntCache TQIntDict TQPtrDict
  • status: @@ -3212,7 +3212,7 @@ tab: TQBitArray
  • testOption: TQGLFormat
  • testWFlags: TQWidget
  • text: - TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThis
  • textChanged: + TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThis
  • textChanged: TQComboBox TQLineEdit TQSpinBox TQTextEdit
  • textCursor: TQTextEdit
  • textEdit: TQSyntaxHighlighter
  • textFlags: @@ -3313,7 +3313,7 @@ tab: TQMainWindow
  • toolTip: TQAction TQTabBar TQWidgetPlugin
  • toolTipGroup: TQMainWindow
  • top: - TQDoubleValidator TQIntValidator TQPtrStack TQRect TQValueStack
  • topDock: + TQDoubleValidator TQIntValidator TQPtrStack TQRect TQValueStack
  • topDock: TQMainWindow
  • topEdge: TQCanvasSprite
  • topItem: TQListBox
  • topLeft: @@ -3362,7 +3362,7 @@ ucs2: TQUriDrag
  • uniqueId: TQTabletEvent
  • unite: TQRect TQRegion
  • unload: - TQLibrary
  • unlock: + TQLibrary
  • unlock: TQApplication TQMutex
  • unparsedEntityDecl: TQXmlDTDHandler
  • unpause: TQMovie
  • unregisterDecoderFactory: @@ -3412,7 +3412,7 @@ vScrollBarMode: TQScrollView
  • valid: TQImage
  • validChunk: TQCanvas
  • validate: - TQDoubleValidator TQIntValidator TQRegExpValidator TQValidator
  • validator: + TQDoubleValidator TQIntValidator TQRegExpValidator TQValidator
  • validator: 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: diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 0f315ee91..03a69bfd6 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -56,7 +56,7 @@ tqtimerevent.h tqevent.h qmouseevent.h tqevent.h qwheelevent.h tqevent.h tqtabletevent.h tqevent.h -qkeyevent.h tqevent.h +tqkeyevent.h tqevent.h tqfocusevent.h tqevent.h tqpaintevent.h tqevent.h qmoveevent.h tqevent.h @@ -66,7 +66,7 @@ tqicondragevent.h tqevent.h qshowevent.h tqevent.h tqhideevent.h tqevent.h tqcontextmenuevent.h tqevent.h -qimevent.h tqevent.h +tqimevent.h tqevent.h tqdropevent.h tqevent.h tqdragmoveevent.h tqevent.h tqdragenterevent.h tqevent.h @@ -145,7 +145,7 @@ tqtextistream.h tqtextstream.h tqtextostream.h tqtextstream.h tqtooltipgroup.h tqtooltip.h tqtranslatormessage.h tqtranslator.h -qintvalidator.h tqvalidator.h +tqintvalidator.h tqvalidator.h tqdoublevalidator.h tqvalidator.h tqregexpvalidator.h tqvalidator.h tqvaluelistiterator.h tqvaluelist.h diff --git a/doc/html/headers.html b/doc/html/headers.html index de90814b8..80284f5d5 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -116,16 +116,16 @@ body { background: #ffffff; color: black; }
  • tqiconview.h
  • tqimage.h
  • tqimageformatplugin.h -
  • ntqinputdialog.h +
  • tqinputdialog.h
  • tqintcache.h
  • tqintdict.h
  • tqiodevice.h
  • tqjiscodec.h -
  • ntqkeysequence.h +
  • tqkeysequence.h
  • tqlabel.h
  • tqlayout.h
  • tqlcdnumber.h -
  • ntqlibrary.h +
  • tqlibrary.h
  • tqlineedit.h
  • tqlistbox.h
  • tqlistview.h diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 1efb20cb2..ab48803cb 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -134,7 +134,7 @@ classes in the TQt API.
  • TQWidgetItem
  • TQLayoutIterator -
  • TQLibrary +
  • TQLibrary
  • TQListBoxItem
  • TQIconViewItem -
  • TQKeySequence +
  • TQKeySequence
  • TQListViewItem
    • TQCheckListItem @@ -382,7 +382,7 @@ classes in the TQt API.
    • TQValidator
    • TQWidget @@ -411,7 +411,7 @@ classes in the TQt API.
    • TQErrorMessage
    • TQFileDialog
    • TQFontDialog -
    • TQInputDialog +
    • TQInputDialog
    • TQMessageBox
    • TQMotifDialog
    • TQProgressDialog diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 9842b3e9d..6826ac408 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -255,7 +255,7 @@ might find TQObject::trUtf8() more convenient TQObject::tr(), as tr() depends on the TQApplication::defaultCodec(), which makes it more fragile than TQObject::trUtf8(). -

      Use TQKeySequence() for Accelerator Values +

      Use TQKeySequence() for Accelerator Values

      Accelerator values such as Ctrl+Q or Alt+F need to be translated too. If you hardcode CTRL+Key_Q for "Quit" in diff --git a/doc/html/index b/doc/html/index index fac389301..485cb8ab6 100644 --- a/doc/html/index +++ b/doc/html/index @@ -2708,13 +2708,13 @@ "TQHttpResponseHeader::reasonPhrase" tqhttpresponseheader.html#reasonPhrase "TQHttpResponseHeader::setStatusLine" tqhttpresponseheader.html#setStatusLine "TQHttpResponseHeader::statusCode" tqhttpresponseheader.html#statusCode -"QIMEvent" qimevent.html -"QIMEvent::accept" qimevent.html#accept -"QIMEvent::cursorPos" qimevent.html#cursorPos -"QIMEvent::ignore" qimevent.html#ignore -"QIMEvent::isAccepted" qimevent.html#isAccepted -"QIMEvent::selectionLength" qimevent.html#selectionLength -"QIMEvent::text" qimevent.html#text +"TQIMEvent" tqimevent.html +"TQIMEvent::accept" tqimevent.html#accept +"TQIMEvent::cursorPos" tqimevent.html#cursorPos +"TQIMEvent::ignore" tqimevent.html#ignore +"TQIMEvent::isAccepted" tqimevent.html#isAccepted +"TQIMEvent::selectionLength" tqimevent.html#selectionLength +"TQIMEvent::text" tqimevent.html#text "TQIODevice" tqiodevice.html "TQIODevice::Offset" tqiodevice.html#Offset "TQIODevice::at" tqiodevice.html#at @@ -3088,19 +3088,19 @@ "TQImageIO::status" tqimageio.html#status "TQImageIO::write" tqimageio.html#write "TQImageIO::~TQImageIO" tqimageio.html#~TQImageIO -"QInputDialog" ntqinputdialog.html -"QInputDialog::Type" ntqinputdialog.html#Type -"QInputDialog::comboBox" ntqinputdialog.html#comboBox -"QInputDialog::editableComboBox" ntqinputdialog.html#editableComboBox -"QInputDialog::getDouble" ntqinputdialog.html#getDouble -"QInputDialog::getInteger" ntqinputdialog.html#getInteger -"QInputDialog::getItem" ntqinputdialog.html#getItem -"QInputDialog::getText" ntqinputdialog.html#getText -"QInputDialog::lineEdit" ntqinputdialog.html#lineEdit -"QInputDialog::setType" ntqinputdialog.html#setType -"QInputDialog::spinBox" ntqinputdialog.html#spinBox -"QInputDialog::type" ntqinputdialog.html#type -"QInputDialog::~QInputDialog" ntqinputdialog.html#~QInputDialog +"TQInputDialog" tqinputdialog.html +"TQInputDialog::Type" tqinputdialog.html#Type +"TQInputDialog::comboBox" tqinputdialog.html#comboBox +"TQInputDialog::editableComboBox" tqinputdialog.html#editableComboBox +"TQInputDialog::getDouble" tqinputdialog.html#getDouble +"TQInputDialog::getInteger" tqinputdialog.html#getInteger +"TQInputDialog::getItem" tqinputdialog.html#getItem +"TQInputDialog::getText" tqinputdialog.html#getText +"TQInputDialog::lineEdit" tqinputdialog.html#lineEdit +"TQInputDialog::setType" tqinputdialog.html#setType +"TQInputDialog::spinBox" tqinputdialog.html#spinBox +"TQInputDialog::type" tqinputdialog.html#type +"TQInputDialog::~TQInputDialog" tqinputdialog.html#~TQInputDialog "TQIntCache" tqintcache.html "TQIntCache::clear" tqintcache.html#clear "TQIntCache::count" tqintcache.html#count @@ -3160,42 +3160,42 @@ "TQIntDictIterator::operator+=" tqintdictiterator.html#operator+-eq "TQIntDictIterator::toFirst" tqintdictiterator.html#toFirst "TQIntDictIterator::~TQIntDictIterator" tqintdictiterator.html#~TQIntDictIterator -"QIntValidator" qintvalidator.html -"QIntValidator::bottom" qintvalidator.html#bottom -"QIntValidator::bottom" qintvalidator.html#bottom-prop -"QIntValidator::setBottom" qintvalidator.html#setBottom -"QIntValidator::setRange" qintvalidator.html#setRange -"QIntValidator::setTop" qintvalidator.html#setTop -"QIntValidator::top" qintvalidator.html#top -"QIntValidator::top" qintvalidator.html#top-prop -"QIntValidator::validate" qintvalidator.html#validate -"QIntValidator::~QIntValidator" qintvalidator.html#~QIntValidator +"TQIntValidator" tqintvalidator.html +"TQIntValidator::bottom" tqintvalidator.html#bottom +"TQIntValidator::bottom" tqintvalidator.html#bottom-prop +"TQIntValidator::setBottom" tqintvalidator.html#setBottom +"TQIntValidator::setRange" tqintvalidator.html#setRange +"TQIntValidator::setTop" tqintvalidator.html#setTop +"TQIntValidator::top" tqintvalidator.html#top +"TQIntValidator::top" tqintvalidator.html#top-prop +"TQIntValidator::validate" tqintvalidator.html#validate +"TQIntValidator::~TQIntValidator" tqintvalidator.html#~TQIntValidator "TQJisCodec" tqjiscodec.html "TQJisCodec::mimeName" tqjiscodec.html#mimeName -"QKeyEvent" qkeyevent.html -"QKeyEvent::accept" qkeyevent.html#accept -"QKeyEvent::ascii" qkeyevent.html#ascii -"QKeyEvent::count" qkeyevent.html#count -"QKeyEvent::ignore" qkeyevent.html#ignore -"QKeyEvent::isAccepted" qkeyevent.html#isAccepted -"QKeyEvent::isAutoRepeat" qkeyevent.html#isAutoRepeat -"QKeyEvent::key" qkeyevent.html#key -"QKeyEvent::state" qkeyevent.html#state -"QKeyEvent::stateAfter" qkeyevent.html#stateAfter -"QKeyEvent::text" qkeyevent.html#text -"QKeySequence" ntqkeysequence.html -"QKeySequence::assign" ntqkeysequence.html#assign -"QKeySequence::count" ntqkeysequence.html#count -"QKeySequence::decodeString" ntqkeysequence.html#decodeString -"QKeySequence::encodeString" ntqkeysequence.html#encodeString -"QKeySequence::isEmpty" ntqkeysequence.html#isEmpty -"QKeySequence::matches" ntqkeysequence.html#matches -"QKeySequence::operator TQString" ntqkeysequence.html#operator-TQString -"QKeySequence::operator!=" ntqkeysequence.html#operator!-eq -"QKeySequence::operator=" ntqkeysequence.html#operator-eq -"QKeySequence::operator==" ntqkeysequence.html#operator-eq-eq -"QKeySequence::operator[]" ntqkeysequence.html#operator[] -"QKeySequence::~QKeySequence" ntqkeysequence.html#~QKeySequence +"TQKeyEvent" tqkeyevent.html +"TQKeyEvent::accept" tqkeyevent.html#accept +"TQKeyEvent::ascii" tqkeyevent.html#ascii +"TQKeyEvent::count" tqkeyevent.html#count +"TQKeyEvent::ignore" tqkeyevent.html#ignore +"TQKeyEvent::isAccepted" tqkeyevent.html#isAccepted +"TQKeyEvent::isAutoRepeat" tqkeyevent.html#isAutoRepeat +"TQKeyEvent::key" tqkeyevent.html#key +"TQKeyEvent::state" tqkeyevent.html#state +"TQKeyEvent::stateAfter" tqkeyevent.html#stateAfter +"TQKeyEvent::text" tqkeyevent.html#text +"TQKeySequence" tqkeysequence.html +"TQKeySequence::assign" tqkeysequence.html#assign +"TQKeySequence::count" tqkeysequence.html#count +"TQKeySequence::decodeString" tqkeysequence.html#decodeString +"TQKeySequence::encodeString" tqkeysequence.html#encodeString +"TQKeySequence::isEmpty" tqkeysequence.html#isEmpty +"TQKeySequence::matches" tqkeysequence.html#matches +"TQKeySequence::operator TQString" tqkeysequence.html#operator-TQString +"TQKeySequence::operator!=" tqkeysequence.html#operator!-eq +"TQKeySequence::operator=" tqkeysequence.html#operator-eq +"TQKeySequence::operator==" tqkeysequence.html#operator-eq-eq +"TQKeySequence::operator[]" tqkeysequence.html#operator[] +"TQKeySequence::~TQKeySequence" tqkeysequence.html#~TQKeySequence "TQLCDNumber" tqlcdnumber.html "TQLCDNumber::Mode" tqlcdnumber.html#Mode "TQLCDNumber::SegmentStyle" tqlcdnumber.html#SegmentStyle @@ -3320,15 +3320,15 @@ "TQLayoutIterator::operator=" tqlayoutiterator.html#operator-eq "TQLayoutIterator::takeCurrent" tqlayoutiterator.html#takeCurrent "TQLayoutIterator::~TQLayoutIterator" tqlayoutiterator.html#~TQLayoutIterator -"QLibrary" ntqlibrary.html -"QLibrary::autoUnload" ntqlibrary.html#autoUnload -"QLibrary::isLoaded" ntqlibrary.html#isLoaded -"QLibrary::library" ntqlibrary.html#library -"QLibrary::load" ntqlibrary.html#load -"QLibrary::resolve" ntqlibrary.html#resolve -"QLibrary::setAutoUnload" ntqlibrary.html#setAutoUnload -"QLibrary::unload" ntqlibrary.html#unload -"QLibrary::~QLibrary" ntqlibrary.html#~QLibrary +"TQLibrary" tqlibrary.html +"TQLibrary::autoUnload" tqlibrary.html#autoUnload +"TQLibrary::isLoaded" tqlibrary.html#isLoaded +"TQLibrary::library" tqlibrary.html#library +"TQLibrary::load" tqlibrary.html#load +"TQLibrary::resolve" tqlibrary.html#resolve +"TQLibrary::setAutoUnload" tqlibrary.html#setAutoUnload +"TQLibrary::unload" tqlibrary.html#unload +"TQLibrary::~TQLibrary" tqlibrary.html#~TQLibrary "TQLineEdit" tqlineedit.html "TQLineEdit::EchoMode" tqlineedit.html#EchoMode "TQLineEdit::acceptableInput" tqlineedit.html#acceptableInput-prop @@ -7974,7 +7974,7 @@ "operator<<" tqdomnode.html#operator-lt-lt "operator<<" tqfont.html#operator-lt-lt "operator<<" tqimage.html#operator-lt-lt -"operator<<" ntqkeysequence.html#operator-lt-lt +"operator<<" tqkeysequence.html#operator-lt-lt "operator<<" tqmainwindow.html#operator-lt-lt "operator<<" tqmap.html#operator-lt-lt "operator<<" tqmemarray.html#operator-lt-lt @@ -8018,7 +8018,7 @@ "operator>>" tqdockarea.html#operator-gt-gt "operator>>" tqfont.html#operator-gt-gt "operator>>" tqimage.html#operator-gt-gt -"operator>>" ntqkeysequence.html#operator-gt-gt +"operator>>" tqkeysequence.html#operator-gt-gt "operator>>" tqmainwindow.html#operator-gt-gt "operator>>" tqmap.html#operator-gt-gt "operator>>" tqmemarray.html#operator-gt-gt diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html index 1e07c6620..df56420a4 100644 --- a/doc/html/keyfeatures30.html +++ b/doc/html/keyfeatures30.html @@ -101,7 +101,7 @@ terms of TQt's signals/slots mechanism directly in TQt Designer.

      Plugins

      -

      The TQLibrary class provides a platform independent wrapper for runtime +

      The TQLibrary class provides a platform independent wrapper for runtime loading of shared libraries. TQPluginManager makes it trivial to implement plugin support in applications. The TQt library is able to load additional styles, database drivers and text codecs from plugins. diff --git a/doc/html/licenses.html b/doc/html/licenses.html index 17510cc1d..f1ca7af6d 100644 --- a/doc/html/licenses.html +++ b/doc/html/licenses.html @@ -260,8 +260,8 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


      Copyright 1995, Trinity College Computing Center. diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index 3edfeb7c8..14ce9e285 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -264,7 +264,7 @@ void LineEdits::slotValidatorChanged( int i ) lined2->setValidator( 0 ); break; case 1: - lined2->setValidator( new TQIntValidator( lined2 ) ); + lined2->setValidator( new TQIntValidator( lined2 ) ); break; case 2: lined2->setValidator( new TQDoubleValidator( -999.0, 999.0, 2, diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index 44650b4d8..d7004d3eb 100644 --- a/doc/html/mac-differences.html +++ b/doc/html/mac-differences.html @@ -273,7 +273,7 @@ used whenever a default menubar is needed.

    • TQCustomMenuItems are not supported in Mac native menubars, they are supported in popupmenus that are not in the Mac native menubar.

    • Items with accelerators that have more than one keystroke -(TQKeySequence) will not be honored, and the first key will be used. +(TQKeySequence) will not be honored, and the first key will be used.

    Unsupported Native Widgets

    diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index ae62bb9a2..9b71ba0e4 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -162,7 +162,7 @@ classes), see TQt's Classes. TQDate -TQInputDialog +TQInputDialog TQProcess @@ -195,7 +195,7 @@ classes), see TQt's Classes. TQDateTimeEdit -TQLibrary +TQLibrary TQPushButton diff --git a/doc/html/misc.html b/doc/html/misc.html index b900c1c8f..e8957e2b9 100644 --- a/doc/html/misc.html +++ b/doc/html/misc.html @@ -45,8 +45,8 @@ body { background: #ffffff; color: black; } TQFileIconProviderIcons for TQFileDialog to use TQFilePreviewFile previewing in TQFileDialog TQFocusDataMaintains the list of widgets in the focus chain -TQIntValidatorValidator which ensures that a string contains a valid integer within a specified range -TQKeySequenceEncapsulates a key sequence as used by accelerators +TQIntValidatorValidator which ensures that a string contains a valid integer within a specified range +TQKeySequenceEncapsulates a key sequence as used by accelerators TQMacMimeMaps open-standard MIME to Mac flavors TQMenuDataBase class for TQMenuBar and TQPopupMenu TQMimeSourceAbstraction of objects which provide formatted data of a certain MIME type diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 4d4db9252..a542212bb 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -965,7 +965,7 @@ copy, e.g.

    See the plugins documentation for a description of how the library paths are used. -

    See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary. +

    See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.

    void TQApplication::lock ()

    @@ -1412,7 +1412,7 @@ that may be used on touch-screens or similar IO-devices. Sets the list of directories to search when loading libraries to paths. All existing paths will be deleted and the path list will consist of the paths given in paths. -

    See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary. +

    See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.

    void TQApplication::setMainWidget ( TQWidget * mainWidget ) [virtual]

    diff --git a/doc/html/ntqinputdialog.html b/doc/html/ntqinputdialog.html deleted file mode 100644 index c2ec2e2f1..000000000 --- a/doc/html/ntqinputdialog.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - -TQInputDialog Class - - - - - - - -
    - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

    TQInputDialog Class Reference

    - -

    The TQInputDialog class provides a simple convenience dialog to get a single value from the user. -More... -

    #include <ntqinputdialog.h> -

    Inherits TQDialog. -

    List of all member functions. -

    Static Public Members

    -
      -
    • TQString getText ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
    • -
    • int getInteger ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
    • -
    • double getDouble ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
    • -
    • TQString getItem ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
    • -
    -

    Detailed Description

    - - -The TQInputDialog class provides a simple convenience dialog to get a single value from the user. - - -

    The input value can be a string, a number or an item from a list. A -label must be set to tell the user what they should enter. -

    Four static convenience functions are provided: -getText(), getInteger(), getDouble() and getItem(). All the -functions can be used in a similar way, for example: -

    -    bool ok;
    -    TQString text = TQInputDialog::getText(
    -            "MyApp 3000", "Enter your name:", TQLineEdit::Normal,
    -            TQString::null, &ok, this );
    -    if ( ok && !text.isEmpty() ) {
    -        // user entered something and pressed OK
    -    } else {
    -        // user entered nothing or pressed Cancel
    -    }
    -    
    - -

    Input Dialogs

    See also Dialog Classes. - -


    Member Function Documentation

    -

    double TQInputDialog::getDouble ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] -

    -Static convenience function to get a floating point number from -the user. caption is the text which is displayed in the title -bar of the dialog. label is the text which is shown to the user -(it should say what should be entered). value is the default -floating point number that the line edit will be set to. minValue and maxValue are the minimum and maximum values the -user may choose, and decimals is the maximum number of decimal -places the number may have. -

    If ok is not-null *ok will be set to TRUE if the user -pressed OK and to FALSE if the user pressed Cancel. The dialog's -parent is parent; the dialog is called name. The dialog will -be modal. -

    This function returns the floating point number which has been -entered by the user. -

    Use this static function like this: -

    -    bool ok;
    -    double res = TQInputDialog::getDouble(
    -            "MyApp 3000", "Enter a decimal number:", 33.7, 0,
    -            1000, 2, &ok, this );
    -    if ( ok ) {
    -        // user entered something and pressed OK
    -    } else {
    -        // user pressed Cancel
    -    }
    -    
    - - -

    int TQInputDialog::getInteger ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] -

    -Static convenience function to get an integer input from the -user. caption is the text which is displayed in the title bar -of the dialog. label is the text which is shown to the user -(it should say what should be entered). value is the default -integer which the spinbox will be set to. minValue and maxValue are the minimum and maximum values the user may choose, -and step is the amount by which the values change as the user -presses the arrow buttons to increment or decrement the value. -

    If ok is not-null *ok will be set to TRUE if the user -pressed OK and to FALSE if the user pressed Cancel. The dialog's -parent is parent; the dialog is called name. The dialog will -be modal. -

    This function returns the integer which has been entered by the user. -

    Use this static function like this: -

    -    bool ok;
    -    int res = TQInputDialog::getInteger(
    -            "MyApp 3000", "Enter a number:", 22, 0, 1000, 2,
    -            &ok, this );
    -    if ( ok ) {
    -        // user entered something and pressed OK
    -    } else {
    -        // user pressed Cancel
    -    }
    -    
    - - -

    TQString TQInputDialog::getItem ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] -

    -Static convenience function to let the user select an item from a -string list. caption is the text which is displayed in the title -bar of the dialog. label is the text which is shown to the user (it -should say what should be entered). list is the -string list which is inserted into the combobox, and current is the number -of the item which should be the current item. If editable is TRUE -the user can enter their own text; if editable is FALSE the user -may only select one of the existing items. -

    If ok is not-null *ok will be set to TRUE if the user -pressed OK and to FALSE if the user pressed Cancel. The dialog's -parent is parent; the dialog is called name. The dialog will -be modal. -

    This function returns the text of the current item, or if editable is TRUE, the current text of the combobox. -

    Use this static function like this: -

    -    TQStringList lst;
    -    lst << "First" << "Second" << "Third" << "Fourth" << "Fifth";
    -    bool ok;
    -    TQString res = TQInputDialog::getItem(
    -            "MyApp 3000", "Select an item:", lst, 1, TRUE, &ok,
    -            this );
    -    if ( ok ) {
    -        // user selected an item and pressed OK
    -    } else {
    -        // user pressed Cancel
    -    }
    -    
    - - -

    TQString TQInputDialog::getText ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] -

    -Static convenience function to get a string from the user. caption is the text which is displayed in the title bar of the -dialog. label is the text which is shown to the user (it should -say what should be entered). text is the default text which is -placed in the line edit. The mode is the echo mode the line edit -will use. If ok is not-null *ok will be set to TRUE if the -user pressed OK and to FALSE if the user pressed Cancel. The -dialog's parent is parent; the dialog is called name. The -dialog will be modal. -

    This function returns the text which has been entered in the line -edit. It will not return an empty string. -

    Use this static function like this: -

    -    bool ok;
    -    TQString text = TQInputDialog::getText(
    -            "MyApp 3000", "Enter your name:", TQLineEdit::Normal,
    -            TQString::null, &ok, this );
    -    if ( ok && !text.isEmpty() ) {
    -        // user entered something and pressed OK
    -    } else {
    -        // user entered nothing or pressed Cancel
    -    }
    -    
    - - - -

    -This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


    - -
    Copyright © 2007 -TrolltechTrademarks -
    TQt 3.3.8
    -
    - diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html deleted file mode 100644 index 1502ef399..000000000 --- a/doc/html/ntqkeysequence.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - -TQKeySequence Class - - - - - - - -
    - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

    TQKeySequence Class Reference

    - -

    The TQKeySequence class encapsulates a key sequence as used -by accelerators. -More... -

    #include <ntqkeysequence.h> -

    Inherits TQt. -

    List of all member functions. -

    Public Members

    - -

    Related Functions

    -
      -
    • TQDataStream & operator<< ( TQDataStream & s, const TQKeySequence & keysequence )
    • -
    • TQDataStream & operator>> ( TQDataStream & s, TQKeySequence & keysequence )
    • -
    -

    Detailed Description

    - - -The TQKeySequence class encapsulates a key sequence as used -by accelerators. -

    -

    A key sequence consists of up to four keyboard codes, each -optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, CTRL + Key_P -might be a sequence used as a shortcut for printing a document. -The key codes are listed in ntqnamespace.h. As an alternative, -use UNICODE_ACCEL with the unicode code point of the character. -For example, UNICODE_ACCEL + 'A' gives the same key sequence -as Key_A. -

    Key sequences can be constructed either from an integer key code, -or from a human readable translatable string such as -"Ctrl+X,Alt+Space". A key sequence can be cast to a TQString to -obtain a human readable translated version of the sequence. -Translations are done in the "TQAccel" context. -

    See also TQAccel and Miscellaneous Classes. - -


    Member Function Documentation

    -

    TQKeySequence::TQKeySequence () -

    -Constructs an empty key sequence. - -

    TQKeySequence::TQKeySequence ( const TQString & key ) -

    -Creates a key sequence from the string key. For example -"Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", -"Shift", "Alt" and "Meta" are recognized, as well as their -translated equivalents in the "TQAccel" context (using -TQObject::tr()). -

    Multiple key codes (up to four) may be entered by separating them -with commas, e.g. "Alt+X,Ctrl+S,Q". -

    This contructor is typically used with tr(), so that accelerator keys can be replaced in -translations: -

    -        TQPopupMenu *file = new TQPopupMenu( this );
    -        file->insertItem( tr("&Open..."), this, TQ_SLOT(open()),
    -                          TQKeySequence( tr("Ctrl+O", "File|Open") ) );
    -    
    - -

    Note the "File|Open" translator comment. It is by no means -necessary, but it provides some context for the human translator. - -

    TQKeySequence::TQKeySequence ( int key ) -

    -Constructs a key sequence that has a single key. -

    The key codes are listed in ntqnamespace.h and can be -combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL. - -

    TQKeySequence::TQKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 ) -

    -Constructs a key sequence with up to 4 keys k1, k2, -k3 and k4. -

    The key codes are listed in ntqnamespace.h and can be -combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL. - -

    TQKeySequence::TQKeySequence ( const TQKeySequence & keysequence ) -

    -Copy constructor. Makes a copy of keysequence. - -

    TQKeySequence::~TQKeySequence () -

    -Destroys the key sequence. - -

    uint TQKeySequence::count () const -

    -Returns the number of keys in the key sequence. -The maximum is 4. - -

    bool TQKeySequence::isEmpty () const -

    -Returns TRUE if the key sequence is empty; otherwise returns -FALSE. - -

    TQt::SequenceMatch TQKeySequence::matches ( const TQKeySequence & seq ) const -

    -Matches the sequence with seq. Returns TQt::Identical if -successful, TQt::PartialMatch for matching but incomplete seq, -and TQt::NoMatch if the sequences have nothing in common. -Returns TQt::NoMatch if seq is shorter. - -

    TQKeySequence::operator TQString () const -

    -Creates an accelerator string for the key sequence. -For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has -multiple key codes they are returned comma-separated, e.g. -"Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are -translated (using TQObject::tr()) in the "TQAccel" scope. If the key -sequence has no keys, TQString::null is returned. -

    On Mac OS X, the string returned resembles the sequence that is shown in -the menubar. - -

    TQKeySequence::operator int () const -

    -This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

    For backward compatibility: returns the first keycode -as integer. If the key sequence is empty, 0 is returned. - -

    bool TQKeySequence::operator!= ( const TQKeySequence & keysequence ) const -

    -Returns TRUE if keysequence is not equal to this key sequence; -otherwise returns FALSE. - -

    TQKeySequence & TQKeySequence::operator= ( const TQKeySequence & keysequence ) -

    -Assignment operator. Assigns keysequence to this -object. - -

    bool TQKeySequence::operator== ( const TQKeySequence & keysequence ) const -

    -Returns TRUE if keysequence is equal to this key -sequence; otherwise returns FALSE. - -

    int TQKeySequence::operator[] ( uint index ) const -

    -Returns a reference to the element at position index in the key -sequence. This can only be used to read an element. - -

    Related Functions

    -

    TQDataStream & operator<< ( TQDataStream & s, const TQKeySequence & keysequence ) -

    - -

    Writes the key sequence keysequence to the stream s. -

    See also Format of the TQDataStream operators. - -

    TQDataStream & operator>> ( TQDataStream & s, TQKeySequence & keysequence ) -

    - -

    Reads a key sequence from the stream s into the key sequence keysequence. -

    See also Format of the TQDataStream operators. - - -


    -This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


    - -
    Copyright © 2007 -TrolltechTrademarks -
    TQt 3.3.8
    -
    - diff --git a/doc/html/ntqlibrary.html b/doc/html/ntqlibrary.html deleted file mode 100644 index 0527d974e..000000000 --- a/doc/html/ntqlibrary.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -TQLibrary Class - - - - - - - -
    - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

    TQLibrary Class Reference

    - -

    The TQLibrary class provides a wrapper for handling shared libraries. -More... -

    All the functions in this class are reentrant when TQt is built with thread support.

    -

    #include <ntqlibrary.h> -

    List of all member functions. -

    Public Members

    - -

    Static Public Members

    -
      -
    • void * resolve ( const TQString & filename, const char * symb )
    • -
    -

    Detailed Description

    - - - -The TQLibrary class provides a wrapper for handling shared libraries. -

    - -

    An instance of a TQLibrary object can handle a single shared -library and provide access to the functionality in the library in -a platform independent way. If the library is a component server, -TQLibrary provides access to the exported component and can -directly query this component for interfaces. -

    TQLibrary ensures that the shared library is loaded and stays in -memory whilst it is in use. TQLibrary can also unload the library -on destruction and release unused resources. -

    A typical use of TQLibrary is to resolve an exported symbol in a -shared object, and to call the function that this symbol -represents. This is called "explicit linking" in contrast to -"implicit linking", which is done by the link step in the build -process when linking an executable against a library. -

    The following code snippet loads a library, resolves the symbol -"mysymbol", and calls the function if everything succeeded. If -something went wrong, e.g. the library file does not exist or the -symbol is not defined, the function pointer will be 0 and won't be -called. When the TQLibrary object is destroyed the library will be -unloaded, making all references to memory allocated in the library -invalid. -

    -    typedef void (*MyPrototype)();
    -    MyPrototype myFunction;
    -
    -    TQLibrary myLib( "mylib" );
    -    myFunction = (MyPrototype) myLib.resolve( "mysymbol" );
    -    if ( myFunction ) {
    -        myFunction();
    -    }
    -    
    - -

    See also Plugins. - -


    Member Function Documentation

    -

    TQLibrary::TQLibrary ( const TQString & filename ) -

    -Creates a TQLibrary object for the shared library filename. The -library will be unloaded in the destructor. -

    Note that filename does not need to include the (platform specific) -file extension, so calling -

    -    TQLibrary lib( "mylib" );
    -    
    - -is equivalent to calling -
    -    TQLibrary lib( "mylib.dll" );
    -    
    - -on Windows, and -
    -    TQLibrary lib( "libmylib.so" );
    -    
    - -on Unix. Specifying the extension is not recommended, since -doing so introduces a platform dependency. -

    If filename does not include a path, the library loader will -look for the file in the platform specific search paths. -

    See also load(), unload(), and setAutoUnload(). - -

    TQLibrary::~TQLibrary () [virtual] -

    -Deletes the TQLibrary object. -

    The library will be unloaded if autoUnload() is TRUE (the -default), otherwise it stays in memory until the application -exits. -

    See also unload() and setAutoUnload(). - -

    bool TQLibrary::autoUnload () const -

    -Returns TRUE if the library will be automatically unloaded when -this wrapper object is destructed; otherwise returns FALSE. The -default is TRUE. -

    See also setAutoUnload(). - -

    bool TQLibrary::isLoaded () const -

    -Returns TRUE if the library is loaded; otherwise returns FALSE. -

    See also unload(). - -

    TQString TQLibrary::library () const -

    -Returns the filename of the shared library this TQLibrary object -handles, including the platform specific file extension. -

    For example: -

    -    TQLibrary lib( "mylib" );
    -    TQString str = lib.library();
    -    
    - -will set str to "mylib.dll" on Windows, and "libmylib.so" on Linux. - -

    bool TQLibrary::load () -

    -Loads the library. Since resolve() always calls this function -before resolving any symbols it is not necessary to call it -explicitly. In some situations you might want the library loaded -in advance, in which case you would use this function. -

    On Darwin and Mac OS X this function uses code from dlcompat, part of the -OpenDarwin project. -

    -

    Copyright (c) 2002 Jorge Acereda and Peter O'Gorman -

    Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: -

    The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. -

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -

    void * TQLibrary::resolve ( const char * symb ) -

    -Returns the address of the exported symbol symb. The library is -loaded if necessary. The function returns 0 if the symbol could -not be resolved or the library could not be loaded. -

    -    typedef int (*avgProc)( int, int );
    -
    -    avgProc avg = (avgProc) library->resolve( "avg" );
    -    if ( avg )
    -        return avg( 5, 8 );
    -    else
    -        return -1;
    -    
    - -

    The symbol must be exported as a C-function from the library. This -requires the extern "C" notation if the library is compiled -with a C++ compiler. On Windows you also have to explicitly export -the function from the DLL using the __declspec(dllexport) -compiler directive. -

    -    extern "C" MY_EXPORT_MACRO int avg(int a, int b)
    -    {
    -        return (a + b) / 2;
    -    }
    -    
    - -

    with MY_EXPORT defined as -

    -    #ifdef TQ_WS_WIN
    -    # define MY_EXPORT __declspec(dllexport)
    -    #else
    -    # define MY_EXPORT
    -    #endif
    -    
    - -

    On Darwin and Mac OS X this function uses code from dlcompat, part of the -OpenDarwin project. -

    -

    Copyright (c) 2002 Jorge Acereda and Peter O'Gorman -

    Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: -

    The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. -

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -

    void * TQLibrary::resolve ( const TQString & filename, const char * symb ) [static] -

    -This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

    Loads the library filename and returns the address of the -exported symbol symb. Note that like the constructor, filename does not need to include the (platform specific) file -extension. The library remains loaded until the process exits. -

    The function returns 0 if the symbol could not be resolved or the -library could not be loaded. -

    This function is useful only if you want to resolve a single -symbol, e.g. a function pointer from a specific library once: -

    -    typedef void (*FunctionType)();
    -    static FunctionType *ptrFunction = 0;
    -    static bool triedResolve = FALSE;
    -    if ( !ptrFunction && !triedResolve )
    -        ptrFunction = TQLibrary::resolve( "mylib", "mysymb" );
    -
    -    if ( ptrFunction )
    -        ptrFunction();
    -    else
    -        ...
    -    
    - -

    If you want to resolve multiple symbols, use a TQLibrary object and -call the non-static version of resolve(). -

    See also -

    void TQLibrary::setAutoUnload ( bool enabled ) -

    -If enabled is TRUE (the default), the wrapper object is set to -automatically unload the library upon destruction. If enabled -is FALSE, the wrapper object is not unloaded unless you explicitly -call unload(). -

    See also autoUnload(). - -

    bool TQLibrary::unload () [virtual] -

    -Unloads the library and returns TRUE if the library could be -unloaded; otherwise returns FALSE. -

    This function is called by the destructor if autoUnload() is -enabled. -

    See also resolve(). - - -


    -This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


    - -
    Copyright © 2007 -TrolltechTrademarks -
    TQt 3.3.8
    -
    - diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 646f140b2..bb33a3a80 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that need to be global-like. More...

    #include <ntqnamespace.h> -

    Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis. +

    Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.

    List of all member functions.

    Public Members

      diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 372134dc1..19a0f0063 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -260,7 +260,7 @@ contain.
    • TQVariant::IconSet - a TQIconSet
    • TQVariant::Image - a TQImage
    • TQVariant::Int - an int -
    • TQVariant::KeySequence - a TQKeySequence +
    • TQVariant::KeySequence - a TQKeySequence
    • TQVariant::List - a TQValueList
    • TQVariant::LongLong - a long long
    • TQVariant::ULongLong - an unsigned long long @@ -418,7 +418,7 @@ Constructs a new variant with a bytearray value, val. Constructs a new variant with a bitarray value, val. -

      TQVariant::TQVariant ( const TQKeySequence & val ) +

      TQVariant::TQVariant ( const TQKeySequence & val )

      Constructs a new variant with a key sequence value, val. @@ -575,10 +575,10 @@ not possible the variant is set to a null image. Returns the variant's value as int reference. -

      TQKeySequence & TQVariant::asKeySequence () +

      TQKeySequence & TQVariant::asKeySequence ()

      -

      Tries to convert the variant to hold a TQKeySequence value. If that +

      Tries to convert the variant to hold a TQKeySequence value. If that is not possible then the variant is set to an empty key sequence.

      Returns a reference to the stored key sequence.

      See also toKeySequence(). @@ -966,9 +966,9 @@ otherwise returns 0. converted to an int; otherwise *ok is set to FALSE.

      See also asInt() and canCast(). -

      const TQKeySequence TQVariant::toKeySequence () const +

      const TQKeySequence TQVariant::toKeySequence () const

      -Returns the variant as a TQKeySequence if the variant can be cast +Returns the variant as a TQKeySequence if the variant can be cast to a KeySequence; otherwise returns an empty key sequence.

      See also asKeySequence() and canCast(). diff --git a/doc/html/picture-example.html b/doc/html/picture-example.html index a4d2b0d12..c0189b6a0 100644 --- a/doc/html/picture-example.html +++ b/doc/html/picture-example.html @@ -94,7 +94,7 @@ public: ~PictureDisplay(); protected: void paintEvent( TQPaintEvent * ); - void keyPressEvent( TQKeyEvent * ); + void keyPressEvent( TQKeyEvent * ); private: TQPicture *pict; TQString name; @@ -125,9 +125,9 @@ void PictureDisplay::paintEvent( drawText( rect(), AlignCenter, name ); } -void PictureDisplay::keyPressEvent( TQKeyEvent *k ) +void PictureDisplay::keyPressEvent( TQKeyEvent *k ) { - switch ( tolower(k->ascii()) ) { + switch ( tolower(k->ascii()) ) { case 'r': // reload pict->load( name ); update(); diff --git a/doc/html/plugins.html b/doc/html/plugins.html index 3315e608b..48a7d3253 100644 --- a/doc/html/plugins.html +++ b/doc/html/plugins.html @@ -38,7 +38,7 @@ and with TQt plugins.

      TQImageFormatPluginAbstract base for custom image format plugins -
      TQLibraryWrapper for handling shared libraries +
      TQLibraryWrapper for handling shared libraries
      TQSqlDriverPluginAbstract base for custom TQSqlDriver plugins
      TQStylePluginAbstract base for custom TQStyle plugins
      TQTextCodecPluginAbstract base for custom TQTextCodec plugins diff --git a/doc/html/porting.html b/doc/html/porting.html index 2d2c9ce4b..56ba55585 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -298,7 +298,7 @@ rather than the documentation supplied with TQt to obtain the latest information regarding obsolete functions and how to replace them in new code.

        -
      • TQAccel::keyToString( TQKeySequence k ) +
      • TQAccel::keyToString( TQKeySequence k )
      • TQAccel::stringToKey( const TQString & s )
      • TQActionGroup::insert( TQAction *a )
      • TQCanvasItem::active() const @@ -463,12 +463,12 @@ TQFont::charSet() or TQFont::setCharSet(), just remove them from your code. There are a few functions that took a TQFont::CharSet as a parameter; in these cases simply remove the charset from the parameter list. -

        TQInputDialog +

        TQInputDialog

        The two static getText(...) methods in TQInputDialog have been merged. The echo parameter is the third parameter and defaults to TQLineEdit::Normal. -

        If you used calls to TQInputDialog::getText(...) that provided more +

        If you used calls to TQInputDialog::getText(...) that provided more than the first two required parameters you will must add a value for the echo parameter.

        TQLayout and Other Abstract Layout Classes diff --git a/doc/html/propertydocs b/doc/html/propertydocs index f2da00aff..6d8d06c0e 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -1733,20 +1733,20 @@ tooltip; see <a href="tqiconview.html#setShowToolTips">setShowToolTips< - QIntValidator::bottom - + TQIntValidator::bottom + <p>This property holds the validator's lowest acceptable value. -<p>Set this property's value with <a href="qintvalidator.html#setBottom">setBottom</a>() and get this property's value with <a href="qintvalidator.html#bottom">bottom</a>(). -<p><p>See also <a href="qintvalidator.html#setRange">setRange</a>(). +<p>Set this property's value with <a href="tqintvalidator.html#setBottom">setBottom</a>() and get this property's value with <a href="tqintvalidator.html#bottom">bottom</a>(). +<p><p>See also <a href="tqintvalidator.html#setRange">setRange</a>(). - QIntValidator::top - + TQIntValidator::top + <p>This property holds the validator's highest acceptable value. -<p>Set this property's value with <a href="qintvalidator.html#setTop">setTop</a>() and get this property's value with <a href="qintvalidator.html#top">top</a>(). -<p><p>See also <a href="qintvalidator.html#setRange">setRange</a>(). +<p>Set this property's value with <a href="tqintvalidator.html#setTop">setTop</a>() and get this property's value with <a href="tqintvalidator.html#top">top</a>(). +<p><p>See also <a href="tqintvalidator.html#setRange">setRange</a>(). @@ -4438,7 +4438,7 @@ can reimplement the <a href="tqwidget.html#enabledChange">enabledChange< <p> Disabling a widget implicitly disables all its children. Enabling respectively enables all child widgets unless they have been explicitly disabled. -<p> <p>See also <a href="tqwidget.html#enabled-prop">enabled</a>, <a href="tqwidget.html#isEnabledTo">isEnabledTo</a>(), <a href="qkeyevent.html">QKeyEvent</a>, <a href="qmouseevent.html">QMouseEvent</a>, and <a href="tqwidget.html#enabledChange">enabledChange</a>(). +<p> <p>See also <a href="tqwidget.html#enabled-prop">enabled</a>, <a href="tqwidget.html#isEnabledTo">isEnabledTo</a>(), <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">QMouseEvent</a>, and <a href="tqwidget.html#enabledChange">enabledChange</a>(). <p>Set this property's value with <a href="tqwidget.html#setEnabled">setEnabled</a>() and get this property's value with <a href="tqwidget.html#isEnabled">isEnabled</a>(). diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 715868967..99e5c0d99 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -148,8 +148,8 @@ "TQIconView/sorting" tqiconview.html#sorting-prop "TQIconView/spacing" tqiconview.html#spacing-prop "TQIconView/wordWrapIconText" tqiconview.html#wordWrapIconText-prop -"QIntValidator/bottom" qintvalidator.html#bottom-prop -"QIntValidator/top" qintvalidator.html#top-prop +"TQIntValidator/bottom" tqintvalidator.html#bottom-prop +"TQIntValidator/top" tqintvalidator.html#top-prop "TQLCDNumber/intValue" tqlcdnumber.html#intValue-prop "TQLCDNumber/mode" tqlcdnumber.html#mode-prop "TQLCDNumber/numDigits" tqlcdnumber.html#numDigits-prop diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html index 1278f5fbb..8a538932a 100644 --- a/doc/html/qdoublevalidator.html +++ b/doc/html/qdoublevalidator.html @@ -70,7 +70,7 @@ provide a fixup() function. with setBottom() and setTop(). Set the number of decimal places with setDecimals(). The validate() function returns the validation state. -

        See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes. +

        See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes.


        Member Function Documentation

        TQDoubleValidator::TQDoubleValidator ( TQObject * parent, const char * name = 0 ) diff --git a/doc/html/qimevent-members.html b/doc/html/qimevent-members.html deleted file mode 100644 index cfe18f92f..000000000 --- a/doc/html/qimevent-members.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -TQIMEvent Member List - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        Complete Member List for TQIMEvent

        - -

        This is the complete list of member functions for -TQIMEvent, including inherited members. - -

        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qimevent.html b/doc/html/qimevent.html deleted file mode 100644 index 846e5c369..000000000 --- a/doc/html/qimevent.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - -TQIMEvent Class - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        TQIMEvent Class Reference

        - -

        The TQIMEvent class provides parameters for input method events. -More... -

        #include <tqevent.h> -

        Inherits TQEvent. -

        List of all member functions. -

        Public Members

        - -

        Detailed Description

        - - -The TQIMEvent class provides parameters for input method events. -

        -

        Input method events are sent to widgets when an input method is -used to enter text into a widget. Input methods are widely used to -enter text in Asian and other complex languages. -

        The events are of interest to widgets that accept keyboard input -and want to be able to correctly handle complex languages. Text -input in such languages is usually a three step process. -

          -
        1. Starting to Compose
          -When the user presses the first key on a keyboard an input context -is created. This input context will contain a string with the -typed characters. -

        2. Composing
          -With every new key pressed, the input method will try to create a -matching string for the text typed so far. While the input context -is active, the user can only move the cursor inside the string -belonging to this input context. -

        3. Completing
          -At some point, e.g. when the user presses the Spacebar, they get -to this stage, where they can choose from a number of strings that -match the text they have typed so far. The user can press Enter to -confirm their choice or Escape to cancel the input; in either case -the input context will be closed. -
        -

        Note that the particular key presses used for a given input -context may differ from those we've mentioned here, i.e. they may -not be Spacebar, Enter and Escape. -

        These three stages are represented by three different types of -events. The IMStartEvent, IMComposeEvent and IMEndEvent. When a -new input context is created, an IMStartEvent will be sent to the -widget and delivered to the TQWidget::imStartEvent() function. -The widget can then update internal data structures to reflect -this. -

        After this, an IMComposeEvent will be sent to the widget for -every key the user presses. It will contain the current -composition string the widget has to show and the current cursor -position within the composition string. This string is temporary -and can change with every key the user types, so the widget will -need to store the state before the composition started (the state -it had when it received the IMStartEvent). IMComposeEvents will be -delivered to the TQWidget::imComposeEvent() function. -

        Usually, widgets try to mark the part of the text that is part of -the current composition in a way that is visible to the user. A -commonly used visual cue is to use a dotted underline. -

        After the user has selected the final string, an IMEndEvent will -be sent to the widget. The event contains the final string the -user selected, and could be empty if they canceled the -composition. This string should be accepted as the final text the -user entered, and the intermediate composition string should be -cleared. These events are delivered to TQWidget::imEndEvent(). -

        If the user clicks another widget, taking the focus out of the -widget where the composition is taking place the IMEndEvent will -be sent and the string it holds will be the result of the -composition up to that point (which may be an empty string). -

        See also Event Classes. - -


        Member Function Documentation

        -

        TQIMEvent::TQIMEvent ( Type type, const TQString & text, int cursorPosition ) -

        - -

        Constructs a new TQIMEvent with the accept flag set to FALSE. type can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent -or TQEvent::IMEndEvent. text contains the current compostion -string and cursorPosition the current position of the cursor -inside text. - -

        void TQIMEvent::accept () -

        - -

        Sets the accept flag of the input method event object. -

        Setting the accept parameter indicates that the receiver of the -event processed the input method event. -

        The accept flag is not set by default. -

        See also ignore(). - -

        int TQIMEvent::cursorPos () const -

        - -

        Returns the current cursor position inside the composition string. -Will return -1 for IMStartEvent and IMEndEvent. - -

        void TQIMEvent::ignore () -

        - -

        Clears the accept flag parameter of the input method event object. -

        Clearing the accept parameter indicates that the event receiver -does not want the input method event. -

        The accept flag is cleared by default. -

        See also accept(). - -

        bool TQIMEvent::isAccepted () const -

        - -

        Returns TRUE if the receiver of the event processed the event; -otherwise returns FALSE. - -

        int TQIMEvent::selectionLength () const -

        - -

        Returns the number of characters in the composition string ( -starting at cursorPos() ) that should be marked as selected by the -input widget receiving the event. -Will return 0 for IMStartEvent and IMEndEvent. - -

        const TQString & TQIMEvent::text () const -

        - -

        Returns the composition text. This is a null string for an -IMStartEvent, and contains the final accepted string (which may be -empty) in the IMEndEvent. - - -


        -This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qinputdialog-h.html b/doc/html/qinputdialog-h.html deleted file mode 100644 index 238bdf48d..000000000 --- a/doc/html/qinputdialog-h.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -ntqinputdialog.h Include File - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        ntqinputdialog.h

        - -

        This is the verbatim text of the ntqinputdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. -


        -
        -/****************************************************************************
        -** $Id: qt/ntqinputdialog.h   3.3.8   edited Jan 11 14:37 $
        -**
        -** Definition of TQInputDialog class
        -**
        -** Created : 991212
        -**
        -** Copyright (C) 1992-2007 Trolltech ASA.  All rights reserved.
        -**
        -** This file is part of the dialogs module of the TQt GUI Toolkit.
        -**
        -** This file may be used under the terms of the GNU General Public
        -** License versions 2.0 or 3.0 as published by the Free Software
        -** Foundation and appearing in the file LICENSE.GPL included in the
        -** packaging of this file. Alternatively you may (at your option) use any
        -** later version of the GNU General Public License if such license has
        -** been publicly approved by Trolltech ASA (or its successors, if any)
        -** and the KDE Free TQt Foundation.
        -**
        -** Please review the following information to ensure GNU General
        -** Public Licensing requirements will be met:
        -** http://trolltech.com/products/qt/licenses/licensing/opensource/.
        -** If you are unsure which license is appropriate for your use, please
        -** review the following information:
        -** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
        -** or contact the sales department at sales@trolltech.com.
        -**
        -** This file may be used under the terms of the Q Public License as
        -** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
        -** included in the packaging of this file.  Licensees holding valid TQt
        -** Commercial licenses may use this file in accordance with the TQt
        -** Commercial License Agreement provided with the Software.
        -**
        -** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
        -** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
        -** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
        -** herein.
        -**
        -**********************************************************************/
        -
        -#ifndef TQINPUTDIALOG_H
        -#define TQINPUTDIALOG_H
        -
        -#ifndef QT_H
        -#include "tqdialog.h"
        -#include "tqstring.h"
        -#include "tqlineedit.h"
        -#endif // QT_H
        -
        -#ifndef TQT_NO_INPUTDIALOG
        -
        -class TQSpinBox;
        -class TQComboBox;
        -class TQInputDialogPrivate;
        -
        -class TQ_EXPORT TQInputDialog : public TQDialog
        -{
        -    TQ_OBJECT
        -
        -private:
        -    enum Type { LineEdit, SpinBox, ComboBox, EditableComboBox };
        -
        -    TQInputDialog( const TQString &label, TQWidget* parent=0, const char* name=0,
        -		 bool modal = TRUE, Type type = LineEdit ); //### 4.0: widget flag!
        -    ~TQInputDialog();
        -
        -    TQLineEdit *lineEdit() const;
        -    TQSpinBox *spinBox() const;
        -    TQComboBox *comboBox() const;
        -    TQComboBox *editableComboBox() const;
        -
        -    void setType( Type t );
        -    Type type() const;
        -
        -public:
        -    //### 4.0: widget flag!
        -    static TQString getText( const TQString &caption, const TQString &label, TQLineEdit::EchoMode echo = TQLineEdit::Normal,
        -			    const TQString &text = TQString::null, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
        -    static int getInteger( const TQString &caption, const TQString &label, int value = 0, int minValue = -2147483647,
        -			   int maxValue = 2147483647,
        -			   int step = 1, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
        -    static double getDouble( const TQString &caption, const TQString &label, double value = 0,
        -			     double minValue = -2147483647, double maxValue = 2147483647,
        -			     int decimals = 1, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
        -    static TQString getItem( const TQString &caption, const TQString &label, const TQStringList &list,
        -			    int current = 0, bool editable = TRUE,
        -			    bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
        -
        -private slots:
        -    void textChanged( const TQString &s );
        -    void tryAccept();
        -
        -private:
        -    TQInputDialogPrivate *d;
        -    friend class TQInputDialogPrivate; /* to avoid 'has no friends' warnings... */
        -
        -private:	// Disabled copy constructor and operator=
        -#if defined(TQ_DISABLE_COPY)
        -    TQInputDialog( const TQInputDialog & );
        -    TQInputDialog &operator=( const TQInputDialog & );
        -#endif
        -};
        -
        -#endif // TQT_NO_INPUTDIALOG
        -
        -#endif // TQINPUTDIALOG_H
        -
        -
        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qinputdialog-members.html b/doc/html/qinputdialog-members.html deleted file mode 100644 index b8fc6caa0..000000000 --- a/doc/html/qinputdialog-members.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -TQInputDialog Member List - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        Complete Member List for TQInputDialog

        - -

        This is the complete list of member functions for -TQInputDialog, including inherited members. - -

        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qintvalidator-members.html b/doc/html/qintvalidator-members.html deleted file mode 100644 index d8b5c5444..000000000 --- a/doc/html/qintvalidator-members.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - -TQIntValidator Member List - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        Complete Member List for TQIntValidator

        - -

        This is the complete list of member functions for -TQIntValidator, including inherited members. - -

        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html deleted file mode 100644 index fd884e243..000000000 --- a/doc/html/qintvalidator.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - -TQIntValidator Class - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        TQIntValidator Class Reference

        - -

        The TQIntValidator class provides a validator which ensures -that a string contains a valid integer within a specified range. -More... -

        #include <tqvalidator.h> -

        Inherits TQValidator. -

        List of all member functions. -

        Public Members

        - -

        Properties

        -
          -
        • int bottom - the validator's lowest acceptable value
        • -
        • int top - the validator's highest acceptable value
        • -
        -

        Detailed Description

        - - -The TQIntValidator class provides a validator which ensures -that a string contains a valid integer within a specified range. -

        -

        Example of use: -

        -    TQValidator* validator = new TQIntValidator( 100, 999, this );
        -    TQLineEdit* edit = new TQLineEdit( this );
        -
        -    // the edit lineedit will only accept integers between 100 and 999
        -    edit->setValidator( validator );
        -    
        - -

        Below we present some examples of validators. In practice they would -normally be associated with a widget as in the example above. -

        -    TQString str;
        -    int pos = 0;
        -    TQIntValidator v( 100, 999, this );
        -
        -    str = "1";
        -    v.validate( str, pos );     // returns Intermediate
        -    str = "12";
        -    v.validate( str, pos );     // returns Intermediate
        -
        -    str = "123";
        -    v.validate( str, pos );     // returns Acceptable
        -    str = "678";
        -    v.validate( str, pos );     // returns Acceptable
        -
        -    str = "1234";
        -    v.validate( str, pos );     // returns Invalid
        -    str = "-123";
        -    v.validate( str, pos );     // returns Invalid
        -    str = "abc";
        -    v.validate( str, pos );     // returns Invalid
        -    str = "12cm";
        -    v.validate( str, pos );     // returns Invalid
        -    
        - -

        The minimum and maximum values are set in one call with setRange() -or individually with setBottom() and setTop(). -

        See also TQDoubleValidator, TQRegExpValidator, and Miscellaneous Classes. - -


        Member Function Documentation

        -

        TQIntValidator::TQIntValidator ( TQObject * parent, const char * name = 0 ) -

        -Constructs a validator called name with parent parent, that -accepts all integers. - -

        TQIntValidator::TQIntValidator ( int minimum, int maximum, TQObject * parent, const char * name = 0 ) -

        -Constructs a validator called name with parent parent, that -accepts integers from minimum to maximum inclusive. - -

        TQIntValidator::~TQIntValidator () -

        -Destroys the validator, freeing any resources allocated. - -

        int TQIntValidator::bottom () const -

        Returns the validator's lowest acceptable value. -See the "bottom" property for details. -

        void TQIntValidator::setBottom ( int ) -

        Sets the validator's lowest acceptable value. -See the "bottom" property for details. -

        void TQIntValidator::setRange ( int bottom, int top ) [virtual] -

        -Sets the range of the validator to only accept integers between bottom and top inclusive. - -

        void TQIntValidator::setTop ( int ) -

        Sets the validator's highest acceptable value. -See the "top" property for details. -

        int TQIntValidator::top () const -

        Returns the validator's highest acceptable value. -See the "top" property for details. -

        TQValidator::State TQIntValidator::validate ( TQString & input, int & ) const [virtual] -

        -Returns Acceptable if the input is an integer within the -valid range, Intermediate if the input is an integer outside -the valid range and Invalid if the input is not an integer. -

        Note: If the valid range consists of just positive integers (e.g. 32 - 100) -and input is a negative integer then Invalid is returned. -

        -    int pos = 0;
        -    s = "abc";
        -    v.validate( s, pos ); // returns Invalid
        -
        -    s = "5";
        -    v.validate( s, pos ); // returns Intermediate
        -
        -    s = "50";
        -    v.validate( s, pos ); // returns Valid
        -    
        - - -

        Reimplemented from TQValidator. -


        Property Documentation

        -

        int bottom

        -

        This property holds the validator's lowest acceptable value. -

        Set this property's value with setBottom() and get this property's value with bottom(). -

        See also setRange(). - -

        int top

        -

        This property holds the validator's highest acceptable value. -

        Set this property's value with setTop() and get this property's value with top(). -

        See also setRange(). - - -


        -This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qkeyevent-members.html b/doc/html/qkeyevent-members.html deleted file mode 100644 index 6ae025a14..000000000 --- a/doc/html/qkeyevent-members.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - -TQKeyEvent Member List - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        Complete Member List for TQKeyEvent

        - -

        This is the complete list of member functions for -TQKeyEvent, including inherited members. - -

        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qkeyevent.html b/doc/html/qkeyevent.html deleted file mode 100644 index cf0111fbc..000000000 --- a/doc/html/qkeyevent.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - -TQKeyEvent Class - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        TQKeyEvent Class Reference

        - -

        The TQKeyEvent class contains describes a key event. -More... -

        #include <tqevent.h> -

        Inherits TQEvent. -

        List of all member functions. -

        Public Members

        - -

        Detailed Description

        - - -The TQKeyEvent class contains describes a key event. -

        -

        Key events occur when a key is pressed or released when a widget -has keyboard input focus. -

        A key event contains a special accept flag that indicates whether the -receiver wants the key event. You should call TQKeyEvent::ignore() if the -key press or release event is not handled by your widget. A key event is -propagated up the parent widget chain until a widget accepts it with -TQKeyEvent::accept() or an event filter consumes it. -Key events for multi media keys are ignored by default. You should call -TQKeyEvent::accept() if your widget handles those events. -

        The TQWidget::setEnable() function can be used to enable or disable -mouse and keyboard events for a widget. -

        The event handlers TQWidget::keyPressEvent() and -TQWidget::keyReleaseEvent() receive key events. -

        See also TQFocusEvent, TQWidget::grabKeyboard(), and Event Classes. - -


        Member Function Documentation

        -

        TQKeyEvent::TQKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) -

        - -

        Constructs a key event object. -

        The type parameter must be TQEvent::KeyPress or TQEvent::KeyRelease. If key is 0 the event is not a result of a -known key (e.g. it may be the result of a compose sequence or -keyboard macro). ascii is the ASCII code of the key that was -pressed or released. state holds the keyboard modifiers. text is the Unicode text that the key generated. If autorep is -TRUE, isAutoRepeat() will be TRUE. count is the number of -single keys. -

        The accept flag is set to TRUE. - -

        void TQKeyEvent::accept () -

        - -

        Sets the accept flag of the key event object. -

        Setting the accept parameter indicates that the receiver of the -event wants the key event. Unwanted key events are sent to the -parent widget. -

        The accept flag is set by default. -

        See also ignore(). - -

        int TQKeyEvent::ascii () const -

        - -

        Returns the ASCII code of the key that was pressed or released. We -recommend using text() instead. -

        See also text(). - -

        Example: picture/picture.cpp. -

        int TQKeyEvent::count () const -

        - -

        Returns the number of single keys for this event. If text() is not -empty, this is simply the length of the string. -

        See also TQWidget::setKeyCompression(). - -

        void TQKeyEvent::ignore () -

        - -

        Clears the accept flag parameter of the key event object. -

        Clearing the accept parameter indicates that the event receiver -does not want the key event. Unwanted key events are sent to the -parent widget. -

        The accept flag is set by default. -

        See also accept(). - -

        bool TQKeyEvent::isAccepted () const -

        - -

        Returns TRUE if the receiver of the event wants to keep the key; -otherwise returns FALSE - -

        bool TQKeyEvent::isAutoRepeat () const -

        - -

        Returns TRUE if this event comes from an auto-repeating key and -FALSE if it comes from an initial key press. -

        Note that if the event is a multiple-key compressed event that is -partly due to auto-repeat, this function could return either TRUE -or FALSE indeterminately. - -

        int TQKeyEvent::key () const -

        - -

        Returns the code of the key that was pressed or released. -

        See TQt::Key for the list of keyboard codes. These codes are -independent of the underlying window system. -

        A value of either 0 or Key_unknown means that the event is not -the result of a known key (e.g. it may be the result of a compose -sequence or a keyboard macro, or due to key event compression). -

        See also TQWidget::setKeyCompression(). - -

        Example: fileiconview/tqfileiconview.cpp. -

        ButtonState TQKeyEvent::state () const -

        - -

        Returns the keyboard modifier flags that existed immediately -before the event occurred. -

        The returned value is ShiftButton, ControlButton, AltButton -and MetaButton OR'ed together. -

        See also stateAfter(). - -

        Example: fileiconview/tqfileiconview.cpp. -

        ButtonState TQKeyEvent::stateAfter () const -

        - -

        Returns the keyboard modifier flags that existed immediately after -the event occurred. -

        Warning: This function cannot be trusted. -

        See also state(). - -

        TQString TQKeyEvent::text () const -

        - -

        Returns the Unicode text that this key generated. The text returned -migth be empty, which is the case when pressing or -releasing modifying keys as Shift, Control, Alt and Meta. In these -cases key() will contain a valid value. -

        See also TQWidget::setKeyCompression(). - - -


        -This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qkeysequence-h.html b/doc/html/qkeysequence-h.html deleted file mode 100644 index 09b121e1c..000000000 --- a/doc/html/qkeysequence-h.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -ntqkeysequence.h Include File - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        ntqkeysequence.h

        - -

        This is the verbatim text of the ntqkeysequence.h include file. It is provided only for illustration; the copyright remains with Trolltech. -


        -
        -/****************************************************************************
        -** $Id: qt/ntqkeysequence.h   3.3.8   edited Jan 11 14:38 $
        -**
        -** Definition of TQKeySequence class
        -**
        -** Created : 0108007
        -**
        -** Copyright (C) 1992-2007 Trolltech ASA.  All rights reserved.
        -**
        -** This file is part of the kernel module of the TQt GUI Toolkit.
        -**
        -** This file may be used under the terms of the GNU General Public
        -** License versions 2.0 or 3.0 as published by the Free Software
        -** Foundation and appearing in the file LICENSE.GPL included in the
        -** packaging of this file. Alternatively you may (at your option) use any
        -** later version of the GNU General Public License if such license has
        -** been publicly approved by Trolltech ASA (or its successors, if any)
        -** and the KDE Free TQt Foundation.
        -**
        -** Please review the following information to ensure GNU General
        -** Public Licensing requirements will be met:
        -** http://trolltech.com/products/qt/licenses/licensing/opensource/.
        -** If you are unsure which license is appropriate for your use, please
        -** review the following information:
        -** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
        -** or contact the sales department at sales@trolltech.com.
        -**
        -** This file may be used under the terms of the Q Public License as
        -** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
        -** included in the packaging of this file.  Licensees holding valid TQt
        -** Commercial licenses may use this file in accordance with the TQt
        -** Commercial License Agreement provided with the Software.
        -**
        -** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
        -** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
        -** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
        -** herein.
        -**
        -**********************************************************************/
        -
        -#ifndef TQKEYSEQUENCE_H
        -#define TQKEYSEQUENCE_H
        -
        -#ifndef QT_H
        -#ifndef QT_H
        -#include "ntqnamespace.h"
        -#include "tqstring.h"
        -#endif // QT_H
        -#endif
        -
        -#ifndef TQT_NO_ACCEL
        -
        -/*****************************************************************************
        -  TQKeySequence stream functions
        - *****************************************************************************/
        -#ifndef TQT_NO_DATASTREAM
        -class TQKeySequence;
        -TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQKeySequence & );
        -TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQKeySequence & );
        -#endif
        -
        -class TQKeySequencePrivate;
        -
        -class TQ_EXPORT TQKeySequence : public TQt
        -{
        -public:
        -    TQKeySequence();
        -    TQKeySequence( const TQString& key );
        -    TQKeySequence( int key );
        -    TQKeySequence( int k1, int k2, int k3 = 0, int k4 = 0 );
        -    TQKeySequence( const TQKeySequence & );
        -    ~TQKeySequence();
        -
        -    uint count() const;
        -    bool isEmpty() const;
        -    TQt::SequenceMatch matches( const TQKeySequence & ) const;
        -
        -    operator TQString() const;
        -    operator int () const;
        -    int operator[]( uint ) const;
        -    TQKeySequence &operator=( const TQKeySequence & );
        -    bool operator==( const TQKeySequence& ) const;
        -    bool operator!= ( const TQKeySequence& ) const;
        -
        -private:
        -    static int decodeString( const TQString & );
        -    static TQString encodeString( int );
        -    int assign( TQString );
        -    void setKey( int key, int index );
        -
        -    TQKeySequencePrivate* d;
        -
        -    friend TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQKeySequence & );
        -    friend TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQKeySequence & );
        -    friend class TQAccelManager;
        -};
        -
        -#else
        -
        -class TQ_EXPORT TQKeySequence : public TQt
        -{
        -public:
        -    TQKeySequence() {}
        -    TQKeySequence( int ) {}
        -};
        -
        -#endif //TQT_NO_ACCEL
        -
        -#endif
        -
        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qkeysequence-members.html b/doc/html/qkeysequence-members.html deleted file mode 100644 index 4656950ba..000000000 --- a/doc/html/qkeysequence-members.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - -TQKeySequence Member List - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        Complete Member List for TQKeySequence

        - -

        This is the complete list of member functions for -TQKeySequence, including inherited members. - -

        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qlibrary-h.html b/doc/html/qlibrary-h.html deleted file mode 100644 index 7517b37af..000000000 --- a/doc/html/qlibrary-h.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -ntqlibrary.h Include File - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        ntqlibrary.h

        - -

        This is the verbatim text of the ntqlibrary.h include file. It is provided only for illustration; the copyright remains with Trolltech. -


        -
        -/****************************************************************************
        -** $Id: qt/ntqlibrary.h   3.3.8   edited Jan 11 14:46 $
        -**
        -** Definition of TQLibrary class
        -**
        -** Created : 000101
        -**
        -** Copyright (C) 2000-2007 Trolltech ASA.  All rights reserved.
        -**
        -** This file is part of the tools module of the TQt GUI Toolkit.
        -**
        -** This file may be used under the terms of the GNU General Public
        -** License versions 2.0 or 3.0 as published by the Free Software
        -** Foundation and appearing in the file LICENSE.GPL included in the
        -** packaging of this file. Alternatively you may (at your option) use any
        -** later version of the GNU General Public License if such license has
        -** been publicly approved by Trolltech ASA (or its successors, if any)
        -** and the KDE Free TQt Foundation.
        -**
        -** Please review the following information to ensure GNU General
        -** Public Licensing requirements will be met:
        -** http://trolltech.com/products/qt/licenses/licensing/opensource/.
        -** If you are unsure which license is appropriate for your use, please
        -** review the following information:
        -** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
        -** or contact the sales department at sales@trolltech.com.
        -**
        -** This file may be used under the terms of the Q Public License as
        -** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
        -** included in the packaging of this file.  Licensees holding valid TQt
        -** Commercial licenses may use this file in accordance with the TQt
        -** Commercial License Agreement provided with the Software.
        -**
        -** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
        -** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
        -** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
        -** herein.
        -**
        -**********************************************************************/
        -
        -#ifndef TQLIBRARY_H
        -#define TQLIBRARY_H
        -
        -#ifndef QT_H
        -#include "tqstring.h"
        -#endif // QT_H
        -
        -#ifndef TQT_NO_LIBRARY
        -
        -class TQLibraryPrivate;
        -
        -class TQ_EXPORT TQLibrary
        -{
        -public:
        -    TQLibrary( const TQString& filename );
        -    virtual ~TQLibrary();
        -
        -    void *resolve( const char* );
        -    static void *resolve( const TQString &filename, const char * );
        -
        -    bool load();
        -    virtual bool unload();
        -    bool isLoaded() const;
        -
        -    bool autoUnload() const;
        -    void setAutoUnload( bool enable );
        -
        -    TQString library() const;
        -
        -private:
        -    TQLibraryPrivate *d;
        -
        -    TQString libfile;
        -    uint aunload : 1;
        -
        -private:	// Disabled copy constructor and operator=
        -#if defined(TQ_DISABLE_COPY)
        -    TQLibrary( const TQLibrary & );
        -    TQLibrary &operator=( const TQLibrary & );
        -#endif
        -};
        -
        -#define Q_DEFINED_QLIBRARY
        -#include "ntqwinexport.h"
        -#endif //TQT_NO_LIBRARY
        -#endif //TQLIBRARY_H
        -
        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qlibrary-members.html b/doc/html/qlibrary-members.html deleted file mode 100644 index e63540ec6..000000000 --- a/doc/html/qlibrary-members.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -TQLibrary Member List - - - - - - - -
        - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

        Complete Member List for TQLibrary

        - -

        This is the complete list of member functions for -TQLibrary, including inherited members. - -

        - -


        - -
        Copyright © 2007 -TrolltechTrademarks -
        TQt 3.3.8
        -
        - diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 97092f87c..d1ac1e763 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -345,7 +345,7 @@ public: }; #endif - // documented in qkeysequence.cpp + // documented in tqkeysequence.cpp enum SequenceMatch { NoMatch, PartialMatch, diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index c4079ee68..b80661c85 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -3532,33 +3532,33 @@
        -
        - QIMEvent - accept - cursorPos - ignore - isAccepted - selectionLength - text -
        +
        + TQIMEvent + accept + cursorPos + ignore + isAccepted + selectionLength + text +
        -
        - QInputDialog - Type - comboBox - editableComboBox - getDouble - getInteger - getItem - getText - lineEdit - setType - spinBox - type - ~QInputDialog -
        -
        +
        + TQInputDialog + Type + comboBox + editableComboBox + getDouble + getInteger + getItem + getText + lineEdit + setType + spinBox + type + ~TQInputDialog +
        +
        TQIntCache @@ -3635,18 +3635,18 @@
        -
        - QIntValidator - bottom - bottom - setBottom - setRange - setTop - top - top - validate - ~QIntValidator -
        +
        + TQIntValidator + bottom + bottom + setBottom + setRange + setTop + top + top + validate + ~TQIntValidator +
        @@ -3709,39 +3709,39 @@
        -
        - QKeyEvent - accept - ascii - count - ignore - isAccepted - isAutoRepeat - key - state - stateAfter - text -
        +
        + TQKeyEvent + accept + ascii + count + ignore + isAccepted + isAutoRepeat + key + state + stateAfter + text +
        -
        - QKeySequence - assign - count - decodeString - encodeString - isEmpty - matches - operator TQString - operator!= - operator= - operator== - operator[] - ~QKeySequence - operator<< - operator>> -
        -
        +
        + TQKeySequence + assign + count + decodeString + encodeString + isEmpty + matches + operator TQString + operator!= + operator= + operator== + operator[] + ~TQKeySequence + operator<< + operator>> +
        +
        TQLabel @@ -3886,18 +3886,18 @@
        -
        - QLibrary - autoUnload - isLoaded - library - load - resolve - setAutoUnload - unload - ~QLibrary -
        -
        +
        + TQLibrary + autoUnload + isLoaded + library + load + resolve + setAutoUnload + unload + ~TQLibrary +
        +
        TQLineEdit diff --git a/doc/html/titleindex b/doc/html/titleindex index de487d19e..152f745f2 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -445,8 +445,8 @@ TQHttpRequestHeader Class | tqhttprequestheader.html TQHttpRequestHeader Member List | tqhttprequestheader-members.html TQHttpResponseHeader Class | tqhttpresponseheader.html TQHttpResponseHeader Member List | tqhttpresponseheader-members.html -QIMEvent Class | qimevent.html -QIMEvent Member List | qimevent-members.html +TQIMEvent Class | tqimevent.html +TQIMEvent Member List | tqimevent-members.html TQIODevice Class | tqiodevice.html TQIODevice Member List | tqiodevice-members.html TQIODeviceSource Class | tqiodevicesource.html @@ -481,8 +481,8 @@ TQImageFormatType Class | tqimageformattype.html TQImageFormatType Member List | tqimageformattype-members.html TQImageIO Class | tqimageio.html TQImageIO Member List | tqimageio-members.html -QInputDialog Class | ntqinputdialog.html -QInputDialog Member List | qinputdialog-members.html +TQInputDialog Class | tqinputdialog.html +TQInputDialog Member List | tqinputdialog-members.html TQIntCache Class | tqintcache.html TQIntCache Member List | tqintcache-members.html TQIntCacheIterator Class | tqintcacheiterator.html @@ -491,14 +491,14 @@ TQIntDict Class | tqintdict.html TQIntDict Member List | tqintdict-members.html TQIntDictIterator Class | tqintdictiterator.html TQIntDictIterator Member List | tqintdictiterator-members.html -QIntValidator Class | qintvalidator.html -QIntValidator Member List | qintvalidator-members.html +TQIntValidator Class | tqintvalidator.html +TQIntValidator Member List | tqintvalidator-members.html TQJisCodec Class | tqjiscodec.html TQJisCodec Member List | tqjiscodec-members.html -QKeyEvent Class | qkeyevent.html -QKeyEvent Member List | qkeyevent-members.html -QKeySequence Class | ntqkeysequence.html -QKeySequence Member List | qkeysequence-members.html +TQKeyEvent Class | tqkeyevent.html +TQKeyEvent Member List | tqkeyevent-members.html +TQKeySequence Class | tqkeysequence.html +TQKeySequence Member List | tqkeysequence-members.html TQLCDNumber Class | tqlcdnumber.html TQLCDNumber Member List | tqlcdnumber-members.html TQLabel Class | tqlabel.html @@ -509,8 +509,8 @@ TQLayoutItem Class | tqlayoutitem.html TQLayoutItem Member List | tqlayoutitem-members.html TQLayoutIterator Class | tqlayoutiterator.html TQLayoutIterator Member List | tqlayoutiterator-members.html -QLibrary Class | ntqlibrary.html -QLibrary Member List | qlibrary-members.html +TQLibrary Class | tqlibrary.html +TQLibrary Member List | tqlibrary-members.html TQLineEdit Class | tqlineedit.html TQLineEdit Member List | tqlineedit-members.html TQListBox Class | tqlistbox.html @@ -1152,7 +1152,7 @@ tqiconset.h Include File | tqiconset-h.html tqiconview.h Include File | tqiconview-h.html tqimage.h Include File | tqimage-h.html tqimageformatplugin.h Include File | tqimageformatplugin-h.html -ntqinputdialog.h Include File | qinputdialog-h.html +tqinputdialog.h Include File | tqinputdialog-h.html tqintcache.h Include File | tqintcache-h.html tqintdict.h Include File | tqintdict-h.html tqiodevice.h Include File | tqiodevice-h.html @@ -1160,7 +1160,7 @@ tqjiscodec.h Include File | tqjiscodec-h.html tqlabel.h Include File | tqlabel-h.html tqlayout.h Include File | tqlayout-h.html tqlcdnumber.h Include File | tqlcdnumber-h.html -ntqlibrary.h Include File | qlibrary-h.html +tqlibrary.h Include File | tqlibrary-h.html tqlineedit.h Include File | tqlineedit-h.html tqlistbox.h Include File | tqlistbox-h.html tqlistview.h Include File | tqlistview-h.html diff --git a/doc/html/tqaccel-h.html b/doc/html/tqaccel-h.html index fab995c68..edbbd90c3 100644 --- a/doc/html/tqaccel-h.html +++ b/doc/html/tqaccel-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobject.h" -#include "ntqkeysequence.h" +#include "tqkeysequence.h" #endif // QT_H #ifndef TQT_NO_ACCEL diff --git a/doc/html/tqaccel.html b/doc/html/tqaccel.html index e2ff8a9c5..654202689 100644 --- a/doc/html/tqaccel.html +++ b/doc/html/tqaccel.html @@ -98,7 +98,7 @@ Example:

        A TQAccel contains a list of accelerator items that can be manipulated using insertItem(), removeItem(), clear(), key() and findKey(). -

        Each accelerator item consists of an identifier and a TQKeySequence. A single key sequence consists of a keyboard code +

        Each accelerator item consists of an identifier and a TQKeySequence. A single key sequence consists of a keyboard code combined with modifiers (SHIFT, CTRL, ALT or UNICODE_ACCEL). For example, CTRL + Key_P could be a shortcut for printing a document. The key codes are listed in ntqnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, UNICODE_ACCEL + 'A' gives the same accelerator as Key_A. @@ -141,7 +141,7 @@ combination. TQ_SLOT(printDoc()) ); // printDoc() slot -

        See also TQKeyEvent, TQWidget::keyPressEvent(), TQMenuData::setAccel(), TQButton::accel, TQLabel::setBuddy(), TQKeySequence, GUI Design Handbook: Keyboard Shortcuts, and Miscellaneous Classes. +

        See also TQKeyEvent, TQWidget::keyPressEvent(), TQMenuData::setAccel(), TQButton::accel, TQLabel::setBuddy(), TQKeySequence, GUI Design Handbook: Keyboard Shortcuts, and Miscellaneous Classes.


        Member Function Documentation

        TQAccel::TQAccel ( TQWidget * parent, const char * name = 0 ) @@ -206,12 +206,12 @@ called member in the receiver object.

        This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. serves no purpose anymore

        Reimplemented from TQObject. -

        int TQAccel::findKey ( const TQKeySequence & key ) const +

        int TQAccel::findKey ( const TQKeySequence & key ) const

        Returns the identifier of the accelerator item with the key code key, or -1 if the item cannot be found. -

        int TQAccel::insertItem ( const TQKeySequence & key, int id = -1 ) +

        int TQAccel::insertItem ( const TQKeySequence & key, int id = -1 )

        Inserts an accelerator item and returns the item's identifier.

        key is a key code and an optional combination of SHIFT, CTRL @@ -241,17 +241,17 @@ Returns TRUE if the accelerator item with the identifier id is enabled. Returns FALSE if the item is disabled or cannot be found.

        See also setItemEnabled() and isEnabled(). -

        TQKeySequence TQAccel::key ( int id ) +

        TQKeySequence TQAccel::key ( int id )

        Returns the key sequence of the accelerator item with identifier id, or an invalid key sequence (0) if the id cannot be found. -

        TQString TQAccel::keyToString ( TQKeySequence k ) [static] +

        TQString TQAccel::keyToString ( TQKeySequence k ) [static]

        This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

        Creates an accelerator string for the key k. For instance CTRL+Key_O gives "Ctrl+O". The "Ctrl" etc. are translated (using TQObject::tr()) in the "TQAccel" context. -

        The function is superfluous. Cast the TQKeySequence k to a +

        The function is superfluous. Cast the TQKeySequence k to a TQString for the same effect.

        void TQAccel::removeItem ( int id ) @@ -284,7 +284,7 @@ and the user hits the accelerator key. accelerator key), use TQMenuData::setWhatsThis().

        See also whatsThis(), TQWhatsThis::inWhatsThisMode(), TQMenuData::setWhatsThis(), and TQAction::whatsThis. -

        TQKeySequence TQAccel::shortcutKey ( const TQString & str ) [static] +

        TQKeySequence TQAccel::shortcutKey ( const TQString & str ) [static]

        Returns the shortcut key sequence for str, or an invalid key sequence (0) if str has no shortcut sequence. @@ -296,7 +296,7 @@ you must write e.g. TQt::ALT+TQt::Key_Q.) Group do not appear to have issued equivalent recommendations for other languages. -

        TQKeySequence TQAccel::stringToKey ( const TQString & s ) [static] +

        TQKeySequence TQAccel::stringToKey ( const TQString & s ) [static]

        This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

        Returns an accelerator code for the string s. For example "Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", @@ -313,7 +313,7 @@ translations:

        Notice the "File|Open" translator comment. It is by no means necessary, but it provides some context for the human translator. -

        The function is superfluous. Construct a TQKeySequence from the +

        The function is superfluous. Construct a TQKeySequence from the string s for the same effect.

        See also TQObject::tr() and Internationalization with TQt. diff --git a/doc/html/tqaction-h.html b/doc/html/tqaction-h.html index 6eaee2121..e710615bd 100644 --- a/doc/html/tqaction-h.html +++ b/doc/html/tqaction-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "tqobject.h" #include "tqiconset.h" #include "tqstring.h" -#include "ntqkeysequence.h" +#include "tqkeysequence.h" #endif // QT_H #ifndef TQT_NO_ACTION diff --git a/doc/html/tqaction.html b/doc/html/tqaction.html index 36fb6b776..84ee7c010 100644 --- a/doc/html/tqaction.html +++ b/doc/html/tqaction.html @@ -174,7 +174,7 @@ a widget, or an action group whose parent is a widget.

        Warning: To prevent recursion, don't create an action as a child of a widget that the action is later added to. -

        TQAction::TQAction ( const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 ) +

        TQAction::TQAction ( const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 )

        This constructor results in an icon-less action with the the menu text menuText and keyboard accelerator accel. It is a child @@ -193,7 +193,7 @@ these using setToolTip() and s

        Warning: To prevent recursion, don't create an action as a child of a widget that the action is later added to. -

        TQAction::TQAction ( const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 ) +

        TQAction::TQAction ( const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 )

        This constructor creates an action with the following properties: the icon or iconset icon, the menu text menuText and @@ -213,7 +213,7 @@ these using setToolTip() and s

        Warning: To prevent recursion, don't create an action as a child of a widget that the action is later added to. -

        TQAction::TQAction ( const TQString & text, const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE ) +

        TQAction::TQAction ( const TQString & text, const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE )

        This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

        This constructor creates an action with the following properties: the description text, the icon or iconset icon, the menu @@ -228,7 +228,7 @@ a widget, or an action group whose parent is a widget. tips unless you provide specific text for these using setToolTip() and setStatusTip(). -

        TQAction::TQAction ( const TQString & text, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE ) +

        TQAction::TQAction ( const TQString & text, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE )

        This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

        This constructor results in an icon-less action with the description text, the menu text menuText and the keyboard @@ -255,7 +255,7 @@ a widget, or an action group whose parent is a widget. Destroys the object and frees allocated resources. -

        TQKeySequence TQAction::accel () const +

        TQKeySequence TQAction::accel () const

        Returns the action's accelerator key. See the "accel" property for details.

        void TQAction::activate () [slot] @@ -324,7 +324,7 @@ Removes the action from widget w. returns FALSE.

        See also addTo(). -

        void TQAction::setAccel ( const TQKeySequence & key ) [virtual] +

        void TQAction::setAccel ( const TQKeySequence & key ) [virtual]

        Sets the action's accelerator key to key. See the "accel" property for details.

        void TQAction::setDisabled ( bool disable ) [slot] @@ -402,7 +402,7 @@ See the "toolTip" property for details.

        Returns the action's "What's This?" help text. See the "whatsThis" property for details.


        Property Documentation

        -

        TQKeySequence accel

        +

        TQKeySequence accel

        This property holds the action's accelerator key.

        The keycodes can be found in TQt::Key and TQt::Modifier. There is no default accelerator key. diff --git a/doc/html/tqbutton-h.html b/doc/html/tqbutton-h.html index a3c781024..d314abcca 100644 --- a/doc/html/tqbutton-h.html +++ b/doc/html/tqbutton-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqwidget.h" -#include "ntqkeysequence.h" +#include "tqkeysequence.h" #endif // QT_H #ifndef TQT_NO_BUTTON diff --git a/doc/html/tqbutton.html b/doc/html/tqbutton.html index 0280a4b22..daea69e71 100644 --- a/doc/html/tqbutton.html +++ b/doc/html/tqbutton.html @@ -213,7 +213,7 @@ using the widget flags f. Destroys the button. -

        TQKeySequence TQButton::accel () const +

        TQKeySequence TQButton::accel () const

        Returns the accelerator associated with the button. See the "accel" property for details.

        void TQButton::animateClick () [slot] @@ -308,7 +308,7 @@ See the "pixmap" property for details.

        This signal is emitted when the button is released.

        See also pressed(), clicked(), and toggled(). -

        void TQButton::setAccel ( const TQKeySequence & ) [virtual] +

        void TQButton::setAccel ( const TQKeySequence & ) [virtual]

        Sets the accelerator associated with the button. See the "accel" property for details.

        void TQButton::setAutoRepeat ( bool ) [virtual] @@ -380,7 +380,7 @@ or because setOn() was called.

        Example: listbox/listbox.cpp.


        Property Documentation

        -

        TQKeySequence accel

        +

        TQKeySequence accel

        This property holds the accelerator associated with the button.

        This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index 364642e00..35dc0dab5 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -141,7 +141,7 @@ at such extremes).

      • Two or more TQCanvasView objects can view the same canvas.

      • An arbitrary transformation matrix can be set on each TQCanvasView which makes it easy to zoom, rotate or shear the viewed canvas. -

      • Widgets provide a lot more functionality, such as input (TQKeyEvent, +

      • Widgets provide a lot more functionality, such as input (TQKeyEvent, TQMouseEvent etc.) and layout management (TQGridLayout etc.).

      A canvas consists of a background, a number of canvas items organized by diff --git a/doc/html/tqcheckbox.html b/doc/html/tqcheckbox.html index d6ae011a8..1c1ef5a8c 100644 --- a/doc/html/tqcheckbox.html +++ b/doc/html/tqcheckbox.html @@ -124,7 +124,7 @@ Constructs a checkbox with text text.

      The parent and name arguments are sent to the TQWidget constructor. -

      TQKeySequence TQButton::accel () const +

      TQKeySequence TQButton::accel () const

      Returns the accelerator associated with the button. See the "accel" property for details.

      bool TQButton::autoRepeat () const @@ -185,7 +185,7 @@ See the "pixmap" property for details.

      This signal is emitted when the button is released.

      See also pressed(), clicked(), and toggled(). -

      void TQButton::setAccel ( const TQKeySequence & ) [virtual] +

      void TQButton::setAccel ( const TQKeySequence & ) [virtual]

      Sets the accelerator associated with the button. See the "accel" property for details.

      void TQButton::setAutoRepeat ( bool ) [virtual] @@ -242,7 +242,7 @@ or because setOn() was called.

      Example: listbox/listbox.cpp.


      Property Documentation

      -

      TQKeySequence accel

      +

      TQKeySequence accel

      This property holds the accelerator associated with the button.

      This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index 05cb2fbc5..050fe8bb1 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } More...

      #include <tqdialog.h>

      Inherits TQWidget. -

      Inherited by TQColorDialog, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, TQMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard. +

      Inherited by TQColorDialog, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, TQMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.

      List of all member functions.

      Public Members

        diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index 360e8e76b..f0513e1ce 100644 --- a/doc/html/tqevent.html +++ b/doc/html/tqevent.html @@ -36,7 +36,7 @@ event classes. Event objects contain event parameters. More...

        #include <tqevent.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.

        List of all member functions.

        Public Members

          @@ -85,11 +85,11 @@ types and the specialized classes for each type are these:
        • TQEvent::MouseButtonRelease - Mouse release, TQMouseEvent.
        • TQEvent::MouseButtonDblClick - Mouse press again, TQMouseEvent.
        • TQEvent::MouseMove - Mouse move, TQMouseEvent. -
        • TQEvent::KeyPress - Key press (including Shift, for example), TQKeyEvent. -
        • TQEvent::KeyRelease - Key release, TQKeyEvent. -
        • TQEvent::IMStart - The start of input method composition, TQIMEvent. -
        • TQEvent::IMCompose - Input method composition is taking place, TQIMEvent. -
        • TQEvent::IMEnd - The end of input method composition, TQIMEvent. +
        • TQEvent::KeyPress - Key press (including Shift, for example), TQKeyEvent. +
        • TQEvent::KeyRelease - Key release, TQKeyEvent. +
        • TQEvent::IMStart - The start of input method composition, TQIMEvent. +
        • TQEvent::IMCompose - Input method composition is taking place, TQIMEvent. +
        • TQEvent::IMEnd - The end of input method composition, TQIMEvent.
        • TQEvent::FocusIn - Widget gains keyboard focus, TQFocusEvent.
        • TQEvent::FocusOut - Widget loses keyboard focus, TQFocusEvent.
        • TQEvent::Enter - Mouse enters widget's boundaries. @@ -109,10 +109,10 @@ types and the specialized classes for each type are these:
        • TQEvent::ShowWindowRequest - Widget's window should be shown (obsolete).
        • TQEvent::DeferredDelete - The object will be deleted after it has cleaned up. -
        • TQEvent::Accel - Key press in child for shortcut key handling, TQKeyEvent. +
        • TQEvent::Accel - Key press in child for shortcut key handling, TQKeyEvent.
        • TQEvent::Wheel - Mouse wheel rolled, TQWheelEvent.
        • TQEvent::ContextMenu - Context popup menu, TQContextMenuEvent -
        • TQEvent::AccelOverride - Key press in child, for overriding shortcut key handling, TQKeyEvent. +
        • TQEvent::AccelOverride - Key press in child, for overriding shortcut key handling, TQKeyEvent.
        • TQEvent::AccelAvailable - internal.
        • TQEvent::WindowActivate - Window was activated.
        • TQEvent::WindowDeactivate - Window was deactivated. diff --git a/doc/html/tqimevent-members.html b/doc/html/tqimevent-members.html new file mode 100644 index 000000000..9ab2d5875 --- /dev/null +++ b/doc/html/tqimevent-members.html @@ -0,0 +1,55 @@ + + + + + +TQIMEvent Member List + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          Complete Member List for TQIMEvent

          + +

          This is the complete list of member functions for +TQIMEvent, including inherited members. + +

          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqimevent.html b/doc/html/tqimevent.html new file mode 100644 index 000000000..743bcdfb6 --- /dev/null +++ b/doc/html/tqimevent.html @@ -0,0 +1,173 @@ + + + + + +TQIMEvent Class + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          TQIMEvent Class Reference

          + +

          The TQIMEvent class provides parameters for input method events. +More... +

          #include <tqevent.h> +

          Inherits TQEvent. +

          List of all member functions. +

          Public Members

          + +

          Detailed Description

          + + +The TQIMEvent class provides parameters for input method events. +

          +

          Input method events are sent to widgets when an input method is +used to enter text into a widget. Input methods are widely used to +enter text in Asian and other complex languages. +

          The events are of interest to widgets that accept keyboard input +and want to be able to correctly handle complex languages. Text +input in such languages is usually a three step process. +

            +
          1. Starting to Compose
            +When the user presses the first key on a keyboard an input context +is created. This input context will contain a string with the +typed characters. +

          2. Composing
            +With every new key pressed, the input method will try to create a +matching string for the text typed so far. While the input context +is active, the user can only move the cursor inside the string +belonging to this input context. +

          3. Completing
            +At some point, e.g. when the user presses the Spacebar, they get +to this stage, where they can choose from a number of strings that +match the text they have typed so far. The user can press Enter to +confirm their choice or Escape to cancel the input; in either case +the input context will be closed. +
          +

          Note that the particular key presses used for a given input +context may differ from those we've mentioned here, i.e. they may +not be Spacebar, Enter and Escape. +

          These three stages are represented by three different types of +events. The IMStartEvent, IMComposeEvent and IMEndEvent. When a +new input context is created, an IMStartEvent will be sent to the +widget and delivered to the TQWidget::imStartEvent() function. +The widget can then update internal data structures to reflect +this. +

          After this, an IMComposeEvent will be sent to the widget for +every key the user presses. It will contain the current +composition string the widget has to show and the current cursor +position within the composition string. This string is temporary +and can change with every key the user types, so the widget will +need to store the state before the composition started (the state +it had when it received the IMStartEvent). IMComposeEvents will be +delivered to the TQWidget::imComposeEvent() function. +

          Usually, widgets try to mark the part of the text that is part of +the current composition in a way that is visible to the user. A +commonly used visual cue is to use a dotted underline. +

          After the user has selected the final string, an IMEndEvent will +be sent to the widget. The event contains the final string the +user selected, and could be empty if they canceled the +composition. This string should be accepted as the final text the +user entered, and the intermediate composition string should be +cleared. These events are delivered to TQWidget::imEndEvent(). +

          If the user clicks another widget, taking the focus out of the +widget where the composition is taking place the IMEndEvent will +be sent and the string it holds will be the result of the +composition up to that point (which may be an empty string). +

          See also Event Classes. + +


          Member Function Documentation

          +

          TQIMEvent::TQIMEvent ( Type type, const TQString & text, int cursorPosition ) +

          + +

          Constructs a new TQIMEvent with the accept flag set to FALSE. type can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent +or TQEvent::IMEndEvent. text contains the current compostion +string and cursorPosition the current position of the cursor +inside text. + +

          void TQIMEvent::accept () +

          + +

          Sets the accept flag of the input method event object. +

          Setting the accept parameter indicates that the receiver of the +event processed the input method event. +

          The accept flag is not set by default. +

          See also ignore(). + +

          int TQIMEvent::cursorPos () const +

          + +

          Returns the current cursor position inside the composition string. +Will return -1 for IMStartEvent and IMEndEvent. + +

          void TQIMEvent::ignore () +

          + +

          Clears the accept flag parameter of the input method event object. +

          Clearing the accept parameter indicates that the event receiver +does not want the input method event. +

          The accept flag is cleared by default. +

          See also accept(). + +

          bool TQIMEvent::isAccepted () const +

          + +

          Returns TRUE if the receiver of the event processed the event; +otherwise returns FALSE. + +

          int TQIMEvent::selectionLength () const +

          + +

          Returns the number of characters in the composition string ( +starting at cursorPos() ) that should be marked as selected by the +input widget receiving the event. +Will return 0 for IMStartEvent and IMEndEvent. + +

          const TQString & TQIMEvent::text () const +

          + +

          Returns the composition text. This is a null string for an +IMStartEvent, and contains the final accepted string (which may be +empty) in the IMEndEvent. + + +


          +This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqinputdialog-h.html b/doc/html/tqinputdialog-h.html new file mode 100644 index 000000000..e7ff3f8d6 --- /dev/null +++ b/doc/html/tqinputdialog-h.html @@ -0,0 +1,152 @@ + + + + + +tqinputdialog.h Include File + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          tqinputdialog.h

          + +

          This is the verbatim text of the tqinputdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +


          +
          +/****************************************************************************
          +** $Id: qt/tqinputdialog.h   3.3.8   edited Jan 11 14:37 $
          +**
          +** Definition of TQInputDialog class
          +**
          +** Created : 991212
          +**
          +** Copyright (C) 1992-2007 Trolltech ASA.  All rights reserved.
          +**
          +** This file is part of the dialogs module of the TQt GUI Toolkit.
          +**
          +** This file may be used under the terms of the GNU General Public
          +** License versions 2.0 or 3.0 as published by the Free Software
          +** Foundation and appearing in the file LICENSE.GPL included in the
          +** packaging of this file. Alternatively you may (at your option) use any
          +** later version of the GNU General Public License if such license has
          +** been publicly approved by Trolltech ASA (or its successors, if any)
          +** and the KDE Free TQt Foundation.
          +**
          +** Please review the following information to ensure GNU General
          +** Public Licensing requirements will be met:
          +** http://trolltech.com/products/qt/licenses/licensing/opensource/.
          +** If you are unsure which license is appropriate for your use, please
          +** review the following information:
          +** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
          +** or contact the sales department at sales@trolltech.com.
          +**
          +** This file may be used under the terms of the Q Public License as
          +** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
          +** included in the packaging of this file.  Licensees holding valid TQt
          +** Commercial licenses may use this file in accordance with the TQt
          +** Commercial License Agreement provided with the Software.
          +**
          +** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
          +** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
          +** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
          +** herein.
          +**
          +**********************************************************************/
          +
          +#ifndef TQINPUTDIALOG_H
          +#define TQINPUTDIALOG_H
          +
          +#ifndef QT_H
          +#include "tqdialog.h"
          +#include "tqstring.h"
          +#include "tqlineedit.h"
          +#endif // QT_H
          +
          +#ifndef TQT_NO_INPUTDIALOG
          +
          +class TQSpinBox;
          +class TQComboBox;
          +class TQInputDialogPrivate;
          +
          +class TQ_EXPORT TQInputDialog : public TQDialog
          +{
          +    TQ_OBJECT
          +
          +private:
          +    enum Type { LineEdit, SpinBox, ComboBox, EditableComboBox };
          +
          +    TQInputDialog( const TQString &label, TQWidget* parent=0, const char* name=0,
          +		 bool modal = TRUE, Type type = LineEdit ); //### 4.0: widget flag!
          +    ~TQInputDialog();
          +
          +    TQLineEdit *lineEdit() const;
          +    TQSpinBox *spinBox() const;
          +    TQComboBox *comboBox() const;
          +    TQComboBox *editableComboBox() const;
          +
          +    void setType( Type t );
          +    Type type() const;
          +
          +public:
          +    //### 4.0: widget flag!
          +    static TQString getText( const TQString &caption, const TQString &label, TQLineEdit::EchoMode echo = TQLineEdit::Normal,
          +			    const TQString &text = TQString::null, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
          +    static int getInteger( const TQString &caption, const TQString &label, int value = 0, int minValue = -2147483647,
          +			   int maxValue = 2147483647,
          +			   int step = 1, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
          +    static double getDouble( const TQString &caption, const TQString &label, double value = 0,
          +			     double minValue = -2147483647, double maxValue = 2147483647,
          +			     int decimals = 1, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
          +    static TQString getItem( const TQString &caption, const TQString &label, const TQStringList &list,
          +			    int current = 0, bool editable = TRUE,
          +			    bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
          +
          +private slots:
          +    void textChanged( const TQString &s );
          +    void tryAccept();
          +
          +private:
          +    TQInputDialogPrivate *d;
          +    friend class TQInputDialogPrivate; /* to avoid 'has no friends' warnings... */
          +
          +private:	// Disabled copy constructor and operator=
          +#if defined(TQ_DISABLE_COPY)
          +    TQInputDialog( const TQInputDialog & );
          +    TQInputDialog &operator=( const TQInputDialog & );
          +#endif
          +};
          +
          +#endif // TQT_NO_INPUTDIALOG
          +
          +#endif // TQINPUTDIALOG_H
          +
          +
          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqinputdialog-members.html b/doc/html/tqinputdialog-members.html new file mode 100644 index 000000000..4f365dbd0 --- /dev/null +++ b/doc/html/tqinputdialog-members.html @@ -0,0 +1,353 @@ + + + + + +TQInputDialog Member List + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          Complete Member List for TQInputDialog

          + +

          This is the complete list of member functions for +TQInputDialog, including inherited members. + +

          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqinputdialog.html b/doc/html/tqinputdialog.html new file mode 100644 index 000000000..dece001d1 --- /dev/null +++ b/doc/html/tqinputdialog.html @@ -0,0 +1,196 @@ + + + + + +TQInputDialog Class + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          TQInputDialog Class Reference

          + +

          The TQInputDialog class provides a simple convenience dialog to get a single value from the user. +More... +

          #include <tqinputdialog.h> +

          Inherits TQDialog. +

          List of all member functions. +

          Static Public Members

          +
            +
          • TQString getText ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
          • +
          • int getInteger ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
          • +
          • double getDouble ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
          • +
          • TQString getItem ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
          • +
          +

          Detailed Description

          + + +The TQInputDialog class provides a simple convenience dialog to get a single value from the user. + + +

          The input value can be a string, a number or an item from a list. A +label must be set to tell the user what they should enter. +

          Four static convenience functions are provided: +getText(), getInteger(), getDouble() and getItem(). All the +functions can be used in a similar way, for example: +

          +    bool ok;
          +    TQString text = TQInputDialog::getText(
          +            "MyApp 3000", "Enter your name:", TQLineEdit::Normal,
          +            TQString::null, &ok, this );
          +    if ( ok && !text.isEmpty() ) {
          +        // user entered something and pressed OK
          +    } else {
          +        // user entered nothing or pressed Cancel
          +    }
          +    
          + +

          Input Dialogs

          See also Dialog Classes. + +


          Member Function Documentation

          +

          double TQInputDialog::getDouble ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] +

          +Static convenience function to get a floating point number from +the user. caption is the text which is displayed in the title +bar of the dialog. label is the text which is shown to the user +(it should say what should be entered). value is the default +floating point number that the line edit will be set to. minValue and maxValue are the minimum and maximum values the +user may choose, and decimals is the maximum number of decimal +places the number may have. +

          If ok is not-null *ok will be set to TRUE if the user +pressed OK and to FALSE if the user pressed Cancel. The dialog's +parent is parent; the dialog is called name. The dialog will +be modal. +

          This function returns the floating point number which has been +entered by the user. +

          Use this static function like this: +

          +    bool ok;
          +    double res = TQInputDialog::getDouble(
          +            "MyApp 3000", "Enter a decimal number:", 33.7, 0,
          +            1000, 2, &ok, this );
          +    if ( ok ) {
          +        // user entered something and pressed OK
          +    } else {
          +        // user pressed Cancel
          +    }
          +    
          + + +

          int TQInputDialog::getInteger ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] +

          +Static convenience function to get an integer input from the +user. caption is the text which is displayed in the title bar +of the dialog. label is the text which is shown to the user +(it should say what should be entered). value is the default +integer which the spinbox will be set to. minValue and maxValue are the minimum and maximum values the user may choose, +and step is the amount by which the values change as the user +presses the arrow buttons to increment or decrement the value. +

          If ok is not-null *ok will be set to TRUE if the user +pressed OK and to FALSE if the user pressed Cancel. The dialog's +parent is parent; the dialog is called name. The dialog will +be modal. +

          This function returns the integer which has been entered by the user. +

          Use this static function like this: +

          +    bool ok;
          +    int res = TQInputDialog::getInteger(
          +            "MyApp 3000", "Enter a number:", 22, 0, 1000, 2,
          +            &ok, this );
          +    if ( ok ) {
          +        // user entered something and pressed OK
          +    } else {
          +        // user pressed Cancel
          +    }
          +    
          + + +

          TQString TQInputDialog::getItem ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] +

          +Static convenience function to let the user select an item from a +string list. caption is the text which is displayed in the title +bar of the dialog. label is the text which is shown to the user (it +should say what should be entered). list is the +string list which is inserted into the combobox, and current is the number +of the item which should be the current item. If editable is TRUE +the user can enter their own text; if editable is FALSE the user +may only select one of the existing items. +

          If ok is not-null *ok will be set to TRUE if the user +pressed OK and to FALSE if the user pressed Cancel. The dialog's +parent is parent; the dialog is called name. The dialog will +be modal. +

          This function returns the text of the current item, or if editable is TRUE, the current text of the combobox. +

          Use this static function like this: +

          +    TQStringList lst;
          +    lst << "First" << "Second" << "Third" << "Fourth" << "Fifth";
          +    bool ok;
          +    TQString res = TQInputDialog::getItem(
          +            "MyApp 3000", "Select an item:", lst, 1, TRUE, &ok,
          +            this );
          +    if ( ok ) {
          +        // user selected an item and pressed OK
          +    } else {
          +        // user pressed Cancel
          +    }
          +    
          + + +

          TQString TQInputDialog::getText ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) [static] +

          +Static convenience function to get a string from the user. caption is the text which is displayed in the title bar of the +dialog. label is the text which is shown to the user (it should +say what should be entered). text is the default text which is +placed in the line edit. The mode is the echo mode the line edit +will use. If ok is not-null *ok will be set to TRUE if the +user pressed OK and to FALSE if the user pressed Cancel. The +dialog's parent is parent; the dialog is called name. The +dialog will be modal. +

          This function returns the text which has been entered in the line +edit. It will not return an empty string. +

          Use this static function like this: +

          +    bool ok;
          +    TQString text = TQInputDialog::getText(
          +            "MyApp 3000", "Enter your name:", TQLineEdit::Normal,
          +            TQString::null, &ok, this );
          +    if ( ok && !text.isEmpty() ) {
          +        // user entered something and pressed OK
          +    } else {
          +        // user entered nothing or pressed Cancel
          +    }
          +    
          + + + +

          +This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqintvalidator-members.html b/doc/html/tqintvalidator-members.html new file mode 100644 index 000000000..612e95831 --- /dev/null +++ b/doc/html/tqintvalidator-members.html @@ -0,0 +1,97 @@ + + + + + +TQIntValidator Member List + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          Complete Member List for TQIntValidator

          + +

          This is the complete list of member functions for +TQIntValidator, including inherited members. + +

          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqintvalidator.html b/doc/html/tqintvalidator.html new file mode 100644 index 000000000..f2f324a53 --- /dev/null +++ b/doc/html/tqintvalidator.html @@ -0,0 +1,176 @@ + + + + + +TQIntValidator Class + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          TQIntValidator Class Reference

          + +

          The TQIntValidator class provides a validator which ensures +that a string contains a valid integer within a specified range. +More... +

          #include <tqvalidator.h> +

          Inherits TQValidator. +

          List of all member functions. +

          Public Members

          + +

          Properties

          +
            +
          • int bottom - the validator's lowest acceptable value
          • +
          • int top - the validator's highest acceptable value
          • +
          +

          Detailed Description

          + + +The TQIntValidator class provides a validator which ensures +that a string contains a valid integer within a specified range. +

          +

          Example of use: +

          +    TQValidator* validator = new TQIntValidator( 100, 999, this );
          +    TQLineEdit* edit = new TQLineEdit( this );
          +
          +    // the edit lineedit will only accept integers between 100 and 999
          +    edit->setValidator( validator );
          +    
          + +

          Below we present some examples of validators. In practice they would +normally be associated with a widget as in the example above. +

          +    TQString str;
          +    int pos = 0;
          +    TQIntValidator v( 100, 999, this );
          +
          +    str = "1";
          +    v.validate( str, pos );     // returns Intermediate
          +    str = "12";
          +    v.validate( str, pos );     // returns Intermediate
          +
          +    str = "123";
          +    v.validate( str, pos );     // returns Acceptable
          +    str = "678";
          +    v.validate( str, pos );     // returns Acceptable
          +
          +    str = "1234";
          +    v.validate( str, pos );     // returns Invalid
          +    str = "-123";
          +    v.validate( str, pos );     // returns Invalid
          +    str = "abc";
          +    v.validate( str, pos );     // returns Invalid
          +    str = "12cm";
          +    v.validate( str, pos );     // returns Invalid
          +    
          + +

          The minimum and maximum values are set in one call with setRange() +or individually with setBottom() and setTop(). +

          See also TQDoubleValidator, TQRegExpValidator, and Miscellaneous Classes. + +


          Member Function Documentation

          +

          TQIntValidator::TQIntValidator ( TQObject * parent, const char * name = 0 ) +

          +Constructs a validator called name with parent parent, that +accepts all integers. + +

          TQIntValidator::TQIntValidator ( int minimum, int maximum, TQObject * parent, const char * name = 0 ) +

          +Constructs a validator called name with parent parent, that +accepts integers from minimum to maximum inclusive. + +

          TQIntValidator::~TQIntValidator () +

          +Destroys the validator, freeing any resources allocated. + +

          int TQIntValidator::bottom () const +

          Returns the validator's lowest acceptable value. +See the "bottom" property for details. +

          void TQIntValidator::setBottom ( int ) +

          Sets the validator's lowest acceptable value. +See the "bottom" property for details. +

          void TQIntValidator::setRange ( int bottom, int top ) [virtual] +

          +Sets the range of the validator to only accept integers between bottom and top inclusive. + +

          void TQIntValidator::setTop ( int ) +

          Sets the validator's highest acceptable value. +See the "top" property for details. +

          int TQIntValidator::top () const +

          Returns the validator's highest acceptable value. +See the "top" property for details. +

          TQValidator::State TQIntValidator::validate ( TQString & input, int & ) const [virtual] +

          +Returns Acceptable if the input is an integer within the +valid range, Intermediate if the input is an integer outside +the valid range and Invalid if the input is not an integer. +

          Note: If the valid range consists of just positive integers (e.g. 32 - 100) +and input is a negative integer then Invalid is returned. +

          +    int pos = 0;
          +    s = "abc";
          +    v.validate( s, pos ); // returns Invalid
          +
          +    s = "5";
          +    v.validate( s, pos ); // returns Intermediate
          +
          +    s = "50";
          +    v.validate( s, pos ); // returns Valid
          +    
          + + +

          Reimplemented from TQValidator. +


          Property Documentation

          +

          int bottom

          +

          This property holds the validator's lowest acceptable value. +

          Set this property's value with setBottom() and get this property's value with bottom(). +

          See also setRange(). + +

          int top

          +

          This property holds the validator's highest acceptable value. +

          Set this property's value with setTop() and get this property's value with top(). +

          See also setRange(). + + +


          +This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqkeyevent-members.html b/doc/html/tqkeyevent-members.html new file mode 100644 index 000000000..10d811439 --- /dev/null +++ b/doc/html/tqkeyevent-members.html @@ -0,0 +1,59 @@ + + + + + +TQKeyEvent Member List + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          Complete Member List for TQKeyEvent

          + +

          This is the complete list of member functions for +TQKeyEvent, including inherited members. + +

          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqkeyevent.html b/doc/html/tqkeyevent.html new file mode 100644 index 000000000..fe909e7ff --- /dev/null +++ b/doc/html/tqkeyevent.html @@ -0,0 +1,185 @@ + + + + + +TQKeyEvent Class + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          TQKeyEvent Class Reference

          + +

          The TQKeyEvent class contains describes a key event. +More... +

          #include <tqevent.h> +

          Inherits TQEvent. +

          List of all member functions. +

          Public Members

          + +

          Detailed Description

          + + +The TQKeyEvent class contains describes a key event. +

          +

          Key events occur when a key is pressed or released when a widget +has keyboard input focus. +

          A key event contains a special accept flag that indicates whether the +receiver wants the key event. You should call TQKeyEvent::ignore() if the +key press or release event is not handled by your widget. A key event is +propagated up the parent widget chain until a widget accepts it with +TQKeyEvent::accept() or an event filter consumes it. +Key events for multi media keys are ignored by default. You should call +TQKeyEvent::accept() if your widget handles those events. +

          The TQWidget::setEnable() function can be used to enable or disable +mouse and keyboard events for a widget. +

          The event handlers TQWidget::keyPressEvent() and +TQWidget::keyReleaseEvent() receive key events. +

          See also TQFocusEvent, TQWidget::grabKeyboard(), and Event Classes. + +


          Member Function Documentation

          +

          TQKeyEvent::TQKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) +

          + +

          Constructs a key event object. +

          The type parameter must be TQEvent::KeyPress or TQEvent::KeyRelease. If key is 0 the event is not a result of a +known key (e.g. it may be the result of a compose sequence or +keyboard macro). ascii is the ASCII code of the key that was +pressed or released. state holds the keyboard modifiers. text is the Unicode text that the key generated. If autorep is +TRUE, isAutoRepeat() will be TRUE. count is the number of +single keys. +

          The accept flag is set to TRUE. + +

          void TQKeyEvent::accept () +

          + +

          Sets the accept flag of the key event object. +

          Setting the accept parameter indicates that the receiver of the +event wants the key event. Unwanted key events are sent to the +parent widget. +

          The accept flag is set by default. +

          See also ignore(). + +

          int TQKeyEvent::ascii () const +

          + +

          Returns the ASCII code of the key that was pressed or released. We +recommend using text() instead. +

          See also text(). + +

          Example: picture/picture.cpp. +

          int TQKeyEvent::count () const +

          + +

          Returns the number of single keys for this event. If text() is not +empty, this is simply the length of the string. +

          See also TQWidget::setKeyCompression(). + +

          void TQKeyEvent::ignore () +

          + +

          Clears the accept flag parameter of the key event object. +

          Clearing the accept parameter indicates that the event receiver +does not want the key event. Unwanted key events are sent to the +parent widget. +

          The accept flag is set by default. +

          See also accept(). + +

          bool TQKeyEvent::isAccepted () const +

          + +

          Returns TRUE if the receiver of the event wants to keep the key; +otherwise returns FALSE + +

          bool TQKeyEvent::isAutoRepeat () const +

          + +

          Returns TRUE if this event comes from an auto-repeating key and +FALSE if it comes from an initial key press. +

          Note that if the event is a multiple-key compressed event that is +partly due to auto-repeat, this function could return either TRUE +or FALSE indeterminately. + +

          int TQKeyEvent::key () const +

          + +

          Returns the code of the key that was pressed or released. +

          See TQt::Key for the list of keyboard codes. These codes are +independent of the underlying window system. +

          A value of either 0 or Key_unknown means that the event is not +the result of a known key (e.g. it may be the result of a compose +sequence or a keyboard macro, or due to key event compression). +

          See also TQWidget::setKeyCompression(). + +

          Example: fileiconview/tqfileiconview.cpp. +

          ButtonState TQKeyEvent::state () const +

          + +

          Returns the keyboard modifier flags that existed immediately +before the event occurred. +

          The returned value is ShiftButton, ControlButton, AltButton +and MetaButton OR'ed together. +

          See also stateAfter(). + +

          Example: fileiconview/tqfileiconview.cpp. +

          ButtonState TQKeyEvent::stateAfter () const +

          + +

          Returns the keyboard modifier flags that existed immediately after +the event occurred. +

          Warning: This function cannot be trusted. +

          See also state(). + +

          TQString TQKeyEvent::text () const +

          + +

          Returns the Unicode text that this key generated. The text returned +migth be empty, which is the case when pressing or +releasing modifying keys as Shift, Control, Alt and Meta. In these +cases key() will contain a valid value. +

          See also TQWidget::setKeyCompression(). + + +


          +This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqkeysequence-h.html b/doc/html/tqkeysequence-h.html new file mode 100644 index 000000000..6f951a640 --- /dev/null +++ b/doc/html/tqkeysequence-h.html @@ -0,0 +1,154 @@ + + + + + +tqkeysequence.h Include File + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          tqkeysequence.h

          + +

          This is the verbatim text of the tqkeysequence.h include file. It is provided only for illustration; the copyright remains with Trolltech. +


          +
          +/****************************************************************************
          +** $Id: qt/tqkeysequence.h   3.3.8   edited Jan 11 14:38 $
          +**
          +** Definition of TQKeySequence class
          +**
          +** Created : 0108007
          +**
          +** Copyright (C) 1992-2007 Trolltech ASA.  All rights reserved.
          +**
          +** This file is part of the kernel module of the TQt GUI Toolkit.
          +**
          +** This file may be used under the terms of the GNU General Public
          +** License versions 2.0 or 3.0 as published by the Free Software
          +** Foundation and appearing in the file LICENSE.GPL included in the
          +** packaging of this file. Alternatively you may (at your option) use any
          +** later version of the GNU General Public License if such license has
          +** been publicly approved by Trolltech ASA (or its successors, if any)
          +** and the KDE Free TQt Foundation.
          +**
          +** Please review the following information to ensure GNU General
          +** Public Licensing requirements will be met:
          +** http://trolltech.com/products/qt/licenses/licensing/opensource/.
          +** If you are unsure which license is appropriate for your use, please
          +** review the following information:
          +** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
          +** or contact the sales department at sales@trolltech.com.
          +**
          +** This file may be used under the terms of the Q Public License as
          +** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
          +** included in the packaging of this file.  Licensees holding valid TQt
          +** Commercial licenses may use this file in accordance with the TQt
          +** Commercial License Agreement provided with the Software.
          +**
          +** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
          +** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
          +** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
          +** herein.
          +**
          +**********************************************************************/
          +
          +#ifndef TQKEYSEQUENCE_H
          +#define TQKEYSEQUENCE_H
          +
          +#ifndef QT_H
          +#ifndef QT_H
          +#include "ntqnamespace.h"
          +#include "tqstring.h"
          +#endif // QT_H
          +#endif
          +
          +#ifndef TQT_NO_ACCEL
          +
          +/*****************************************************************************
          +  TQKeySequence stream functions
          + *****************************************************************************/
          +#ifndef TQT_NO_DATASTREAM
          +class TQKeySequence;
          +TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQKeySequence & );
          +TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQKeySequence & );
          +#endif
          +
          +class TQKeySequencePrivate;
          +
          +class TQ_EXPORT TQKeySequence : public TQt
          +{
          +public:
          +    TQKeySequence();
          +    TQKeySequence( const TQString& key );
          +    TQKeySequence( int key );
          +    TQKeySequence( int k1, int k2, int k3 = 0, int k4 = 0 );
          +    TQKeySequence( const TQKeySequence & );
          +    ~TQKeySequence();
          +
          +    uint count() const;
          +    bool isEmpty() const;
          +    TQt::SequenceMatch matches( const TQKeySequence & ) const;
          +
          +    operator TQString() const;
          +    operator int () const;
          +    int operator[]( uint ) const;
          +    TQKeySequence &operator=( const TQKeySequence & );
          +    bool operator==( const TQKeySequence& ) const;
          +    bool operator!= ( const TQKeySequence& ) const;
          +
          +private:
          +    static int decodeString( const TQString & );
          +    static TQString encodeString( int );
          +    int assign( TQString );
          +    void setKey( int key, int index );
          +
          +    TQKeySequencePrivate* d;
          +
          +    friend TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQKeySequence & );
          +    friend TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQKeySequence & );
          +    friend class TQAccelManager;
          +};
          +
          +#else
          +
          +class TQ_EXPORT TQKeySequence : public TQt
          +{
          +public:
          +    TQKeySequence() {}
          +    TQKeySequence( int ) {}
          +};
          +
          +#endif //TQT_NO_ACCEL
          +
          +#endif
          +
          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqkeysequence-members.html b/doc/html/tqkeysequence-members.html new file mode 100644 index 000000000..f600f5123 --- /dev/null +++ b/doc/html/tqkeysequence-members.html @@ -0,0 +1,57 @@ + + + + + +TQKeySequence Member List + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          Complete Member List for TQKeySequence

          + +

          This is the complete list of member functions for +TQKeySequence, including inherited members. + +

          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqkeysequence.html b/doc/html/tqkeysequence.html new file mode 100644 index 000000000..fc5b7e41d --- /dev/null +++ b/doc/html/tqkeysequence.html @@ -0,0 +1,206 @@ + + + + + +TQKeySequence Class + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          TQKeySequence Class Reference

          + +

          The TQKeySequence class encapsulates a key sequence as used +by accelerators. +More... +

          #include <tqkeysequence.h> +

          Inherits TQt. +

          List of all member functions. +

          Public Members

          + +

          Related Functions

          +
            +
          • TQDataStream & operator<< ( TQDataStream & s, const TQKeySequence & keysequence )
          • +
          • TQDataStream & operator>> ( TQDataStream & s, TQKeySequence & keysequence )
          • +
          +

          Detailed Description

          + + +The TQKeySequence class encapsulates a key sequence as used +by accelerators. +

          +

          A key sequence consists of up to four keyboard codes, each +optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, CTRL + Key_P +might be a sequence used as a shortcut for printing a document. +The key codes are listed in ntqnamespace.h. As an alternative, +use UNICODE_ACCEL with the unicode code point of the character. +For example, UNICODE_ACCEL + 'A' gives the same key sequence +as Key_A. +

          Key sequences can be constructed either from an integer key code, +or from a human readable translatable string such as +"Ctrl+X,Alt+Space". A key sequence can be cast to a TQString to +obtain a human readable translated version of the sequence. +Translations are done in the "TQAccel" context. +

          See also TQAccel and Miscellaneous Classes. + +


          Member Function Documentation

          +

          TQKeySequence::TQKeySequence () +

          +Constructs an empty key sequence. + +

          TQKeySequence::TQKeySequence ( const TQString & key ) +

          +Creates a key sequence from the string key. For example +"Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", +"Shift", "Alt" and "Meta" are recognized, as well as their +translated equivalents in the "TQAccel" context (using +TQObject::tr()). +

          Multiple key codes (up to four) may be entered by separating them +with commas, e.g. "Alt+X,Ctrl+S,Q". +

          This contructor is typically used with tr(), so that accelerator keys can be replaced in +translations: +

          +        TQPopupMenu *file = new TQPopupMenu( this );
          +        file->insertItem( tr("&Open..."), this, TQ_SLOT(open()),
          +                          TQKeySequence( tr("Ctrl+O", "File|Open") ) );
          +    
          + +

          Note the "File|Open" translator comment. It is by no means +necessary, but it provides some context for the human translator. + +

          TQKeySequence::TQKeySequence ( int key ) +

          +Constructs a key sequence that has a single key. +

          The key codes are listed in ntqnamespace.h and can be +combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL. + +

          TQKeySequence::TQKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 ) +

          +Constructs a key sequence with up to 4 keys k1, k2, +k3 and k4. +

          The key codes are listed in ntqnamespace.h and can be +combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL. + +

          TQKeySequence::TQKeySequence ( const TQKeySequence & keysequence ) +

          +Copy constructor. Makes a copy of keysequence. + +

          TQKeySequence::~TQKeySequence () +

          +Destroys the key sequence. + +

          uint TQKeySequence::count () const +

          +Returns the number of keys in the key sequence. +The maximum is 4. + +

          bool TQKeySequence::isEmpty () const +

          +Returns TRUE if the key sequence is empty; otherwise returns +FALSE. + +

          TQt::SequenceMatch TQKeySequence::matches ( const TQKeySequence & seq ) const +

          +Matches the sequence with seq. Returns TQt::Identical if +successful, TQt::PartialMatch for matching but incomplete seq, +and TQt::NoMatch if the sequences have nothing in common. +Returns TQt::NoMatch if seq is shorter. + +

          TQKeySequence::operator TQString () const +

          +Creates an accelerator string for the key sequence. +For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has +multiple key codes they are returned comma-separated, e.g. +"Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are +translated (using TQObject::tr()) in the "TQAccel" scope. If the key +sequence has no keys, TQString::null is returned. +

          On Mac OS X, the string returned resembles the sequence that is shown in +the menubar. + +

          TQKeySequence::operator int () const +

          +This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. +

          For backward compatibility: returns the first keycode +as integer. If the key sequence is empty, 0 is returned. + +

          bool TQKeySequence::operator!= ( const TQKeySequence & keysequence ) const +

          +Returns TRUE if keysequence is not equal to this key sequence; +otherwise returns FALSE. + +

          TQKeySequence & TQKeySequence::operator= ( const TQKeySequence & keysequence ) +

          +Assignment operator. Assigns keysequence to this +object. + +

          bool TQKeySequence::operator== ( const TQKeySequence & keysequence ) const +

          +Returns TRUE if keysequence is equal to this key +sequence; otherwise returns FALSE. + +

          int TQKeySequence::operator[] ( uint index ) const +

          +Returns a reference to the element at position index in the key +sequence. This can only be used to read an element. + +

          Related Functions

          +

          TQDataStream & operator<< ( TQDataStream & s, const TQKeySequence & keysequence ) +

          + +

          Writes the key sequence keysequence to the stream s. +

          See also Format of the TQDataStream operators. + +

          TQDataStream & operator>> ( TQDataStream & s, TQKeySequence & keysequence ) +

          + +

          Reads a key sequence from the stream s into the key sequence keysequence. +

          See also Format of the TQDataStream operators. + + +


          +This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqlibrary-h.html b/doc/html/tqlibrary-h.html new file mode 100644 index 000000000..3c6f0ae23 --- /dev/null +++ b/doc/html/tqlibrary-h.html @@ -0,0 +1,131 @@ + + + + + +tqlibrary.h Include File + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          tqlibrary.h

          + +

          This is the verbatim text of the tqlibrary.h include file. It is provided only for illustration; the copyright remains with Trolltech. +


          +
          +/****************************************************************************
          +** $Id: qt/tqlibrary.h   3.3.8   edited Jan 11 14:46 $
          +**
          +** Definition of TQLibrary class
          +**
          +** Created : 000101
          +**
          +** Copyright (C) 2000-2007 Trolltech ASA.  All rights reserved.
          +**
          +** This file is part of the tools module of the TQt GUI Toolkit.
          +**
          +** This file may be used under the terms of the GNU General Public
          +** License versions 2.0 or 3.0 as published by the Free Software
          +** Foundation and appearing in the file LICENSE.GPL included in the
          +** packaging of this file. Alternatively you may (at your option) use any
          +** later version of the GNU General Public License if such license has
          +** been publicly approved by Trolltech ASA (or its successors, if any)
          +** and the KDE Free TQt Foundation.
          +**
          +** Please review the following information to ensure GNU General
          +** Public Licensing requirements will be met:
          +** http://trolltech.com/products/qt/licenses/licensing/opensource/.
          +** If you are unsure which license is appropriate for your use, please
          +** review the following information:
          +** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
          +** or contact the sales department at sales@trolltech.com.
          +**
          +** This file may be used under the terms of the Q Public License as
          +** defined by Trolltech ASA and appearing in the file LICENSE.TQPL
          +** included in the packaging of this file.  Licensees holding valid TQt
          +** Commercial licenses may use this file in accordance with the TQt
          +** Commercial License Agreement provided with the Software.
          +**
          +** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
          +** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
          +** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
          +** herein.
          +**
          +**********************************************************************/
          +
          +#ifndef TQLIBRARY_H
          +#define TQLIBRARY_H
          +
          +#ifndef QT_H
          +#include "tqstring.h"
          +#endif // QT_H
          +
          +#ifndef TQT_NO_LIBRARY
          +
          +class TQLibraryPrivate;
          +
          +class TQ_EXPORT TQLibrary
          +{
          +public:
          +    TQLibrary( const TQString& filename );
          +    virtual ~TQLibrary();
          +
          +    void *resolve( const char* );
          +    static void *resolve( const TQString &filename, const char * );
          +
          +    bool load();
          +    virtual bool unload();
          +    bool isLoaded() const;
          +
          +    bool autoUnload() const;
          +    void setAutoUnload( bool enable );
          +
          +    TQString library() const;
          +
          +private:
          +    TQLibraryPrivate *d;
          +
          +    TQString libfile;
          +    uint aunload : 1;
          +
          +private:	// Disabled copy constructor and operator=
          +#if defined(TQ_DISABLE_COPY)
          +    TQLibrary( const TQLibrary & );
          +    TQLibrary &operator=( const TQLibrary & );
          +#endif
          +};
          +
          +#define Q_DEFINED_QLIBRARY
          +#include "ntqwinexport.h"
          +#endif //TQT_NO_LIBRARY
          +#endif //TQLIBRARY_H
          +
          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqlibrary-members.html b/doc/html/tqlibrary-members.html new file mode 100644 index 000000000..b2e62d745 --- /dev/null +++ b/doc/html/tqlibrary-members.html @@ -0,0 +1,55 @@ + + + + + +TQLibrary Member List + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          Complete Member List for TQLibrary

          + +

          This is the complete list of member functions for +TQLibrary, including inherited members. + +

          + +


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqlibrary.html b/doc/html/tqlibrary.html new file mode 100644 index 000000000..b609f1d89 --- /dev/null +++ b/doc/html/tqlibrary.html @@ -0,0 +1,290 @@ + + + + + +TQLibrary Class + + + + + + + +
          + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

          TQLibrary Class Reference

          + +

          The TQLibrary class provides a wrapper for handling shared libraries. +More... +

          All the functions in this class are reentrant when TQt is built with thread support.

          +

          #include <tqlibrary.h> +

          List of all member functions. +

          Public Members

          + +

          Static Public Members

          +
            +
          • void * resolve ( const TQString & filename, const char * symb )
          • +
          +

          Detailed Description

          + + + +The TQLibrary class provides a wrapper for handling shared libraries. +

          + +

          An instance of a TQLibrary object can handle a single shared +library and provide access to the functionality in the library in +a platform independent way. If the library is a component server, +TQLibrary provides access to the exported component and can +directly query this component for interfaces. +

          TQLibrary ensures that the shared library is loaded and stays in +memory whilst it is in use. TQLibrary can also unload the library +on destruction and release unused resources. +

          A typical use of TQLibrary is to resolve an exported symbol in a +shared object, and to call the function that this symbol +represents. This is called "explicit linking" in contrast to +"implicit linking", which is done by the link step in the build +process when linking an executable against a library. +

          The following code snippet loads a library, resolves the symbol +"mysymbol", and calls the function if everything succeeded. If +something went wrong, e.g. the library file does not exist or the +symbol is not defined, the function pointer will be 0 and won't be +called. When the TQLibrary object is destroyed the library will be +unloaded, making all references to memory allocated in the library +invalid. +

          +    typedef void (*MyPrototype)();
          +    MyPrototype myFunction;
          +
          +    TQLibrary myLib( "mylib" );
          +    myFunction = (MyPrototype) myLib.resolve( "mysymbol" );
          +    if ( myFunction ) {
          +        myFunction();
          +    }
          +    
          + +

          See also Plugins. + +


          Member Function Documentation

          +

          TQLibrary::TQLibrary ( const TQString & filename ) +

          +Creates a TQLibrary object for the shared library filename. The +library will be unloaded in the destructor. +

          Note that filename does not need to include the (platform specific) +file extension, so calling +

          +    TQLibrary lib( "mylib" );
          +    
          + +is equivalent to calling +
          +    TQLibrary lib( "mylib.dll" );
          +    
          + +on Windows, and +
          +    TQLibrary lib( "libmylib.so" );
          +    
          + +on Unix. Specifying the extension is not recommended, since +doing so introduces a platform dependency. +

          If filename does not include a path, the library loader will +look for the file in the platform specific search paths. +

          See also load(), unload(), and setAutoUnload(). + +

          TQLibrary::~TQLibrary () [virtual] +

          +Deletes the TQLibrary object. +

          The library will be unloaded if autoUnload() is TRUE (the +default), otherwise it stays in memory until the application +exits. +

          See also unload() and setAutoUnload(). + +

          bool TQLibrary::autoUnload () const +

          +Returns TRUE if the library will be automatically unloaded when +this wrapper object is destructed; otherwise returns FALSE. The +default is TRUE. +

          See also setAutoUnload(). + +

          bool TQLibrary::isLoaded () const +

          +Returns TRUE if the library is loaded; otherwise returns FALSE. +

          See also unload(). + +

          TQString TQLibrary::library () const +

          +Returns the filename of the shared library this TQLibrary object +handles, including the platform specific file extension. +

          For example: +

          +    TQLibrary lib( "mylib" );
          +    TQString str = lib.library();
          +    
          + +will set str to "mylib.dll" on Windows, and "libmylib.so" on Linux. + +

          bool TQLibrary::load () +

          +Loads the library. Since resolve() always calls this function +before resolving any symbols it is not necessary to call it +explicitly. In some situations you might want the library loaded +in advance, in which case you would use this function. +

          On Darwin and Mac OS X this function uses code from dlcompat, part of the +OpenDarwin project. +

          +

          Copyright (c) 2002 Jorge Acereda and Peter O'Gorman +

          Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: +

          The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. +

          THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +

          void * TQLibrary::resolve ( const char * symb ) +

          +Returns the address of the exported symbol symb. The library is +loaded if necessary. The function returns 0 if the symbol could +not be resolved or the library could not be loaded. +

          +    typedef int (*avgProc)( int, int );
          +
          +    avgProc avg = (avgProc) library->resolve( "avg" );
          +    if ( avg )
          +        return avg( 5, 8 );
          +    else
          +        return -1;
          +    
          + +

          The symbol must be exported as a C-function from the library. This +requires the extern "C" notation if the library is compiled +with a C++ compiler. On Windows you also have to explicitly export +the function from the DLL using the __declspec(dllexport) +compiler directive. +

          +    extern "C" MY_EXPORT_MACRO int avg(int a, int b)
          +    {
          +        return (a + b) / 2;
          +    }
          +    
          + +

          with MY_EXPORT defined as +

          +    #ifdef TQ_WS_WIN
          +    # define MY_EXPORT __declspec(dllexport)
          +    #else
          +    # define MY_EXPORT
          +    #endif
          +    
          + +

          On Darwin and Mac OS X this function uses code from dlcompat, part of the +OpenDarwin project. +

          +

          Copyright (c) 2002 Jorge Acereda and Peter O'Gorman +

          Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: +

          The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. +

          THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +

          void * TQLibrary::resolve ( const TQString & filename, const char * symb ) [static] +

          +This is an overloaded member function, provided for convenience. It behaves essentially like the above function. +

          Loads the library filename and returns the address of the +exported symbol symb. Note that like the constructor, filename does not need to include the (platform specific) file +extension. The library remains loaded until the process exits. +

          The function returns 0 if the symbol could not be resolved or the +library could not be loaded. +

          This function is useful only if you want to resolve a single +symbol, e.g. a function pointer from a specific library once: +

          +    typedef void (*FunctionType)();
          +    static FunctionType *ptrFunction = 0;
          +    static bool triedResolve = FALSE;
          +    if ( !ptrFunction && !triedResolve )
          +        ptrFunction = TQLibrary::resolve( "mylib", "mysymb" );
          +
          +    if ( ptrFunction )
          +        ptrFunction();
          +    else
          +        ...
          +    
          + +

          If you want to resolve multiple symbols, use a TQLibrary object and +call the non-static version of resolve(). +

          See also +

          void TQLibrary::setAutoUnload ( bool enabled ) +

          +If enabled is TRUE (the default), the wrapper object is set to +automatically unload the library upon destruction. If enabled +is FALSE, the wrapper object is not unloaded unless you explicitly +call unload(). +

          See also autoUnload(). + +

          bool TQLibrary::unload () [virtual] +

          +Unloads the library and returns TRUE if the library could be +unloaded; otherwise returns FALSE. +

          This function is called by the destructor if autoUnload() is +enabled. +

          See also resolve(). + + +


          +This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


          + +
          Copyright © 2007 +TrolltechTrademarks +
          TQt 3.3.8
          +
          + diff --git a/doc/html/tqlineedit.html b/doc/html/tqlineedit.html index eb637fc8f..947091f74 100644 --- a/doc/html/tqlineedit.html +++ b/doc/html/tqlineedit.html @@ -398,7 +398,7 @@ See the "redoAvailable" propert

          bool TQLineEdit::isUndoAvailable () const

          Returns TRUE if undo is available; otherwise returns FALSE. See the "undoAvailable" property for details. -

          void TQLineEdit::keyPressEvent ( TQKeyEvent * e ) [virtual protected] +

          void TQLineEdit::keyPressEvent ( TQKeyEvent * e ) [virtual protected]

          Converts key press event e into a line edit action.

          If Return or Enter is pressed and the current text is valid (or @@ -512,7 +512,7 @@ the text which may be entered.

          If v == 0, setValidator() removes the current input validator. The initial setting is to have no input validator (i.e. any input is accepted up to maxLength()). -

          See also validator(), TQIntValidator, TQDoubleValidator, and TQRegExpValidator. +

          See also validator(), TQIntValidator, TQDoubleValidator, and TQRegExpValidator.

          Examples: lineedits/lineedits.cpp and wizard/wizard.cpp.

          TQSize TQLineEdit::sizeHint () const [virtual] diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 8ef8cdfea..82260daff 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -248,7 +248,7 @@ several items to a single slot (most often if the user selects from an array). This signal is useful in such cases.

          See also activated() and TQMenuData::insertItem(). -

          int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          The family of insertItem() functions inserts menu items into a popup menu or a menu bar. @@ -276,7 +276,7 @@ connects it to the slot member in the object receiver.

          Not all insert functions take an object/slot parameter or an accelerator key. Use connectItem() and setAccel() on those items.

          If you need to translate accelerators, use tr() with the text and -accelerator. (For translations use a string key +accelerator. (For translations use a string key sequence.):

                   fileMenu->insertItem( tr("Open"), myView, TQ_SLOT(open()),
          @@ -315,7 +315,7 @@ version.
           

          See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.

          Examples: addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. -

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with icon icon, text text, accelerator @@ -325,7 +325,7 @@ icon will be displayed to the left of the text in the item.

          Returns the allocated menu identifier number (id if id >= 0).

          See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h. -

          int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with pixmap pixmap, accelerator accel, @@ -337,7 +337,7 @@ should provide a mask (see TQPixmap::mask()).

          Returns the allocated menu identifier number (id if id >= 0).

          See also removeItem(), changeItem(), setAccel(), and connectItem(). -

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with icon icon, pixmap pixmap, diff --git a/doc/html/tqmenudata-h.html b/doc/html/tqmenudata-h.html index b7a6c277a..38ae372a0 100644 --- a/doc/html/tqmenudata-h.html +++ b/doc/html/tqmenudata-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqglobal.h" #include "tqiconset.h" // conversion TQPixmap->TQIconset -#include "ntqkeysequence.h" +#include "tqkeysequence.h" #include "tqstring.h" #include "tqsignal.h" #include "tqfont.h" diff --git a/doc/html/tqmenudata.html b/doc/html/tqmenudata.html index cb78fabd4..f24003be7 100644 --- a/doc/html/tqmenudata.html +++ b/doc/html/tqmenudata.html @@ -141,7 +141,7 @@ Constructs an empty menu data list. Removes all menu items and disconnects any signals that have been connected. -

          TQKeySequence TQMenuData::accel ( int id ) const +

          TQKeySequence TQMenuData::accel ( int id ) const

          Returns the accelerator key that has been defined for the menu item id, or 0 if it has no accelerator key or if there is no @@ -272,7 +272,7 @@ there is no item with this identifier.

          See also idAt() and findItem().

          Example: scrollview/scrollview.cpp. -

          int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          The family of insertItem() functions inserts menu items into a popup menu or a menu bar. @@ -300,7 +300,7 @@ connects it to the slot member in the object receiver.

          Not all insert functions take an object/slot parameter or an accelerator key. Use connectItem() and setAccel() on those items.

          If you need to translate accelerators, use tr() with the text and -accelerator. (For translations use a string key +accelerator. (For translations use a string key sequence.):

                   fileMenu->insertItem( tr("Open"), myView, TQ_SLOT(open()),
          @@ -339,7 +339,7 @@ version.
           

          See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.

          Examples: addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. -

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with icon icon, text text, accelerator @@ -349,7 +349,7 @@ icon will be displayed to the left of the text in the item.

          Returns the allocated menu identifier number (id if id >= 0).

          See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h. -

          int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with pixmap pixmap, accelerator accel, @@ -361,7 +361,7 @@ should provide a mask (see TQPixmap::mask()).

          Returns the allocated menu identifier number (id if id >= 0).

          See also removeItem(), changeItem(), setAccel(), and connectItem(). -

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with icon icon, pixmap pixmap, @@ -592,7 +592,7 @@ no pixmap has been set. Removes the menu item at position index.

          See also removeItem() and clear(). -

          void TQMenuData::setAccel ( const TQKeySequence & key, int id ) +

          void TQMenuData::setAccel ( const TQKeySequence & key, int id )

          Sets the accelerator key for the menu item id to key.

          An accelerator key consists of a key code and a combination of the diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index e06f8946d..8372a464d 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -521,8 +521,8 @@ TRUE; otherwise return FALSE. { if ( obj == textEdit ) { if ( e->type() == TQEvent::KeyPress ) { - TQKeyEvent *k = (TQKeyEvent*)ev; - tqDebug( "Ate key press %d", k->key() ); + TQKeyEvent *k = (TQKeyEvent*)ev; + tqDebug( "Ate key press %d", k->key() ); return TRUE; } else { return FALSE; @@ -615,8 +615,8 @@ monitored objects: { if ( e->type() == TQEvent::KeyPress ) { // special processing for key press - TQKeyEvent *k = (TQKeyEvent *)e; - tqDebug( "Ate key press %d", k->key() ); + TQKeyEvent *k = (TQKeyEvent *)e; + tqDebug( "Ate key press %d", k->key() ); return TRUE; // eat event } else { // standard event processing diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index 34a6745a9..9158f3699 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -208,7 +208,7 @@ You can connect it to any slot that sets up the menu contents

          See also aboutToHide(), setItemEnabled(), setItemChecked(), insertItem(), and removeItem().

          Example: mdi/application.cpp. -

          TQKeySequence TQMenuData::accel ( int id ) const +

          TQKeySequence TQMenuData::accel ( int id ) const

          Returns the accelerator key that has been defined for the menu item id, or 0 if it has no accelerator key or if there is no @@ -374,7 +374,7 @@ This is an overloaded member function, provided for convenience. It behaves esse

          Returns the id of the item at pos, or -1 if there is no item there or if it is a separator. -

          int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          The family of insertItem() functions inserts menu items into a popup menu or a menu bar. @@ -402,7 +402,7 @@ connects it to the slot member in the object receiver.

          Not all insert functions take an object/slot parameter or an accelerator key. Use connectItem() and setAccel() on those items.

          If you need to translate accelerators, use tr() with the text and -accelerator. (For translations use a string key +accelerator. (For translations use a string key sequence.):

                   fileMenu->insertItem( tr("Open"), myView, TQ_SLOT(open()),
          @@ -441,7 +441,7 @@ version.
           

          See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.

          Examples: addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. -

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with icon icon, text text, accelerator @@ -451,7 +451,7 @@ icon will be displayed to the left of the text in the item.

          Returns the allocated menu identifier number (id if id >= 0).

          See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h. -

          int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with pixmap pixmap, accelerator accel, @@ -463,7 +463,7 @@ should provide a mask (see TQPixmap::mask()).

          Returns the allocated menu identifier number (id if id >= 0).

          See also removeItem(), changeItem(), setAccel(), and connectItem(). -

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 ) +

          int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )

          This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

          Inserts a menu item with icon icon, pixmap pixmap, @@ -708,7 +708,7 @@ depending on the menu's current contents. Removes the menu item at position index.

          See also removeItem() and clear(). -

          void TQMenuData::setAccel ( const TQKeySequence & key, int id ) +

          void TQMenuData::setAccel ( const TQKeySequence & key, int id )

          Sets the accelerator key for the menu item id to key.

          An accelerator key consists of a key code and a combination of the diff --git a/doc/html/tqpushbutton.html b/doc/html/tqpushbutton.html index 971e32631..46525959d 100644 --- a/doc/html/tqpushbutton.html +++ b/doc/html/tqpushbutton.html @@ -201,7 +201,7 @@ constructor. Destroys the push button. -

          TQKeySequence TQButton::accel () const +

          TQKeySequence TQButton::accel () const

          Returns the accelerator associated with the button. See the "accel" property for details.

          bool TQPushButton::autoDefault () const @@ -277,7 +277,7 @@ has been set.

          This signal is emitted when the button is released.

          See also pressed(), clicked(), and toggled(). -

          void TQButton::setAccel ( const TQKeySequence & ) [virtual] +

          void TQButton::setAccel ( const TQKeySequence & ) [virtual]

          Sets the accelerator associated with the button. See the "accel" property for details.

          void TQPushButton::setAutoDefault ( bool autoDef ) [virtual] @@ -355,7 +355,7 @@ or because setOn() was called.

          Example: listbox/listbox.cpp.


          Property Documentation

          -

          TQKeySequence accel

          +

          TQKeySequence accel

          This property holds the accelerator associated with the button.

          This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. diff --git a/doc/html/tqradiobutton.html b/doc/html/tqradiobutton.html index 9c3580fe3..74357bc53 100644 --- a/doc/html/tqradiobutton.html +++ b/doc/html/tqradiobutton.html @@ -114,7 +114,7 @@ Constructs a radio button with the text text.

          The parent and name arguments are sent on to the TQWidget constructor. -

          TQKeySequence TQButton::accel () const +

          TQKeySequence TQButton::accel () const

          Returns the accelerator associated with the button. See the "accel" property for details.

          bool TQButton::autoRepeat () const @@ -172,7 +172,7 @@ See the "pixmap" property for details.

          This signal is emitted when the button is released.

          See also pressed(), clicked(), and toggled(). -

          void TQButton::setAccel ( const TQKeySequence & ) [virtual] +

          void TQButton::setAccel ( const TQKeySequence & ) [virtual]

          Sets the accelerator associated with the button. See the "accel" property for details.

          void TQButton::setAutoRepeat ( bool ) [virtual] @@ -221,7 +221,7 @@ or because setOn() was called.

          Example: listbox/listbox.cpp.


          Property Documentation

          -

          TQKeySequence accel

          +

          TQKeySequence accel

          This property holds the accelerator associated with the button.

          This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. diff --git a/doc/html/tqregexpvalidator.html b/doc/html/tqregexpvalidator.html index f0eb5cb2f..17677b953 100644 --- a/doc/html/tqregexpvalidator.html +++ b/doc/html/tqregexpvalidator.html @@ -105,7 +105,7 @@ normally be associated with a widget as in the example above. s = "readm"; v.validate( s, pos ); // Returns Intermediate

          -

          See also TQRegExp, TQIntValidator, TQDoubleValidator, and Miscellaneous Classes. +

          See also TQRegExp, TQIntValidator, TQDoubleValidator, and Miscellaneous Classes.


          Member Function Documentation

          TQRegExpValidator::TQRegExpValidator ( TQObject * parent, const char * name = 0 ) diff --git a/doc/html/tqspinbox.html b/doc/html/tqspinbox.html index af0844a67..1c7bb123b 100644 --- a/doc/html/tqspinbox.html +++ b/doc/html/tqspinbox.html @@ -331,7 +331,7 @@ See the "suffix" property for details.

          Sets the validator to v. The validator controls what keyboard input is accepted when the user is editing in the value field. The -default is to use a suitable TQIntValidator. +default is to use a suitable TQIntValidator.

          Use setValidator(0) to turn off input validation (entered input will still be kept within the spin box's range). diff --git a/doc/html/tqtextbrowser.html b/doc/html/tqtextbrowser.html index 465992f5c..737875f8e 100644 --- a/doc/html/tqtextbrowser.html +++ b/doc/html/tqtextbrowser.html @@ -175,7 +175,7 @@ Changes the document displayed to be the first document the browser displayed.

          Example: helpviewer/helpwindow.cpp. -

          void TQTextBrowser::keyPressEvent ( TQKeyEvent * e ) [virtual protected] +

          void TQTextBrowser::keyPressEvent ( TQKeyEvent * e ) [virtual protected]

          The event e is used to provide the following keyboard shortcuts:
          diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 13202bbf2..4b116521b 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -984,7 +984,7 @@ See the "undoRedoEnabled" pro Returns TRUE if the current format is italic; otherwise returns FALSE.

          See also setItalic(). -

          void TQTextEdit::keyPressEvent ( TQKeyEvent * e ) [virtual protected] +

          void TQTextEdit::keyPressEvent ( TQKeyEvent * e ) [virtual protected]

          Processes the key event, e. By default key events are used to provide keyboard navigation and text editing. diff --git a/doc/html/tqvalidator.html b/doc/html/tqvalidator.html index 8d9cbfdf6..6c15be8a3 100644 --- a/doc/html/tqvalidator.html +++ b/doc/html/tqvalidator.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } More...

          #include <tqvalidator.h>

          Inherits TQObject. -

          Inherited by TQIntValidator, TQDoubleValidator, and TQRegExpValidator. +

          Inherited by TQIntValidator, TQDoubleValidator, and TQRegExpValidator.

          List of all member functions.

          Public Members

            @@ -51,7 +51,7 @@ body { background: #ffffff; color: black; } The TQValidator class provides validation of input text.

            -

            The class itself is abstract. Two subclasses, TQIntValidator and +

            The class itself is abstract. Two subclasses, TQIntValidator and TQDoubleValidator, provide basic numeric-range checking, and TQRegExpValidator provides general checking using a custom regular expression.

            If the built-in validators aren't sufficient, you can subclass TQValidator. The class has two virtual functions: validate() and @@ -139,7 +139,7 @@ valid.

            The function can change input and pos (the cursor position) if it wants to. -

            Reimplemented in TQIntValidator, TQDoubleValidator, and TQRegExpValidator. +

            Reimplemented in TQIntValidator, TQDoubleValidator, and TQRegExpValidator.


            This file is part of the TQt toolkit. diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index ef72e7b5e..b73011dae 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -1263,36 +1263,36 @@ See the "iconText" property for detail This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

            -

            void TQWidget::imComposeEvent ( TQIMEvent * e ) [virtual protected] +

            void TQWidget::imComposeEvent ( TQIMEvent * e ) [virtual protected]

            This event handler, for event e, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user has entered some text using an Input Method.

            The default implementation calls e->ignore(), which rejects the -Input Method event. See the TQIMEvent documentation for more +Input Method event. See the TQIMEvent documentation for more details. -

            See also event() and TQIMEvent. +

            See also event() and TQIMEvent. -

            void TQWidget::imEndEvent ( TQIMEvent * e ) [virtual protected] +

            void TQWidget::imEndEvent ( TQIMEvent * e ) [virtual protected]

            This event handler, for event e, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user has finished inputting text via an Input Method.

            The default implementation calls e->ignore(), which rejects the -Input Method event. See the TQIMEvent documentation for more +Input Method event. See the TQIMEvent documentation for more details. -

            See also event() and TQIMEvent. +

            See also event() and TQIMEvent. -

            void TQWidget::imStartEvent ( TQIMEvent * e ) [virtual protected] +

            void TQWidget::imStartEvent ( TQIMEvent * e ) [virtual protected]

            This event handler, for event e, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user begins entering text using an Input Method.

            The default implementation calls e->ignore(), which rejects the -Input Method event. See the TQIMEvent documentation for more +Input Method event. See the TQIMEvent documentation for more details. -

            See also event() and TQIMEvent. +

            See also event() and TQIMEvent.

            bool TQWidget::isActiveWindow () const

            Returns TRUE if this widget is the active window; otherwise returns FALSE. @@ -1375,14 +1375,14 @@ or they were to be moved. This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

            This function is deprecated. It is equivalent to isVisible() -

            void TQWidget::keyPressEvent ( TQKeyEvent * e ) [virtual protected] +

            void TQWidget::keyPressEvent ( TQKeyEvent * e ) [virtual protected]

            This event handler, for event e, can be reimplemented in a subclass to receive key press events for the widget.

            A widget must call setFocusPolicy() to accept focus initially and have focus in order to receive a key press event.

            If you reimplement this handler, it is very important that you -explicitly ignore the event +explicitly ignore the event if you do not understand it, so that the widget's parent can interpret it; otherwise, the event will be implicitly accepted. Although top-level widgets are able to choose whether to accept @@ -1391,11 +1391,11 @@ could otherwise handle them, it is good practice to explicitly ignore events to make widgets as reusable as possible.

            The default implementation closes popup widgets if the user presses Esc. Otherwise the event is ignored. -

            See also keyReleaseEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent. +

            See also keyReleaseEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent.

            Example: picture/picture.cpp.

            Reimplemented in TQLineEdit and TQTextEdit. -

            void TQWidget::keyReleaseEvent ( TQKeyEvent * e ) [virtual protected] +

            void TQWidget::keyReleaseEvent ( TQKeyEvent * e ) [virtual protected]

            This event handler, for event e, can be reimplemented in a subclass to receive key release events for the widget. @@ -1403,10 +1403,10 @@ subclass to receive key release events for the widget. initially and have focus in order to receive a key release event.

            If you reimplement this handler, it is very important that you -ignore() the release if you do not +ignore() the release if you do not understand it, so that the widget's parent can interpret it.

            The default implementation ignores the event. -

            See also keyPressEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent. +

            See also keyPressEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent.

            TQWidget * TQWidget::keyboardGrabber () [static]

            @@ -1921,7 +1921,7 @@ See the "cursor" property for details. Disables widget input events if disable is TRUE; otherwise enables input events.

            See the enabled documentation for more information. -

            See also isEnabledTo(), TQKeyEvent, TQMouseEvent, and enabledChange(). +

            See also isEnabledTo(), TQKeyEvent, TQMouseEvent, and enabledChange().

            void TQWidget::setEnabled ( bool ) [virtual slot]

            Sets whether the widget is enabled. @@ -2040,7 +2040,7 @@ and your program doesn't keep up with key input, TQt may try to compress key events so that more than one character can be processed in each event.

            For example, a word processor widget might receive 2, 3 or more -characters in each TQKeyEvent::text(), if the layout recalculation +characters in each TQKeyEvent::text(), if the layout recalculation takes too long for the CPU.

            If a widget supports multiple character unicode input, it is always safe to turn the compression on. @@ -2051,7 +2051,7 @@ PrintScreen) will stop key event compression, even if there are more compressible key events available.

            Not all platforms support this compression, in which case turning it on will have no effect. -

            See also TQKeyEvent::text(). +

            See also TQKeyEvent::text().

            void TQWidget::setMask ( const TQBitmap & bitmap ) [virtual]

            @@ -2706,7 +2706,7 @@ can reimplement the enabledChange() function.

            Disabling a widget implicitly disables all its children. Enabling respectively enables all child widgets unless they have been explicitly disabled. -

            See also enabled, isEnabledTo(), TQKeyEvent, TQMouseEvent, and enabledChange(). +

            See also enabled, isEnabledTo(), TQKeyEvent, TQMouseEvent, and enabledChange().

            Set this property's value with setEnabled() and get this property's value with isEnabled().

            bool focus

            diff --git a/doc/html/unicode.html b/doc/html/unicode.html index ac031a6e4..1b7a88ae5 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -76,7 +76,7 @@ even on Windows platforms that do not support it natively.

          To fully benefit from Unicode, we recommend using TQString for storing all user-visible strings, and performing all text file I/O using -TQTextStream. Use TQKeyEvent::text() for keyboard input in any custom +TQTextStream. Use TQKeyEvent::text() for keyboard input in any custom widgets you write; it does not make much difference for slow typists in Western Europe or North America, but for fast typists or people using special input methods using text() is beneficial. diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 517f5a5a1..e1630fe1f 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -94,7 +94,7 @@ Defines an interface that exposes information about accessible objects. | TQAcce Defines how a TQPainter should draw lines and outlines of shapes. | TQPen Defines the fill pattern of shapes drawn by a TQPainter. | TQBrush Defines the size of a two-dimensional object. | TQSize -Describes a key event. | QKeyEvent +Describes a key event. | TQKeyEvent Dialog widget for selecting a font. | TQFontDialog Dialog widget for specifying colors. | TQColorDialog Dialogs that allow users to select files or directories. | TQFileDialog @@ -110,7 +110,7 @@ Ellipse or ellipse segment on a TQCanvas. | TQCanvasEllipse Encapsulates MIME-based data transfer. | TQDragObject Encapsulates a database record, i.e. a set of database fields. | TQSqlRecord Encapsulates a drag item. | TQIconDragItem -Encapsulates a key sequence as used by accelerators. | QKeySequence +Encapsulates a key sequence as used by accelerators. | TQKeySequence Encapsulates a set of database field meta data. | TQSqlRecordInfo Encapsulates an OpenGL rendering context. | TQGLContext Encapsulates the common Look and Feel of a GUI. | TQCommonStyle @@ -246,7 +246,7 @@ Organizes a group of widgets in a vertical column. | TQVGroupBox Organizes widgets in a group with one horizontal row. | TQHGroupBox Paint device that paints on a printer. | TQPrinter Paint device that records and replays TQPainter commands. | TQPicture -Parameters for input method events. | QIMEvent +Parameters for input method events. | TQIMEvent Parameters for loading and saving images. | TQImageIO Parameters that describe a Tablet event. | TQTabletEvent Parameters that describe a close event. | TQCloseEvent @@ -294,7 +294,7 @@ Scrolling area with on-demand scroll bars. | TQScrollView Serialization of binary data to a TQIODevice. | TQDataStream Set of icons with different styles and sizes. | TQIconSet Signals that a main icon drag has begun. | TQIconDragEvent -Simple convenience dialog to get a single value from the user. | QInputDialog +Simple convenience dialog to get a single value from the user. | TQInputDialog Simple description of any widget, i.e. answering the question "What's this?". | TQWhatsThis Simple geometry management of its children. | TQGrid Simple stored-value drag object for arbitrary MIME data. | TQStoredDrag @@ -374,7 +374,7 @@ Used to map widgets to SQL fields. | TQSqlPropertyMap Used to report errors with the TQXmlErrorHandler interface. | TQXmlParseException Used to start external programs and to communicate with them. | TQProcess Validation of input text. | TQValidator -Validator which ensures that a string contains a valid integer within a specified range. | QIntValidator +Validator which ensures that a string contains a valid integer within a specified range. | TQIntValidator Value-based template class that provides a dictionary. | TQMap Value-based template class that provides a dynamic array. | TQValueVector Value-based template class that provides a pair of elements. | TQPair @@ -387,5 +387,5 @@ Watches the lifetime of multiple TQObjects. | TQObjectCleanupHandler Widget for rendering OpenGL graphics. | TQGLWidget Widget which can be docked inside a TQDockArea or floated as a top level window on the desktop. | TQDockWindow Workspace window that can contain decorated windows, e.g. for MDI. | TQWorkspace -Wrapper for handling shared libraries. | QLibrary +Wrapper for handling shared libraries. | TQLibrary XML attributes. | TQXmlAttributes diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html index 4a4da7a26..d60c74965 100644 --- a/doc/html/wizard-example.html +++ b/doc/html/wizard-example.html @@ -139,7 +139,7 @@ void Wizard::setupPage1() key = new TQLineEdit( row1 ); key->setMaxLength( 4 ); - key->setValidator( new TQIntValidator( 1000, 9999, key ) ); + key->setValidator( new TQIntValidator( 1000, 9999, key ) ); connect( key, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( keyChanged( const TQString & ) ) ); diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html index e066a6201..0430b697d 100644 --- a/doc/html/wizard-wizard-cpp.html +++ b/doc/html/wizard-wizard-cpp.html @@ -85,7 +85,7 @@ void Wizard::setupPage1() key = new TQLineEdit( row1 ); key->setMaxLength( 4 ); - key->setValidator( new TQIntValidator( 1000, 9999, key ) ); + key->setValidator( new TQIntValidator( 1000, 9999, key ) ); connect( key, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( keyChanged( const TQString & ) ) ); -- cgit v1.2.3