akregator
#include <frame.h>
|
void | signalCanceled (Akregator::Frame *, const QString &) |
|
void | signalCanGoBackToggled (Akregator::Frame *, bool) |
|
void | signalCanGoForwardToggled (Akregator::Frame *, bool) |
|
void | signalCaptionChanged (Akregator::Frame *, const QString &) |
|
void | signalCompleted (Akregator::Frame *) |
|
void | signalIconChanged (Akregator::Frame *, const QIcon &icon) |
|
void | signalIsLoadingToggled (Akregator::Frame *, bool) |
|
void | signalIsReloadableToggled (Akregator::Frame *, bool) |
|
void | signalLoadingProgress (Akregator::Frame *, int) |
|
void | signalOpenUrlRequest (Akregator::OpenUrlRequest &request) |
|
void | signalStarted (Akregator::Frame *) |
|
void | signalStatusText (Akregator::Frame *, const QString &) |
|
void | signalTitleChanged (Akregator::Frame *, const QString &) |
|
Definition at line 53 of file frame.h.
Enumerator |
---|
Idle |
|
Started |
|
Completed |
|
Canceled |
|
Definition at line 61 of file frame.h.
Akregator::Frame::Frame |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Akregator::Frame::~Frame |
( |
| ) |
|
|
virtual |
virtual bool Akregator::Frame::canGoBack |
( |
| ) |
const |
|
inlinevirtual |
virtual bool Akregator::Frame::canGoForward |
( |
| ) |
const |
|
inlinevirtual |
QString Akregator::Frame::caption |
( |
| ) |
const |
int Akregator::Frame::id |
( |
| ) |
const |
bool Akregator::Frame::isLoading |
( |
| ) |
const |
|
virtual |
virtual bool Akregator::Frame::isReloadable |
( |
| ) |
const |
|
inlinevirtual |
bool Akregator::Frame::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.
Default is true
Definition at line 122 of file frame.cpp.
virtual void Akregator::Frame::loadConfig |
( |
const KConfigGroup & |
, |
|
|
const QString & |
|
|
) |
| |
|
inlinevirtual |
virtual bool Akregator::Frame::openUrl |
( |
const OpenUrlRequest & |
request | ) |
|
|
pure virtual |
virtual KParts::ReadOnlyPart* Akregator::Frame::part |
( |
| ) |
const |
|
pure virtual |
int Akregator::Frame::progress |
( |
| ) |
const |
virtual void Akregator::Frame::saveConfig |
( |
KConfigGroup & |
, |
|
|
const QString & |
|
|
) |
| |
|
inlinevirtual |
void Akregator::Frame::setRemovable |
( |
bool |
removable | ) |
|
|
protected |
void Akregator::Frame::signalCaptionChanged |
( |
Akregator::Frame * |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
void Akregator::Frame::signalIconChanged |
( |
Akregator::Frame * |
, |
|
|
const QIcon & |
icon |
|
) |
| |
|
signal |
void Akregator::Frame::signalStatusText |
( |
Akregator::Frame * |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
void Akregator::Frame::signalTitleChanged |
( |
Akregator::Frame * |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
virtual void Akregator::Frame::slotHistoryBack |
( |
| ) |
|
|
inlinevirtualslot |
goes a step backwards in the history, if possible.
See also canGoBack().
Definition at line 121 of file frame.h.
virtual void Akregator::Frame::slotHistoryBackAboutToShow |
( |
| ) |
|
|
inlinevirtualslot |
virtual void Akregator::Frame::slotHistoryForward |
( |
| ) |
|
|
inlinevirtualslot |
virtual void Akregator::Frame::slotHistoryForwardAboutToShow |
( |
| ) |
|
|
inlinevirtualslot |
virtual void Akregator::Frame::slotReload |
( |
| ) |
|
|
inlinevirtualslot |
void Akregator::Frame::slotSetCanceled |
( |
const QString & |
s | ) |
|
|
slot |
void Akregator::Frame::slotSetCaption |
( |
const QString & |
s | ) |
|
|
slot |
void Akregator::Frame::slotSetCompleted |
( |
| ) |
|
|
slot |
void Akregator::Frame::slotSetProgress |
( |
int |
a | ) |
|
|
slot |
void Akregator::Frame::slotSetStarted |
( |
| ) |
|
|
slot |
void Akregator::Frame::slotSetState |
( |
State |
state | ) |
|
|
slot |
void Akregator::Frame::slotSetStatusText |
( |
const QString & |
s | ) |
|
|
slot |
void Akregator::Frame::slotSetTitle |
( |
const QString & |
s | ) |
|
|
slot |
void Akregator::Frame::slotStop |
( |
| ) |
|
|
virtualslot |
QString Akregator::Frame::statusText |
( |
| ) |
const |
QString Akregator::Frame::title |
( |
| ) |
const |
virtual KUrl Akregator::Frame::url |
( |
| ) |
const |
|
pure virtual |
QString Akregator::Frame::m_caption |
|
protected |
int Akregator::Frame::m_id |
|
protected |
int Akregator::Frame::m_idCounter = 0 |
|
staticprotected |
bool Akregator::Frame::m_isRemovable |
|
protected |
bool Akregator::Frame::m_loading |
|
protected |
int Akregator::Frame::m_progress |
|
protected |
QString Akregator::Frame::m_progressId |
|
protected |
KPIM::ProgressItem* Akregator::Frame::m_progressItem |
|
protected |
State Akregator::Frame::m_state |
|
protected |
QString Akregator::Frame::m_statusText |
|
protected |
QString Akregator::Frame::m_title |
|
protected |
The documentation for this class was generated from the following files:
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.