1 #ifndef QMF_SCHEMA_PROPERTY_H
2 #define QMF_SCHEMA_PROPERTY_H
37 class SchemaPropertyImpl;
42 QMF_EXTERN SchemaProperty(
const SchemaProperty&);
43 QMF_EXTERN SchemaProperty& operator=(
const SchemaProperty&);
46 QMF_EXTERN SchemaProperty(
const std::string&,
int,
const std::string& o=
"");
53 QMF_EXTERN void setSubtype(
const std::string&);
63 QMF_EXTERN const std::string& getSubtype()
const;
68 friend class qmf::PrivateImplRef<SchemaProperty>;
69 friend struct SchemaPropertyImplAccess;