VR-Exchange 2.1 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
hlaBroker
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
DtHlaBroker
12
{
13
14
class
DtEntityTranslator
;
15
16
class
DT_DLL_HLABROKER
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 Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (
www.mak.com
)