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
QQmlSA::PropertyPassBuilder Class Reference

#include <qqmlsa_p.h>

Collaboration diagram for QQmlSA::PropertyPassBuilder:

Public Member Functions

 PropertyPassBuilder (PassManager *passManager)
 PropertyPassBuilder ()=delete
 ~PropertyPassBuilder ()
PropertyPassBuilderwithOnBinding (GenericPropertyPass::OnBinding onBinding)
PropertyPassBuilderwithOnRead (GenericPropertyPass::OnRead onRead)
PropertyPassBuilderwithOnCall (GenericPropertyPass::OnCall onCall)
PropertyPassBuilderwithOnWrite (GenericPropertyPass::OnWrite onWrite)
void registerOn (QAnyStringView module, QAnyStringView type, QAnyStringView property)
void registerOnBuiltin (QAnyStringView type, QAnyStringView property)

Detailed Description

Definition at line 336 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ PropertyPassBuilder() [1/2]

QQmlSA::PropertyPassBuilder::PropertyPassBuilder ( PassManager * passManager)
inline

Definition at line 339 of file qqmlsa_p.h.

References PropertyPassBuilder().

Referenced by PropertyPassBuilder().

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

◆ PropertyPassBuilder() [2/2]

QQmlSA::PropertyPassBuilder::PropertyPassBuilder ( )
delete

◆ ~PropertyPassBuilder()

QQmlSA::PropertyPassBuilder::~PropertyPassBuilder ( )
inline

Definition at line 347 of file qqmlsa_p.h.

Member Function Documentation

◆ registerOn()

void QQmlSA::PropertyPassBuilder::registerOn ( QAnyStringView module,
QAnyStringView type,
QAnyStringView property )
inline

Definition at line 380 of file qqmlsa_p.h.

◆ registerOnBuiltin()

void QQmlSA::PropertyPassBuilder::registerOnBuiltin ( QAnyStringView type,
QAnyStringView property )
inline

Definition at line 386 of file qqmlsa_p.h.

◆ withOnBinding()

PropertyPassBuilder & QQmlSA::PropertyPassBuilder::withOnBinding ( GenericPropertyPass::OnBinding onBinding)
inline

Definition at line 352 of file qqmlsa_p.h.

◆ withOnCall()

PropertyPassBuilder & QQmlSA::PropertyPassBuilder::withOnCall ( GenericPropertyPass::OnCall onCall)
inline

Definition at line 366 of file qqmlsa_p.h.

◆ withOnRead()

PropertyPassBuilder & QQmlSA::PropertyPassBuilder::withOnRead ( GenericPropertyPass::OnRead onRead)
inline

Definition at line 359 of file qqmlsa_p.h.

◆ withOnWrite()

PropertyPassBuilder & QQmlSA::PropertyPassBuilder::withOnWrite ( GenericPropertyPass::OnWrite onWrite)
inline

Definition at line 373 of file qqmlsa_p.h.


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