VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)