Unity 8
|
The OrientationLock class exports orientation lock related properties to QML It has two properties: More...
#include <plugins/Unity/Session/orientationlock.h>
Inherits QObject.
Signals | |
void | enabledChanged () |
void | savedOrientationChanged () |
Public Member Functions | |
OrientationLock (QObject *parent=0) | |
bool | enabled () const |
Qt::ScreenOrientation | savedOrientation () const |
void | setSavedOrientation (const Qt::ScreenOrientation orientation) |
Properties | |
bool | enabled |
Qt::ScreenOrientation | savedOrientation |
The OrientationLock class exports orientation lock related properties to QML It has two properties:
Definition at line 29 of file orientationlock.h.