Qt 4.8
|
#include <qdirectfbconvenience.h>
Public Functions | |
T ** | outPtr () |
QDirectFBPointer (T *t=0) | |
QDirectFBPointer (T *t=0) | |
Public Functions inherited from QScopedPointer< T, QDirectFBInterfaceCleanupHandler< T > > | |
T * | data () const |
Returns the value of the pointer referenced by this object. More... | |
bool | isNull () const |
Returns true if this object is holding a pointer that is null . More... | |
operator bool () const | |
Returns true if this object is not null . More... | |
bool | operator! () const |
Returns true if the pointer referenced by this object is null , otherwise returns false . More... | |
T & | operator* () const |
Provides access to the scoped pointer's object. More... | |
T * | operator-> () const |
Provides access to the scoped pointer's object. More... | |
QScopedPointer (T *p=0) | |
Constructs this QScopedPointer instance and sets its pointer to p. More... | |
void | reset (T *other=0) |
Deletes the existing object it is pointing to if any, and sets its pointer to other. More... | |
void | swap (QScopedPointer< T, QDirectFBInterfaceCleanupHandler< T > > &other) |
Swap this pointer with other. More... | |
T * | take () |
Returns the value of the pointer referenced by this object. More... | |
~QScopedPointer () | |
Destroys this QScopedPointer object. More... | |
Additional Inherited Members | |
Public Types inherited from QScopedPointer< T, QDirectFBInterfaceCleanupHandler< T > > | |
typedef T * | pointer |
Protected Variables inherited from QScopedPointer< T, QDirectFBInterfaceCleanupHandler< T > > | |
T * | d |
Definition at line 227 of file qdirectfbpixmap.cpp.
|
inline |
Definition at line 230 of file qdirectfbpixmap.cpp.
|
inline |
Definition at line 103 of file qdirectfbconvenience.h.
|
inline |
Definition at line 107 of file qdirectfbconvenience.h.
Referenced by QDirectFbWindow::dfbSurface(), QDirectFbBlitterPlatformPixmap::fromDataBufferDescription(), QDirectFbInput::globalPoint(), QDirectFbInput::handleMouseEvents(), QDirectFbBlitter::QDirectFbBlitter(), QDirectFbInput::QDirectFbInput(), QDirectFbWindow::QDirectFbWindow(), QDirectFbWindowSurface::QDirectFbWindowSurface(), and QDirectFbWindow::setVisible().