equal
deleted
inserted
replaced
49 QWebElement getElementById(const QString &id); |
49 QWebElement getElementById(const QString &id); |
50 QSize getElementSize(const QString &id); |
50 QSize getElementSize(const QString &id); |
51 QRect getElementRect(const QString &id); |
51 QRect getElementRect(const QString &id); |
52 QString getElementAttribute(const QString &id, const QString &attribute); |
52 QString getElementAttribute(const QString &id, const QString &attribute); |
53 QList <QWebElement> getInitialElements(); |
53 QList <QWebElement> getInitialElements(); |
54 ChromeSnippet * getSnippet(const QString &docElementId, QGraphicsItem* parent = 0); |
54 ChromeSnippet * getSnippet(const QString &docElementId); |
55 //QString getCacheableScript(); |
55 //QString getCacheableScript(); |
56 QList<CachedHandler> getCachedHandlers(const QString &elementId, const QRectF & ownerArea); |
56 QList<CachedHandler> getCachedHandlers(const QString &elementId, const QRectF & ownerArea); |
57 int height() { return m_height; } |
57 int height() { return m_height; } |
58 private: |
58 private: |
59 QWebElement findChromeParent(QWebElement element); |
59 QWebElement findChromeParent(QWebElement element); |