VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmqt
tmMsgGuiPrinter.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: tmMsgGuiPrinter.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef tmMsgGuiPrinter_H_
10
#define tmMsgGuiPrinter_H_
11
14
16
17
#include <vlutil/vlPrint.h>
18
#include "
tmqt/tmqtDefines.h
"
19
#include "qstring.h"
20
22
class
DT_DLL_tmqt
DtMsgGuiPrinter
:
public
DtPrinter
23
{
24
public
:
25
26
DtMsgGuiPrinter
();
27
28
virtual
~
DtMsgGuiPrinter
();
29
30
virtual
void
formatMessageForNotifyLevel(
int
notifyLevel, QString& message);
31
32
virtual
void
write(
const
std::string &st,
int
notify_level);
33
34
};
35
36
#endif
37
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)