Added dictionary caching

This commit is contained in:
2015-06-06 13:24:37 +03:00
parent befbe90a88
commit 184d931e6e
3 changed files with 17 additions and 9 deletions

View File

@@ -45,6 +45,9 @@ private:
// end wxGlade
protected:
std::vector<wxString> _words;
DictType _dict;
bool _isDictLoaded;
// begin wxGlade: MainFrame::attributes
wxStaticText* label_1;
wxTextCtrl* tPath;
@@ -52,7 +55,6 @@ protected:
wxTextCtrl* tOutput;
wxButton* btnGenerate;
wxStaticBitmap* bPreview;
std::vector<wxString> _words;
// end wxGlade
DECLARE_EVENT_TABLE();