org.kde.koala
public class KToggleFullScreenAction extends KToggleAction
UNKNOWN: An action for switching between to/from full screen mode.
| Constructor Summary | |
|---|---|
| protected | KToggleFullScreenAction(Class dummy) |
| KToggleFullScreenAction(KShortcut cut, QObject receiver, String slot, QObject parent, QWidget window, String name)
Create a KToggleFullScreenAction | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | eventFilter(QObject o, QEvent e) |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| void | setChecked(boolean arg1) |
| void | setWindow(QWidget window)
Sets the window that will be related to this action. |
Parameters: cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. window the window that will switch to/from full screen mode name An internal name for this action.
UNKNOWN: Create a KToggleFullScreenAction
UNKNOWN:
UNKNOWN: Sets the window that will be related to this action.