Signature plugin: Form layout

This commit is contained in:
Jakub Melka
2022-03-18 19:49:14 +01:00
parent 2082732cb5
commit a5cd109a6e
3 changed files with 159 additions and 1 deletions

View File

@@ -335,6 +335,10 @@ public:
/// \param id Element id
bool isSelected(PDFInteger id) const;
/// Returns true, if all elements are selected
/// \param ids Element ids
bool isAllSelected(const std::set<PDFInteger>& elementIds) const;
/// Returns true, if selection is empty
bool isSelectionEmpty() const { return m_selection.empty(); }