stifui/qt/inc/stfqtuimodel.h
branchRCL_3
changeset 12 aefcba28a3e0
parent 9 404ad6c9bc20
child 17 d40e813b23c0
equal deleted inserted replaced
11:454d022d514b 12:aefcba28a3e0
    30     void AddRunningCase(const CStartedTestCase* startedCase, const CSTFCase& stfCase);
    30     void AddRunningCase(const CStartedTestCase* startedCase, const CSTFCase& stfCase);
    31     void RemoveRunningCase(const CStartedTestCase* startedCase);
    31     void RemoveRunningCase(const CStartedTestCase* startedCase);
    32     void AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase);
    32     void AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase);
    33     void AddStifModelEventListener(IStifModelEventListener* listener);
    33     void AddStifModelEventListener(IStifModelEventListener* listener);
    34     void RemoveStifModelEventListener(IStifModelEventListener* listener);
    34     void RemoveStifModelEventListener(IStifModelEventListener* listener);
       
    35     CSTFCase GetRunningCase(const CStartedTestCase* startedCase);
    35     void PauseCase();
    36     void PauseCase();
    36     void ResumeCase();
    37     void ResumeCase();
    37     void AbortCase();
    38     void AbortCase();
    38     
    39     
    39 private:
    40 private: