3 #ifndef _APIParameterBoolean_H_
4 #define _APIParameterBoolean_H_
10 namespace AnyCAD{
namespace API
28 bool GetValue ()
const;
33 void SetValue (
bool val) ;
38 virtual String ToString ()
const;
44 virtual bool FromString (
const String& str) ;
48 #endif //_APIParameterBoolean_H_
std::string String
Definition: APIString.h:10
The base class for parameter values.
Definition: APIParameterValue.h:19
bool value
Definition: APIParameterBoolean.h:19
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33