#include <pluginmanager_p.h>
Public Types | |
| enum | ParseResult { ParseOk, ParseWarning, ParseError } |
Public Member Functions | |
| QDesignerCustomWidgetData (const QString &pluginPath=QString()) | |
| QDesignerCustomWidgetData (const QDesignerCustomWidgetData &) | |
| ~QDesignerCustomWidgetData () | |
| bool | isNull () const |
| QDesignerCustomWidgetData & | operator= (const QDesignerCustomWidgetData &) |
| ParseResult | parseXml (const QString &xml, const QString &name, QString *errorMessage) |
| QString | pluginPath () const |
| QString | xmlAddPageMethod () const |
| QString | xmlClassName () const |
| QString | xmlDisplayName () const |
| QString | xmlExtends () const |
| QString | xmlLanguage () const |
| QDesignerCustomWidgetData::QDesignerCustomWidgetData | ( | const QString & | pluginPath = QString() | ) | [explicit] |
| bool QDesignerCustomWidgetData::isNull | ( | ) | const |
| QDesignerCustomWidgetData& QDesignerCustomWidgetData::operator= | ( | const QDesignerCustomWidgetData & | ) |
| ParseResult QDesignerCustomWidgetData::parseXml | ( | const QString & | xml, |
| const QString & | name, | ||
| QString * | errorMessage | ||
| ) |
| QString QDesignerCustomWidgetData::pluginPath | ( | ) | const |
| QString QDesignerCustomWidgetData::xmlExtends | ( | ) | const |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|