VR-Forces 4.1 Class Documentation
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 
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)