23 Q_PROPERTY(qulonglong idVariable READ getId WRITE setId)
24 Q_PROPERTY(
bool converted READ getConverted WRITE setConverted)
25 Q_PROPERTY(
bool readOnly READ getReadOnly WRITE setReadOnly)
26 Q_PROPERTY(
bool useTemporary READ isTemporary WRITE setTemporary)
47 void setId(gii::IdType
id);
52 gii::IdType getId() const;
62 void setConverted(
bool) const;
67 bool getConverted() const;
72 void setReadOnly(
bool);
77 bool getReadOnly() const;
82 bool isTemporary() const;
87 void setTemporary(
bool);
92 bool isRequiredProperty(const QString& name) override;
98 static const
char* propertyNameEditorObject();
104 void valueChange(QWidget* widget);
111 virtual
void applyReadOnly(
bool yn) = 0;
120 PrivateBase* _p{
nullptr};
123 typedef QWidget base_type;
Interface class to multiple inherit when the sf::FormWriter class needs to be restricted in writing o...
Definition ObjectExtension.h:17