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 D | side.hpp | 70 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 D | pinyinbar.cpp | 22 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 D | pinyinbar.h | 19 QStringListModel *m_model;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | modelmenu.cpp | 46 , 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 D | downloadmanager.cpp | 347 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 D | modelmenu.h | 92 QAbstractItemModel *m_model; variable
|
| H A D | downloadmanager.h | 129 DownloadModel *m_model; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview.cpp | 93 : 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 D | qmapobjectview_p_p.h | 95 QVariant m_model; variable
|