VR-Forces 4.1.1 Class Documentation
DtProjectedTextModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtProjectedTextModel.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtAttachableProjectedTextModel_H_
14 #define DtAttachableProjectedTextModel_H_
15 
16 #include <vrvCore/vrvCore.h>
17 #include <vrvCore/DtModel.h>
18 
19 //class DtVector;
20 #include <matrix/vlVector.h>
21 
22 namespace makVrv
23 {
28  {
29  public:
32 
34  virtual ~DtProjectedTextModel();
35 
38  virtual void setColor( const DtVector& rgbColor ) = 0;
39 
40  virtual void setFontName( const std::string& fontName ) = 0;
41  virtual void setFontSize( double size ) = 0;
42 
43  virtual void setText( const std::string& text ) = 0;
44  };
45 }
46 
47 #endif
48 

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)