summaryrefslogtreecommitdiffstats
path: root/doc/html/qdrawutil-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
commit1ba13366a7a377d50b9e8df9044ce11d8209f98c (patch)
tree40765573bcccd42239475344141eb98d2ac5d45e /doc/html/qdrawutil-h.html
parent926102a455014e6ab308aaced19e32eed7ed4414 (diff)
downloadtqt3-1ba13366a7a377d50b9e8df9044ce11d8209f98c.tar.gz
tqt3-1ba13366a7a377d50b9e8df9044ce11d8209f98c.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qdrawutil-h.html')
-rw-r--r--doc/html/qdrawutil-h.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/qdrawutil-h.html b/doc/html/qdrawutil-h.html
index f5e4d4487..ab3170dbd 100644
--- a/doc/html/qdrawutil-h.html
+++ b/doc/html/qdrawutil-h.html
@@ -94,52 +94,52 @@ class TQPixmap;
// Standard shade drawing
//
-Q_EXPORT void qDrawShadeLine( TQPainter *p, int x1, int y1, int x2, int y2,
+TQ_EXPORT void qDrawShadeLine( TQPainter *p, int x1, int y1, int x2, int y2,
const TQColorGroup &amp;g, bool sunken = TRUE,
int lineWidth = 1, int midLineWidth = 0 );
-Q_EXPORT void qDrawShadeLine( TQPainter *p, const TQPoint &amp;p1, const TQPoint &amp;p2,
+TQ_EXPORT void qDrawShadeLine( TQPainter *p, const TQPoint &amp;p1, const TQPoint &amp;p2,
const TQColorGroup &amp;g, bool sunken = TRUE,
int lineWidth = 1, int midLineWidth = 0 );
-Q_EXPORT void qDrawShadeRect( TQPainter *p, int x, int y, int w, int h,
+TQ_EXPORT void qDrawShadeRect( TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &amp;, bool sunken=FALSE,
int lineWidth = 1, int midLineWidth = 0,
const TQBrush *fill = 0 );
-Q_EXPORT void qDrawShadeRect( TQPainter *p, const TQRect &amp;r,
+TQ_EXPORT void qDrawShadeRect( TQPainter *p, const TQRect &amp;r,
const TQColorGroup &amp;, bool sunken=FALSE,
int lineWidth = 1, int midLineWidth = 0,
const TQBrush *fill = 0 );
-Q_EXPORT void qDrawShadePanel( TQPainter *p, int x, int y, int w, int h,
+TQ_EXPORT void qDrawShadePanel( TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &amp;, bool sunken=FALSE,
int lineWidth = 1, const TQBrush *fill = 0 );
-Q_EXPORT void qDrawShadePanel( TQPainter *p, const TQRect &amp;r,
+TQ_EXPORT void qDrawShadePanel( TQPainter *p, const TQRect &amp;r,
const TQColorGroup &amp;, bool sunken=FALSE,
int lineWidth = 1, const TQBrush *fill = 0 );
-Q_EXPORT void qDrawWinButton( TQPainter *p, int x, int y, int w, int h,
+TQ_EXPORT void qDrawWinButton( TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &amp;g, bool sunken = FALSE,
const TQBrush *fill = 0 );
-Q_EXPORT void qDrawWinButton( TQPainter *p, const TQRect &amp;r,
+TQ_EXPORT void qDrawWinButton( TQPainter *p, const TQRect &amp;r,
const TQColorGroup &amp;g, bool sunken = FALSE,
const TQBrush *fill = 0 );
-Q_EXPORT void qDrawWinPanel( TQPainter *p, int x, int y, int w, int h,
+TQ_EXPORT void qDrawWinPanel( TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &amp;, bool sunken=FALSE,
const TQBrush *fill = 0 );
-Q_EXPORT void qDrawWinPanel( TQPainter *p, const TQRect &amp;r,
+TQ_EXPORT void qDrawWinPanel( TQPainter *p, const TQRect &amp;r,
const TQColorGroup &amp;, bool sunken=FALSE,
const TQBrush *fill = 0 );
-Q_EXPORT void qDrawPlainRect( TQPainter *p, int x, int y, int w, int h, const TQColor &amp;,
+TQ_EXPORT void qDrawPlainRect( TQPainter *p, int x, int y, int w, int h, const TQColor &amp;,
int lineWidth = 1, const TQBrush *fill = 0 );
-Q_EXPORT void qDrawPlainRect( TQPainter *p, const TQRect &amp;r, const TQColor &amp;,
+TQ_EXPORT void qDrawPlainRect( TQPainter *p, const TQRect &amp;r, const TQColor &amp;,
int lineWidth = 1, const TQBrush *fill = 0 );
@@ -147,16 +147,16 @@ Q_EXPORT void qDrawPlainRect( TQPainter *p, const TQRect &amp;r, const TQColor &
// Other obsolete drawing functions.
// Use TQStyle::itemRect(), TQStyle::drawItem() and TQStyle::drawArrow() instead.
//
-Q_EXPORT TQRect qItemRect( TQPainter *p, TQt::GUIStyle gs, int x, int y, int w, int h,
+TQ_EXPORT TQRect qItemRect( TQPainter *p, TQt::GUIStyle gs, int x, int y, int w, int h,
int flags, bool enabled,
const TQPixmap *pixmap, const TQString&amp; text, int len=-1 );
-Q_EXPORT void qDrawItem( TQPainter *p, TQt::GUIStyle gs, int x, int y, int w, int h,
+TQ_EXPORT void qDrawItem( TQPainter *p, TQt::GUIStyle gs, int x, int y, int w, int h,
int flags, const TQColorGroup &amp;g, bool enabled,
const TQPixmap *pixmap, const TQString&amp; text,
int len=-1, const TQColor* penColor = 0 );
-Q_EXPORT void qDrawArrow( TQPainter *p, TQt::ArrowType type, TQt::GUIStyle style, bool down,
+TQ_EXPORT void qDrawArrow( TQPainter *p, TQt::ArrowType type, TQt::GUIStyle style, bool down,
int x, int y, int w, int h,
const TQColorGroup &amp;g, bool enabled );