]> Git trees. - libqmvoc.git/commitdiff
Feature: Enable navigation by lesson and word type in the same manner.
authorFrederik Gladhorn <gladhorn@kde.org>
Thu, 13 Dec 2007 21:49:27 +0000 (21:49 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Thu, 13 Dec 2007 21:49:27 +0000 (21:49 +0000)
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

index 6ed934cf411e85013caea3e3737aa2d3aae60165..885928d20a591206f80ab46fbde6f56f34d8a754 100644 (file)
@@ -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,