VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntityInfoWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEntityInfoWidget.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtEntityInfoWidget_H_
14 #define DtEntityInfoWidget_H_
15 
16 #include <vrvCore/vrvCore.h>
17 #include <vrvUtil/DtUnicode.h>
18 
19 namespace makVrv
20 {
21  class DtAgentManagerInterface;
22  class DtProjectedWidgetModelAgent;
23  class DtWidgetAgent;
24  class DtWidgetLabelAgent;
25  class DtModelAgent;
26 
31  {
32  public:
33 
36  unsigned int modelSet,
37  const std::string& infoWidgetModelDef);
38 
40  virtual ~DtEntityInfoWidget();
41 
43  virtual void setText(const DtUnicode& text);
44 
46  virtual void setGroup(unsigned int group);
47 
49  DtModelAgent* model();
50 
52  virtual void setColor(float r,float g,float b,float a);
53 
54  protected:
55 
57  DtProjectedWidgetModelAgent* myProjectedWidgetModelAgent;
58  DtWidgetLabelAgent* myWidgetLabelAgent;
59  };
60 }
61 
62 #endif
63 

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)