Automatic configuration of a display setup. More...
#include <MultiWidgets/ScreenAutoConfigure.hpp>
Static Public Member Functions | |
| static bool | configure (Luminous::MultiHead &head) |
| Create a multihead configuration for the current display setup. More... | |
| static bool | configure (const QList< Luminous::ScreenInfo > &screens, Luminous::MultiHead &head) |
| Create a multihead configuration for the given display setup. More... | |
Automatic configuration of a display setup.
This class can be used to detect displays attached to the computer.
|
static |
Create a multihead configuration for the current display setup.
| [out] | head | configuration to write to |
|
static |
Create a multihead configuration for the given display setup.
| [in] | screens | list of screens to configure |
| [out] | head | configuration to write to |