Searched refs:SatelliteModel (Results 1 – 4 of 4) sorted by relevance
55 SatelliteModel::SatelliteModel(QObject *parent) : in SatelliteModel() function in SatelliteModel81 int SatelliteModel::rowCount(const QModelIndex &parent) const in rowCount()90 QVariant SatelliteModel::data(const QModelIndex &index, int role) const in data()127 QHash<int, QByteArray> SatelliteModel::roleNames() const in roleNames()138 void SatelliteModel::componentComplete() in componentComplete()145 bool SatelliteModel::running() const in running()150 bool SatelliteModel::isSingleRequest() const in isSingleRequest()155 void SatelliteModel::setSingleRequest(bool single) in setSingleRequest()168 void SatelliteModel::setRunning(bool isActive) in setRunning()205 int SatelliteModel::entryCount() const in entryCount()[all …]
63 class SatelliteModel : public QAbstractListModel, public QQmlParserStatus in QT_FORWARD_DECLARE_CLASS()72 explicit SatelliteModel(QObject *parent = 0); in QT_FORWARD_DECLARE_CLASS()132 QML_DECLARE_TYPE(SatelliteModel)
60 qmlRegisterType<SatelliteModel>("Local", 1, 0, "SatelliteModel"); in main()
59 SatelliteModel {