Changeset View
Changeset View
Standalone View
Standalone View
messageviewer/src/viewer/webengine/mailwebengineview.h
| Show First 20 Lines • Show All 61 Lines • ▼ Show 20 Line(s) | 36 | public: | |||
|---|---|---|---|---|---|
| 62 | QList<QAction *> interceptorUrlActions(const WebEngineViewer::WebHitTestResult &result) const; | 62 | QList<QAction *> interceptorUrlActions(const WebEngineViewer::WebHitTestResult &result) const; | ||
| 63 | void toggleFullAddressList(const QString &field, const boost::function<QString()> &delayedHtml); | 63 | void toggleFullAddressList(const QString &field, const boost::function<QString()> &delayedHtml); | ||
| 64 | 64 | | |||
| 65 | void setPrintElementBackground(bool printElementBackground); | 65 | void setPrintElementBackground(bool printElementBackground); | ||
| 66 | 66 | | |||
| 67 | void executeHideShowAttachmentsScripts(bool hide); | 67 | void executeHideShowAttachmentsScripts(bool hide); | ||
| 68 | void executeHideShowToAddressScripts(bool hide); | 68 | void executeHideShowToAddressScripts(bool hide); | ||
| 69 | void executeHideShowCcAddressScripts(bool hide); | 69 | void executeHideShowCcAddressScripts(bool hide); | ||
| 70 | void executeHideShowEncryptionDetails(bool hide); | ||||
| 70 | void setLinkHovered(const QUrl &url); | 71 | void setLinkHovered(const QUrl &url); | ||
| 71 | void setViewer(MessageViewer::ViewerPrivate *viewer); | 72 | void setViewer(MessageViewer::ViewerPrivate *viewer); | ||
| 72 | bool execPrintPreviewPage(QPrinter *printer, int timeout); | 73 | bool execPrintPreviewPage(QPrinter *printer, int timeout); | ||
| 73 | public Q_SLOTS: | 74 | public Q_SLOTS: | ||
| 74 | void slotZoomChanged(qreal zoom); | 75 | void slotZoomChanged(qreal zoom); | ||
| 75 | void slotShowDetails(); | 76 | void slotShowDetails(); | ||
| 76 | 77 | | |||
| 77 | protected: | 78 | protected: | ||
| Show All 35 Lines | |||||