VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolDrawer
dispUtil.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: dispUtil.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtDispUtil_H
13
#define DtDispUtil_H
14
15
class
DtDisplayPoint
;
16
17
class
QPaintDevice;
18
class
QPixmap;
19
class
QPainter;
20
class
QImage;
21
22
#include "
symbolDrawer/symbolDrawerDefines.h
"
23
24
DT_DLL_symbolDrawer
void
paintPix
(QPainter * dst,
25
const
DtDisplayPoint
& center,
26
const
QPixmap * src,
27
double
scaleBy);
28
29
DT_DLL_symbolDrawer
void
paintPix
(QPaintDevice * dst,
30
const
DtDisplayPoint
& center,
31
const
QPixmap * src);
32
33
DT_DLL_symbolDrawer
void
paintPix
(QPainter * dst,
34
const
DtDisplayPoint
& center,
35
const
QImage * src,
36
double
scaleBy);
37
38
DT_DLL_symbolDrawer
void
paintPix
(QPainter * dst,
39
const
DtDisplayPoint
& topLeft,
40
const
QImage * src);
41
42
#endif
43
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
)