Changeset View
Changeset View
Standalone View
Standalone View
src/server/display.h
| Context not available. | |||||
| 53 | class DataDeviceManagerInterface; | 53 | class DataDeviceManagerInterface; | ||
|---|---|---|---|---|---|
| 54 | class DpmsManagerInterface; | 54 | class DpmsManagerInterface; | ||
| 55 | class IdleInterface; | 55 | class IdleInterface; | ||
| 56 | class RemoteAccessManagerInterface; | ||||
| 56 | class FakeInputInterface; | 57 | class FakeInputInterface; | ||
| 57 | class OutputInterface; | 58 | class OutputInterface; | ||
| 58 | class OutputDeviceInterface; | 59 | class OutputDeviceInterface; | ||
| Context not available. | |||||
| 162 | PlasmaWindowManagementInterface *createPlasmaWindowManagement(QObject *parent = nullptr); | 163 | PlasmaWindowManagementInterface *createPlasmaWindowManagement(QObject *parent = nullptr); | ||
| 163 | QtSurfaceExtensionInterface *createQtSurfaceExtension(QObject *parent = nullptr); | 164 | QtSurfaceExtensionInterface *createQtSurfaceExtension(QObject *parent = nullptr); | ||
| 164 | IdleInterface *createIdle(QObject *parent = nullptr); | 165 | IdleInterface *createIdle(QObject *parent = nullptr); | ||
| 166 | RemoteAccessManagerInterface *createRemoteAccessManager(QObject *parent = nullptr); | ||||
| 165 | FakeInputInterface *createFakeInput(QObject *parent = nullptr); | 167 | FakeInputInterface *createFakeInput(QObject *parent = nullptr); | ||
| 166 | ShadowManagerInterface *createShadowManager(QObject *parent = nullptr); | 168 | ShadowManagerInterface *createShadowManager(QObject *parent = nullptr); | ||
| 167 | BlurManagerInterface *createBlurManager(QObject *parent = nullptr); | 169 | BlurManagerInterface *createBlurManager(QObject *parent = nullptr); | ||
| Context not available. | |||||