Loading widgets

This commit is contained in:
Jakub Melka
2020-12-22 18:29:40 +01:00
parent fd902ac525
commit 96ae91b36d
11 changed files with 348 additions and 15 deletions

View File

@@ -158,6 +158,14 @@ public:
/// \param value Value
PDFObject writeAttributeValueToObject(size_t attribute, PDFObject object, PDFObject value) const;
/// Returns minimum value of the attribute
/// \param index Attribute index
QVariant getMinimumValue(size_t index) const;
/// Returns maximum value of the attribute
/// \param index Attribute index
QVariant getMaximumValue(size_t index) const;
const PDFObjectStorage* getStorage() const { return m_storage; }
signals: