qtinternetradio/ui/inc/iropenwebaddressview.h
changeset 14 896e9dbc5f19
parent 3 ee64f059b8e1
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
    49     void initDetails();
    49     void initDetails();
    50     void initUrlAndName();
    50     void initUrlAndName();
    51     void initDataForm();
    51     void initDataForm();
    52     bool initPreset(IRQPreset &aPreset);
    52     bool initPreset(IRQPreset &aPreset);
    53     bool eventFilter(QObject *object, QEvent *event);
    53     bool eventFilter(QObject *object, QEvent *event);
       
    54     void hideVkb();
    54 
    55 
    55 private slots:
    56 private slots:
    56     // play this station
    57     // play this station
    57     void play();
    58     void play();
    58 
    59 
    70     HbDataForm          *iForm;
    71     HbDataForm          *iForm;
    71     HbDataFormModel     *iModel;
    72     HbDataFormModel     *iModel;
    72     HbDataFormModelItem *iUrl;
    73     HbDataFormModelItem *iUrl;
    73     HbDataFormModelItem *iName;
    74     HbDataFormModelItem *iName;
    74     HbLineEdit          *iNameEditorPtr;
    75     HbLineEdit          *iNameEditorPtr;
       
    76     HbLineEdit          *iUrlEditorPtr;
    75     
    77     
    76     HbPushButton        *iPlayButton;
    78     HbPushButton        *iPlayButton;
    77     friend class         IRViewManager;
    79     friend class         IRViewManager;
    78 };
    80 };
    79 
    81