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

