Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 ()
 

Detailed Description

Definition at line 17 of file qdrawutil.cpp.

Constructor & Destructor Documentation

◆ PainterStateGuard()

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

Definition at line 20 of file qdrawutil.cpp.

◆ ~PainterStateGuard()

QT_BEGIN_NAMESPACE::PainterStateGuard::~PainterStateGuard ( )
inline

Definition at line 21 of file qdrawutil.cpp.

Member Function Documentation

◆ restore()

void QT_BEGIN_NAMESPACE::PainterStateGuard::restore ( )
inline

Definition at line 33 of file qdrawutil.cpp.

◆ save()

void QT_BEGIN_NAMESPACE::PainterStateGuard::save ( )
inline

Definition at line 27 of file qdrawutil.cpp.


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