Kate
prefixstore.cpp
Go to the documentation of this file.
114 kDebug() << i << "x" << QChar(it.key()) << "->" << it.value().first << "x" << it.value().second;
TransitionFunction m_transitionFunction
Definition: prefixstore.h:76
QList< unsigned long long > m_stateFreeList
Definition: prefixstore.h:78
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
unsigned long long m_lastAssignedState
Definition: prefixstore.h:79
QSharedPointer< TextLineData > TextLine
The normal world only accesses the text lines with shared pointers.
Definition: katetextline.h:443
int computeLongestPrefixLength()
Definition: prefixstore.cpp:173
QSet< unsigned long long > m_acceptingStates
Definition: prefixstore.h:77
QString findPrefix(const QString &s, int start=0) const
Returns the shortest prefix of the given string that is contained in this prefix store starting at po...
Definition: prefixstore.cpp:120
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 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:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.