mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Loading widgets
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user