parley
text.h
Go to the documentation of this file.
176 QString practiceDate ( const QString & format ) const { return m_text->practiceDate().toString ( format ); }
179 void setPracticeDate ( const QString & date ) { m_text->setPracticeDate ( QDateTime::fromString ( date ) ); }
190 void setPracticeDate ( const QString & date, const QString & format ) { m_text->setPracticeDate ( QDateTime::fromString ( date, format ) ); }
void setPracticeDate(const QString &date, const QString &format)
Sets the laast date this word was practiced.
Definition: text.h:190
QString practiceDate() const
returns the last date when this word was practiced
Definition: text.h:165
QString practiceDate(const QString &format) const
Last date this word was practiced.
Definition: text.h:176
Scripting::Text class object provides methods and properties for accessing Parley text's value and gr...
Definition: text.h:39
void setPracticeDate(const QString &date)
Sets the last date when this word was practiced.
Definition: text.h:179
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 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:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.