Home
last modified time | relevance | path

Searched refs:_currentStrokesList (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/kiten/kiten-21.12.3/kanjibrowser/
H A Dkanjibrowserview.cpp83 _currentStrokesList.clear(); in changeStrokeCount()
99 _currentStrokesList << stroke; in changeStrokeCount()
105 _currentStrokesList << strokes; in changeStrokeCount()
181 foreach( const int strokes, _currentStrokesList ) in reloadKanjiList()
H A Dkanjibrowserview.h167 QList<int> _currentStrokesList; variable