KParts::WindowArgs
KParts::WindowArgs Class Reference
#include <KParts/WindowArgs>
Public Member Functions | |
WindowArgs (const QRect &_geometry, bool _fullscreen, bool _menuBarVisible, bool _toolBarsVisible, bool _statusBarVisible, bool _resizable) | |
WindowArgs (const WindowArgs &args) | |
WindowArgs (int _x, int _y, int _width, int _height, bool _fullscreen, bool _menuBarVisible, bool _toolBarsVisible, bool _statusBarVisible, bool _resizable) | |
int | height () const |
bool | isFullScreen () const |
bool | isMenuBarVisible () const |
bool | isResizable () const |
bool | isStatusBarVisible () const |
bool | lowerWindow () const |
WindowArgs & | operator= (const WindowArgs &args) |
bool | scrollBarsVisible () const |
void | setFullScreen (bool fs) |
void | setHeight (int h) |
void | setLowerWindow (bool lower) |
void | setMenuBarVisible (bool visible) |
void | setResizable (bool resizable) |
void | setScrollBarsVisible (bool visible) |
void | setStatusBarVisible (bool visible) |
void | setToolBarsVisible (bool visible) |
void | setWidth (int w) |
void | setX (int x) |
void | setY (int y) |
bool | toolBarsVisible () const |
int | width () const |
int | x () const |
int | y () const |
Detailed Description
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.
Definition at line 29 of file windowargs.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 03:55:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 03:55:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.