Searched refs:UIEncryptionDataModel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp100 class UIEncryptionDataModel : public QAbstractTableModel class in inherits:QAbstractTableModel
109 UIEncryptionDataModel(QObject *pParent, const EncryptedMediumMap &encryptedMediums);
172 * acquired from the UIEncryptionDataModel instance. */
190 UIEncryptionDataModel *m_pModelEncryptionData;
233 UIEncryptionDataModel::UIEncryptionDataModel(QObject *pParent, const EncryptedMediumMap &encryptedMediums) function in class:UIEncryptionDataModel
241 bool UIEncryptionDataModel::isValid() const
251 int UIEncryptionDataModel::rowCount(const QModelIndex &parent /* = QModelIndex() */) const
257 int UIEncryptionDataModel::columnCount(const QModelIndex &parent /* = QModelIndex() */) const
263 Qt::ItemFlags UIEncryptionDataModel
[all...]

Completed in 34 milliseconds