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
QSvgRefCounter< T > Class Template Reference

#include <qsvgstyle_p.h>

+ Collaboration diagram for QSvgRefCounter< T >:

Public Member Functions

 QSvgRefCounter ()
 
 QSvgRefCounter (T *_t)
 
 QSvgRefCounter (const QSvgRefCounter &other)
 
QSvgRefCounteroperator= (T *_t)
 
QSvgRefCounteroperator= (const QSvgRefCounter &other)
 
 ~QSvgRefCounter ()
 
T * operator-> () const
 
 operator T* () const
 
bool isDefault () const
 

Detailed Description

template<class T>
class QSvgRefCounter< T >

Definition at line 35 of file qsvgstyle_p.h.

Constructor & Destructor Documentation

◆ QSvgRefCounter() [1/3]

template<class T >
QSvgRefCounter< T >::QSvgRefCounter ( )
inline

Definition at line 38 of file qsvgstyle_p.h.

◆ QSvgRefCounter() [2/3]

template<class T >
QSvgRefCounter< T >::QSvgRefCounter ( T * _t)
inline

Definition at line 39 of file qsvgstyle_p.h.

◆ QSvgRefCounter() [3/3]

template<class T >
QSvgRefCounter< T >::QSvgRefCounter ( const QSvgRefCounter< T > & other)
inline

Definition at line 45 of file qsvgstyle_p.h.

References other().

+ Here is the call graph for this function:

◆ ~QSvgRefCounter()

template<class T >
QSvgRefCounter< T >::~QSvgRefCounter ( )
inline

Definition at line 69 of file qsvgstyle_p.h.

Member Function Documentation

◆ isDefault()

template<class T >
bool QSvgRefCounter< T >::isDefault ( ) const
inline

Definition at line 78 of file qsvgstyle_p.h.

◆ operator T*()

template<class T >
QSvgRefCounter< T >::operator T* ( ) const
inline

Definition at line 76 of file qsvgstyle_p.h.

◆ operator->()

template<class T >
T * QSvgRefCounter< T >::operator-> ( ) const
inline

Definition at line 75 of file qsvgstyle_p.h.

◆ operator=() [1/2]

template<class T >
QSvgRefCounter & QSvgRefCounter< T >::operator= ( const QSvgRefCounter< T > & other)
inline

Definition at line 60 of file qsvgstyle_p.h.

References other().

+ Here is the call graph for this function:

◆ operator=() [2/2]

template<class T >
QSvgRefCounter & QSvgRefCounter< T >::operator= ( T * _t)
inline

Definition at line 51 of file qsvgstyle_p.h.


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