Uses of Class
io.qt.test.QAbstractItemModelTester.FailureReportingMode
Package | Description |
---|---|
io.qt.test |
-
Uses of QAbstractItemModelTester.FailureReportingMode in io.qt.test
Methods in io.qt.test that return QAbstractItemModelTester.FailureReportingMode Modifier and Type Method Description QAbstractItemModelTester.FailureReportingMode
QAbstractItemModelTester. failureReportingMode()
static QAbstractItemModelTester.FailureReportingMode
QAbstractItemModelTester.FailureReportingMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractItemModelTester.FailureReportingMode
QAbstractItemModelTester.FailureReportingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractItemModelTester.FailureReportingMode[]
QAbstractItemModelTester.FailureReportingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.test with parameters of type QAbstractItemModelTester.FailureReportingMode Constructor Description QAbstractItemModelTester(QAbstractItemModel model, QAbstractItemModelTester.FailureReportingMode mode)
Overloaded constructor forQAbstractItemModelTester(io.qt.core.QAbstractItemModel, io.qt.test.QAbstractItemModelTester.FailureReportingMode, io.qt.core.QObject)
withparent = null
.QAbstractItemModelTester(QAbstractItemModel model, QAbstractItemModelTester.FailureReportingMode mode, QObject parent)