filelight
historyAction.cpp
Go to the documentation of this file.
31 inline HistoryAction::HistoryAction(const KIcon &icon, const QString &text, KActionCollection *ac)
64 , m_b(new HistoryAction(KIcon(QLatin1String( "go-previous" )), i18nc("Go to the last path viewed", "Back"), ac))
65 , m_f(new HistoryAction(KIcon(QLatin1String( "go-next" )), i18nc("Go to forward in the history of paths viewed", "Forward"), ac))
QObject * sender() const
void append(const T &value)
void activated(const KUrl &)
HistoryCollection(KActionCollection *ac, QObject *parent)
Definition: historyAction.cpp:62
bool isEmpty() const
bool isEmpty() const
Definition: historyAction.h:32
T takeLast()
T & last()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void restore(const KConfigGroup &configgroup)
Definition: historyAction.cpp:106
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.