HistoryPart Class Reference
Put a brief description here, the brief description ends at the first dot. More...
#include <historypart.h>
Inheritance diagram for HistoryPart:

Public Member Functions | |
HistoryPart (QObject *parent, const char *name, const QStringList &) | |
~HistoryPart () | |
Private Slots | |
void | partRemoved (KParts::Part *part) |
void | activePartChanged (KParts::Part *part) |
void | backActivated () |
void | forwardActivated () |
void | backAboutToShow () |
void | forwardAboutToShow () |
void | backPopupActivated (int id) |
void | forwardPopupActivated (int id) |
void | updateActions () |
Private Member Functions | |
void | saveState (KParts::Part *part) |
void | restoreState () |
void | setupActions () |
void | addHistoryEntry (HistoryEntry *entry) |
Private Attributes | |
QPtrList< HistoryEntry > | m_history |
KToolBarPopupAction * | m_backAction |
KToolBarPopupAction * | m_forwardAction |
bool | m_restoring |
Detailed Description
Put a brief description here, the brief description ends at the first dot.
Put a more detailed description of your part in these lines. It can span over several lines. You can even use some html commands in these lines like: This is code
, html links link text, and images.
- Feature(s):
- Describe the first feature
Describe the second feature ...
Describe the last feature
- Bug:
- Describe a the 1st bug that you know of, but probably hasn't been reported yet. ..
Describe a the nth bug that you know of, but probably hasn't been reported yet.
- Requirement(s):
- Describe a the 1st requirement of your part.
Describe a the 2nd requirement of your part. ...
Describe a the nth requirement of your part.
- Todo:
- Describe a the 1st TODO of your part.
Describe a the 2nd TODO of your part. ...
Describe a the nth TODO of your part.
- F.A.Q.:
- First frequenly asked question about your part ? Answer.
Second frequenly asked question about your part ? Answer. ...
Last frequenly asked question about your part ? Answer.
- Note:
- First note text.
Second note text. ...
Last note text.
- Warning:
- First warning text.
Second warning text. ...
Last warning text.
Definition at line 20 of file historypart.h.
Constructor & Destructor Documentation
|
|
|
Definition at line 51 of file historypart.cpp. |
Member Function Documentation
|
Definition at line 226 of file historypart.cpp. References activePartChanged(), addHistoryEntry(), endl(), kdDebug(), and m_restoring. Referenced by activePartChanged(). |
|
Definition at line 146 of file historypart.cpp. References addHistoryEntry(), m_history, HistoryEntry::m_part, saveState(), and updateActions(). Referenced by activePartChanged(), and addHistoryEntry(). |
|
Definition at line 81 of file historypart.cpp. References m_backAction, m_history, and KToolBarPopupAction::popupMenu(). Referenced by setupActions(). |
|
Definition at line 206 of file historypart.cpp. References m_history, KDevPlugin::partController(), restoreState(), and saveState(). Referenced by setupActions(). |
|
Definition at line 107 of file historypart.cpp. References backPopupActivated(), m_backAction, m_history, KDevPlugin::partController(), KToolBarPopupAction::popupMenu(), restoreState(), saveState(), and updateActions(). Referenced by backPopupActivated(), and setupActions(). |
|
Definition at line 94 of file historypart.cpp. References m_forwardAction, m_history, and KToolBarPopupAction::popupMenu(). Referenced by setupActions(). |
|
Definition at line 216 of file historypart.cpp. References m_history, KDevPlugin::partController(), restoreState(), and saveState(). Referenced by setupActions(). |
|
Definition at line 122 of file historypart.cpp. References forwardPopupActivated(), m_forwardAction, m_history, KDevPlugin::partController(), KToolBarPopupAction::popupMenu(), restoreState(), saveState(), and updateActions(). Referenced by forwardPopupActivated(), and setupActions(). |
|
Definition at line 239 of file historypart.cpp. References m_history, partRemoved(), and updateActions(). Referenced by partRemoved(). |
|
Definition at line 178 of file historypart.cpp. References endl(), kdDebug(), m_history, HistoryEntry::m_part, m_restoring, KDevPlugin::mainWindow(), KDevPlugin::partController(), KParts::PartManager::parts(), KDevMainWindow::raiseView(), KParts::PartManager::setActivePart(), updateActions(), and KParts::Part::widget(). Referenced by backActivated(), backPopupActivated(), forwardActivated(), and forwardPopupActivated(). |
|
Definition at line 159 of file historypart.cpp. References m_history, HistoryEntry::m_part, HistoryEntry::m_url, saveState(), and KParts::ReadOnlyPart::url(). Referenced by addHistoryEntry(), backActivated(), backPopupActivated(), forwardActivated(), forwardPopupActivated(), and saveState(). |
|
Definition at line 56 of file historypart.cpp. References KXMLGUIClient::actionCollection(), backAboutToShow(), backActivated(), backPopupActivated(), forwardAboutToShow(), forwardActivated(), forwardPopupActivated(), m_backAction, m_forwardAction, KToolBarPopupAction::popupMenu(), KAction::setToolTip(), and KAction::setWhatsThis(). |
|
Definition at line 137 of file historypart.cpp. References endl(), kdDebug(), m_backAction, m_forwardAction, m_history, and KAction::setEnabled(). Referenced by addHistoryEntry(), backPopupActivated(), forwardPopupActivated(), partRemoved(), and restoreState(). |
Member Data Documentation
|
Definition at line 57 of file historypart.h. Referenced by backAboutToShow(), backPopupActivated(), setupActions(), and updateActions(). |
|
Definition at line 57 of file historypart.h. Referenced by forwardAboutToShow(), forwardPopupActivated(), setupActions(), and updateActions(). |
|
Definition at line 55 of file historypart.h. Referenced by addHistoryEntry(), backAboutToShow(), backActivated(), backPopupActivated(), forwardAboutToShow(), forwardActivated(), forwardPopupActivated(), partRemoved(), restoreState(), saveState(), and updateActions(). |
|
Definition at line 59 of file historypart.h. Referenced by activePartChanged(), and restoreState(). |
The documentation for this class was generated from the following files:
- parts/history/historypart.h
- parts/history/historypart.cpp