#include </home/clem/local/src/opie/qmake/include/private/qinternal_p.h>
Public Types | |
| typedef uint | DBFlags |
| enum | DoubleBufferFlags { NoFlags = 0x00, InitBG = 0x01, Force = 0x02, Default = InitBG | Force } |
Public Member Functions | |
| QSharedDoubleBuffer (DBFlags f=Default) | |
| QSharedDoubleBuffer (QWidget *widget, int x=0, int y=0, int w=-1, int h=-1, DBFlags f=Default) | |
| QSharedDoubleBuffer (QPainter *painter, int x=0, int y=0, int w=-1, int h=-1, DBFlags f=Default) | |
| QSharedDoubleBuffer (QWidget *widget, const QRect &r, DBFlags f=Default) | |
| QSharedDoubleBuffer (QPainter *painter, const QRect &r, DBFlags f=Default) | |
| ~QSharedDoubleBuffer () | |
| bool | begin (QWidget *widget, int x=0, int y=0, int w=-1, int h=-1) |
| bool | begin (QPainter *painter, int x=0, int y=0, int w=-1, int h=-1) |
| bool | begin (QWidget *widget, const QRect &r) |
| bool | begin (QPainter *painter, const QRect &r) |
| bool | end () |
| QPainter * | painter () const |
| bool | isActive () const |
| bool | isBuffered () const |
| void | flush () |
Static Public Member Functions | |
| static bool | isDisabled () |
| static void | setDisabled (bool off) |
| static void | cleanup () |
Private Types | |
| typedef uint | DBState |
| enum | DoubleBufferState { Active = 0x0100, BufferActive = 0x0200, ExternalPainter = 0x0400 } |
Private Member Functions | |
| QPixmap * | getPixmap () |
| void | releasePixmap () |
Private Attributes | |
| QWidget * | wid |
| int | rx |
| int | ry |
| int | rw |
| int | rh |
| DBFlags | flags |
| DBState | state |
| QPainter * | p |
| QPainter * | external_p |
| QPixmap * | pix |
Static Private Attributes | |
| static bool | dblbufr |
|
|
Definition at line 70 of file qinternal_p.h. |
|
|
Definition at line 106 of file qinternal_p.h. |
|
|
Definition at line 64 of file qinternal_p.h. |
|
|
Definition at line 101 of file qinternal_p.h. |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 125 of file qinternal_p.h. References begin(). |
|
||||||||||||
|
Definition at line 122 of file qinternal_p.h. References begin(). |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
Referenced by begin(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 131 of file qinternal_p.h. |
|
|
Definition at line 134 of file qinternal_p.h. References BufferActive, and state. |
|
|
Definition at line 95 of file qinternal_p.h. |
|
|
Definition at line 128 of file qinternal_p.h. References p. |
|
|
|
|
|
Definition at line 96 of file qinternal_p.h. |
|
|
Definition at line 119 of file qinternal_p.h. |
|
|
Definition at line 116 of file qinternal_p.h. |
|
|
Definition at line 113 of file qinternal_p.h. |
|
|
Definition at line 116 of file qinternal_p.h. Referenced by painter(). |
|
|
Definition at line 117 of file qinternal_p.h. |
|
|
Definition at line 112 of file qinternal_p.h. |
|
|
Definition at line 112 of file qinternal_p.h. |
|
|
Definition at line 112 of file qinternal_p.h. |
|
|
Definition at line 112 of file qinternal_p.h. |
|
|
Definition at line 114 of file qinternal_p.h. Referenced by isActive(), and isBuffered(). |
|
|
Definition at line 111 of file qinternal_p.h. |
1.4.2