VR-Forces 4.0.4 Class Documentation
include/tmqt/tmMsgGuiPrinter.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: tmMsgGuiPrinter.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef tmMsgGuiPrinter_H_
00010 #define tmMsgGuiPrinter_H_
00011 
00014 
00016 
00017 #include <vlutil/vlPrint.h>
00018 #include "tmqt/tmqtDefines.h"
00019 #include "qstring.h"
00020 
00022 class DT_DLL_tmqt DtMsgGuiPrinter : public DtPrinter
00023 {
00024 public:
00025    
00026    DtMsgGuiPrinter();
00027 
00028    virtual ~DtMsgGuiPrinter();
00029 
00030    virtual void formatMessageForNotifyLevel(int notifyLevel, QString& message);
00031 
00032    virtual void write(const std::string &st, int notify_level);
00033 
00034 };
00035 
00036 #endif
00037 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)