diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqpainter-h.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-master.tar.gz tqt-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpainter-h.html')
| -rw-r--r-- | doc/html/tqpainter-h.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqpainter-h.html b/doc/html/tqpainter-h.html index e5946ca03..badfb005f 100644 --- a/doc/html/tqpainter-h.html +++ b/doc/html/tqpainter-h.html @@ -103,12 +103,12 @@ public: enum CoordinateMode { CoordDevice, CoordPainter }; TQPainter(); - TQPainter( const TQPaintDevice *, bool unclipped = FALSE ); - TQPainter( const TQPaintDevice *, const TQWidget *, bool unclipped = FALSE ); + TQPainter( const TQPaintDevice *, bool unclipped = false ); + TQPainter( const TQPaintDevice *, const TQWidget *, bool unclipped = false ); ~TQPainter(); - bool begin( const TQPaintDevice *, bool unclipped = FALSE ); - bool begin( const TQPaintDevice *, const TQWidget *, bool unclipped = FALSE ); + bool begin( const TQPaintDevice *, bool unclipped = false ); + bool begin( const TQPaintDevice *, const TQWidget *, bool unclipped = false ); bool end(); TQPaintDevice *device() const; @@ -170,7 +170,7 @@ public: void setWorldXForm( bool ); // set world xform on/off const TQWMatrix &worldMatrix() const; // get/set world xform matrix - void setWorldMatrix( const TQWMatrix &, bool combine=FALSE ); + void setWorldMatrix( const TQWMatrix &, bool combine=false ); void saveWorldMatrix(); void restoreWorldMatrix(); @@ -236,7 +236,7 @@ public: int index=0, int nlines=-1 ); void drawPolyline( const TQPointArray &, int index=0, int npoints=-1 ); - void drawPolygon( const TQPointArray &, bool winding=FALSE, + void drawPolygon( const TQPointArray &, bool winding=false, int index=0, int npoints=-1 ); void drawConvexPolygon( const TQPointArray &, int index=0, int npoints=-1 ); @@ -333,7 +333,7 @@ private: void map( int, int, int, int, int *, int *, int *, int * ) const; void mapInv( int, int, int *, int * ) const; void mapInv( int, int, int, int, int *, int *, int *, int * ) const; - void drawPolyInternal( const TQPointArray &, bool close=TRUE ); + void drawPolyInternal( const TQPointArray &, bool close=true ); void drawWinFocusRect( int x, int y, int w, int h, bool xorPaint, const TQColor &penColor ); @@ -429,7 +429,7 @@ protected: uint clip_serial; // clipping serial number #elif defined(TQ_WS_MAC) TQt::HANDLE hd; // handle to drawable - void initPaintDevice(bool force=FALSE, TQPoint *off=NULL, TQRegion *rgn=NULL); + void initPaintDevice(bool force=false, TQPoint *off=NULL, TQRegion *rgn=NULL); friend const TQRegion &qt_mac_update_painter(TQPainter *, bool); friend class TQFontEngineMac; friend class TQMacPainter; |
