VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfAppearanceManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfAppearanceManager.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
18 
19 #include <boost/signals2.hpp>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 namespace makVrf
27 {
28  class DtAppearanceManager;
29 
32  {
33  public:
35  virtual ~DtVrfAppearanceManager();
36 
38  static DtVrfAppearanceManager& instance(makVrv::DtDe& de);
39 
40  static void init(makVrv::DtDe&);
41 
42  public:
43 
45  {
46  return myAppearanceManager;
47  }
48 
49  protected:
52  };
53 }
Virtual base class.
Definition: DtVirtualBaseClass.h:22
const DtAppearanceManager * appearanceManager() const
Definition: vrfAppearanceManager.h:44
makVrv::DtDe & myDe
Definition: vrfAppearanceManager.h:50
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: appearanceManager.h:18
Contains makVrv::DtVirtualBaseClass class.
The manager for appearances.
Definition: vrfAppearanceManager.h:31
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtAppearanceManager * myAppearanceManager
Definition: vrfAppearanceManager.h:51

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)