~qqworini/aesydict/online-improve

« back to all changes in this revision

Viewing changes to src/dictdatablock.h

  • Committer: Joey Chan
  • Date: 2015-04-02 15:10:17 UTC
  • Revision ID: qqworini@gmail.com-20150402151017-50skhy76lhkj7xgx
c++ functions initially done

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
    bool load_from_file(QString,DictInfoType);
18
18
    QString get_datablock(worditem_t);
 
19
    // override
 
20
    QString get_datablock(const qint32 &offset, const qint32 &size);
19
21
    void clear();
20
22
signals:
21
23
    void error_message(QString );