X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMEDCalc%2Ftui%2Fmedevents.py;h=6c3c28d711802337e8fae9466598fe60fab78736;hb=5d20e3407611c56597173037d1ebb118659a4f8d;hp=6e7d07cc0a9edbdf32baeb4c3df0f27bc3184ecb;hpb=10e479e70a8c12d2ed92af46375266826616cf2c;p=modules%2Fmed.git diff --git a/src/MEDCalc/tui/medevents.py b/src/MEDCalc/tui/medevents.py index 6e7d07cc0..6c3c28d71 100644 --- a/src/MEDCalc/tui/medevents.py +++ b/src/MEDCalc/tui/medevents.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 CEA/DEN, EDF R&D +# Copyright (C) 2015-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -115,3 +115,9 @@ def notifyGui_addDatasource(filename): def notifyGui_addPresentation(fieldId, presId): __notifyGui(MEDCALC.EVENT_ADD_PRESENTATION, dataId=fieldId, presentationId=presId) # +def notifyGui_playQtTestingScenario(filename): + __notifyGui(MEDCALC.EVENT_PLAY_TEST, filename=filename) +# +def notifyGui_termination(): + __notifyGui(MEDCALC.EVENT_QUIT_SALOME) +