25 const QStringList &curveNames);
29 bool documentIsExported);
32 void slotAnchorClicked (
const QUrl &url);
36 QString ahref (QString &html,
37 const QString &name)
const;
39 void check (QString &html,
40 const QString &anchor,
41 bool isChecked)
const;
42 void divHide (QString &html,
43 const QString &anchor)
const;
44 void divShow (QString &html,
45 const QString &anchor)
const;
49 QString processAhrefs (
const QString &htmlBefore);
52 QString processCheckboxes (
const QString &htmlBefore);
55 QString processDivs (
const QString &htmlBefore);
60 void repopulateCheckedTags (
const CmdMediator &cmdMediator,
61 bool documentIsExported);
63 QString m_templateHtml;
64 QStringList m_curveNames;
70 QHash<QString, bool> m_checkedTags;