![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <pluginmanager_p.h>
Public Types | |
| enum | ParseResult { ParseOk , ParseWarning , ParseError } |
| using | StringPropertyType = std::pair<qdesigner_internal::TextPropertyValidationMode, bool> |
Public Member Functions | |
| QDesignerCustomWidgetData (const QString &pluginPath=QString()) | |
| ParseResult | parseXml (const QString &xml, const QString &name, QString *errorMessage) |
| QDesignerCustomWidgetData (const QDesignerCustomWidgetData &) | |
| QDesignerCustomWidgetData & | operator= (const QDesignerCustomWidgetData &) |
| ~QDesignerCustomWidgetData () | |
| bool | isNull () const |
| QString | pluginPath () const |
| QString | xmlClassName () const |
| QString | xmlLanguage () const |
| QString | xmlAddPageMethod () const |
| QString | xmlExtends () const |
| QString | xmlDisplayName () const |
| bool | xmlStringPropertyType (const QString &name, StringPropertyType *type) const |
| QString | propertyToolTip (const QString &name) const |
Definition at line 36 of file pluginmanager_p.h.
| using QDesignerCustomWidgetData::StringPropertyType = std::pair<qdesigner_internal::TextPropertyValidationMode, bool> |
Definition at line 39 of file pluginmanager_p.h.
| Enumerator | |
|---|---|
| ParseOk | |
| ParseWarning | |
| ParseError | |
Definition at line 43 of file pluginmanager_p.h.
|
explicit |
Definition at line 132 of file pluginmanager.cpp.
| QDesignerCustomWidgetData::QDesignerCustomWidgetData | ( | const QDesignerCustomWidgetData & | o | ) |
Definition at line 137 of file pluginmanager.cpp.
| QDesignerCustomWidgetData::~QDesignerCustomWidgetData | ( | ) |
Definition at line 148 of file pluginmanager.cpp.
| bool QDesignerCustomWidgetData::isNull | ( | ) | const |
Definition at line 152 of file pluginmanager.cpp.
| QDesignerCustomWidgetData & QDesignerCustomWidgetData::operator= | ( | const QDesignerCustomWidgetData & | o | ) |
Definition at line 142 of file pluginmanager.cpp.
| QDesignerCustomWidgetData::ParseResult QDesignerCustomWidgetData::parseXml | ( | const QString & | xml, |
| const QString & | name, | ||
| QString * | errorMessage ) |
Definition at line 319 of file pluginmanager.cpp.
| QString QDesignerCustomWidgetData::pluginPath | ( | ) | const |
Definition at line 182 of file pluginmanager.cpp.
Definition at line 198 of file pluginmanager.cpp.
| QString QDesignerCustomWidgetData::xmlAddPageMethod | ( | ) | const |
Definition at line 167 of file pluginmanager.cpp.
| QString QDesignerCustomWidgetData::xmlClassName | ( | ) | const |
Definition at line 157 of file pluginmanager.cpp.
| QString QDesignerCustomWidgetData::xmlDisplayName | ( | ) | const |
Definition at line 177 of file pluginmanager.cpp.
| QString QDesignerCustomWidgetData::xmlExtends | ( | ) | const |
Definition at line 172 of file pluginmanager.cpp.
| QString QDesignerCustomWidgetData::xmlLanguage | ( | ) | const |
Definition at line 162 of file pluginmanager.cpp.
| bool QDesignerCustomWidgetData::xmlStringPropertyType | ( | const QString & | name, |
| StringPropertyType * | type ) const |
Definition at line 187 of file pluginmanager.cpp.