ginebra2/WebChromeSnippet.h
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
equal deleted inserted replaced
5:0f2326c2a325 6:1c3b8676e58c
    34 
    34 
    35   class WebChromeSnippet : public ChromeSnippet
    35   class WebChromeSnippet : public ChromeSnippet
    36   {
    36   {
    37     Q_OBJECT
    37     Q_OBJECT
    38   public:
    38   public:
    39     WebChromeSnippet(const QString& elementId, ChromeWidget * chrome, const QRectF& ownerArea, const QWebElement & element);
    39     WebChromeSnippet(const QString& elementId, ChromeWidget * chrome, const QWebElement & element);
    40     virtual ~WebChromeSnippet();
    40     virtual ~WebChromeSnippet();
    41     WebChromeItem* item();
    41     WebChromeItem* item();
    42   public slots:
    42   public slots:
    43     void grabFocus();
    43     void grabFocus();
    44     void updateOwnerArea();
    44     void updateOwnerArea();