VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtProjectedTextModel.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtProjectedTextModel.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtAttachableProjectedTextModel_H_
00014 #define DtAttachableProjectedTextModel_H_
00015 
00016 #include <vrvCore/vrvCore.h>
00017 #include <vrvCore/DtModel.h>
00018 
00019 //class DtVector;
00020 #include <matrix/vlVector.h>
00021 
00022 namespace makVrv
00023 {
00027    class DT_DLL_VRVCORE DtProjectedTextModel : public DtModel
00028    {
00029    public:
00031       DtProjectedTextModel(DtDe& de, DtUniqueID id);
00032 
00034       virtual ~DtProjectedTextModel();
00035 
00038       virtual void setColor( const DtVector& rgbColor ) = 0;
00039       
00040       virtual void setFontName( const std::string& fontName ) = 0;
00041       virtual void setFontSize( double size ) = 0;
00042       
00043       virtual void setText( const std::string& text ) = 0;
00044    };
00045 }
00046 
00047 #endif
00048 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)