Clases |
struct | Connection |
struct | CustomWidget |
struct | Function |
struct | Include |
struct | MetaInfo |
struct | Property |
struct | Variable |
Métodos públicos |
| MetaDataBase () |
Métodos públicos estáticos |
static void | clearDataBase () |
static void | addEntry (QObject *o) |
static void | removeEntry (QObject *o) |
static void | setPropertyChanged (QObject *o, const QString &property, bool changed) |
static bool | isPropertyChanged (QObject *o, const QString &property) |
static void | setPropertyComment (QObject *o, const QString &property, const QString &comment) |
static QString | propertyComment (QObject *o, const QString &property) |
static QStringList | changedProperties (QObject *o) |
static void | setFakeProperty (QObject *o, const QString &property, const QVariant &value) |
static QVariant | fakeProperty (QObject *o, const QString &property) |
static QMap< QString, QVariant > * | fakeProperties (QObject *o) |
static void | setSpacing (QObject *o, int spacing) |
static int | spacing (QObject *o) |
static void | setMargin (QObject *o, int margin) |
static int | margin (QObject *o) |
static void | setResizeMode (QObject *o, const QString &mode) |
static QString | resizeMode (QObject *o) |
static void | addConnection (QObject *o, QObject *sender, const QCString &signal, QObject *receiver, const QCString &slot, bool addCode=TRUE) |
static void | removeConnection (QObject *o, QObject *sender, const QCString &signal, QObject *receiver, const QCString &slot) |
static bool | hasConnection (QObject *o, QObject *sender, const QCString &signal, QObject *receiver, const QCString &slot) |
static void | setupConnections (QObject *o, const QValueList< LanguageInterface::Connection > &conns) |
static QValueList< Connection > | connections (QObject *o) |
static QValueList< Connection > | connections (QObject *o, QObject *sender, QObject *receiver) |
static QValueList< Connection > | connections (QObject *o, QObject *object) |
static void | doConnections (QObject *o) |
static void | addFunction (QObject *o, const QCString &function, const QString &specifier, const QString &access, const QString &type, const QString &language, const QString &returnType) |
static void | removeFunction (QObject *o, const QCString &function, const QString &specifier, const QString &access, const QString &type, const QString &language, const QString &returnType) |
static void | removeFunction (QObject *o, const QString &function) |
static QValueList< Function > | functionList (QObject *o, bool onlyFunctions=FALSE) |
static QValueList< Function > | slotList (QObject *o) |
static bool | isSlotUsed (QObject *o, const QCString &slot) |
static bool | hasFunction (QObject *o, const QCString &function, bool onlyCustom=FALSE) |
static bool | hasSlot (QObject *o, const QCString &slot, bool onlyCustom=FALSE) |
static void | changeFunction (QObject *o, const QString &function, const QString &newName, const QString &returnType) |
static void | changeFunctionAttributes (QObject *o, const QString &oldName, const QString &newName, const QString &specifier, const QString &access, const QString &type, const QString &language, const QString &returnType) |
static QString | languageOfFunction (QObject *o, const QCString &function) |
static void | setFunctionList (QObject *o, const QValueList< Function > &functionList) |
static bool | addCustomWidget (CustomWidget *w) |
static void | removeCustomWidget (CustomWidget *w) |
static QPtrList< CustomWidget > * | customWidgets () |
static CustomWidget * | customWidget (int id) |
static bool | isWidgetNameUsed (CustomWidget *w) |
static bool | hasCustomWidget (const QString &className) |
static void | setTabOrder (QWidget *w, const QWidgetList &order) |
static QWidgetList | tabOrder (QWidget *w) |
static void | setIncludes (QObject *o, const QValueList< Include > &incs) |
static QValueList< Include > | includes (QObject *o) |
static void | setForwards (QObject *o, const QStringList &fwds) |
static QStringList | forwards (QObject *o) |
static void | setVariables (QObject *o, const QValueList< Variable > &vars) |
static void | addVariable (QObject *o, const QString &name, const QString &access) |
static void | removeVariable (QObject *o, const QString &name) |
static QValueList< Variable > | variables (QObject *o) |
static bool | hasVariable (QObject *o, const QString &name) |
static QString | extractVariableName (const QString &name) |
static void | setSignalList (QObject *o, const QStringList &sigs) |
static QStringList | signalList (QObject *o) |
static void | setMetaInfo (QObject *o, MetaInfo mi) |
static MetaInfo | metaInfo (QObject *o) |
static void | setCursor (QWidget *w, const QCursor &c) |
static QCursor | cursor (QWidget *w) |
static void | setPixmapArgument (QObject *o, int pixmap, const QString &arg) |
static QString | pixmapArgument (QObject *o, int pixmap) |
static void | clearPixmapArguments (QObject *o) |
static void | setPixmapKey (QObject *o, int pixmap, const QString &arg) |
static QString | pixmapKey (QObject *o, int pixmap) |
static void | clearPixmapKeys (QObject *o) |
static void | setColumnFields (QObject *o, const QMap< QString, QString > &columnFields) |
static QMap< QString, QString > | columnFields (QObject *o) |
static void | setEditor (const QStringList &langs) |
static bool | hasEditor (const QString &lang) |
static void | setupInterfaceManagers (const QString &plugDir) |
static QStringList | languages () |
static LanguageInterface * | languageInterface (const QString &lang) |
static QString | normalizeFunction (const QString &f) |
static void | clear (QObject *o) |
static void | setBreakPoints (QObject *o, const QValueList< uint > &l) |
static void | setBreakPointCondition (QObject *o, int line, const QString &condition) |
static QValueList< uint > | breakPoints (QObject *o) |
static QString | breakPointCondition (QObject *o, int line) |
static void | setExportMacro (QObject *o, const QString ¯o) |
static QString | exportMacro (QObject *o) |
static bool | hasObject (QObject *o) |
Database which stores meta data of widgets.
The MetaDataBase stores meta information of widgets, which are not stored directly in widgets (properties). This is e.g. the information which properties have been modified.
La documentación para esta clase fue generada a partir de los siguientes ficheros: