Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #ifndef lgrOptionsMenu_H_
00010 #define lgrOptionsMenu_H_
00011
00012 #include "lgrMenu.h"
00013
00014 namespace MAKLogger
00015 {
00017 class DT_DLL_LGRGUI DtLgrOptionsMenu : public DtLgrMenu
00018 {
00019 public:
00020
00022 DtLgrOptionsMenu(QWidget* parent);
00023
00025 virtual ~DtLgrOptionsMenu();
00026
00028 void restoreDefaultMenuItems(QWidget* parent);
00029
00031 virtual void connectToEventHandler(QObject*);
00032
00034 virtual void postModelUpdate(DtLgrGuiModel& model);
00035
00037
00038 DtDynamicMenuItem* preferences();
00039 DtDynamicMenuItem* playOnOpen();
00040 DtDynamicMenuItem* pauseOnRecordAs();
00042
00043 };
00044 }
00045
00046 #endif