stifui/qt/inc/istfqtuimodel.h
branchRCL_3
changeset 13 822c625f7adc
parent 9 404ad6c9bc20
child 19 d40e813b23c0
equal deleted inserted replaced
11:454d022d514b 13:822c625f7adc
    17 *
    17 *
    18 */
    18 */
    19 #ifndef ISTFQTUIMODEL_H
    19 #ifndef ISTFQTUIMODEL_H
    20 #define ISTFQTUIMODEL_H
    20 #define ISTFQTUIMODEL_H
    21 
    21 
    22 //#include <TestModuleInfo.h>
       
    23 #include "cstfcase.h"
    22 #include "cstfcase.h"
    24 #include "cstfmodule.h"
    23 #include "cstfmodule.h"
    25 #include <UIStoreIf.h>
    24 #include <UIStoreIf.h>
    26 #include <UIStore.h>
    25 #include <UIStore.h>
    27 #include <UIEngine.h>
    26 #include <UIEngine.h>
    40     virtual void ClearCasesStatus() = 0;
    39     virtual void ClearCasesStatus() = 0;
    41     virtual QList<CSTFCase> GetCasesByStatus(const TSTFCaseStatusType& type) = 0;
    40     virtual QList<CSTFCase> GetCasesByStatus(const TSTFCaseStatusType& type) = 0;
    42     virtual void AddRunningCase(const CStartedTestCase* startedCase, const CSTFCase& stfCase) = 0;
    41     virtual void AddRunningCase(const CStartedTestCase* startedCase, const CSTFCase& stfCase) = 0;
    43     virtual void RemoveRunningCase(const CStartedTestCase* startedCase) = 0;
    42     virtual void RemoveRunningCase(const CStartedTestCase* startedCase) = 0;
    44     virtual void AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase) = 0;
    43     virtual void AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase) = 0;
       
    44     virtual CSTFCase GetRunningCase(const CStartedTestCase* startedCase) = 0;
    45     virtual void PauseCase() = 0;
    45     virtual void PauseCase() = 0;
    46     virtual void ResumeCase() = 0;
    46     virtual void ResumeCase() = 0;
    47     virtual void AbortCase() = 0;
    47     virtual void AbortCase() = 0;
    48     
    48     
    49     virtual void AddStifModelEventListener(IStifModelEventListener* listener) = 0;
    49     virtual void AddStifModelEventListener(IStifModelEventListener* listener) = 0;