3 #ifndef _APIDocViewEditor_H_
4 #define _APIDocViewEditor_H_
10 namespace AnyCAD{
namespace API
13 class ParameterValueSet;
37 virtual bool ParseParameters (
const String& str) ;
41 #endif //_APIDocViewEditor_H_
std::string String
Definition: APIString.h:10
编辑器基类
Definition: APIEditor.h:21
Group of ParameterValue with unique id.
Definition: APIParameterValueSet.h:20
The view editor base class.
Definition: APIDocViewEditor.h:22
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33