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
qdesigner_internal::ModelRecursionContext Struct Reference
+ Collaboration diagram for qdesigner_internal::ModelRecursionContext:

Public Member Functions

 ModelRecursionContext (QDesignerFormEditorInterface *core, const QString &sepName)
 
 ModelRecursionContext (QDesignerFormEditorInterface *core, const QString &sepName)
 

Public Attributes

const QString designerPrefix
 
const QString separator
 
QDesignerFormEditorInterfacecore
 
const QDesignerWidgetDataBaseInterfacedb
 
const QDesignerMetaDataBaseInterfacemdb
 

Detailed Description

Definition at line 82 of file objectinspectormodel.cpp.

Constructor & Destructor Documentation

◆ ModelRecursionContext() [1/2]

qdesigner_internal::ModelRecursionContext::ModelRecursionContext ( QDesignerFormEditorInterface * core,
const QString & sepName )
explicit

Definition at line 93 of file objectinspectormodel.cpp.

References ModelRecursionContext(), and core.

Referenced by ModelRecursionContext().

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

◆ ModelRecursionContext() [2/2]

qdesigner_internal::ModelRecursionContext::ModelRecursionContext ( QDesignerFormEditorInterface * core,
const QString & sepName )
explicit

Member Data Documentation

◆ core

QDesignerFormEditorInterface * qdesigner_internal::ModelRecursionContext::core

Definition at line 88 of file objectinspectormodel.cpp.

Referenced by ModelRecursionContext().

◆ db

const QDesignerWidgetDataBaseInterface * qdesigner_internal::ModelRecursionContext::db

Definition at line 89 of file objectinspectormodel.cpp.

◆ designerPrefix

const QString qdesigner_internal::ModelRecursionContext::designerPrefix

Definition at line 85 of file objectinspectormodel.cpp.

◆ mdb

const QDesignerMetaDataBaseInterface * qdesigner_internal::ModelRecursionContext::mdb

Definition at line 90 of file objectinspectormodel.cpp.

◆ separator

const QString qdesigner_internal::ModelRecursionContext::separator

Definition at line 86 of file objectinspectormodel.cpp.


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