Searched refs:rowCount (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIBootTable.cpp | 129 return moveItemTo(index, qMin(model()->rowCount(), index.row() + verticalScrollBar()->pageStep() + 1)); 134 return moveItemTo(currentIndex(), model()->rowCount()); 147 if (row < 0 || row > model()->rowCount())
|
H A D | UIPortForwardingTable.cpp | 353 int rowCount(const QModelIndex &parent = QModelIndex()) const; 411 int UIPortForwardingModel::rowCount(const QModelIndex&) const function in class:UIPortForwardingModel 696 for (int i = 0; i < m_pModel->rowCount(); ++i) 741 m_pTableView->setCurrentIndex(m_pModel->index(m_pModel->rowCount() - 1, 0)); 750 m_pTableView->setCurrentIndex(m_pModel->index(m_pModel->rowCount() - 1, 0)); 799 if (m_pModel->rowCount())
|
H A D | UIApplianceEditorWidget.h | 171 int rowCount(const QModelIndex &parentIdx = QModelIndex()) const;
|
H A D | UIApplianceEditorWidget.cpp | 824 int VirtualSystemModel::rowCount(const QModelIndex &parentIdx /* = QModelIndex() */) const function in class:VirtualSystemModel
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsInput.cpp | 297 emit dataChanged(index(0, 0), index(rowCount() - 1, columnCount() - 1)); 312 int UIHotKeyTableModel::rowCount(const QModelIndex& /*parent = QModelIndex()*/) const function in class:UIHotKeyTableModel 512 emit dataChanged(index(0, 0), index(rowCount() - 1, columnCount() - 1));
|
H A D | UIGlobalSettingsInput.h | 211 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIAddDiskEncryptionPasswordDialog.cpp | 118 virtual int rowCount(const QModelIndex &parent = QModelIndex()) const; 251 int UIEncryptionDataModel::rowCount(const QModelIndex &parent /* = QModelIndex() */) const function in class:UIEncryptionDataModel
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.cpp | 993 int StorageModel::rowCount (const QModelIndex &aParent) const function in class:StorageModel 1198 case ConfigurationAccessLevel_Full: return ((uint)rowCount(aIndex) < sp.GetMaxPortCountForStorageBus(ctr->ctrBusType()) * 1201 ((uint)rowCount(aIndex) < ctr->portCount()); 1717 for (int i = 0; i < rowCount(controllerIndex); ++i) 2227 if (mStorageModel->rowCount(mStorageModel->root()) > 0) 2249 for (int iControllerIndex = 0; iControllerIndex < mStorageModel->rowCount(rootIndex); ++iControllerIndex) 2263 for (int iAttachmentIndex = 0; iAttachmentIndex < mStorageModel->rowCount(controllerIndex); ++iAttachmentIndex) 2320 for (int i = 0; i < mStorageModel->rowCount (rootIndex); ++ i) 2342 for (int j = 0; j < mStorageModel->rowCount (ctrIndex); ++ j) 2480 for (int i = 0; i < mStorageModel->rowCount(rootInde [all...] |
H A D | UIMachineSettingsStorage.h | 498 int rowCount (const QModelIndex &aParent = QModelIndex()) const;
|
H A D | UIMachineSettingsSystem.cpp | 163 iv->model()->removeRows(0, iv->model()->rowCount());
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 620 for (int iRow = 0; iRow < m_pModelSourceOfChooser->rowCount(); ++iRow) 650 for (int iRow = 0; iRow < m_pModelSourceOfChooser->rowCount(); ++iRow) 659 for (int iRow = 0; iRow < m_pModelSourceOfChooser->rowCount(); ++iRow) 672 for (int iRow = 0; iRow < m_pModelSourceOfData->rowCount(); ++iRow) 721 while (m_pModelSourceOfData->rowCount()) 1012 for (int iRow = 0; iRow < m_pModelProxyOfData->rowCount(); ++iRow)
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgStatsQt4.cpp | 544 virtual int rowCount(const QModelIndex &a_rParent) const; 2030 VBoxDbgStatsModel::rowCount(const QModelIndex &a_rParent) const 2868 int cRows = m_pModel->rowCount(a_rIndex);
|
Completed in 100 milliseconds