lgrOptionsMenu.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)