VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtPeriodicCheckpointWidgetInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtPeriodicCheckpointWidgetInterface.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
9
#pragma once
10
11
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
12
13
namespace
makVrf
14
{
15
class
DT_DLL_VRFGUICOREQT
DtPeriodicCheckpointWidgetInterface
16
{
17
public
:
18
virtual
~
DtPeriodicCheckpointWidgetInterface
();
19
22
23
virtual
bool
checkpointingEnabled()
const
= 0;
24
26
virtual
bool
useSimulationTime()
const
= 0;
27
29
virtual
int
checkpointTimeInterval()
const
= 0;
30
};
31
}
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
)