|
|
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: dfaure on faure on Tue Apr 16 08:50:22 2002, using kdoc 2.0a53. |