![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtStealthConfiguration.h,v $ $Revision: 1.16 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvCore/DtVrvApplicationConfiguration.h> 00016 00017 namespace makVrv 00018 { 00022 class DtStealthConfiguration : public DtVrvApplicationConfiguration 00023 { 00024 public: 00025 00028 DtStealthConfiguration(); 00029 00031 virtual ~DtStealthConfiguration(); 00032 00033 protected: 00034 00036 static void createStealthGui(DtPageConfiguration& pages); 00037 00039 static void createStealthMenus(DtMenuConfiguration& config); 00040 00042 static void createStealthToolbars(DtToolbarConfiguration& config); 00043 }; 00044 } 00045 00046 #define DtStealthConfiguration_INL_ 00047 #include <vrvCore/DtStealthConfiguration.inl> 00048 #undef DtStealthConfiguration_INL_