VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtPeriodicCheckpointWidgetLogic.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtPeriodicCheckpointWidgetLogic.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#pragma once
13
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrfGuiCoreQt/DtPeriodicCheckpointWidgetInterface.h
>
16
17
namespace
makVrv
18
{
19
class
DtDe
;
20
}
21
22
namespace
makVrf
23
{
24
class
DtPeriodicCheckpointWidgetInterface;
25
26
class
DT_DLL_VRFGUICOREQT
DtPeriodicCheckpointWidgetLogic
27
{
28
public
:
29
DtPeriodicCheckpointWidgetLogic
(makVrv::DtDe&,
DtPeriodicCheckpointWidgetInterface
*);
30
virtual
~
DtPeriodicCheckpointWidgetLogic
();
31
32
public
:
33
virtual
void
setupGui();
34
virtual
void
schedulePeriodicCheckpointing();
35
36
protected
:
37
makVrv::DtDe&
myDe
;
38
DtPeriodicCheckpointWidgetInterface
*
myInterface
;
39
};
40
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)