#include <TQtWidget.h>
Public Member Functions | |
| TQtWidgetBuffer (const QWidget *w, bool clear=false) | |
| TQtWidgetBuffer (const TQtWidgetBuffer &b) | |
| const QPaintDevice * | Buffer () const |
| QPaintDevice * | Buffer () |
| ~TQtWidgetBuffer () | |
| void | Clear () |
| bool | PaintingActive () |
| QRect | Rect () const |
| int | Height () const |
| int | Width () const |
Private Attributes | |
| const QWidget * | fWidget |
| QPaintDevice * | fBuffer |
| bool | fIsImage |
Definition at line 78 of file TQtWidget.h.
| TQtWidgetBuffer::TQtWidgetBuffer | ( | const QWidget * | w, | |
| bool | clear = false | |||
| ) |
| TQtWidgetBuffer::TQtWidgetBuffer | ( | const TQtWidgetBuffer & | b | ) |
| TQtWidgetBuffer::~TQtWidgetBuffer | ( | ) |
| const QPaintDevice* TQtWidgetBuffer::Buffer | ( | ) | const [inline] |
Definition at line 87 of file TQtWidget.h.
References fBuffer.
Referenced by TGQt::GetDoubleBuffer(), and TQtWidget::GetOffScreenBuffer().
| QPaintDevice* TQtWidgetBuffer::Buffer | ( | ) | [inline] |
| void TQtWidgetBuffer::Clear | ( | ) |
Definition at line 89 of file TQtWidget.cxx.
References fBuffer, fIsImage, and p.
Referenced by TQtWidget::Erase().
| bool TQtWidgetBuffer::PaintingActive | ( | ) | [inline] |
Definition at line 91 of file TQtWidget.h.
References fBuffer.
Referenced by TQtWidget::PaintingActive().
| QRect TQtWidgetBuffer::Rect | ( | ) | const [inline] |
| int TQtWidgetBuffer::Height | ( | ) | const [inline] |
| int TQtWidgetBuffer::Width | ( | ) | const [inline] |
const QWidget* TQtWidgetBuffer::fWidget [private] |
QPaintDevice* TQtWidgetBuffer::fBuffer [private] |
Definition at line 82 of file TQtWidget.h.
Referenced by Buffer(), Clear(), Height(), PaintingActive(), TQtWidgetBuffer(), Width(), and ~TQtWidgetBuffer().
bool TQtWidgetBuffer::fIsImage [private] |
1.5.1