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
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 36 of file qsvgstyle_p.h.

Constructor & Destructor Documentation

◆ QSvgRefCounter() [1/3]

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

Definition at line 39 of file qsvgstyle_p.h.

◆ QSvgRefCounter() [2/3]

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

Definition at line 40 of file qsvgstyle_p.h.

◆ QSvgRefCounter() [3/3]

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

Definition at line 46 of file qsvgstyle_p.h.

◆ ~QSvgRefCounter()

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

Definition at line 70 of file qsvgstyle_p.h.

Member Function Documentation

◆ isDefault()

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

Definition at line 79 of file qsvgstyle_p.h.

◆ operator T*()

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

Definition at line 77 of file qsvgstyle_p.h.

◆ operator->()

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

Definition at line 76 of file qsvgstyle_p.h.

◆ operator=() [1/2]

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

Definition at line 61 of file qsvgstyle_p.h.

◆ operator=() [2/2]

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

Definition at line 52 of file qsvgstyle_p.h.


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