C
Qul::RootItem Class
class Qul::RootItemThe RootItem class is a public type used in Application::setRootItem(). More...
| Header: | #include <qul/rootitem.h> |
| Since: | Qt Quick Ultralite 1.2 |
Public Functions
| RootItem(const Qul::RootItem &) | |
| RootItem(Qul::RootItem &&) | |
| ~RootItem() | |
| Qul::RootItem & | operator=(Qul::RootItem &&) |
| Qul::RootItem & | operator=(const Qul::RootItem &) |
Detailed Description
RootItem is a base class of items defined in QML files. It has no public API, it is only the type that Application::setRootItem() accepts a pointer to. Pointers to types defined in generated headers corresponding to QML items are convertible to RootItem pointers.
Member Function Documentation
[delete] RootItem::RootItem(const Qul::RootItem &)
Copy-constructs an instance of RootItem. This function is deleted.
[delete] RootItem::RootItem(Qul::RootItem &&)
Move-constructs an instance of RootItem. This function is deleted.
[constexpr noexcept default] RootItem::~RootItem()
Destroys the instance of RootItem.
[delete] Qul::RootItem &RootItem::operator=(Qul::RootItem &&)
Move-assigns other to this RootItem instance. This function is deleted.
[delete] Qul::RootItem &RootItem::operator=(const Qul::RootItem &)
Copy-assigns other to this RootItem instance. This function is deleted.
Available under certain Qt licenses.
Find out more.