![]() |
Qt 6.x
The Qt SDK
|
#include <customwidgetsinfo.h>
Inheritance diagram for CustomWidgetsInfo:
Collaboration diagram for CustomWidgetsInfo:Additional Inherited Members | |
Public Types inherited from TreeWalker | |
| using | DomWidgets = QList< DomWidget * > |
Definition at line 16 of file customwidgetsinfo.h.
|
default |
|
overridevirtual |
Reimplemented from TreeWalker.
Definition at line 30 of file customwidgetsinfo.cpp.
References DomCustomWidget::elementClass(), QMap< Key, T >::insert(), and QString::isEmpty().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from TreeWalker.
Definition at line 25 of file customwidgetsinfo.cpp.
References TreeWalker::acceptCustomWidgets().
Referenced by acceptUI().
Here is the call graph for this function:
Here is the caller graph for this function:Reimplemented from TreeWalker.
Definition at line 17 of file customwidgetsinfo.cpp.
References acceptCustomWidgets(), QMap< Key, T >::clear(), and DomUI::elementCustomWidgets().
Referenced by Uic::write().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 26 of file customwidgetsinfo.h.
References QMap< Key, T >::value().
Referenced by extends(), and extendsOneOf().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 104 of file customwidgetsinfo.cpp.
References QMap< Key, T >::value().
Here is the call graph for this function:| bool CustomWidgetsInfo::extends | ( | const QString & | className, |
| QAnyStringView | baseClassName | ||
| ) | const |
Definition at line 38 of file customwidgetsinfo.cpp.
References className, customWidget(), and extends().
Referenced by CPP::WriteInitialization::acceptWidget(), WriteIncludesBase::add(), Python::WriteImports::doAdd(), extends(), extendsOneOf(), isAmbiguousSignal(), and simpleContainerAddPageMethod().
Here is the call graph for this function:
Here is the caller graph for this function:| bool CustomWidgetsInfo::extendsOneOf | ( | const QString & | className, |
| const QStringList & | baseClassNames | ||
| ) | const |
Definition at line 55 of file customwidgetsinfo.cpp.
References className, customWidget(), and extends().
Referenced by WriteIncludesBase::add(), isAmbiguousSignal(), Uic::isButton(), Uic::isContainer(), and Uic::isMenu().
Here is the call graph for this function:
Here is the caller graph for this function:| bool CustomWidgetsInfo::isAmbiguousSignal | ( | const QString & | className, |
| const QString & | signalSignature | ||
| ) | const |
Definition at line 83 of file customwidgetsinfo.cpp.
References className, extends(), extendsOneOf(), and QString::startsWith().
Referenced by CPP::WriteInitialization::acceptConnection().
Here is the call graph for this function:
Here is the caller graph for this function:| bool CustomWidgetsInfo::isCustomWidgetContainer | ( | const QString & | className | ) | const |
Definition at line 73 of file customwidgetsinfo.cpp.
References className, and QMap< Key, T >::value().
Referenced by CPP::WriteInitialization::acceptWidget().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 96 of file customwidgetsinfo.cpp.
References className.
Referenced by CPP::WriteDeclaration::acceptWidget().
Here is the caller graph for this function:Definition at line 112 of file customwidgetsinfo.cpp.
References extends().
Here is the call graph for this function: