LibKEduVocDocument
keduvoccontainer.h
39 explicit KEduVocContainer(const QString &name, EnumContainerType type, KEduVocContainer *parent = nullptr);
152 explicit KEduVocContainer(const QString &name, EnumContainerType type, KEduVocDocument *document);
virtual QList< KEduVocExpression * > entries(EnumEntriesRecursive recursive=NotRecursive)=0
get a list of all entries in the container
void setContainerType(KEduVocContainer::EnumContainerType type)
Set the type of container.
Definition keduvoccontainer.cpp:217
bool operator==(const KEduVocContainer &other) const
equality operator
Definition keduvoccontainer.cpp:161
KEduVocContainer & operator=(const KEduVocContainer &)
assignment operator
Definition keduvoccontainer.cpp:154
KEduVocContainer::EnumContainerType containerType()
The type of this container.
Definition keduvoccontainer.cpp:222
void resetGrades(int translation, EnumEntriesRecursive recursive)
Remove grades from all entries of this lessons.
Definition keduvoccontainer.cpp:297
void setImageUrl(const QUrl &url)
set the image url for this container
Definition keduvoccontainer.cpp:232
void updateChildLessonEntries()
Recreate the cache of entries in this lesson's child lessons.
Definition keduvoccontainer.cpp:245
void invalidateChildLessonEntries()
Set the child entry cache to invalid.
Definition keduvoccontainer.cpp:257
KEduVocContainer(const QString &name, EnumContainerType type, KEduVocContainer *parent=nullptr)
default constructor
Definition keduvoccontainer.cpp:61
The primary entry point to the hierarchy of objects describing vocabularies.
Definition keduvocdocument.h:32
This class contains one vocabulary expression as an original with one or more translations.
Definition keduvocexpression.h:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:09:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:09:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.