#include <CQuickObjectCompBase.h>
Component wrapper for the QML object.
Definition at line 22 of file CQuickObjectCompBase.h.
◆ CreateItem() [1/2]
| virtual QQuickItem * imtqml::CQuickObjectCompBase::CreateItem |
( |
QQmlEngine * |
enginePtr | ) |
const |
|
protectedvirtual |
Internal creation of the quick item using QML-engine.
◆ CreateItem() [2/2]
| virtual QQuickItem * imtqml::CQuickObjectCompBase::CreateItem |
( |
QQmlEngine * |
enginePtr, |
|
|
const QVariantMap & |
initialProperties |
|
) |
| const |
|
protectedvirtual |
Internal creation of the quick item using QML-engine using some properties for the engine initialization.
◆ OnItemCreated()
| virtual void imtqml::CQuickObjectCompBase::OnItemCreated |
( |
| ) |
|
|
protectedvirtual |
Callback method after the quick item was created. Default implementation does nothing.
◆ OnItemDestroyed()
| virtual void imtqml::CQuickObjectCompBase::OnItemDestroyed |
( |
| ) |
|
|
protectedvirtual |
Callback method before the quick item will be destroyed. Default implementation does nothing.