Enhancement: 'select highlighted objects' from properties dialog (object tree context menu)

This commit is contained in:
Matthias Koefferlein
2025-08-15 17:06:33 +02:00
parent 872eaabb75
commit 5bd74b73bb
16 changed files with 231 additions and 7 deletions
+8
View File
@@ -119,6 +119,14 @@ public:
return QIcon ();
}
/**
* @brief Confines the selection to the given selection indexes
*
* After this operation, the selection entries are renumbered with only
* the remaining ones present.
*/
virtual void confine_selection (const std::vector<size_t> &remaining_entries) = 0;
/**
* @brief Update the display
*