Uses of Class
io.qt.xmlpatterns.QXmlNodeModelIndex.NodeKind
Package | Description |
---|---|
io.qt.xmlpatterns |
-
Uses of QXmlNodeModelIndex.NodeKind in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns that return QXmlNodeModelIndex.NodeKind Modifier and Type Method Description abstract QXmlNodeModelIndex.NodeKind
QAbstractXmlNodeModel. kind(QXmlNodeModelIndex ni)
static QXmlNodeModelIndex.NodeKind
QXmlNodeModelIndex.NodeKind. resolve(int value)
Returns the corresponding enum entry for the given value.static QXmlNodeModelIndex.NodeKind
QXmlNodeModelIndex.NodeKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static QXmlNodeModelIndex.NodeKind[]
QXmlNodeModelIndex.NodeKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.