#include <statusindicatormenubusinesslogic.h>
List of all members.
Detailed Description
Status indicator menu business logic handles creation and destruction of the status indicator menu.
Constructor & Destructor Documentation
StatusIndicatorMenuBusinessLogic::StatusIndicatorMenuBusinessLogic |
( |
QObject * |
parent = NULL |
) |
|
Constructs status indicator menu business logic.
- Parameters:
-
| parent | the parent QObject |
StatusIndicatorMenuBusinessLogic::~StatusIndicatorMenuBusinessLogic |
( |
|
) |
[virtual] |
Destroys the status indicator menu business logic.
Member Function Documentation
bool StatusIndicatorMenuBusinessLogic::isStatusIndicatorMenuVisible |
( |
|
) |
const |
Returns true
if the status indicator menu is visible.
- Returns:
true
if the status indicator menu is visible, false
otherwise
void StatusIndicatorMenuBusinessLogic::showStatusIndicatorMenu |
( |
|
) |
|
Shows the status indicator menu and creates it if it does not exist yet.
void StatusIndicatorMenuBusinessLogic::statusIndicatorMenuVisibilityChanged |
( |
bool |
visible |
) |
[signal] |
Signals the current visibility of the status indicator menu window.
- Parameters:
-
| visible | true when window is top and false when window is obscured |
The documentation for this class was generated from the following files: