From: Frederik Gladhorn Date: Thu, 13 Dec 2007 21:49:27 +0000 (+0000) Subject: Feature: Enable navigation by lesson and word type in the same manner. X-Git-Tag: v4.0.71~93^2~12 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=0b02676bd422ba43e0df12eea7107fcccc37d254;p=libqmvoc.git Feature: Enable navigation by lesson and word type in the same manner. 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 --- diff --git a/keduvocdocument/keduvoccontainer.h b/keduvocdocument/keduvoccontainer.h index 6ed934c..885928d 100644 --- a/keduvocdocument/keduvoccontainer.h +++ b/keduvocdocument/keduvoccontainer.h @@ -30,7 +30,9 @@ class KEduVocExpression; 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,