Ksetiwatch API Documentation


options.h

Go to the documentation of this file.
00001 /***************************************************************************/
00014 #ifndef OPTIONS_H
00015 #define OPTIONS_H
00016 
00017 #include "optionstmpl.h"
00018 
00019 /***************************************************************************/
00033 /***************************************************************************/
00047 /***************************************************************************/
00057 class Options : public OptionsTmpl
00058 {
00059 Q_OBJECT
00060 
00061 public:
00068   Options(QWidget *parent=0, const char *name=0);
00070   ~Options();
00071 
00072 protected: // methods
00081   void setSound(const QString& s);
00082 
00083 protected slots:
00090   void slotSetTimeFormat(int id);
00096   void slotSetReportSignals(int id);
00100   void slotSetMinToPanel();
00104   void slotSetDrawGrid();
00113   void slotSetRefreshInterval(int ri);
00117   void slotSetSoundOption();
00123   void slotSelectSound();
00125   void slotPlaySound();
00127   void slotSetSound();
00133   void slotEnableRecordCheckbox(bool);
00134 
00135 signals:
00138   void dockStatusChanged();
00139 };
00140 
00141 #endif
00142 
KDE Logo
This file is part of the documentation for Ksetiwatch API Version 2.6.1.
Documentation copyright © 2000-2003 Gordon Machel.
Generated on Fri Jun 6 00:28:14 2003 by doxygen 1.2.18, written by Dimitri van Heesch, © 1997-2002