Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QMetaTypeFunctionRegistry< T, Key > Class Template Reference
+ Collaboration diagram for QMetaTypeFunctionRegistry< T, Key >:

Public Member Functions

 ~QMetaTypeFunctionRegistry ()
 
bool contains (Key k) const
 
bool insertIfNotContains (Key k, const T &f)
 
const T * function (Key k) const
 
void remove (int from, int to)
 

Detailed Description

template<typename T, typename Key>
class QMetaTypeFunctionRegistry< T, Key >

Definition at line 1652 of file qmetatype.cpp.

Constructor & Destructor Documentation

◆ ~QMetaTypeFunctionRegistry()

template<typename T , typename Key >
QMetaTypeFunctionRegistry< T, Key >::~QMetaTypeFunctionRegistry ( )
inline

Definition at line 1655 of file qmetatype.cpp.

Member Function Documentation

◆ contains()

template<typename T , typename Key >
bool QMetaTypeFunctionRegistry< T, Key >::contains ( Key  k) const
inline

Definition at line 1661 of file qmetatype.cpp.

◆ function()

template<typename T , typename Key >
const T * QMetaTypeFunctionRegistry< T, Key >::function ( Key  k) const
inline

Definition at line 1678 of file qmetatype.cpp.

References it, and nullptr.

◆ insertIfNotContains()

template<typename T , typename Key >
bool QMetaTypeFunctionRegistry< T, Key >::insertIfNotContains ( Key  k,
const T &  f 
)
inline

Definition at line 1667 of file qmetatype.cpp.

References e.

◆ remove()

template<typename T , typename Key >
void QMetaTypeFunctionRegistry< T, Key >::remove ( int  from,
int  to 
)
inline

Definition at line 1685 of file qmetatype.cpp.

References Key.


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