MNavigationBar implements a navigation bar with viewmenu.
More...
Inherits MSceneWindow.
List of all members.
Detailed Description
MNavigationBar implements a navigation bar with viewmenu.
MNavigationBar doesn't have that many parameters which are read from theme. The theming is done changing the items which lay inside the navigation bar.
Constructor & Destructor Documentation
MNavigationBar::MNavigationBar |
( |
|
) |
|
Default constructor. Creates a navigation bar.
MNavigationBar::~MNavigationBar |
( |
|
) |
[virtual] |
Destroys the navigation bar.
Member Function Documentation
void MNavigationBar::backButtonClicked |
( |
|
) |
[signal] |
void MNavigationBar::closeButtonClicked |
( |
|
) |
[signal] |
void MNavigationBar::dockToolBar |
( |
MToolBar * |
toolbar |
) |
[slot] |
Dock a toolbar.
- Parameters:
-
| toolbar | The toolbar to dock. |
bool MNavigationBar::escapeButtonEnabled |
( |
|
) |
const |
Returns true if escape button is enabled.
bool MNavigationBar::escapeButtonVisible |
( |
|
) |
const |
Returns true if escape button is visible.
bool MNavigationBar::isArrowIconVisible |
( |
|
) |
const |
Returns true if the arrow icon is visible.
bool MNavigationBar::isProgressIndicatorVisible |
( |
|
) |
const |
Returns if the progress indicator is visible.
- Deprecated:
- do not use
void MNavigationBar::notifyUser |
( |
|
) |
[slot] |
Trigger notification of the user via the navigation bar.
This slot asks the NavigationBarView to notify the user, e.g. by flashing the Home button.
void MNavigationBar::setArrowIconVisible |
( |
bool |
visible |
) |
[slot] |
Sets the visible of progress indicator.
void MNavigationBar::setEscapeButtonEnabled |
( |
bool |
enabled |
) |
[slot] |
Enables or disables escape button.
void MNavigationBar::setEscapeButtonVisible |
( |
bool |
visible |
) |
[slot] |
Sets the visibility of escape button.
void MNavigationBar::setProgressIndicatorVisible |
( |
bool |
visible |
) |
[slot] |
Sets the visible of progress indicator.
- Deprecated:
- do not use
- Parameters:
-
void MNavigationBar::setViewMenuDescription |
( |
const QString & |
text |
) |
[slot] |
void MNavigationBar::setViewMenuIconID |
( |
const QString & |
id |
) |
[slot] |
Sets the new icon of the application menu button.
- Parameters:
-
| the | id of the icon that should be shown. |
void MNavigationBar::undockToolBar |
( |
|
) |
[slot] |
QString MNavigationBar::viewMenuIconID |
( |
|
) |
const |
Returns the iconID of the icon of the application menu button.
void MNavigationBar::viewmenuTriggered |
( |
|
) |
[signal] |
viewmenuButton was clicked
Property Documentation
MNavigationBar::escapeButtonMode [read, write] |