scenarios
Theophile Terraz 2025-10-13 17:50:15 +02:00
parent f16856d23b
commit 0383dc18ae
2 changed files with 5 additions and 3 deletions

View File

@ -254,6 +254,7 @@ class UpdateRKCommand(QUndoCommand):
for rk, profile in zip(self._new_rks, self._reach.profiles): for rk, profile in zip(self._new_rks, self._reach.profiles):
profile.rk = rk profile.rk = rk
class MeshingCommand(QUndoCommand): class MeshingCommand(QUndoCommand):
def __init__(self, reach, mesher, data, tableView): def __init__(self, reach, mesher, data, tableView):
QUndoCommand.__init__(self) QUndoCommand.__init__(self)
@ -333,6 +334,7 @@ class MeshingCommand(QUndoCommand):
QItemSelectionModel.Select QItemSelectionModel.Select
) )
class PurgeCommand(QUndoCommand): class PurgeCommand(QUndoCommand):
def __init__(self, reach, np_purge): def __init__(self, reach, np_purge):
QUndoCommand.__init__(self) QUndoCommand.__init__(self)