org.kde.koala
public class WindowArgs extends Object implements QtSupport
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) | |