Ignore:
Timestamp:
03/01/15 18:22:09 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The finish page also checks for the presence of all explanations (re #248)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r604 r605  
    408408        return self._flightInfo.hasDelayCode
    409409
     410    @property
     411    def faultsFullyExplained(self):
     412        """Determine if all the faults have been fully explained by the
     413        user."""
     414        return self._flightInfo.faultsFullyExplained
     415
    410416    def run(self):
    411417        """Run the GUI."""
     
    809815        """Called when the delay codes have changed."""
    810816        self._wizard.delayCodesChanged()
     817
     818    def faultExplanationsChanged(self):
     819        """Called when the status of the explanations of the faults have
     820        changed."""
     821        self._wizard.faultExplanationsChanged()
    811822
    812823    def updateRTO(self, inLoop = False):
Note: See TracChangeset for help on using the changeset viewer.