VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
appsrc
scenarioMerge
guiPrinter.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: guiPrinter.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef guiPrinter_H_
10
#define guiPrinter_H_
11
14
15
//#include "guiDefines.h"
16
#include <vlutil/vlPrint.h>
17
21
22
class
DtGuiPrinter
:
public
DtPrinter
23
{
24
public
:
25
26
DtGuiPrinter
();
27
28
virtual
~DtGuiPrinter
();
29
30
virtual
void
write
(
const
std::string &st,
int
notify_level);
31
32
};
33
34
#endif
35
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)