akregator
Akregator::BrowserFrame::Private Class Reference
#include <browserframe_p.h>
Inheritance diagram for Akregator::BrowserFrame::Private:
Classes | |
class | HistoryAction |
class | HistoryEntry |
Public Slots | |
void | partDestroyed (QObject *obj) |
void | slotHistoryEntrySelected (const QList< BrowserFrame::Private::HistoryEntry >::Iterator &entry) |
Public Member Functions | |
Private (BrowserFrame *qq) | |
~Private () | |
void | appendHistoryEntry (const KUrl &url) |
void | connectPart () |
bool | loadPartForMimetype (const QString &mimetype) |
void | restoreHistoryEntry (const QList< HistoryEntry >::Iterator &entry) |
void | updateHistoryEntry () |
Public Attributes | |
QList< HistoryEntry >::Iterator | current |
QPointer < KParts::BrowserExtension > | extension |
QList< HistoryEntry > | history |
bool | isLoading |
QPointer< QGridLayout > | layout |
bool | lockHistory |
QString | mimetype |
QPointer< KParts::ReadOnlyPart > | part |
KService::Ptr | service |
Detailed Description
Definition at line 54 of file browserframe_p.h.
Constructor & Destructor Documentation
|
explicit |
Akregator::BrowserFrame::Private::~Private | ( | ) |
Member Function Documentation
void Akregator::BrowserFrame::Private::appendHistoryEntry | ( | const KUrl & | url | ) |
void Akregator::BrowserFrame::Private::connectPart | ( | ) |
bool Akregator::BrowserFrame::Private::loadPartForMimetype | ( | const QString & | mimetype | ) |
|
slot |
void Akregator::BrowserFrame::Private::restoreHistoryEntry | ( | const QList< HistoryEntry >::Iterator & | entry | ) |
|
inlineslot |
Definition at line 86 of file browserframe_p.h.
void Akregator::BrowserFrame::Private::updateHistoryEntry | ( | ) |
Member Data Documentation
QList<HistoryEntry>::Iterator Akregator::BrowserFrame::Private::current |
Definition at line 69 of file browserframe_p.h.
QPointer<KParts::BrowserExtension> Akregator::BrowserFrame::Private::extension |
Definition at line 71 of file browserframe_p.h.
QList<HistoryEntry> Akregator::BrowserFrame::Private::history |
Definition at line 66 of file browserframe_p.h.
bool Akregator::BrowserFrame::Private::isLoading |
Definition at line 74 of file browserframe_p.h.
QPointer<QGridLayout> Akregator::BrowserFrame::Private::layout |
Definition at line 72 of file browserframe_p.h.
bool Akregator::BrowserFrame::Private::lockHistory |
Definition at line 73 of file browserframe_p.h.
QString Akregator::BrowserFrame::Private::mimetype |
Definition at line 76 of file browserframe_p.h.
QPointer<KParts::ReadOnlyPart> Akregator::BrowserFrame::Private::part |
Definition at line 70 of file browserframe_p.h.
KService::Ptr Akregator::BrowserFrame::Private::service |
Definition at line 77 of file browserframe_p.h.
The documentation for this class was generated from the following file:
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.