VR-Forces 4.1.1 Class Documentation
editorPluginManager.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: editorPluginManager.h,v $ $Revision: 1.2 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTEDITORPLUGINMANAGER_H_
13 #define DTEDITORPLUGINMANAGER_H_
14 
15 #include "tmqt/tmPluginManager.h"
16 
20 
22 
38 
40 
42 {
43 public:
44  DtEditorPlugin(const DtString &libName,
45  bool addPlatExt = true,
46  bool useLazyEval = true);
47 
48  virtual ~DtEditorPlugin();
49 
50  virtual bool init();
53 
54 protected:
57 };
58 
60 {
61  Q_OBJECT
62 
63 public:
64 
66 
68  virtual ~DtEditorPluginManager();
69 
71  virtual DtTMPlugin* loadPlugin(const QString&, DtTMApplication* app);
72  static DtTMPluginManager* create();
73  virtual void postAppInitialize(DtTMApplication* app);
74 
75  void setExtensionInterface(DtEditorExtensionInterface*);
76 
77 protected:
78  virtual void processPluginsDirectory(const DtFilename& directory);
79  virtual void initPluginVariables(DtTMApplication* app);
80 
81 protected:
84 };
85 
86 #endif

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)