From 0b02676bd422ba43e0df12eea7107fcccc37d254 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 13 Dec 2007 21:49:27 +0000 Subject: [PATCH] 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 --- keduvocdocument/keduvoccontainer.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.47.3