![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtAggregatesSettingsItems.h,v $ $Revision: 1.15 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvVrlQt/vrvVrlQt.h> 00016 #include <vrvCoreQt/DtCheckedItem.h> 00017 #include <vrvUtil/DtSignalConnectionManager.h> 00018 00019 namespace makVrv 00020 { 00021 00024 class DT_DLL_VRVVRLQT DtShowAggregatesItem : public DtCheckedItem 00025 { 00026 public: 00027 DtShowAggregatesItem(DtDe&); 00028 virtual ~DtShowAggregatesItem(); 00029 00031 virtual QAction* createAction(DtDe&, QWidget* parent); 00032 protected: 00033 //Set the value due to being triggered. 00034 virtual void setValue(bool value); 00035 00036 //Get the current value. 00037 virtual bool getValue() const; 00038 00039 DtSignalConnectionManager mySignals; 00040 }; 00041 }