VR-Forces 4.5 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
vrfPluginsLoadedWidget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfPluginsLoadedWidget.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
#include <
vrfGuiCoreQt/vrfPluginsLoadedWidgetInterface.h
>
18
19
#include <QtWidgets/QWidget>
20
24
25
namespace
makVrv
26
{
27
class
DtDe;
28
}
29
30
class
QTreeWidget
;
31
class
QTextBrowser;
32
class
QLabel
;
33
34
namespace
makVrf
35
{
36
class
DtVrfPluginsLoadedWidgetLogic;
37
38
class
DT_DLL_VRFGUICOREQT
DtVrfPluginsLoadedWidget
:
public
QWidget
,
39
public
DtVrfPluginsLoadedWidgetInterface
40
{
41
Q_OBJECT
42
43
public
:
44
46
DtVrfPluginsLoadedWidget
(
makVrv::DtDe
&,
QWidget
* parent = NULL,
const
Qt::WindowFlags& flags = 0);
47
49
virtual
~
DtVrfPluginsLoadedWidget
();
50
51
void
setupGui();
52
53
protected
:
55
virtual
void
addPlugin(
const
QString& name,
const
QString& version,
int
key,
const
std::string& server);
56
58
virtual
void
removePlugin(
const
QString& name,
int
key);
59
61
virtual
void
setPluginInformation(
const
QString&);
62
63
protected
slots:
65
virtual
void
onItemSelectionChanged();
66
67
public
:
68
QTreeWidget
*
myPlugins
;
69
70
QLabel
*
myInformationLabel
;
71
QTextBrowser*
myInformation
;
72
73
protected
:
74
makVrv::DtDe
&
myDe
;
75
DtVrfPluginsLoadedWidgetLogic
*
myLogic
;
76
};
77
}
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
)