![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <helpprojectwriter.h>
Public Types | |
| using | NodeStatusSet = QSet<unsigned char> |
Public Attributes | |
| QString | m_name {} |
| QString | m_helpNamespace {} |
| QString | m_virtualFolder {} |
| QString | m_version {} |
| QString | m_fileName {} |
| QString | m_indexRoot {} |
| QString | m_indexTitle {} |
| QList< Keyword > | m_keywords {} |
| QSet< QString > | m_files {} |
| QSet< QString > | m_extraFiles {} |
| QSet< QString > | m_filterAttributes {} |
| QHash< QString, QSet< QString > > | m_customFilters {} |
| QSet< QString > | m_excluded {} |
| QList< SubProject > | m_subprojects {} |
| QHash< const Node *, NodeStatusSet > | m_memberStatus {} |
| bool | m_includeIndexNodes {} |
Definition at line 57 of file helpprojectwriter.h.
| using HelpProject::NodeStatusSet = QSet<unsigned char> |
Definition at line 59 of file helpprojectwriter.h.
Definition at line 72 of file helpprojectwriter.h.
Definition at line 73 of file helpprojectwriter.h.
Definition at line 70 of file helpprojectwriter.h.
| QString HelpProject::m_fileName {} |
Definition at line 65 of file helpprojectwriter.h.
Definition at line 69 of file helpprojectwriter.h.
Definition at line 71 of file helpprojectwriter.h.
| QString HelpProject::m_helpNamespace {} |
Definition at line 62 of file helpprojectwriter.h.
| bool HelpProject::m_includeIndexNodes {} |
Definition at line 76 of file helpprojectwriter.h.
| QString HelpProject::m_indexRoot {} |
Definition at line 66 of file helpprojectwriter.h.
| QString HelpProject::m_indexTitle {} |
Definition at line 67 of file helpprojectwriter.h.
Definition at line 68 of file helpprojectwriter.h.
| QHash<const Node *, NodeStatusSet> HelpProject::m_memberStatus {} |
Definition at line 75 of file helpprojectwriter.h.
| QString HelpProject::m_name {} |
Definition at line 61 of file helpprojectwriter.h.
| QList<SubProject> HelpProject::m_subprojects {} |
Definition at line 74 of file helpprojectwriter.h.
| QString HelpProject::m_version {} |
Definition at line 64 of file helpprojectwriter.h.
| QString HelpProject::m_virtualFolder {} |
Definition at line 63 of file helpprojectwriter.h.