VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
15 #include <boost/signals2.hpp>
16 
18 #include <QtGui/QColor>
19 
23 
24 class QString;
25 
26 namespace makVrf
27 {
29  {
30  public:
32 
34  virtual void addPlugin(const QString& name, const QString& version, int key, const std::string& server) = 0;
35 
37  virtual void removePlugin(const QString& name, int key) = 0;
38 
40  virtual void setPluginInformation(const QString&) = 0;
41 
43  virtual const QColor& linkColor() const = 0;
44 
46  virtual void onItemSelectionChanged() = 0;
47 
48  boost::signals2::signal<void (const std::string&, int key)> signal_selectedPluginChanged;
49  };
50 }
Definition: vrfPluginsLoadedWidgetInterface.h:28
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
boost::signals2::signal< void(const std::string &, int key)> signal_selectedPluginChanged
Definition: vrfPluginsLoadedWidgetInterface.h:48

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)