stateObViewWidget.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 stateObViewWidget_H_
00010 #define stateObViewWidget_H_
00011 
00012 #include "stateObserver.h"
00013 
00014 #include <QtGui/QWidget>
00015 #include "stateObjectViewUI.hpp"
00016 
00017 namespace MAKLogger
00018 {
00020    class DT_DLL_STATEOBSERVER DtStateObjectViewWidget : public QWidget, public Ui_DtStateObjectViewUI
00021    {
00022    public:
00024       DtStateObjectViewWidget(QWidget* parent);
00025 
00027       virtual ~DtStateObjectViewWidget();
00028 
00029       virtual void languageChange();
00030    };
00031 }
00032 
00033 #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)