VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfPluginsLoadedWidgetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfPluginsLoadedWidgetInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
14 #include <vrvUtil/signalslib.h>
15 
17 
21 
22 class QString;
23 
24 namespace makVrf
25 {
27  {
28  public:
30 
32  virtual void addPlugin(const QString& name, const QString& version, int key, const std::string& server) = 0;
33 
35  virtual void removePlugin(const QString& name, int key) = 0;
36 
38  virtual void setPluginInformation(const QString&) = 0;
39 
40  boost::signal<void (const std::string&, int key)> signal_selectedPluginChanged;
41  };
42 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)