akregator
frame.cpp
Go to the documentation of this file.
159 if(m_progressId.isNull() || m_progressId.isEmpty()) m_progressId = KPIM::ProgressManager::getUniqueID();
160 m_progressItem = KPIM::ProgressManager::createProgressItem(m_progressId, title(), QString(), false);
162 //connect(m_progressItem, SIGNAL(progressItemCanceled(KPIM::ProgressItem*)), SLOT(slotAbortFetch()));
210 MainFrame::MainFrame(QWidget* parent, KParts::ReadOnlyPart* part, QWidget* visibleWidget) : Frame(parent), m_part(part)
Definition: frame.h:53
void signalIsLoadingToggled(Akregator::Frame *, bool)
void signalCompleted(Akregator::Frame *)
bool isRemovable() const
Returns whether the frame can be removed from Akregator (via detach or close tab etc.) Usually all tabs but the main tab can be removed.
Definition: frame.cpp:122
void signalCaptionChanged(Akregator::Frame *, const QString &)
void signalCanceled(Akregator::Frame *, const QString &)
void signalStatusText(Akregator::Frame *, const QString &)
virtual bool isLoading() const
returns whether the embedded part is loading a website.
Definition: frame.cpp:51
Definition: frame.h:61
Definition: frame.h:61
void signalTitleChanged(Akregator::Frame *, const QString &)
void signalStarted(Akregator::Frame *)
Definition: frame.h:61
void signalLoadingProgress(Akregator::Frame *, int)
MainFrame(QWidget *parent, KParts::ReadOnlyPart *part, QWidget *widget)
Definition: frame.cpp:210
Definition: frame.h:61
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
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.