 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
9 class QContextMenuEvent;
27 explicit TaskItemWidget(
const QString& taskItemId,
const QString& taskItemDisplayName,
const std::function<
void(
const QString&)>& openItemCb,
const std::function<
void(
const QString&)>& removeItemCb);
38 std::unique_ptr<TaskItemWidget::TaskItemWidgetImpl>
d;
Type
Definition: recentitem.h:17
bool revealInDefaultApplication(const std::string &path)
revealInDefaultApplication Reveals the given path in the parent folder (or path with the filename tri...
Definition: util.cpp:283
Definition: commandlineparser.cpp:73
void setGlobalClipboardText(const std::string &text)
setClipboardText Sets the global system clipboard text.
Definition: util.cpp:299
static RecentItem::Type getTypeForKey(const QString &key)
getTypeForKey Gets the recent item type for the given recent item key.
Definition: recentitem.cpp:14
bool openInDefaultApplication(const std::string &path)
openInDefaultApplication Opens the given path in the default application.
Definition: util.cpp:278