VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
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
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
21
22
class
QString;
23
24
namespace
makVrf
25
{
26
class
DT_DLL_VRFGUICOREQT
DtVrfPluginsLoadedWidgetInterface
27
{
28
public
:
29
virtual
~
DtVrfPluginsLoadedWidgetInterface
();
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)