|
|
| DBusInterface () |
| | Constructs a DBusInterface object.
|
| |
| Q_SCRIPTABLE void | ShowFolders (const QStringList &uriList, const QString &startUpId) |
| | Shows folders corresponding to the provided URIs. More...
|
| |
| Q_SCRIPTABLE void | ShowItems (const QStringList &uriList, const QString &startUpId) |
| | Shows items corresponding to the provided URIs. More...
|
| |
| Q_SCRIPTABLE void | ShowItemProperties (const QStringList &uriList, const QString &startUpId) |
| | Shows properties of items corresponding to the provided URIs. More...
|
| |
| Q_SCRIPTABLE void | SortOrderForUrl (const QString &url, QString &role, QString &order) |
| | Retrieves the sort order for a given URL. More...
|
| |
◆ ShowFolders()
| void DBusInterface::ShowFolders |
( |
const QStringList & |
uriList, |
|
|
const QString & |
startUpId |
|
) |
| |
Shows folders corresponding to the provided URIs.
- Parameters
-
| uriList | List of URIs representing folders to be shown. |
| startUpId | Identifier for startup. |
◆ ShowItemProperties()
| void DBusInterface::ShowItemProperties |
( |
const QStringList & |
uriList, |
|
|
const QString & |
startUpId |
|
) |
| |
Shows properties of items corresponding to the provided URIs.
- Parameters
-
| uriList | List of URIs representing items for which properties are to be shown. |
| startUpId | Identifier for startup. |
◆ ShowItems()
| void DBusInterface::ShowItems |
( |
const QStringList & |
uriList, |
|
|
const QString & |
startUpId |
|
) |
| |
Shows items corresponding to the provided URIs.
- Parameters
-
| uriList | List of URIs representing items to be shown. |
| startUpId | Identifier for startup. |
◆ SortOrderForUrl()
| void DBusInterface::SortOrderForUrl |
( |
const QString & |
url, |
|
|
QString & |
role, |
|
|
QString & |
order |
|
) |
| |
Retrieves the sort order for a given URL.
- Parameters
-
| url | The URL for which the sort order is to be retrieved. |
| role | The role for sorting. |
| order | The sorting order. |
The documentation for this class was generated from the following files: