#include <contextview.h>
|
| | ContextView (QQuickItem *parent=nullptr) |
| |
| | ContextView (const QString &qmlview, QQuickItem *parent=nullptr) |
| |
| Q_INVOKABLE QQuickItem * | getView () const |
| |
| void | addModel (QObject *model, const QString &name) |
| |
| QObject * | getModel (const QString &name) const |
| |
| dnai::views::ContextView::ContextView |
( |
QQuickItem * |
parent = nullptr | ) |
|
|
explicit |
| dnai::views::ContextView::ContextView |
( |
const QString & |
qmlview, |
|
|
QQuickItem * |
parent = nullptr |
|
) |
| |
|
explicit |
| void dnai::views::ContextView::addModel |
( |
QObject * |
model, |
|
|
const QString & |
name |
|
) |
| |
| QObject * dnai::views::ContextView::getModel |
( |
const QString & |
name | ) |
const |
| QQuickItem * dnai::views::ContextView::getView |
( |
| ) |
const |
| void dnai::views::ContextView::initView |
( |
const QString & |
path | ) |
|
|
private |
| void dnai::views::ContextView::updateProgress |
( |
float |
percent | ) |
|
|
private |
| QMap<QString, QObject *> dnai::views::ContextView::m_models |
|
private |
| float dnai::views::ContextView::m_progess |
|
private |
| QQuickItem* dnai::views::ContextView::m_view |
|
private |
The documentation for this class was generated from the following files: