|
|
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: devel on igloo.cc.swin.edu.au on Thu Jul 31 11:04:03 2003, using kdoc 2.0a53. |