akregator
Go to the documentation of this file.
25 #ifndef AKREGATOR_BROWSERFRAME_H
26 #define AKREGATOR_BROWSERFRAME_H
28 #include <kconfiggroup.h>
43 class OpenUrlArguments;
60 KParts::ReadOnlyPart* part()
const;
62 bool canGoForward()
const;
63 bool canGoBack()
const;
64 bool isReloadable()
const;
65 bool isLoading()
const;
69 void setFavicon(
const QIcon& icon );
71 void loadConfig(
const KConfigGroup& config,
const QString& prefix);
72 void saveConfig( KConfigGroup& config,
const QString& prefix);
75 int getZoomFactor()
const;
76 void setZoomFactor(
int);
79 void slotHistoryForward();
80 void slotHistoryBack();
83 void slotHistoryBackAboutToShow();
84 void slotHistoryForwardAboutToShow();
86 void slotPaletteOrFontChanged();
87 void slotOpenLinkInBrowser();
88 void slotOpenLinkInNewTab();
90 void slotZoomOut(
int);
94 void slotOpenUrlRequestDelayed(
const KUrl&,
const KParts::OpenUrlArguments&,
const KParts::BrowserArguments&);
95 void slotCreateNewWindow(
const KUrl& url,
96 const KParts::OpenUrlArguments& args,
97 const KParts::BrowserArguments& browserArgs,
98 const KParts::WindowArgs& windowArgs,
99 KParts::ReadOnlyPart** part);
100 void slotOpenUrlNotify();
101 void slotSetLocationBarUrl(
const QString& url);
102 void slotSetIconUrl(
const KUrl& url);
103 void slotSpeedProgress(
int);
105 void slotPopupMenu(
const QPoint& global,
108 const KParts::OpenUrlArguments& args,
109 const KParts::BrowserArguments& browserArgs,
110 KParts::BrowserExtension::PopupFlags flags,
111 const KParts::BrowserExtension::ActionGroupMap& actionGroups );
114 void signalPartDestroyed(
int id);
123 #endif // AKREGATOR_BROWSERFRAME_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.