tools/assistant/lib/qhelpgenerator_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    72     QHelpGenerator(QObject *parent = 0);
    72     QHelpGenerator(QObject *parent = 0);
    73     ~QHelpGenerator();
    73     ~QHelpGenerator();
    74 
    74 
    75     bool generate(QHelpDataInterface *helpData,
    75     bool generate(QHelpDataInterface *helpData,
    76         const QString &outputFileName);
    76         const QString &outputFileName);
       
    77     bool checkLinks(const QHelpDataInterface &helpData);
    77     QString error() const;
    78     QString error() const;
    78 
    79 
    79 Q_SIGNALS:
    80 Q_SIGNALS:
    80     void statusChanged(const QString &msg);
    81     void statusChanged(const QString &msg);
    81     void progressChanged(double progress);
    82     void progressChanged(double progress);
    94     bool insertFileNotFoundFile();
    95     bool insertFileNotFoundFile();
    95     bool registerCustomFilter(const QString &filterName,
    96     bool registerCustomFilter(const QString &filterName,
    96         const QStringList &filterAttribs, bool forceUpdate = false);
    97         const QStringList &filterAttribs, bool forceUpdate = false);
    97     bool registerVirtualFolder(const QString &folderName, const QString &ns);
    98     bool registerVirtualFolder(const QString &folderName, const QString &ns);
    98     bool insertFilterAttributes(const QStringList &attributes);
    99     bool insertFilterAttributes(const QStringList &attributes);
    99     bool insertKeywords(const QList<QHelpDataIndexItem> keywords,
   100     bool insertKeywords(const QList<QHelpDataIndexItem> &keywords,
   100         const QStringList &filterAttributes);
   101         const QStringList &filterAttributes);
   101     bool insertFiles(const QStringList &files, const QString &rootPath,
   102     bool insertFiles(const QStringList &files, const QString &rootPath,
   102         const QStringList &filterAttributes);
   103         const QStringList &filterAttributes);
   103     bool insertContents(const QByteArray &ba,
   104     bool insertContents(const QByteArray &ba,
   104         const QStringList &filterAttributes);
   105         const QStringList &filterAttributes);