--- 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;