Document Platform::{outputAdded,outputRemoved} signals
This commit is contained in:
parent
0ddc360776
commit
1b31f5279a
1 changed files with 7 additions and 0 deletions
|
@ -498,7 +498,14 @@ Q_SIGNALS:
|
||||||
void screensQueried();
|
void screensQueried();
|
||||||
void initFailed();
|
void initFailed();
|
||||||
void readyChanged(bool);
|
void readyChanged(bool);
|
||||||
|
/**
|
||||||
|
* This signal is emitted when an output has been connected. The @a output is not ready
|
||||||
|
* for compositing yet.
|
||||||
|
*/
|
||||||
void outputAdded(AbstractOutput *output);
|
void outputAdded(AbstractOutput *output);
|
||||||
|
/**
|
||||||
|
* This signal is emitted when an output has been disconnected.
|
||||||
|
*/
|
||||||
void outputRemoved(AbstractOutput *output);
|
void outputRemoved(AbstractOutput *output);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue