summaryrefslogtreecommitdiffstats
path: root/doc/html/qnamespace-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:49:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 10:46:31 +0900
commit33c36fae2a0814715082a8fe59f208eeb018ed1d (patch)
tree38b2cd06f694e03007946d28a6f31b65f661dfac /doc/html/qnamespace-h.html
parent473cd1e8a525d82f49e936d76daabe3d094a8807 (diff)
downloadtqt-33c36fae2a0814715082a8fe59f208eeb018ed1d.tar.gz
tqt-33c36fae2a0814715082a8fe59f208eeb018ed1d.zip
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1d318a47b0b45a7f916f526de60d628302cbfd4c)
Diffstat (limited to 'doc/html/qnamespace-h.html')
-rw-r--r--doc/html/qnamespace-h.html72
1 files changed, 36 insertions, 36 deletions
diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html
index d8aece710..3e8a6b3a6 100644
--- a/doc/html/qnamespace-h.html
+++ b/doc/html/qnamespace-h.html
@@ -88,25 +88,25 @@ class TQCursor;
class TQ_EXPORT TQt {
public:
- QT_STATIC_CONST TQColor &amp; color0;
- QT_STATIC_CONST TQColor &amp; color1;
- QT_STATIC_CONST TQColor &amp; black;
- QT_STATIC_CONST TQColor &amp; white;
- QT_STATIC_CONST TQColor &amp; darkGray;
- QT_STATIC_CONST TQColor &amp; gray;
- QT_STATIC_CONST TQColor &amp; lightGray;
- QT_STATIC_CONST TQColor &amp; red;
- QT_STATIC_CONST TQColor &amp; green;
- QT_STATIC_CONST TQColor &amp; blue;
- QT_STATIC_CONST TQColor &amp; cyan;
- QT_STATIC_CONST TQColor &amp; magenta;
- QT_STATIC_CONST TQColor &amp; yellow;
- QT_STATIC_CONST TQColor &amp; darkRed;
- QT_STATIC_CONST TQColor &amp; darkGreen;
- QT_STATIC_CONST TQColor &amp; darkBlue;
- QT_STATIC_CONST TQColor &amp; darkCyan;
- QT_STATIC_CONST TQColor &amp; darkMagenta;
- QT_STATIC_CONST TQColor &amp; darkYellow;
+ static const TQColor &amp; color0;
+ static const TQColor &amp; color1;
+ static const TQColor &amp; black;
+ static const TQColor &amp; white;
+ static const TQColor &amp; darkGray;
+ static const TQColor &amp; gray;
+ static const TQColor &amp; lightGray;
+ static const TQColor &amp; red;
+ static const TQColor &amp; green;
+ static const TQColor &amp; blue;
+ static const TQColor &amp; cyan;
+ static const TQColor &amp; magenta;
+ static const TQColor &amp; yellow;
+ static const TQColor &amp; darkRed;
+ static const TQColor &amp; darkGreen;
+ static const TQColor &amp; darkBlue;
+ static const TQColor &amp; darkCyan;
+ static const TQColor &amp; darkMagenta;
+ static const TQColor &amp; darkYellow;
// documented in qevent.cpp
enum ButtonState { // mouse/keyboard state values
@@ -815,25 +815,25 @@ public:
// Global cursors
- QT_STATIC_CONST TQCursor &amp; arrowCursor; // standard arrow cursor
- QT_STATIC_CONST TQCursor &amp; upArrowCursor; // upwards arrow
- QT_STATIC_CONST TQCursor &amp; crossCursor; // crosshair
- QT_STATIC_CONST TQCursor &amp; waitCursor; // hourglass/watch
- QT_STATIC_CONST TQCursor &amp; ibeamCursor; // ibeam/text entry
- QT_STATIC_CONST TQCursor &amp; sizeVerCursor; // vertical resize
- QT_STATIC_CONST TQCursor &amp; sizeHorCursor; // horizontal resize
- QT_STATIC_CONST TQCursor &amp; sizeBDiagCursor; // diagonal resize (/)
- QT_STATIC_CONST TQCursor &amp; sizeFDiagCursor; // diagonal resize (\)
- QT_STATIC_CONST TQCursor &amp; sizeAllCursor; // all directions resize
- QT_STATIC_CONST TQCursor &amp; blankCursor; // blank/invisible cursor
- QT_STATIC_CONST TQCursor &amp; splitVCursor; // vertical bar with left-right
+ static const TQCursor &amp; arrowCursor; // standard arrow cursor
+ static const TQCursor &amp; upArrowCursor; // upwards arrow
+ static const TQCursor &amp; crossCursor; // crosshair
+ static const TQCursor &amp; waitCursor; // hourglass/watch
+ static const TQCursor &amp; ibeamCursor; // ibeam/text entry
+ static const TQCursor &amp; sizeVerCursor; // vertical resize
+ static const TQCursor &amp; sizeHorCursor; // horizontal resize
+ static const TQCursor &amp; sizeBDiagCursor; // diagonal resize (/)
+ static const TQCursor &amp; sizeFDiagCursor; // diagonal resize (\)
+ static const TQCursor &amp; sizeAllCursor; // all directions resize
+ static const TQCursor &amp; blankCursor; // blank/invisible cursor
+ static const TQCursor &amp; splitVCursor; // vertical bar with left-right
// arrows
- QT_STATIC_CONST TQCursor &amp; splitHCursor; // horizontal bar with up-down
+ static const TQCursor &amp; splitHCursor; // horizontal bar with up-down
// arrows
- QT_STATIC_CONST TQCursor &amp; pointingHandCursor; // pointing hand
- QT_STATIC_CONST TQCursor &amp; forbiddenCursor; // forbidden cursor (slashed circle)
- QT_STATIC_CONST TQCursor &amp; whatsThisCursor; // arrow with a question mark
- QT_STATIC_CONST TQCursor &amp; busyCursor; // arrow with hourglass
+ static const TQCursor &amp; pointingHandCursor; // pointing hand
+ static const TQCursor &amp; forbiddenCursor; // forbidden cursor (slashed circle)
+ static const TQCursor &amp; whatsThisCursor; // arrow with a question mark
+ static const TQCursor &amp; busyCursor; // arrow with hourglass
enum TextFormat {