radioapp/radiowidgets/inc/radiofrequencyscanner.h
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 19 afea38384506
parent 32 189d20c34778
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    18 #ifndef RADIOPRESETSCANNER_H_
    18 #ifndef RADIOPRESETSCANNER_H_
    19 #define RADIOPRESETSCANNER_H_
    19 #define RADIOPRESETSCANNER_H_
    20 
    20 
    21 // System includes
    21 // System includes
    22 #include <QObject>
    22 #include <QObject>
    23 #include <QScopedPointer>
    23 #include <QSharedPointer>
    24 
    24 
    25 // Forward declarations
    25 // Forward declarations
    26 class HbProgressDialog;
    26 class HbProgressDialog;
    27 class RadioStation;
    27 class RadioStation;
    28 class RadioUiEngine;
    28 class RadioUiEngine;
    71      */
    71      */
    72     RadioUiEngine&                      mUiEngine;
    72     RadioUiEngine&                      mUiEngine;
    73 
    73 
    74     bool                                mInMainView;
    74     bool                                mInMainView;
    75 
    75 
    76     QScopedPointer<RadioScannerEngine>  mScannerEngine;
    76     QSharedPointer<RadioScannerEngine>  mScannerEngine;
    77 
    77 
    78     /**
    78     /**
    79      * Scanning progress note
    79      * Scanning progress note
    80      * Own.
    80      * Own.
    81      */
    81      */
    82     QScopedPointer<HbProgressDialog>    mScanningProgressNote;
    82     QWeakPointer<HbProgressDialog>      mScanningProgressNote;
    83 
    83 
    84     int                                 mStripScrollTime;
    84     int                                 mStripScrollTime;
    85     int                                 mCarouselScrollTime;
    85     int                                 mCarouselScrollTime;
    86 
    86 
    87     bool                                mIsAlive;
    87     bool                                mIsAlive;
    88 
    88 
       
    89     bool                                mUserCanceled;
       
    90 
    89 };
    91 };
    90 
    92 
    91 #endif // RADIOPRESETSCANNER_H_
    93 #endif // RADIOPRESETSCANNER_H_