radioapp/radioenginewrapper/inc/radioenginewrapper_p.h
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 37 451b2e1545b2
child 54 a8ba0c289b44
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
    26 // User includes
    26 // User includes
    27 #include "radioenginewrapper.h"
    27 #include "radioenginewrapper.h"
    28 #include "mradioenginehandlerobserver.h"
    28 #include "mradioenginehandlerobserver.h"
    29 
    29 
    30 // Forward declarations
    30 // Forward declarations
    31 class CRadioEngineHandler;
    31 class RadioEngineHandler;
    32 class RadioControlEventListener;
    32 class RadioControlEventListener;
    33 class RadioRdsListener;
    33 class RadioRdsListener;
    34 class RadioSettingsIf;
    34 class RadioSettingsIf;
    35 class RadioSettings;
    35 class RadioSettings;
    36 class RadioStationHandlerIf;
    36 class RadioStationHandlerIf;
    72 
    72 
    73     /**
    73     /**
    74     * Getter for CRadioEngineHandler instance.
    74     * Getter for CRadioEngineHandler instance.
    75     * Returns reference to the CRadioEngineHandler
    75     * Returns reference to the CRadioEngineHandler
    76     */
    76     */
    77     CRadioEngineHandler& RadioEnginehandler();
    77     RadioEngineHandler& radioEnginehandler();
    78 
    78 
    79     /**
    79     /**
    80      * Tunes to given frequency
    80      * Tunes to given frequency
    81      */
    81      */
    82     void setFrequency( uint frequency, const int reason );
    82     void setFrequency( uint frequency, const int reason );
   135 
   135 
   136     /**
   136     /**
   137      * Radio engine handler.
   137      * Radio engine handler.
   138      * Own.
   138      * Own.
   139      */
   139      */
   140     QScopedPointer<CRadioEngineHandler>             mEngineHandler;
   140     QScopedPointer<RadioEngineHandler>              mEngineHandler;
   141 
   141 
   142     /**
   142     /**
   143      * RemCon listener.
   143      * RemCon listener.
   144      * Own.
   144      * Own.
   145      */
   145      */