lgrExtraButtons.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 lgrExtraButtons_H_
00010 #define lgrExtraButtons_H_
00011 
00012 #include "lgrToolBar.h"
00013 #include "ui_extraButtons.h"
00014 
00015 class DtLgrSlots;
00016 
00017 class QIcon;
00018 
00019 namespace MAKLogger
00020 {
00021    class DT_DLL_LGRGUI DtLgrExtraButtons : public DtLgrToolBar, protected Ui::DtExtraButtons
00022    {
00023    public:
00025       DtLgrExtraButtons(QWidget* parent);
00026 
00028       virtual ~DtLgrExtraButtons();
00029 
00031       virtual void connectToModel(DtLgrGuiModel& model);
00032 
00034       virtual void postModelUpdate(DtLgrGuiModel& model);
00035 
00036    protected:
00037       void setIcons();
00038 
00039    };
00040 }
00041 
00042 #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)