|
DtkDeclarative
DTK Declarative module
|
Public 成员函数 | |
| DAppLoaderPrivate (DAppLoader *qq) | |
| void | ensureLoadPreload () |
| void | ensureLoadMain () |
| void | destoryIncubator (QQmlIncubator *incubator) |
| QQmlContext * | creationContext (QQmlComponent *component, QObject *obj) |
| bool | createObjects (const char *propertyName) |
| void | createChildComponents () |
| void | initRootItem (QQuickItem *item) |
| void | updateRootItemSize (QQuickItem *item) |
| virtual void | itemGeometryChanged (QQuickItem *, QQuickGeometryChange, const QRectF &) override |
| void | findWindowContentItem () |
| void | finishedLoaded () |
| void | createOverlay () |
| void | clearOverlay () |
| void | _q_onPreloadCreated (QObject *obj, const QUrl &) |
| void | _q_onMainComponentStatusChanged (QQmlComponent::Status status) |
| void | _q_onComponentProgressChanged () |
静态 Public 成员函数 | |
| static QStringList | buildinPluginPaths () |
Public 属性 | |
| QString | appid |
| QStringList | pluginPaths |
| QQmlApplicationEngine * | engine |
| QList< QQmlIncubator * > | incubators |
| DQuickAppLoaderItem * | appRootItem |
| QQuickItem * | loadingOverlay |
| QPointer< QQuickItem > | windowContentItem |
| QQuickTransition * | exitedTransition |
| QQuickWindow * | appWindow |
| QQmlComponent * | mainComponent |
| bool | overlayUsingParentSize |
| bool | duringTransition |
| DWindowOverlayTransitionManager | transitionManager |
| QHash< QQmlComponent *, QQmlContext * > | itemContextMap |
| QScopedPointer< DQmlAppPreloadInterface > | preloadInstance |
| QScopedPointer< DQmlAppMainWindowInterface > | mainInstance |
| QScopedPointer< QGuiApplication > | app |
友元 | |
| class | DQmlComponentIncubator |