libkdeedu/keduvocdocument
keduvocexpression.cpp
Go to the documentation of this file.
46 // empty the translations map, otherwise removal from word type will try to access them again when they don't exist any more
51 KEduVocExpression::KEduVocExpressionPrivate::KEduVocExpressionPrivate(const KEduVocExpressionPrivate & other)
57 KEduVocExpression::KEduVocExpressionPrivate & KEduVocExpression::KEduVocExpressionPrivate::operator =(const KEduVocExpressionPrivate & other)
65 bool KEduVocExpression::KEduVocExpressionPrivate::operator== ( const KEduVocExpression::KEduVocExpressionPrivate &p ) const
bool operator==(const KEduVocExpression &expression) const
Definition: keduvocexpression.cpp:177
bool isActive() const
returns flag if entry is activated for queries
Definition: keduvocexpression.cpp:150
KEduVocExpression & operator=(const KEduVocExpression &expression)
Definition: keduvocexpression.cpp:101
void setTranslation(int index, KEduVocTranslation *translation)
KEduVocExpression()
default constructor for an empty vocabulary expression
Definition: keduvocexpression.cpp:73
void setActive(bool flag=true)
set entry active (enabled for queries)
Definition: keduvocexpression.cpp:156
Definition: keduvoctranslation.h:35
This class contains one vocabulary expression as an original with one or more translations.
Definition: keduvocexpression.h:37
KEduVocTranslation * translation(int index)
Get a pointer to the translation.
Definition: keduvocexpression.cpp:182
QList< int > translationIndices() const
Definition: keduvocexpression.cpp:199
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.