#include <phosphor-engine/include/PhosphorEngine/WindowRegistry.h>
◆ WindowRegistry()
| PhosphorEngine::WindowRegistry::WindowRegistry |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~WindowRegistry()
| PhosphorEngine::WindowRegistry::~WindowRegistry |
( |
| ) |
|
|
override |
◆ allInstances()
| QStringList PhosphorEngine::WindowRegistry::allInstances |
( |
| ) |
const |
◆ appIdFor()
| QString PhosphorEngine::WindowRegistry::appIdFor |
( |
const QString & |
instanceId | ) |
const |
|
overridevirtual |
◆ canonicalizeForLookup()
| QString PhosphorEngine::WindowRegistry::canonicalizeForLookup |
( |
const QString & |
rawWindowId | ) |
const |
|
overridevirtual |
◆ canonicalizeWindowId()
| QString PhosphorEngine::WindowRegistry::canonicalizeWindowId |
( |
const QString & |
rawWindowId | ) |
|
|
overridevirtual |
◆ clear()
| void PhosphorEngine::WindowRegistry::clear |
( |
| ) |
|
◆ contains()
| bool PhosphorEngine::WindowRegistry::contains |
( |
const QString & |
instanceId | ) |
const |
◆ instancesWithAppId()
| QStringList PhosphorEngine::WindowRegistry::instancesWithAppId |
( |
const QString & |
appId | ) |
const |
◆ metadata()
| std::optional< WindowMetadata > PhosphorEngine::WindowRegistry::metadata |
( |
const QString & |
instanceId | ) |
const |
◆ metadataChanged
| void PhosphorEngine::WindowRegistry::metadataChanged |
( |
const QString & |
instanceId, |
|
|
const WindowMetadata & |
oldMetadata, |
|
|
const WindowMetadata & |
newMetadata |
|
) |
| |
|
signal |
◆ releaseCanonical()
| void PhosphorEngine::WindowRegistry::releaseCanonical |
( |
const QString & |
anyWindowId | ) |
|
◆ remove()
| void PhosphorEngine::WindowRegistry::remove |
( |
const QString & |
instanceId | ) |
|
◆ size()
| int PhosphorEngine::WindowRegistry::size |
( |
| ) |
const |
◆ upsert()
| void PhosphorEngine::WindowRegistry::upsert |
( |
const QString & |
instanceId, |
|
|
const WindowMetadata & |
metadata |
|
) |
| |
◆ windowAppeared
| void PhosphorEngine::WindowRegistry::windowAppeared |
( |
const QString & |
instanceId | ) |
|
|
signal |
◆ windowDisappeared
| void PhosphorEngine::WindowRegistry::windowDisappeared |
( |
const QString & |
instanceId | ) |
|
|
signal |
The documentation for this class was generated from the following file: