}
-bool KEduVocDocument::leitnerSystemActive()
+bool KEduVocDocument::leitnerSystemActive() const
{
return d->m_activeLeitnerSystem;
}
*/
void setCsvDelimiter( const QString &delimiter );
- bool leitnerSystemActive();
+ bool leitnerSystemActive() const;
void setLeitnerSystemActive( bool yes );
void createStandardLeitnerSystem();
void setLeitnerSystem( LeitnerSystem* system );
boxWithName( box )->setVocabCount( vocabCount );
}
-int LeitnerSystem::boxVocabCount( QString& box )
+int LeitnerSystem::boxVocabCount( QString& box ) const
{
return boxWithName( box )->vocabCount();
}
bool setBoxName( LeitnerBox* box, const QString& name );
void setBoxVocabCount( QString& box, int vocabCount );
- int boxVocabCount( QString& box );
+ int boxVocabCount( QString& box ) const;
void incrementBoxVocabCount( const QString& box );
void decrementBoxVocabCount( const QString& box );