#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 |
|
explicit |
QDesignerCustomWidgetData::QDesignerCustomWidgetData | ( | const QDesignerCustomWidgetData & | ) |
QDesignerCustomWidgetData::~QDesignerCustomWidgetData | ( | ) |
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::xmlAddPageMethod | ( | ) | const |
QString QDesignerCustomWidgetData::xmlClassName | ( | ) | const |
QString QDesignerCustomWidgetData::xmlDisplayName | ( | ) | const |
QString QDesignerCustomWidgetData::xmlExtends | ( | ) | const |
QString QDesignerCustomWidgetData::xmlLanguage | ( | ) | const |
Generated on Fri Jul 10 2015 | xTuple ERP Programmer Reference, Version 4.9.0 | 1.8.10 |