Public Types | |
enum | |
Public Member Functions | |
TQtPainter (const QPaintDevice *pd, const QtGContext &rootContext, Mask_t rootMask=0xff, bool unclipped=FALSE) | |
TQtPainter () | |
TQtPainter (QPaintDevice *dev) | |
TQtPainter (TGQt *dev, unsigned int useFeedBack=kUpdateBrush|kUpdatePen) | |
~TQtPainter () | |
bool | begin (TGQt *dev, unsigned int useFeedBack) |
Protected Member Functions | |
void | UpdateBrush () |
void | UpdatePen () |
void | UpdateFont () |
Private Attributes | |
TGQt * | fVirtualX |
Definition at line 536 of file GQtGUI.cxx.
TQtPainter::TQtPainter | ( | const QPaintDevice * | pd, | |
const QtGContext & | rootContext, | |||
Mask_t | rootMask = 0xff , |
|||
bool | unclipped = FALSE | |||
) | [inline] |
Definition at line 539 of file GQtGUI.cxx.
References FALSE, QtGContext::fBrush, QtGContext::fClipRegion, QtGContext::fPen, fprintf(), QtGContext::fROp, QtGContext::HasValid(), QtGContext::kBrush, QtGContext::kClipMask, QtGContext::kClipOrigin, QtGContext::kClipRegion, QtGContext::kPen, QtGContext::kROp, QtGContext::kStipple, QtGContext::kTilePixmap, QtGContext::kTileRect, and TQtPainter().
TQtPainter::TQtPainter | ( | ) | [inline] |
TQtPainter::TQtPainter | ( | TGQt * | dev, | |
unsigned int | useFeedBack = kUpdateBrush | kUpdatePen | |||
) | [inline] |
TQtPainter::~TQtPainter | ( | ) | [inline] |
void TQtPainter::UpdateBrush | ( | ) | [inline, protected] |
Definition at line 151 of file TGQt.cxx.
References TGQt::fQBrush, and fVirtualX.
Referenced by begin().
void TQtPainter::UpdatePen | ( | ) | [inline, protected] |
Definition at line 152 of file TGQt.cxx.
References TGQt::fQPen, and fVirtualX.
Referenced by begin().
void TQtPainter::UpdateFont | ( | ) | [inline, protected] |
Definition at line 153 of file TGQt.cxx.
References TGQt::fQFont, TGQt::fTextFontModified, and fVirtualX.
Referenced by begin().
bool TQtPainter::begin | ( | TGQt * | dev, | |
unsigned int | useFeedBack | |||
) | [inline] |
Definition at line 329 of file TGQt.cxx.
References Error, TGQt::fClipMap, TGQt::fDrawMode, TGQt::fFeedBackMode, TGQt::fFeedBackWidget, TGQt::fQPainter, TGQt::fSelectedWindow, fVirtualX, kUseFeedBack, NoOperation, TQtFeedBackWidget::PixBuffer(), TRUE, UpdateBrush(), UpdateFont(), and UpdatePen().
Referenced by TQtToggleFeedBack::painter(), and TQtPainter().
TGQt* TQtPainter::fVirtualX [private] |
Definition at line 149 of file TGQt.cxx.
Referenced by begin(), UpdateBrush(), UpdateFont(), UpdatePen(), and ~TQtPainter().