summaryrefslogtreecommitdiffstats
path: root/doc/html/qpixmap-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qpixmap-h.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qpixmap-h.html')
-rw-r--r--doc/html/qpixmap-h.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qpixmap-h.html b/doc/html/qpixmap-h.html
index 54a4e3614..7938781d1 100644
--- a/doc/html/qpixmap-h.html
+++ b/doc/html/qpixmap-h.html
@@ -139,7 +139,7 @@ public:
bool hasAlpha() const;
bool hasAlphaChannel() const;
#ifndef TQT_NO_IMAGE_HEURISTIC_MASK
- TQBitmap createHeuristicMask( bool clipTight = TRUE ) const;
+ TQBitmap createHeuristicMask( bool clipTight = true ) const;
#endif
#ifndef TQT_NO_MIME
static TQPixmap fromMimeSource( const TQString&amp; abs_name );
@@ -197,11 +197,11 @@ public:
HBITMAP multiCellBitmap() const;
int multiCellOffset() const;
int allocCell();
- void freeCell( bool = FALSE );
+ void freeCell( bool = false );
#endif
#if defined(TQ_WS_QWS)
- virtual TQGfx * graphicsContext(bool clip_children=TRUE) const;
+ virtual TQGfx * graphicsContext(bool clip_children=true) const;
virtual unsigned char * scanLine(int) const;
virtual int bytesPerLine() const;
TQRgb * clut() const;
@@ -240,8 +240,8 @@ protected:
#if defined(TQ_WS_WIN)
TQPixmap *maskpm;
union {
- HBITMAP hbm; // if mcp == FALSE
- TQMCPI *mcpi; // if mcp == TRUE
+ HBITMAP hbm; // if mcp == false
+ TQMCPI *mcpi; // if mcp == true
} hbm_or_mcpi;
uchar *realAlphaBits;
#ifdef Q_OS_TEMP
@@ -274,10 +274,10 @@ private:
TQPixmap( int w, int h, int depth, bool, Optimization );
void init( int, int, int, bool, Optimization );
void deref();
- TQPixmap copy( bool ignoreMask = FALSE ) const;
+ TQPixmap copy( bool ignoreMask = false ) const;
#if defined(TQ_WS_WIN)
void initAlphaPixmap( uchar *bytes, int length, struct tagBITMAPINFO *bmi );
- void convertToAlphaPixmap( bool initAlpha=TRUE );
+ void convertToAlphaPixmap( bool initAlpha=true );
static void bitBltAlphaPixmap( TQPixmap *dst, int dx, int dy,
const TQPixmap *src, int sx, int sy,
int sw, int sh, bool useDstAlpha );