![]() |
Qt 6.x
The Qt SDK
|
#include <cppwriteincludes.h>
Inheritance diagram for CPP::WriteIncludes:
Collaboration diagram for CPP::WriteIncludes:Protected Member Functions | |
| QTextStream & | output () const |
| void | doAdd (const QString &className, const DomCustomWidget *dcw=nullptr) override |
Protected Member Functions inherited from WriteIncludesBase | |
| void | add (const QString &className, const DomCustomWidget *dcw=nullptr) |
| virtual void | doAdd (const QString &className, const DomCustomWidget *dcw=nullptr)=0 |
| const Uic * | uic () const |
| Uic * | uic () |
Additional Inherited Members | |
Public Types inherited from TreeWalker | |
| using | DomWidgets = QList< DomWidget * > |
Definition at line 19 of file cppwriteincludes.h.
| CPP::WriteIncludes::WriteIncludes | ( | Uic * | uic | ) |
Definition at line 34 of file cppwriteincludes.cpp.
References classInfoEntries(), QString::contains(), e, header(), QMap< Key, T >::insert(), and moduleHeader().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from TreeWalker.
Definition at line 145 of file cppwriteincludes.cpp.
References DomInclude::attributeLocation(), global, DomInclude::hasAttributeLocation(), and DomInclude::text().
Here is the call graph for this function:Reimplemented from TreeWalker.
Definition at line 55 of file cppwriteincludes.cpp.
References WriteIncludesBase::acceptUI(), QSet< T >::clear(), Option::includeFile, Uic::option(), and WriteIncludesBase::uic().
Referenced by Uic::write().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Implements WriteIncludesBase.
Definition at line 121 of file cppwriteincludes.cpp.
References className.
|
inlineprotected |
Definition at line 28 of file cppwriteincludes.h.