mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
Enhancement: 'select highlighted objects' from properties dialog (object tree context menu)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user