VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmEventHandler
pluginDisplayHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: pluginDisplayHandler.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef PLUGINDISPLAYHANDLER_H_
13
#define PLUGINDISPLAYHANDLER_H_
14
15
#include "
tmqt/eventHandler.h
"
16
#include "
tmqt/pluginExtension.h
"
17
18
class
DtTMPlugin
;
19
21
#include "
tmEventHandler/tmEventHandlerDefines.h
"
22
class
DT_DLL_tmEventHandler
DtPluginDisplayHandler
:
public
DtEventHandler
23
{
24
Q_OBJECT
25
26
public
:
28
DtPluginDisplayHandler
();
29
31
virtual
~
DtPluginDisplayHandler
();
32
33
public
:
35
static
DtEventHandler
* create(
DtEventController
* owner,
void
* usr);
36
37
protected
slots:
38
virtual
void
addPlugin(
const
DtTMPlugin
*);
39
40
public
:
41
virtual
QWidget
*
createDialog
(
QWidget
* parent);
42
virtual
void
init
();
43
44
protected
:
45
virtual
QString pluginSource(
const
DtPluginInformation
& info);
46
};
47
48
#endif //PLUGINDISPLAYHANDLER_H_
49
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
)