ui/views/slideshowsettingsview/inc/glxslideshowsettingsview.h
changeset 36 6481344a6d67
parent 29 2c833fc9e98f
child 71 27f2d7aec52a
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
    28 class HbLabel;
    28 class HbLabel;
    29 class HbView;
    29 class HbView;
    30 class HbMainWindow;
    30 class HbMainWindow;
    31 class HbComboBox;
    31 class HbComboBox;
    32 class QAbstractItemModel;
    32 class QAbstractItemModel;
    33 class GlxSlideShowSetting;
    33 class GlxSettingInterface;
    34 
    34 
    35 class GlxSlideShowSettingsView : public GlxView
    35 class GlxSlideShowSettingsView : public GlxView
    36 {
    36 {
    37     Q_OBJECT
    37     Q_OBJECT
    38 
    38 
    45 
    45 
    46 private slots:
    46 private slots:
    47     void orientationChanged(Qt::Orientation); 
    47     void orientationChanged(Qt::Orientation); 
    48 	
    48 	
    49 private:
    49 private:
    50 void setLayout();
    50     void setLayout();
    51   
    51   
    52 private:
    52 private:
    53 	HbComboBox          *mEffect;  //Drop down box to display transition effect
    53 	HbComboBox          *mEffect;    //Drop down box to display transition effect
    54 	HbComboBox          *mDelay; 	 //Drop down box to display transition delay
    54 	HbComboBox          *mDelay; 	 //Drop down box to display transition delay
    55 	HbMainWindow        *mWindow;  //no ownership
    55 	HbMainWindow        *mWindow;    //no ownership
    56 	HbLabel *mContextlabel;				 //Display SlideShow label
    56 	HbLabel *mContextlabel;				 //Display SlideShow label
    57 	HbLabel *mEffectlabel;				 //Display "Transition Effect: "
    57 	HbLabel *mEffectlabel;				 //Display "Transition Effect: "
    58 	HbLabel *mDelaylabel;					 //Display "Transition delay: "
    58 	HbLabel *mDelaylabel;				 //Display "Transition delay: "
    59 	GlxSlideShowSetting *mSettings;
    59 	GlxSettingInterface *mSettings;      //no ownership
    60 };
    60 };
    61 
    61 
    62 #endif /* GLXGRIDVIEW_H_ */
    62 #endif /* GLXGRIDVIEW_H_ */