|
Unity 8
|
#include <plugins/Utils/bottombarvisibilitycommunicatorshell.h>
Inherits QObject.
Signals | |
| void | forceHiddenChanged (bool forceHidden) |
| void | positionChanged (double position) |
Public Member Functions | |
| bool | forceHidden () const |
| void | setForceHidden (bool forceHidden) |
| double | position () const |
| void | setPosition (double position) |
Static Public Member Functions | |
|
static BottomBarVisibilityCommunicatorShell & | instance () |
Properties | |
| bool | forceHidden |
| double | position |
This is an internal class used to talk with the bottom bar used by either applications or the SDK. There is a method to force the bottom bar to be hidden or otherwise behave as usual
Definition at line 29 of file bottombarvisibilitycommunicatorshell.h.