|
Qx v0.7
Qt Extensions Library
|
The DirectoryDesktopEntry class represents the a Directory type desktop entry. More...
#include <qx/linux/qx-directorydesktopentry.h>
Public Member Functions | |
| QString | extension () const override |
| QString | toString () const override |
| QString | type () const override |
Public Member Functions inherited from Qx::DesktopEntry | |
| QString | comment () const |
| QString | genericName () const |
| QString | icon () const |
| bool | isHidden () const |
| bool | isNoDisplay () const |
| QString | name () const |
| QStringList | notShowIn () const |
| QStringList | onlyShowIn () const |
| void | setComment (const QString &comment) |
| void | setGenericName (const QString &name) |
| void | setHidden (bool hidden) |
| void | setIcon (const QString &icon) |
| void | setName (const QString &name) |
| void | setNoDisplay (bool display) |
| void | setNotShowIn (const QStringList ¬In) |
| void | setOnlyShowIn (const QStringList &showIn) |
Additional Inherited Members | |
Static Public Member Functions inherited from Qx::DesktopEntry | |
| static IoOpReport | writeToDisk (QString path, const DesktopEntry *entry) |
Static Protected Member Functions inherited from Qx::DesktopEntry | |
| static QString | keyValueString (const QString &key, bool value) |
| static QString | keyValueString (const QString &key, const char *value) |
| static QString | keyValueString (const QString &key, const QString &value) |
| static QString | keyValueString (const QString &key, const QStringList &value) |
|
overridevirtual |
Returns the proper extension of the entry that corresponds to its type.
Implements Qx::DesktopEntry.
|
overridevirtual |
Composites the desktop entry into its string form, as would be found in an entry file on disk.
Reimplemented from Qx::DesktopEntry.
|
overridevirtual |
Returns the type string of the entry.
Implements Qx::DesktopEntry.