Home
last modified time | relevance | path

Searched refs:WindowArgs (Results 1 – 22 of 22) sorted by relevance

/dports/devel/kf5-kparts/kparts-5.89.0/src/
H A Dwindowargs.cpp53 WindowArgs::WindowArgs() in WindowArgs() function in WindowArgs
58 WindowArgs::WindowArgs(const WindowArgs &args) in WindowArgs() function in WindowArgs
63 WindowArgs::~WindowArgs() in ~WindowArgs()
67 WindowArgs &WindowArgs::operator=(const WindowArgs &args) in operator =()
92 WindowArgs::WindowArgs(int _x, in WindowArgs() function in WindowArgs
115 void WindowArgs::setX(int x) in setX()
120 int WindowArgs::x() const in x()
125 void WindowArgs::setY(int y) in setY()
130 int WindowArgs::y() const in y()
140 int WindowArgs::width() const in width()
[all …]
H A Dwindowargs.h29 class KPARTS_EXPORT WindowArgs
32 WindowArgs();
33 ~WindowArgs();
34 WindowArgs(const WindowArgs &args);
35 WindowArgs &operator=(const WindowArgs &args);
36WindowArgs(const QRect &_geometry, bool _fullscreen, bool _menuBarVisible, bool _toolBarsVisible, …
37WindowArgs(int _x, int _y, int _width, int _height, bool _fullscreen, bool _menuBarVisible, bool _…
H A Dbrowserextension.h353 const KParts::WindowArgs &windowArgs = KParts::WindowArgs(),
/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/web_module/
H A Dweb_module.h34 const KParts::WindowArgs &windowArgs = KParts::WindowArgs());
119 …t KParts::BrowserArguments &browserArgs, const KParts::WindowArgs &windowArgs = KParts::WindowArgs
H A Dweb_module.cpp91 …AL(openUrlNewWindow(QString,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs)), in KonqSideBarWebModule()
93 … SLOT(urlNewWindow(QString,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs))); in KonqSideBarWebModule()
156 …Arguments &args, const KParts::BrowserArguments &browserArgs, const KParts::WindowArgs &windowArgs) in urlNewWindow()
/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/
H A Dkonqsidebarplugin.h103 const KParts::WindowArgs & = KParts::WindowArgs());
H A Dsidebar_widget.h127 const KParts::WindowArgs &windowArgs);
H A Dsidebar_widget.cpp758 const KParts::WindowArgs &windowArgs) in createNewWindow()
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A DTODO5 - change KParts::WindowArgs && friends
H A Dkjs_window.cpp1990 KParts::WindowArgs winargs; in executeOpenWindow()
/dports/x11-fm/konqueror/konqueror-21.12.3/webenginepart/src/
H A Dwebenginepage.h207 KParts::WindowArgs m_windowArgs;
H A Dwebenginepage.cpp895 KParts::WindowArgs wargs (m_windowArgs);
991 KParts::WindowArgs wargs (m_windowArgs);
/dports/www/kf5-khtml/khtml-5.89.0/src/kmultipart/
H A Dkmultipart.cpp361 …wWindow(QUrl,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs,KParts::ReadOnly… in setPart()
362 …wWindow(QUrl,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs,KParts::ReadOnly… in setPart()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqmainwindow.h333 const KParts::WindowArgs &windowArgs = KParts::WindowArgs(),
H A Dkonqview.cpp405 …wWindow(QUrl,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs,KParts::ReadOnly… in connectPart()
406 …wWindow(QUrl,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs,KParts::ReadOnly… in connectPart()
H A Dkonqmainwindow.cpp1141 static bool isPopupWindow(const KParts::WindowArgs &windowArgs) in isPopupWindow()
1156 const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart **part) in slotCreateNewWindow()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkparts.py1153 class WindowArgs(): class in KParts
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_part.cpp3925 KParts::WindowArgs winArgs; in urlSelected()
4763 …wWindow(QUrl,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs,KParts::ReadOnly… in connectToChildPart()
4764 …wWindow(QUrl,KParts::OpenUrlArguments,KParts::BrowserArguments,KParts::WindowArgs,KParts::ReadOnly… in connectToChildPart()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-05-1038100 …alog): ditto on parseFeatures. Also added some missing initializations for WindowArgs data members.
38119 …* kwq/KWQKPartsBrowserExtension.h: Added locationBarVisible data member to WindowArgs structure an…
38120 …toolBarsVisible to toolBarVisible (see above). Removed initialization code from WindowArgs structu…
38887 (KParts::WindowArgs::WindowArgs): see (b)
H A DChangeLog-2005-12-192532 (KParts::WindowArgs::WindowArgs):
H A DChangeLog-2005-08-2316005 (KParts::WindowArgs::WindowArgs): Add a dialog boolean.
H A DChangeLog-2006-12-3121794 Renamed WindowArgs to WindowFeatures, and moved it into its own header.