kompare
#include <kompare_shell.h>
Inherits MainWindow.
Public Slots | |
void | slotUpdateStatusBar (int modelIndex, int differenceIndex, int modelCount, int differenceCount, int appliedCount) |
KompareInterface * | viewPart () const |
Public Member Functions | |
KompareShell () | |
virtual | ~KompareShell () |
void | blend (const KUrl &url1, const KUrl &diff) |
void | compare (const KUrl &source, const KUrl &destination) |
void | openDiff (const KUrl &url) |
void | openStdin () |
Protected Member Functions | |
virtual bool | queryClose () |
void | readProperties (const KConfigGroup &) |
void | saveProperties (KConfigGroup &) |
Detailed Description
This is the application "Shell".
It has a menubar, toolbar, and statusbar but relies on the "Part" to do all the real work.
Adapted the shell a bit so it now handles separate view and navigation parts
Application Shell
- Version
- 3.2.90
Definition at line 54 of file kompare_shell.h.
Constructor & Destructor Documentation
KompareShell::KompareShell | ( | ) |
Default Constructor.
Definition at line 50 of file kompare_shell.cpp.
|
virtual |
Default Destructor.
Definition at line 145 of file kompare_shell.cpp.
Member Function Documentation
void KompareShell::blend | ( | const KUrl & | url1, |
const KUrl & | diff | ||
) |
Use this method to blend diff into url1 (file or directory)
Definition at line 187 of file kompare_shell.cpp.
void KompareShell::compare | ( | const KUrl & | source, |
const KUrl & | destination | ||
) |
Use this method to compare 2 URLs (files or directories)
Definition at line 179 of file kompare_shell.cpp.
void KompareShell::openDiff | ( | const KUrl & | url | ) |
Use this method to load whatever file/URL you have.
Definition at line 157 of file kompare_shell.cpp.
void KompareShell::openStdin | ( | ) |
Use this method to load the diff from stdin.
Definition at line 164 of file kompare_shell.cpp.
|
protectedvirtual |
Definition at line 149 of file kompare_shell.cpp.
|
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 279 of file kompare_shell.cpp.
|
protected |
This method is called when it is time for the app to save its properties for session management purposes.
Definition at line 259 of file kompare_shell.cpp.
|
slot |
Definition at line 232 of file kompare_shell.cpp.
|
slot |
Definition at line 463 of file kompare_shell.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.