When selecting any word in the big table, automatically its word type
and lesson will be selected in the corresponding views. If a word type
is selected, all words of this type end up in the main table.
svn path=/branches/work/kdeedu_parley/libkdeedu/; revision=748222
class KEDUVOCDOCUMENT_EXPORT KEduVocContainer
{
public:
+ /// @todo let wordtype have only one type and the actual types in a different function
enum EnumContainerType{
+ Container,
LessonContainer,
LeitnerContainer,
WordTypeContainer,