Filer
Public Member Functions | List of all members
DBusInterface Class Reference
Inheritance diagram for DBusInterface:
Inheritance graph
[legend]
Collaboration diagram for DBusInterface:
Collaboration graph
[legend]

Public Member Functions

 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...
 

Member Function Documentation

◆ ShowFolders()

void DBusInterface::ShowFolders ( const QStringList &  uriList,
const QString &  startUpId 
)

Shows folders corresponding to the provided URIs.

Parameters
uriListList of URIs representing folders to be shown.
startUpIdIdentifier for startup.

◆ ShowItemProperties()

void DBusInterface::ShowItemProperties ( const QStringList &  uriList,
const QString &  startUpId 
)

Shows properties of items corresponding to the provided URIs.

Parameters
uriListList of URIs representing items for which properties are to be shown.
startUpIdIdentifier for startup.

◆ ShowItems()

void DBusInterface::ShowItems ( const QStringList &  uriList,
const QString &  startUpId 
)

Shows items corresponding to the provided URIs.

Parameters
uriListList of URIs representing items to be shown.
startUpIdIdentifier for startup.

◆ SortOrderForUrl()

void DBusInterface::SortOrderForUrl ( const QString &  url,
QString &  role,
QString &  order 
)

Retrieves the sort order for a given URL.

Parameters
urlThe URL for which the sort order is to be retrieved.
roleThe role for sorting.
orderThe sorting order.

The documentation for this class was generated from the following files: