kwatchgnupgmainwin.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
#ifndef KWATCHGNUPGMAINWIN_H
00034
#define KWATCHGNUPGMAINWIN_H
00035
00036
#include <kmainwindow.h>
00037
00038
class KWatchGnuPGTray;
00039
class KWatchGnuPGConfig;
00040
class KProcIO;
00041
class QTextEdit;
00042
00043
class KWatchGnuPGMainWindow :
public KMainWindow {
00044 Q_OBJECT
00045
public:
00046 KWatchGnuPGMainWindow(
QWidget* parent = 0,
const char* name = 0 );
00047
virtual ~KWatchGnuPGMainWindow();
00048
public slots:
00049
void slotWatcherExited();
00050
void slotReadStdout();
00051
void slotAckRead();
00052
00053
void slotSaveAs();
00054
void slotQuit();
00055
void slotClear();
00056
00057
void slotConfigure();
00058
void slotConfigureToolbars();
00059
00060
void slotReadConfig();
00061
00062
virtual void show();
00063
protected:
00064
virtual bool queryClose();
00065
private:
00066
void createActions();
00067
void startWatcher();
00068
void setGnuPGConfig();
00069
00070 KProcIO* mWatcher;
00071
00072
QTextEdit* mCentralWidget;
00073 KWatchGnuPGTray* mSysTray;
00074 KWatchGnuPGConfig* mConfig;
00075 };
00076
00077
#endif
00078
This file is part of the documentation for certmanager Library Version 3.3.0.