org.kde.koala

Class WindowArgs

public class WindowArgs extends Object implements QtSupport

The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow variant that uses WindowArgs). The primary reason for this is the javascript window.open function.

UNKNOWN: The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow variant that uses WindowArgs).

Constructor Summary
protected WindowArgs(Class dummy)
WindowArgs()
WindowArgs(WindowArgs args)
WindowArgs(QRect _geometry, boolean _fullscreen, boolean _menuBarVisible, boolean _toolBarsVisible, boolean _statusBarVisible, boolean _resizable)
WindowArgs(int _x, int _y, int _width, int _height, boolean _fullscreen, boolean _menuBarVisible, boolean _toolBarsVisible, boolean _statusBarVisible, boolean _resizable)

Constructor Detail

WindowArgs

protected WindowArgs(Class dummy)

WindowArgs

public WindowArgs()

WindowArgs

public WindowArgs(WindowArgs args)

WindowArgs

public WindowArgs(QRect _geometry, boolean _fullscreen, boolean _menuBarVisible, boolean _toolBarsVisible, boolean _statusBarVisible, boolean _resizable)

WindowArgs

public WindowArgs(int _x, int _y, int _width, int _height, boolean _fullscreen, boolean _menuBarVisible, boolean _toolBarsVisible, boolean _statusBarVisible, boolean _resizable)