Home
last modified time | relevance | path

Searched refs:QDeclarativeLocationTestModel (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel.cpp36 QDeclarativeLocationTestModel::QDeclarativeLocationTestModel(QObject *parent): in QDeclarativeLocationTestModel() function in QDeclarativeLocationTestModel
48 QDeclarativeLocationTestModel::~QDeclarativeLocationTestModel() in ~QDeclarativeLocationTestModel()
58 void QDeclarativeLocationTestModel::timerFired() in timerFired()
70 void QDeclarativeLocationTestModel::componentComplete() in componentComplete()
77 int QDeclarativeLocationTestModel::datacount() const in datacount()
82 void QDeclarativeLocationTestModel::setDatacount(int datacount) in setDatacount()
91 int QDeclarativeLocationTestModel::delay() const in delay()
96 void QDeclarativeLocationTestModel::setDelay(int delay) in setDelay()
104 QString QDeclarativeLocationTestModel::datatype() const in datatype()
109 void QDeclarativeLocationTestModel::setDatatype(QString datatype) in setDatatype()
[all …]
H A Dqdeclarativelocationtestmodel_p.h54 class QDeclarativeLocationTestModel : public QAbstractListModel, public QQmlParserStatus
65 QDeclarativeLocationTestModel(QObject* parent = 0);
66 ~QDeclarativeLocationTestModel();
H A Dlocationtest.cpp57 qmlRegisterType<QDeclarativeLocationTestModel>(uri, 5, 5, "TestModel"); in registerTypes()