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
QQmlTranslationPropertyBindingFunctorBase Struct Reference

#include <qqmlpropertybinding_p.h>

Inheritance diagram for QQmlTranslationPropertyBindingFunctorBase:
Collaboration diagram for QQmlTranslationPropertyBindingFunctorBase:

Public Member Functions

const QQmlRefPointer< QV4::ExecutableCompilationUnit > & compilationUnit () const

Protected Member Functions

 QQmlTranslationPropertyBindingFunctorBase (const QQmlRefPointer< QV4::ExecutableCompilationUnit > &compilationUnit)
template<typename TranslateWithUnit>
bool translate (QMetaType metaType, void *dataPtr, TranslateWithUnit &&translateWithUnit) const

Detailed Description

Definition at line 189 of file qqmlpropertybinding_p.h.

Constructor & Destructor Documentation

◆ QQmlTranslationPropertyBindingFunctorBase()

QQmlTranslationPropertyBindingFunctorBase::QQmlTranslationPropertyBindingFunctorBase ( const QQmlRefPointer< QV4::ExecutableCompilationUnit > & compilationUnit)
inlineprotected

Definition at line 198 of file qqmlpropertybinding_p.h.

References QQmlTranslationPropertyBindingFunctorBase().

Referenced by QQmlTranslationPropertyBindingFunctorBase().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ compilationUnit()

const QQmlRefPointer< QV4::ExecutableCompilationUnit > & QQmlTranslationPropertyBindingFunctorBase::compilationUnit ( ) const
inline

Definition at line 192 of file qqmlpropertybinding_p.h.

◆ translate()

template<typename TranslateWithUnit>
bool QQmlTranslationPropertyBindingFunctorBase::translate ( QMetaType metaType,
void * dataPtr,
TranslateWithUnit && translateWithUnit ) const
inlineprotected

Definition at line 205 of file qqmlpropertybinding_p.h.


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