kviewshell
KViewShell Class Reference
#include <kviewshell.h>
Public Slots | |
void | addRecentFile () |
void | openURL (const KURL &) |
Signals | |
void | restoreDocument (const KURL &url, int page) |
void | saveDocumentRestoreInfo (KConfig *config) |
Public Member Functions | |
KViewShell (const QString &defaultMimeType=QString::null) | |
virtual | ~KViewShell () |
Public Attributes | |
KStatusBar * | action |
KStatusBar * | statusbar |
Protected Slots | |
void | slotChangePageText (const QString &) |
void | slotChangeSizeText (const QString &) |
void | slotChangeZoomText (const QString &) |
void | slotConfigureKeys () |
void | slotEditToolbar () |
void | slotFileClose () |
void | slotFullScreen () |
void | slotNewToolbarConfig () |
void | slotQuit () |
Protected Member Functions | |
void | checkActions () |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dropEvent (QDropEvent *event) |
void | keyPressEvent (QKeyEvent *e) |
void | readProperties (KConfig *) |
void | readSettings () |
void | saveProperties (KConfig *) |
void | writeSettings () |
Detailed Description
Definition at line 16 of file kviewshell.h.
Constructor & Destructor Documentation
KViewShell::KViewShell | ( | const QString & | defaultMimeType = QString::null |
) |
Definition at line 48 of file kviewshell.cpp.
KViewShell::~KViewShell | ( | ) | [virtual] |
Definition at line 137 of file kviewshell.cpp.
Member Function Documentation
void KViewShell::addRecentFile | ( | ) | [slot] |
Definition at line 226 of file kviewshell.cpp.
void KViewShell::checkActions | ( | ) | [protected] |
Definition at line 127 of file kviewshell.cpp.
void KViewShell::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected] |
Definition at line 303 of file kviewshell.cpp.
void KViewShell::dropEvent | ( | QDropEvent * | event | ) | [protected] |
Definition at line 348 of file kviewshell.cpp.
void KViewShell::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
Definition at line 356 of file kviewshell.cpp.
void KViewShell::openURL | ( | const KURL & | url | ) | [slot] |
Definition at line 237 of file kviewshell.cpp.
void KViewShell::readProperties | ( | KConfig * | config | ) | [protected] |
This method is called when this app is restored.
The KConfig object points to the session management config file that was saved with saveProperties
Definition at line 211 of file kviewshell.cpp.
void KViewShell::readSettings | ( | ) | [protected] |
Definition at line 166 of file kviewshell.cpp.
void KViewShell::restoreDocument | ( | const KURL & | url, | |
int | page | |||
) | [signal] |
void KViewShell::saveDocumentRestoreInfo | ( | KConfig * | config | ) | [signal] |
void KViewShell::saveProperties | ( | KConfig * | config | ) | [protected] |
This method is called when it is time for the app to save its properties for session management purposes.
Definition at line 202 of file kviewshell.cpp.
void KViewShell::slotChangePageText | ( | const QString & | message | ) | [protected, slot] |
Definition at line 369 of file kviewshell.cpp.
void KViewShell::slotChangeSizeText | ( | const QString & | message | ) | [protected, slot] |
Definition at line 375 of file kviewshell.cpp.
void KViewShell::slotChangeZoomText | ( | const QString & | message | ) | [protected, slot] |
Definition at line 381 of file kviewshell.cpp.
void KViewShell::slotConfigureKeys | ( | ) | [protected, slot] |
Definition at line 279 of file kviewshell.cpp.
void KViewShell::slotEditToolbar | ( | ) | [protected, slot] |
Definition at line 289 of file kviewshell.cpp.
void KViewShell::slotFileClose | ( | ) | [protected, slot] |
Definition at line 272 of file kviewshell.cpp.
void KViewShell::slotFullScreen | ( | ) | [protected, slot] |
Definition at line 242 of file kviewshell.cpp.
void KViewShell::slotNewToolbarConfig | ( | ) | [protected, slot] |
Definition at line 298 of file kviewshell.cpp.
void KViewShell::slotQuit | ( | ) | [protected, slot] |
Definition at line 144 of file kviewshell.cpp.
void KViewShell::writeSettings | ( | ) | [protected] |
Definition at line 192 of file kviewshell.cpp.
Member Data Documentation
KStatusBar* KViewShell::action |
Definition at line 22 of file kviewshell.h.
KStatusBar* KViewShell::statusbar |
Definition at line 21 of file kviewshell.h.
The documentation for this class was generated from the following files: