camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxevideocapturecontrolsymbian/unittest_cxevideocapturecontrolsymbian.h
changeset 29 699651f2666f
parent 24 2094593137f5
child 52 7e18d488ac5f
equal deleted inserted replaced
24:2094593137f5 29:699651f2666f
    21 #include "cxevideocapturecontrolsymbian.h"
    21 #include "cxevideocapturecontrolsymbian.h"
    22 #include "cxevideocapturecontrolsymbianunit.h"
    22 #include "cxevideocapturecontrolsymbianunit.h"
    23 
    23 
    24 class CxeFakeCameraDevice;
    24 class CxeFakeCameraDevice;
    25 class CxeFakeViewfinderControl;
    25 class CxeFakeViewfinderControl;
       
    26 class CxeSnapshotControl;
    26 class CxeFakeCameraDeviceControl;
    27 class CxeFakeCameraDeviceControl;
    27 class CxeFakeSettings;
    28 class CxeFakeSettings;
    28 class CxeFakeFilenameGenerator;
    29 class CxeFakeFilenameGenerator;
    29 class QSignalSpy;
    30 class QSignalSpy;
    30 class CxeFakeQualityPresets;
    31 class CxeFakeQualityPresets;
    51     void testRemainingTime();
    52     void testRemainingTime();
    52     void testElapsedTime();
    53     void testElapsedTime();
    53     void testReset();
    54     void testReset();
    54     void testFilename();
    55     void testFilename();
    55     void testSnapshot();
    56     void testSnapshot();
    56     void testHandleSnapshotEvent();
    57     void testHandleSnapshotReady();
    57     void testInit();
    58     void testInit();
    58     void testDeinit();
    59     void testDeinit();
    59     void testHandleSoundPlayed();
    60     void testHandleSoundPlayed();
    60     void testMvruoOpenComplete();
    61     void testMvruoOpenComplete();
    61     void testMvruoPrepareComplete();
    62     void testMvruoPrepareComplete();
    68 
    69 
    69 private:
    70 private:
    70     CxeVideoCaptureControlSymbianUnit *mCxeVideoCaptureControlSymbian;
    71     CxeVideoCaptureControlSymbianUnit *mCxeVideoCaptureControlSymbian;
    71     CxeFakeCameraDevice *mCameraDevice;
    72     CxeFakeCameraDevice *mCameraDevice;
    72     CxeFakeViewfinderControl *mViewfinderControl;
    73     CxeFakeViewfinderControl *mViewfinderControl;
       
    74     CxeSnapshotControl *mSnapshotControl;
    73     CxeFakeCameraDeviceControl *mCameraDeviceControl;
    75     CxeFakeCameraDeviceControl *mCameraDeviceControl;
    74     CxeFakeSettings *mSettings;
    76     CxeFakeSettings *mSettings;
    75     CxeFakeFilenameGenerator *mFilenameGeneratorSymbian;
    77     CxeFakeFilenameGenerator *mFilenameGeneratorSymbian;
    76     QSignalSpy *mSpyState;
    78     QSignalSpy *mSpyState;
    77     CxeFakeQualityPresets *mFakeQualityPresets;
    79     CxeFakeQualityPresets *mFakeQualityPresets;