#include <actions.h>
Inheritance diagram for ToggleViewAction::
Public Slots | |
void | setView (QWidget *w) |
void | update () |
void | toggleView () |
void | showView () |
void | hideView () |
Public Methods | |
ToggleViewAction (const QString &text, const QString &icon, const KShortcut &cut, QObject *parent, const char *name) | |
~ToggleViewAction () | |
Protected Slots | |
void | slotActivated () |
|
Creates a ToggleViewAction.
|
|
Specifies the widget to be hidden and shown.
|
|
Updates the state of the action to reflect the visibility of the window.
|
|
Toggles the visibility of the view.
|
|
Shows the view (if it was hidden).
|
|
Hides the view (if it was visible).
|