![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtSimulationControlWidget.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00012 #pragma once 00013 00014 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00015 #include <vrvCoreQt/DtToolbar.h> 00016 00017 namespace makVrv 00018 { 00019 class DtDe; 00020 } 00021 00022 namespace makVrf 00023 { 00027 class DT_DLL_VRFGUICOREQT DtSimulationControlToolbar : public makVrv::DtToolbar 00028 { 00029 public: 00030 00032 DtSimulationControlToolbar(makVrv::DtDe&); 00033 00035 virtual ~DtSimulationControlToolbar(); 00036 00038 virtual QToolBar* createToolbar(makVrv::DtDe&, QWidget* parent); 00039 00040 }; 00041 } 00042