ginebra2/ChromeWidgetJSObject.h
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
    79   void prepareForGeometryChange();
    79   void prepareForGeometryChange();
    80   //NB: This should be symbian ifdef'd but that would require symbian-specific chrome
    80   //NB: This should be symbian ifdef'd but that would require symbian-specific chrome
    81   void symbianCarriageReturn();
    81   void symbianCarriageReturn();
    82   void popupShown(const QString &id);
    82   void popupShown(const QString &id);
    83   void popupHidden(const QString &id);
    83   void popupHidden(const QString &id);
       
    84   #ifdef Q_WS_MAEMO_5
       
    85   void chromeActivated();
       
    86   #endif
    84 
    87 
    85 public:
    88 public:
    86   /// Returns a list of all existing snippets.
    89   /// Returns a list of all existing snippets.
    87   QObjectList getSnippets() { return m_chromeWidget->getSnippets(); }
    90   QObjectList getSnippets() { return m_chromeWidget->getSnippets(); }
    88   Q_PROPERTY(QObjectList snippets READ getSnippets)
    91   Q_PROPERTY(QObjectList snippets READ getSnippets)