Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QT_BEGIN_NAMESPACE::PainterStateGuard Class Reference
+ Collaboration diagram for QT_BEGIN_NAMESPACE::PainterStateGuard:

Public Member Functions

 PainterStateGuard (QPainter *p)
 
 ~PainterStateGuard ()
 
void save ()
 
void restore ()
 
 PainterStateGuard (QPainter *p)
 
 ~PainterStateGuard ()
 
void save ()
 
void restore ()
 

Detailed Description

Definition at line 18 of file qdrawutil.cpp.

Constructor & Destructor Documentation

◆ PainterStateGuard() [1/2]

QT_BEGIN_NAMESPACE::PainterStateGuard::PainterStateGuard ( QPainter * p)
inlineexplicit

Definition at line 21 of file qdrawutil.cpp.

◆ ~PainterStateGuard() [1/2]

QT_BEGIN_NAMESPACE::PainterStateGuard::~PainterStateGuard ( )
inline

Definition at line 22 of file qdrawutil.cpp.

◆ PainterStateGuard() [2/2]

QT_BEGIN_NAMESPACE::PainterStateGuard::PainterStateGuard ( QPainter * p)
inlineexplicit

Definition at line 21 of file qdrawutil.cpp.

◆ ~PainterStateGuard() [2/2]

QT_BEGIN_NAMESPACE::PainterStateGuard::~PainterStateGuard ( )
inline

Definition at line 22 of file qdrawutil.cpp.

Member Function Documentation

◆ restore() [1/2]

void QT_BEGIN_NAMESPACE::PainterStateGuard::restore ( )
inline

Definition at line 34 of file qdrawutil.cpp.

◆ restore() [2/2]

void QT_BEGIN_NAMESPACE::PainterStateGuard::restore ( )
inline

Definition at line 34 of file qdrawutil.cpp.

◆ save() [1/2]

void QT_BEGIN_NAMESPACE::PainterStateGuard::save ( )
inline

Definition at line 28 of file qdrawutil.cpp.

◆ save() [2/2]

void QT_BEGIN_NAMESPACE::PainterStateGuard::save ( )
inline

Definition at line 28 of file qdrawutil.cpp.


The documentation for this class was generated from the following file: