java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.winextras.QWinJumpListItem
- All Implemented Interfaces:
QtObjectInterface
public class QWinJumpListItem extends QtObject
Represents a jump list item
Java wrapper for Qt class QWinJumpListItem
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QWinJumpListItem.Type
Java wrapper for Qt enum QWinJumpListItem::Type -
Constructor Summary
Constructors Modifier Constructor Description protected
QWinJumpListItem(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWinJumpListItem(QWinJumpListItem.Type type)
-
Method Summary
Modifier and Type Method Description QStringList
arguments()
String
description()
String
filePath()
QIcon
icon()
void
setArguments(Collection<String> arguments)
void
setDescription(String description)
void
setFilePath(String filePath)
void
setIcon(QIcon icon)
void
setTitle(String title)
void
setType(QWinJumpListItem.Type type)
void
setWorkingDirectory(String workingDirectory)
String
title()
String
toString()
QWinJumpListItem.Type
type()
String
workingDirectory()
-
Constructor Details
-
QWinJumpListItem
-
QWinJumpListItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details