| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplacecontentmodel.cpp | 330 int currentIndex = *it; in fetchFinished() local 332 startIndex = currentIndex; in fetchFinished() 335 if (next == end || *next > (currentIndex + 1)) { in fetchFinished() 336 beginInsertRows(QModelIndex(),startIndex,currentIndex); in fetchFinished() 337 for (int i = startIndex; i <= currentIndex; ++i) { in fetchFinished() 359 int currentIndex = *it; in fetchFinished() local 361 startIndex = currentIndex; in fetchFinished() 364 if (next == end || *next > (currentIndex + 1)) { in fetchFinished() 365 for (int i = startIndex; i <= currentIndex; ++i) { in fetchFinished() 377 emit dataChanged(index(startIndex),index(currentIndex)); in fetchFinished()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | serailplugin.cpp | 25 int currentIndex = index; in SerailPlugin() local 26 if(currentIndex > m_statckWidget->count()-1) in SerailPlugin() 29 currentIndex = m_statckWidget->addWidget(assiant); in SerailPlugin() 31 m_statckWidget->setCurrentIndex(currentIndex); in SerailPlugin()
|
| H A D | rollswitchwidget.h | 11 int currentIndex();
|
| H A D | rollswitchwidget.cpp | 22 int RollSwitchWidget::currentIndex() in currentIndex() function in RollSwitchWidget
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | tabwidget.cpp | 141 return webView(currentIndex()); in currentWebView() 159 if (currentIndex() == index) in setupView() 166 if (currentIndex() == index) in setupView() 170 if (currentIndex() == indexOf(webView)) in setupView() 174 if (currentIndex() == indexOf(webView)) in setupView() 181 if (currentIndex() == index) in setupView() 185 if (currentIndex() == indexOf(webView)) in setupView() 269 int next = currentIndex() + 1; in nextTab() 277 int next = currentIndex() - 1; in previousTab()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | tabwidget.cpp | 141 return webView(currentIndex()); in currentWebView() 159 if (currentIndex() == index) in setupView() 166 if (currentIndex() == index) in setupView() 170 if (currentIndex() == indexOf(webView)) in setupView() 174 if (currentIndex() == indexOf(webView)) in setupView() 181 if (currentIndex() == index) in setupView() 185 if (currentIndex() == indexOf(webView)) in setupView() 269 int next = currentIndex() + 1; in nextTab() 277 int next = currentIndex() - 1; in previousTab()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 150 return webView(currentIndex()); in currentWebView() 168 if (currentIndex() == index) in setupView() 175 if (currentIndex() == index) in setupView() 179 if (currentIndex() == indexOf(webView)) in setupView() 183 if (currentIndex() == indexOf(webView)) in setupView() 190 if (currentIndex() == index) in setupView() 194 if (currentIndex() == indexOf(webView)) in setupView() 279 int next = currentIndex() + 1; in nextTab() 287 int next = currentIndex() - 1; in previousTab()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 150 return webView(currentIndex()); in currentWebView() 168 if (currentIndex() == index) in setupView() 175 if (currentIndex() == index) in setupView() 179 if (currentIndex() == indexOf(webView)) in setupView() 183 if (currentIndex() == indexOf(webView)) in setupView() 190 if (currentIndex() == index) in setupView() 194 if (currentIndex() == indexOf(webView)) in setupView() 279 int next = currentIndex() + 1; in nextTab() 287 int next = currentIndex() - 1; in previousTab()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.cpp | 177 int32_t currentIndex = dir > 0 ? anchorSegment : anchorSegment + 1; in placeGlyphAlongLine() local 179 const int32_t initialIndex = currentIndex; in placeGlyphAlongLine() 187 currentIndex += dir; in placeGlyphAlongLine() 190 if (currentIndex < 0 || currentIndex >= static_cast<int32_t>(line.size())) { in placeGlyphAlongLine() 195 …PointAndCameraDistance projection = project(convertPoint<float>(line.at(currentIndex)), labelPlane… in placeGlyphAlongLine() 203 convertPoint<float>(line.at(currentIndex - dir)); in placeGlyphAlongLine() 204 const Point<float> currentTilePoint = convertPoint<float>(line.at(currentIndex)); in placeGlyphAlongLine() 227 (currentIndex - dir) == initialIndex ? 0 : tileDistances[currentIndex - dir], in placeGlyphAlongLine()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/ |
| H A D | settingsdialog.cpp | 180 if (ui->baudRateBox->currentIndex() == 4) { in updateSettings() 184 ui->baudRateBox->itemData(ui->baudRateBox->currentIndex()).toInt()); in updateSettings() 189 ui->dataBitsBox->itemData(ui->dataBitsBox->currentIndex()).toInt()); in updateSettings() 193 ui->parityBox->itemData(ui->parityBox->currentIndex()).toInt()); in updateSettings() 197 ui->stopBitsBox->itemData(ui->stopBitsBox->currentIndex()).toInt()); in updateSettings() 201 ui->flowControlBox->itemData(ui->flowControlBox->currentIndex()).toInt()); in updateSettings()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/ |
| H A D | settingsdialog.cpp | 180 if (ui->baudRateBox->currentIndex() == 4) { in updateSettings() 184 ui->baudRateBox->itemData(ui->baudRateBox->currentIndex()).toInt()); in updateSettings() 189 ui->dataBitsBox->itemData(ui->dataBitsBox->currentIndex()).toInt()); in updateSettings() 193 ui->parityBox->itemData(ui->parityBox->currentIndex()).toInt()); in updateSettings() 197 ui->stopBitsBox->itemData(ui->stopBitsBox->currentIndex()).toInt()); in updateSettings() 201 ui->flowControlBox->itemData(ui->flowControlBox->currentIndex()).toInt()); in updateSettings()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/ |
| H A D | settingsdialog.cpp | 180 if (ui->baudRateBox->currentIndex() == 4) { in updateSettings() 184 ui->baudRateBox->itemData(ui->baudRateBox->currentIndex()).toInt()); in updateSettings() 189 ui->dataBitsBox->itemData(ui->dataBitsBox->currentIndex()).toInt()); in updateSettings() 193 ui->parityBox->itemData(ui->parityBox->currentIndex()).toInt()); in updateSettings() 197 ui->stopBitsBox->itemData(ui->stopBitsBox->currentIndex()).toInt()); in updateSettings() 201 ui->flowControlBox->itemData(ui->flowControlBox->currentIndex()).toInt()); in updateSettings()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | settings.cpp | 110 …setCurrentIndex(settings.value(QLatin1String("openLinksIn"), openLinksIn->currentIndex()).toInt()); in loadFromSettings() 185 settings.setValue(QLatin1String("openLinksIn"), openLinksIn->currentIndex()); in saveToSettings() 189 int historyExpire = expireHistory->currentIndex(); in saveToSettings() 219 switch(acceptCombo->currentIndex()) { in saveToSettings() 235 switch(keepUntilCombo->currentIndex()) { in saveToSettings() 256 settings.setValue(QLatin1String("type"), proxyType->currentIndex()); in saveToSettings()
|
| H A D | tabwidget.cpp | 181 index = currentIndex(); in reloadTab() 299 WebView *oldWebView = this->webView(m_lineEdits->currentIndex()); in currentChanged() 362 return lineEdit(m_lineEdits->currentIndex()); in currentLineEdit() 367 return webView(currentIndex()); in currentWebView() 474 currentChanged(currentIndex()); in newTab() 525 index = currentIndex(); in cloneTab() 536 index = currentIndex(); in closeTab() 605 if (currentIndex() == index) in webViewTitleChanged() 685 int next = currentIndex() + 1; in nextTab() 693 int next = currentIndex() - 1; in previousTab() [all …]
|
| H A D | edittreeview.cpp | 58 QModelIndex ci = currentIndex(); in removeOne()
|
| H A D | edittableview.cpp | 57 int row = currentIndex().row(); in removeOne()
|
| H A D | bookmarks.cpp | 712 QModelIndex index = location->view()->currentIndex(); in accept() 851 QModelIndex index = tree->currentIndex(); in open() 859 QModelIndex currentIndex = tree->currentIndex(); in newFolder() local 860 QModelIndex idx = currentIndex; in newFolder() 869 m_bookmarksManager->addBookmark(parent, node, currentIndex.row() + 1); in newFolder()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | setfirst.cpp | 337 if(ui->comboBox->currentIndex()==0){ in on_comboBox_currentIndexChanged() 343 }else if(ui->comboBox->currentIndex()==1){ in on_comboBox_currentIndexChanged()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 101 if (currentIndex >= blockSize) { in construct() 104 currentIndex = 0; in construct() 106 T* object = ¤tBlock[currentIndex++]; in construct() 115 currentIndex = blockSize; in reset() 120 std::size_t currentIndex = 1; member in mapbox::detail::Earcut::ObjectPool
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 128 if (currentIndex >= blockSize) { in construct() 131 currentIndex = 0; in construct() 133 T* object = ¤tBlock[currentIndex++]; in construct() 144 currentIndex = blockSize; in reset() 149 std::size_t currentIndex = 1; member in qt_mapbox::detail::Earcut::ObjectPool
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/ |
| H A D | datetimewidget.cpp | 108 return d->itemData(d->currentIndex()).toInt(); in currentvalue()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/ |
| H A D | ImageView.qml | 144 text: (listView.currentIndex + 1) + '/' + listView.model.totalCount
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | wifiwidget.cpp | 191 if(ui->stackedWidget->currentIndex() == 0) in setListenLoad()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/audiorecorder/ |
| H A D | audiorecorder.cpp | 191 int idx = box->currentIndex(); in boxValue()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 217 int idx = box->currentIndex(); in boxValue()
|