VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtPeriodicCheckpointWidgetInterface.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtPeriodicCheckpointWidgetInterface.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #pragma once
00010 
00011 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00012 
00013 namespace makVrf
00014 {
00015    class DT_DLL_VRFGUICOREQT DtPeriodicCheckpointWidgetInterface
00016    {
00017    public:
00018       virtual ~DtPeriodicCheckpointWidgetInterface();
00019 
00022 
00023       virtual bool checkpointingEnabled() const = 0;
00024       
00026       virtual bool useSimulationTime() const = 0;
00027       
00029       virtual int checkpointTimeInterval() const = 0;
00030    };
00031 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)