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
QFontEngine::Holder Class Reference

#include <qfontengine_p.h>

+ Collaboration diagram for QFontEngine::Holder:

Public Member Functions

 Holder ()
 
 Holder (void *p, qt_destroy_func_t d)
 
 ~Holder ()
 
 Holder (Holder &&other) noexcept
 
void swap (Holder &other) noexcept
 
voidget () const noexcept
 
voidrelease () noexcept
 
void reset () noexcept
 
qt_destroy_func_t get_deleter () const noexcept
 
bool operator! () const noexcept
 

Detailed Description

Definition at line 278 of file qfontengine_p.h.

Constructor & Destructor Documentation

◆ Holder() [1/3]

QFontEngine::Holder::Holder ( )
inline

Definition at line 282 of file qfontengine_p.h.

◆ Holder() [2/3]

QFontEngine::Holder::Holder ( void * p,
qt_destroy_func_t d )
inlineexplicit

Definition at line 283 of file qfontengine_p.h.

◆ ~Holder()

QFontEngine::Holder::~Holder ( )
inline

Definition at line 284 of file qfontengine_p.h.

References ptr().

+ Here is the call graph for this function:

◆ Holder() [3/3]

QFontEngine::Holder::Holder ( Holder && other)
inlinenoexcept

Definition at line 285 of file qfontengine_p.h.

Member Function Documentation

◆ get()

void * QFontEngine::Holder::get ( ) const
inlinenoexcept

Definition at line 298 of file qfontengine_p.h.

References ptr().

Referenced by QFontEngineFT::init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get_deleter()

qt_destroy_func_t QFontEngine::Holder::get_deleter ( ) const
inlinenoexcept

Definition at line 306 of file qfontengine_p.h.

◆ operator!()

bool QFontEngine::Holder::operator! ( ) const
inlinenoexcept

Definition at line 308 of file qfontengine_p.h.

References ptr().

+ Here is the call graph for this function:

◆ release()

void * QFontEngine::Holder::release ( )
inlinenoexcept

Definition at line 299 of file qfontengine_p.h.

References ptr().

+ Here is the call graph for this function:

◆ reset()

void QFontEngine::Holder::reset ( )
inlinenoexcept

Definition at line 305 of file qfontengine_p.h.

References swap().

+ Here is the call graph for this function:

◆ swap()

void QFontEngine::Holder::swap ( Holder & other)
inlinenoexcept

Definition at line 292 of file qfontengine_p.h.

References other(), ptr(), and qSwap().

Referenced by reset().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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