#include <QString>
#include <QStringList>
#include <QRegExp>
Go to the source code of this file.
Functions | |
bool | appendFilenameSuffix (QString &fileName, const QString &suffix) |
appends suffix if needed, otherwise return false | |
template<typename T > | |
QList< T > | getUnifiedListKeepOrder (const QList< T > &list) |
make list's items unique | |
template<typename FROM , typename TO > | |
QList< QSharedPointer< TO > > | trSharedPointerListStaticCast (const QList< QSharedPointer< FROM > > &list) |
QString | trStringListToString (const QStringList &strings) |
makes string in form "abc" from stringlist ["a","b","c"] |
bool appendFilenameSuffix | ( | QString & | fileName, | |
const QString & | suffix | |||
) | [inline] |
appends suffix if needed, otherwise return false
Definition at line 32 of file utils.h.
Referenced by AutomataWorkSimulator::getFileName().
QList< T > getUnifiedListKeepOrder | ( | const QList< T > & | list | ) |
QList< QSharedPointer< TO > > trSharedPointerListStaticCast | ( | const QList< QSharedPointer< FROM > > & | list | ) |
QString trStringListToString | ( | const QStringList & | strings | ) | [inline] |
makes string in form "abc" from stringlist ["a","b","c"]
Definition at line 27 of file utils.h.
Referenced by TransitionTableImpl::toLaTeXTable(), and TransitionTableImpl::toStringTable().