 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
14 RecentItem(
const QString& key,
const QString& displayName,
const long long int timeStamp);
The RecentItem class models an item that was recently interacted with.
Definition: recentitem.h:12
long long int getTimeStamp() const
Definition: recentitem.cpp:42
Type
Definition: recentitem.h:17
RecentItem(const QString &key, const QString &displayName, const long long int timeStamp)
Definition: recentitem.cpp:10
QString getKey() const
Definition: recentitem.cpp:32
Definition: commandlineparser.cpp:73
QString m_key
Key, path, URL or other unique identifier for the item.
Definition: recentitem.h:36
static RecentItem::Type getTypeForKey(const QString &key)
getTypeForKey Gets the recent item type for the given recent item key.
Definition: recentitem.cpp:14
long long int m_timeStamp
Timestamp, millis since epoch, typically when the item was last accessed or used.
Definition: recentitem.h:38
QString m_displayName
Display name of the item, suitable for showing to the user.
Definition: recentitem.h:37
QString getDisplayName() const
Definition: recentitem.cpp:37