src/hbcore/gui/hbmainwindow.h
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbcore/gui/hbmainwindow.h	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbcore/gui/hbmainwindow.h	Thu May 27 13:10:59 2010 +0300
@@ -72,6 +72,9 @@
     void setBackgroundImageName(Qt::Orientation orientation, const QString &name);
     QString backgroundImageName(Qt::Orientation orientation) const;
 
+    void setBackgroundImageMode(Hb::BackgroundImageMode mode);
+    Hb::BackgroundImageMode backgroundImageMode() const;
+
     void setAutomaticOrientationEffectEnabled(bool enabled = true);
     bool automaticOrientationEffectEnabled() const;
 
@@ -95,6 +98,7 @@
     void customEvent(QEvent *event);
     void scrollContentsBy(int dx, int dy);
     void paintEvent(QPaintEvent *event);
+    void showEvent(QShowEvent *event);
 
     HbMainWindowPrivate *const d_ptr;