Uses of Class
io.qt.winextras.QWinJumpListCategory
Package | Description |
---|---|
io.qt.winextras |
-
Uses of QWinJumpListCategory in io.qt.winextras
Methods in io.qt.winextras that return QWinJumpListCategory Modifier and Type Method Description QWinJumpListCategory
QWinJumpList. addCategory(String title)
Overloaded function forQWinJumpList.addCategory(java.lang.String, java.util.Collection)
withitems = new java.util.ArrayList<QWinJumpListItem>()
.QWinJumpListCategory
QWinJumpList. addCategory(String title, Collection<QWinJumpListItem> items)
QWinJumpListCategory
QWinJumpList. frequent()
QWinJumpListCategory
QWinJumpList. recent()
QWinJumpListCategory
QWinJumpList. tasks()
Methods in io.qt.winextras that return types with arguments of type QWinJumpListCategory Modifier and Type Method Description QList<QWinJumpListCategory>
QWinJumpList. categories()
Methods in io.qt.winextras with parameters of type QWinJumpListCategory Modifier and Type Method Description void
QWinJumpList. addCategory(QWinJumpListCategory category)