equal
deleted
inserted
replaced
76 |
76 |
77 QString realClassName(const QString &className) const; |
77 QString realClassName(const QString &className) const; |
78 |
78 |
79 bool extends(const QString &className, const QLatin1String &baseClassName) const; |
79 bool extends(const QString &className, const QLatin1String &baseClassName) const; |
80 |
80 |
|
81 bool isCustomWidgetContainer(const QString &className) const; |
|
82 |
81 private: |
83 private: |
82 typedef QMap<QString, DomCustomWidget*> NameCustomWidgetMap; |
84 typedef QMap<QString, DomCustomWidget*> NameCustomWidgetMap; |
83 NameCustomWidgetMap m_customWidgets; |
85 NameCustomWidgetMap m_customWidgets; |
84 bool m_scriptsActivated; |
86 bool m_scriptsActivated; |
85 }; |
87 }; |