List of All Members for component
This is the complete list of members for component, including inherited members.
- archives : stringlist
- autoCreateOperations : boolean
- autoDependencies : stringlist
- default : boolean
- dependencies : stringlist
- displayName : string
- enabled : boolean
- fromOnlineRepository : boolean
- installed : boolean
- name : string
- repositoryUrl : url
- userInterfaces : stringlist
- void addAutoDependOn(string newDependOn)
- void addDependency(string newDependency)
- void addDownloadableArchive(string path)
- boolean addElevatedOperation(string operation, stringlist parameters)
- boolean addElevatedOperation(string operation, string parameter1, string parameter2, ..., string parameter10)
- boolean addOperation(string operation, stringlist parameters)
- boolean addOperation(string operation, string parameter1, string parameter2, ..., string parameter10)
- void addStopProcessForUpdateRequest(string process)
- void beginInstallation()
- boolean componentChangeRequested()
- void createOperations()
- void createOperationsForArchive(string archive)
- void createOperationsForPath(string path)
- boolean installationRequested()
- boolean isAutoDependOn(QSet<string> componentsToInstall)
- boolean isDefault()
- boolean isForcedUpdate()
- boolean isFromOnlineRepository()
- boolean isInstalled()
- boolean isUninstalled()
- boolean isUpdateAvailable()
- loaded()
- void registerPathForUninstallation(string path, boolean wipe)
- void removeDownloadableArchive(string path)
- void removeStopProcessForUpdateRequest(string process)
- void setAutoCreateOperations(boolean autoCreateOperations)
- void setInstalled()
- void setStopProcessForUpdateRequest(string process, boolean requested)
- void setUninstalled()
- void setUpdateAvailable(boolean isUpdateAvailable)
- void setValue(string key, string value)
- boolean uninstallationRequested()
- boolean updateRequested()
- QWidget userInterface(string name)
- string value(string key, string defaultValue)
- valueChanged(string key, string value)
- virtualStateChanged()