diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
commit | aeefd3fe454bfaed093355278b1e2caa84bfd77a (patch) | |
tree | 2d2b7ae985b004b3114ad2b25a879797be18d427 /doc/html/whatsthis | |
parent | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff) | |
download | tqt-aeefd3fe.tar.gz tqt-aeefd3fe.zip |
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/whatsthis')
-rw-r--r-- | doc/html/whatsthis | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 0dccd7737..25fe82bc3 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -18,7 +18,7 @@ Abstraction of Unicode text and the classic C '\0'-terminated char array. | Abstraction of objects which provide formatted data of a certain MIME type. | QMimeSource Abstraction of the classic C zero-terminated char array (char *). | QCString Abstraction used by TQImageDecoder. | TQImageConsumer -Access serialization between threads. | QMutex +Access serialization between threads. | TQMutex Access to a selected area in a QTable. | QTableSelection Access to directory structures and their contents in a platform-independent way. | QDir Access to screen information on multi-head systems. | QDesktopWidget @@ -26,7 +26,7 @@ Access to the platform audio facilities. | QSound Access to the session manager. | QSessionManager Access to the window system clipboard. | QClipboard Acts like a union for the most common TQt data types. | QVariant -Allows waiting/waking for conditions between threads. | QWaitCondition +Allows waiting/waking for conditions between threads. | TQWaitCondition Animated canvas item on a TQCanvas. | TQCanvasSprite Application-global cache for pixmaps. | QPixmapCache Area with movable labelled icons. | TQIconView @@ -255,11 +255,11 @@ Parameters that describe a mouse event. | QMouseEvent Parameters that describe a timer event. | TQTimerEvent Parameters that describe a wheel event. | QWheelEvent Pattern matching using regular expressions. | QRegExp -Per-thread data storage. | QThreadStorage +Per-thread data storage. | TQThreadStorage Persistent platform-independent application settings. | QSettings Pixmaps for TQCanvasSprites. | TQCanvasPixmap Platform-independent low-level socket API. | QSocketDevice -Platform-independent threads. | QThread +Platform-independent threads. | TQThread Polygon on a TQCanvas. | TQCanvasPolygon Polygonal canvas item on a TQCanvas. | TQCanvasPolygonalItem Popup menu widget. | QPopupMenu @@ -286,7 +286,7 @@ Represents text data in the parsed XML document. | TQDomText Request header information for HTTP. | QHttpRequestHeader Response header information for HTTP. | QHttpResponseHeader Rich text browser with hypertext navigation. | TQTextBrowser -Robust integer semaphore. | QSemaphore +Robust integer semaphore. | TQSemaphore Rounded range control (like a speedometer or potentiometer). | QDial SGI/Irix look and feel. | QSGIStyle SQL database error information. | TQSqlError @@ -298,7 +298,7 @@ Simple convenience dialog to get a single value from the user. | QInputDialog Simple description of any widget, i.e. answering the question "What's this?". | QWhatsThis Simple geometry management of its children. | QGrid Simple stored-value drag object for arbitrary MIME data. | QStoredDrag -Simplifies locking and unlocking QMutexes. | QMutexLocker +Simplifies locking and unlocking TQMutexes. | TQMutexLocker Single item in a TQIconView. | TQIconViewItem Small displayable piece of rich text. | QSimpleRichText Spin box widget (spin button). | QSpinBox |