14 #ifndef DATAFORMBASE_H__
15 #define DATAFORMBASE_H__
17 #include "dataformfield.h"
56 bool hasField(
const std::string& field );
95 const std::string& value =
"",
const std::string& label =
"" )
96 { m_fields.push_back(
new DataFormField( name, value, label, type ) );
return m_fields.back(); }
105 #endif // DATAFORMBASE_H__