Some structure changes to add exporting questions

This commit is contained in:
2015-06-17 17:40:06 +03:00
parent 68376baa4a
commit fd35fc64a6
4 changed files with 40 additions and 16 deletions

View File

@@ -21,11 +21,12 @@
class MainFrame: public VMainFrame {
protected:
std::vector<wxString> _ans;
DictType _dict;
bool _isDictLoaded;
AllWordsType _allWords;
CharsTransType _transType;
GridType _grid;
std::vector<wxString> _ques;
DictType _dict;
bool _isDictLoaded;
AllWordsType _allWords;
CharsTransType _transType;
GridType _grid;
public:
void SetGridImage(GridType &grid, size_t w=400);