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
QMetaTypeModuleHelper Class Referenceabstract

#include <qmetatype_p.h>

+ Collaboration diagram for QMetaTypeModuleHelper:

Public Member Functions

virtual const QtPrivate::QMetaTypeInterfaceinterfaceForType (int) const =0
 
virtual bool convert (const void *, int, void *, int) const
 

Static Public Member Functions

static Q_WEAK_OVERLOAD constexpr auto makePair (int from, int to) -> quint64
 

Protected Member Functions

 QMetaTypeModuleHelper ()=default
 
 ~QMetaTypeModuleHelper ()=default
 

Detailed Description

Definition at line 41 of file qmetatype_p.h.

Constructor & Destructor Documentation

◆ QMetaTypeModuleHelper()

QMetaTypeModuleHelper::QMetaTypeModuleHelper ( )
protecteddefault

◆ ~QMetaTypeModuleHelper()

QMetaTypeModuleHelper::~QMetaTypeModuleHelper ( )
protecteddefault

Member Function Documentation

◆ convert()

bool QMetaTypeModuleHelper::convert ( const void * ,
int ,
void * ,
int  ) const
virtual

Definition at line 945 of file qmetatype.cpp.

◆ interfaceForType()

virtual const QtPrivate::QMetaTypeInterface * QMetaTypeModuleHelper::interfaceForType ( int ) const
pure virtual

◆ makePair()

static Q_WEAK_OVERLOAD constexpr auto QMetaTypeModuleHelper::makePair ( int from,
int to ) -> quint64
inlinestaticconstexpr

Definition at line 49 of file qmetatype_p.h.


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