org.kde.koala

Class KToggleFullScreenAction

public class KToggleFullScreenAction extends KToggleAction

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.

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleaneventFilter(QObject o, QEvent e)
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetChecked(boolean arg1)
voidsetWindow(QWidget window)
Sets the window that will be related to this action.

Constructor Detail

KToggleFullScreenAction

protected KToggleFullScreenAction(Class dummy)

KToggleFullScreenAction

public KToggleFullScreenAction(KShortcut cut, QObject receiver, String slot, QObject parent, QWidget window, String name)
Create a KToggleFullScreenAction

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

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

eventFilter

public boolean eventFilter(QObject o, QEvent e)

UNKNOWN:

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

setChecked

public void setChecked(boolean arg1)

setWindow

public void setWindow(QWidget window)
Sets the window that will be related to this action.

UNKNOWN: Sets the window that will be related to this action.