#include <registerqappassociation.h>
|
| | RegisterQAppAssociation (QObject *parent=nullptr) |
| |
| | RegisterQAppAssociation (const QString &appRegisteredName, const QString &appPath, const QString &appIcon=QString(), const QString &appDesc=QString(), QObject *parent=nullptr) |
| |
| | ~RegisterQAppAssociation () |
| |
| void | addCapability (const QString &assocName, const QString &progId, const QString &desc, const QString &iconPath, AssociationType type) |
| |
| void | removeCapability (const QString &assocName) |
| |
| void | setAppInfo (const QString &appRegisteredName, const QString &appPath, const QString &appIcon=QString(), const QString &appDesc=QString()) |
| |
| bool | isPerMachineRegisteration () |
| |
| void | setPerMachineRegisteration (bool enable) |
| |
| bool | registerAppCapabilities () |
| |
| bool | isVistaOrNewer () |
| |
| bool | isWin10OrNewer () |
| |
| void | registerAssociation (const QString &assocName, AssociationType type) |
| |
| void | createProgId (const QString &progId) |
| |
| bool | isDefaultApp (const QString &assocName, AssociationType type) |
| |
| bool | isDefaultForAllCapabilities () |
| |
| void | registerAllAssociation () |
| |
| bool | showNativeDefaultAppSettingsUi () |
| |
Definition at line 28 of file registerqappassociation.h.
◆ AssociationType
◆ RegisterQAppAssociation() [1/2]
| RegisterQAppAssociation::RegisterQAppAssociation |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ RegisterQAppAssociation() [2/2]
| RegisterQAppAssociation::RegisterQAppAssociation |
( |
const QString & |
appRegisteredName, |
|
|
const QString & |
appPath, |
|
|
const QString & |
appIcon = QString(), |
|
|
const QString & |
appDesc = QString(), |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~RegisterQAppAssociation()
| RegisterQAppAssociation::~RegisterQAppAssociation |
( |
| ) |
|
◆ addCapability()
| void RegisterQAppAssociation::addCapability |
( |
const QString & |
assocName, |
|
|
const QString & |
progId, |
|
|
const QString & |
desc, |
|
|
const QString & |
iconPath, |
|
|
AssociationType |
type |
|
) |
| |
◆ createProgId()
| void RegisterQAppAssociation::createProgId |
( |
const QString & |
progId | ) |
|
◆ isDefaultApp()
| bool RegisterQAppAssociation::isDefaultApp |
( |
const QString & |
assocName, |
|
|
AssociationType |
type |
|
) |
| |
◆ isDefaultForAllCapabilities()
| bool RegisterQAppAssociation::isDefaultForAllCapabilities |
( |
| ) |
|
◆ isPerMachineRegisteration()
| bool RegisterQAppAssociation::isPerMachineRegisteration |
( |
| ) |
|
◆ isVistaOrNewer()
| bool RegisterQAppAssociation::isVistaOrNewer |
( |
| ) |
|
◆ isWin10OrNewer()
| bool RegisterQAppAssociation::isWin10OrNewer |
( |
| ) |
|
◆ registerAllAssociation()
| void RegisterQAppAssociation::registerAllAssociation |
( |
| ) |
|
◆ registerAppCapabilities()
| bool RegisterQAppAssociation::registerAppCapabilities |
( |
| ) |
|
◆ registerAssociation()
| void RegisterQAppAssociation::registerAssociation |
( |
const QString & |
assocName, |
|
|
AssociationType |
type |
|
) |
| |
◆ removeCapability()
| void RegisterQAppAssociation::removeCapability |
( |
const QString & |
assocName | ) |
|
◆ setAppInfo()
| void RegisterQAppAssociation::setAppInfo |
( |
const QString & |
appRegisteredName, |
|
|
const QString & |
appPath, |
|
|
const QString & |
appIcon = QString(), |
|
|
const QString & |
appDesc = QString() |
|
) |
| |
◆ setPerMachineRegisteration()
| void RegisterQAppAssociation::setPerMachineRegisteration |
( |
bool |
enable | ) |
|
◆ showNativeDefaultAppSettingsUi()
| bool RegisterQAppAssociation::showNativeDefaultAppSettingsUi |
( |
| ) |
|
The documentation for this class was generated from the following files: