Home
last modified time | relevance | path

Searched refs:m_model (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dside.hpp70 return envelope_strategy_type(m_model); in get_envelope_strategy()
82 return disjoint_strategy_type(m_model); in get_disjoint_strategy()
89 : m_model(model) in geographic()
107 calc_t a1p = azimuth<calc_t, inverse_formula>(p1, p, m_model); in apply()
108 calc_t a12 = azimuth<calc_t, inverse_formula>(p1, p2, m_model); in apply()
129 Spheroid m_model; member in boost::geometry::strategy::side::geographic
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyinbar.cpp22 m_model = new QStringListModel; in PinyinBar()
23 view->setModel(m_model); in PinyinBar()
40 m_model->setStringList(data); in setStringList()
46 return m_model->rowCount(); in count()
H A Dpinyinbar.h19 QStringListModel *m_model;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dmodelmenu.cpp46 , m_model(0) in ModelMenu()
62 m_model = model; in setModel()
67 return m_model; in model()
158 int end = m_model->rowCount(parent); in createMenu()
166 QModelIndex idx = m_model->index(i, 0, parent); in createMenu()
167 if (m_model->hasChildren(idx)) { in createMenu()
H A Ddownloadmanager.cpp347 m_model = new DownloadModel(this); in DownloadManager()
348 downloadsView->setModel(m_model); in DownloadManager()
397 m_model->beginInsertRows(QModelIndex(), row, row); in addItem()
399 m_model->endInsertRows(); in addItem()
403 downloadsView->setIndexWidget(m_model->index(row, 0), item); in addItem()
434 m_model->removeRow(row); in updateRow()
518 m_model->removeRows(0, m_downloads.count()); in cleanup()
H A Dmodelmenu.h92 QAbstractItemModel *m_model; variable
H A Ddownloadmanager.h129 DownloadModel *m_model; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp93 : QMapObjectViewPrivate(other.q), m_model(other.model()), m_delegate(other.delegate()) in QMapObjectViewPrivateDefault()
104 return m_model; in model()
109 m_model = model; in setModel()
H A Dqmapobjectview_p_p.h95 QVariant m_model; variable