You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/iData/iXmlManager/Models/iParameterFloat.h

17 lines
246 B
C++

#pragma once
#include "iParameter.h"
/// @brief 参数描述,Float类型
class I_XMLMANAGER_EXPORT iParameterFloat : public iParameter
{
public:
iParameterFloat();
~iParameterFloat();
protected:
virtual void initXmlTags();
};