Qt 6.x
The Qt SDK
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 272 of file qfontengine_p.h.

Constructor & Destructor Documentation

◆ Holder() [1/3]

QFontEngine::Holder::Holder ( )
inline

Definition at line 276 of file qfontengine_p.h.

◆ Holder() [2/3]

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

Definition at line 277 of file qfontengine_p.h.

◆ ~Holder()

QFontEngine::Holder::~Holder ( )
inline

Definition at line 278 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 279 of file qfontengine_p.h.

Member Function Documentation

◆ get()

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

Definition at line 292 of file qfontengine_p.h.

References ptr().

Referenced by hb_qt_face_get_for_engine(), hb_qt_font_get_for_engine(), and 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 300 of file qfontengine_p.h.

◆ operator!()

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

Definition at line 302 of file qfontengine_p.h.

References ptr().

+ Here is the call graph for this function:

◆ release()

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

Definition at line 293 of file qfontengine_p.h.

References ptr().

+ Here is the call graph for this function:

◆ reset()

void QFontEngine::Holder::reset ( )
inlinenoexcept

Definition at line 299 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 286 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: