Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cppwriteincludes.h>
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) |
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 WriteIncludesBase::WriteIncludesBase(), classInfoEntries(), and Uic::output().
Referenced by Uic::write().
|
overridevirtual |
Reimplemented from TreeWalker.
Definition at line 145 of file cppwriteincludes.cpp.
Reimplemented from TreeWalker.
Definition at line 55 of file cppwriteincludes.cpp.
References WriteIncludesBase::acceptUI().
Referenced by Uic::write().
|
overrideprotectedvirtual |
Implements WriteIncludesBase.
Definition at line 121 of file cppwriteincludes.cpp.
|
inlineprotected |
Definition at line 28 of file cppwriteincludes.h.