|
|
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.
| WindowArgs ()
| WindowArgs |
| WindowArgs ( const WindowArgs &args )
| WindowArgs |
| WindowArgs & operator= ( const WindowArgs &args )
| operator= |
| WindowArgs ( const QRect &_geometry, bool _fullscreen, bool _menuBarVisible,
bool _toolBarsVisible, bool _statusBarVisible, bool _resizable )
| WindowArgs |
| WindowArgs ( int _x, int _y, int _width, int _height, bool _fullscreen,
bool _menuBarVisible, bool _toolBarsVisible,
bool _statusBarVisible, bool _resizable )
| WindowArgs |
| int x | x |
| int y | y |
| int width | width |
| int height | height |
| bool fullscreen | fullscreen |
| bool menuBarVisible | menuBarVisible |
| bool toolBarsVisible | toolBarsVisible |
| bool statusBarVisible | statusBarVisible |
| bool resizable | resizable |
| bool lowerWindow | lowerWindow |
| WindowArgsPrivate * d | d |
| Generated by: root on sparc64.ports.openbsd.org on Sun Sep 14 00:04:55 2003, using kdoc 2.0a54. |