KToggleFullScreenAction Class Reference
An action for switching between to/from full screen mode. More...
#include <kactionclasses.h>
Inheritance diagram for KToggleFullScreenAction:


Public Slots | |
virtual void | setChecked (bool) |
Public Member Functions | |
KToggleFullScreenAction (const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, QWidget *window, const char *name) | |
void | setWindow (QWidget *window) |
Protected Member Functions | |
virtual bool | eventFilter (QObject *o, QEvent *e) |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
An action for switching between to/from full screen mode.Note that QWidget::isFullScreen() may reflect the new or the old state depending on how the action was triggered (by the application or from the window manager). Also don't try to track the window state yourself. Rely on this action's state (isChecked()) instead.
Important: If you need to set/change the fullscreen state manually, use the relevant QWidget function (showFullScreen etc.), do not call directly the slot connected to the toggled() signal. The slot still needs to explicitly set the window state though.
- Since:
- 3.2
Definition at line 1218 of file kactionclasses.h.
Constructor & Destructor Documentation
|
Create a KToggleFullScreenAction.
Definition at line 1948 of file kactionclasses.cpp. References setWindow(). |
Member Function Documentation
|
Sets the window that will be related to this action.
Definition at line 1962 of file kactionclasses.cpp. Referenced by KStdAction::fullScreen(), and KToggleFullScreenAction(). |
|
Sets the state of the action.
Reimplemented from KToggleAction. Definition at line 1971 of file kactionclasses.cpp. References KToggleAction::setChecked(), and KAction::setText(). Referenced by KStdAction::create(). |
The documentation for this class was generated from the following files: