VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
brokers
rprBroker
libRprBroker
timerSlots.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
#pragma once
6
#include <QtCore/QObject>
7
#include <namespace.h>
8
9
namespace
MAKVrExchange
10
{
11
namespace
DtRprBroker
12
{
13
14
class
DtEntityTranslator
;
15
16
class
DT_DLL_RPRBROKER
DtTimerSlots
:
public
QObject
17
{
18
Q_OBJECT
19
20
public
:
21
DtTimerSlots
(
DtEntityTranslator
* trans);
22
23
public
slots:
24
virtual
void
timerEntityTimeout();
25
26
protected
:
27
DtEntityTranslator
*
myModEntityTranslator
;
28
};
29
30
}
31
}
32
Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)