![]() |
libdisplaydevice latest
C++ library to modify display devices.
|
Factory helpers for Windows platform interfaces. More...
#include "display_device/factory.h"#include "display_device/windows/display_power.h"#include "display_device/windows/settings_manager.h"#include "display_device/windows/win_api_layer.h"#include "display_device/windows/win_display_device.h"Functions | |
| std::unique_ptr< DisplayPowerInterface > | display_device::makeDisplayPower () |
| Create the default display power manager for the current platform. | |
| std::unique_ptr< SettingsManagerInterface > | display_device::makeSettingsManager (const SettingsManagerFactoryConfig &config={}) |
| Create the default settings manager for the current platform. | |
Factory helpers for Windows platform interfaces.
|
nodiscard |
Create the default display power manager for the current platform.
|
nodiscard |
Create the default settings manager for the current platform.
| config | Dependencies and platform-neutral options. |