lgrFilterDialogs.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00008 
00009 
00010 #ifndef lgrFilterDialogs_H_
00011 #define lgrFilterDialogs_H_
00012 
00013 #include "lgrSimGui.h"
00014 #include "virtualConstructor.h"
00015 
00016 namespace MAKLogger
00017 {
00021    class DT_DLL_LGRSIMGUI DtLgrFilterDialogs
00022    {
00023    public:
00025       DT_PURE_VIRTUAL_CTR(DtLgrFilterDialogs,())
00026 
00027       
00028       virtual ~DtLgrFilterDialogs();
00029 
00032       virtual void registerDialogs() = 0;
00033    };
00034 }
00035 
00036 #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)