![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2011 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 00008 00010 00011 #pragma once 00012 00013 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00014 00015 #include <tdbutil/translation.h> 00016 00017 namespace makVrv 00018 { 00019 class DtDe; 00020 } 00021 00022 namespace makVrf 00023 { 00025 class DT_DLL_VRFGUICOREQT DtTaskSetVectorFormatter : public DtUnitFormatter 00026 { 00027 public: 00028 DtTaskSetVectorFormatter(makVrv::DtDe&); 00029 00030 virtual DtString formatSourceToDisplay(const DtVector& val) const; 00031 00035 virtual DtString formatSourceToDisplay(double val, const DtString& unitDisplay, 00036 const DtString& source, DtString& unitLabel) const; 00037 00038 protected: 00039 makVrv::DtDe& myDe; 00040 }; 00041 }