kiten/lib
dictquery.h
Go to the documentation of this file.
290 Anywhere
314 Expression
329 CommonUncommon
351 ParseError
379 InvalidQueryException( QString m = "Invalid Query String", QString x ) { m_val = x; m_msg = m; }
Definition: dictquery.h:307
Definition: dictquery.h:348
MatchType
This enum is used to define the type of matching this query is supposed to do.
Definition: dictquery.h:285
Definition: dictquery.h:328
Definition: dictquery.h:311
MatchWordType
This enum is used to define the type of matching this query is supposed to do.
Definition: dictquery.h:305
Definition: dictquery.h:310
Definition: dictquery.h:350
Definition: dictquery.h:289
StringTypeEnum
This enum is used as the return type for the two utility functions, stringTypeCheck and charTypeCheck...
Definition: dictquery.h:345
Definition: dictquery.h:349
Definition: dictquery.h:347
static const QString mainDelimiter
This is the main delimiter that the DictQuery uses when parsing strings.
Definition: dictquery.h:96
A class to allow users of libkiten to properly setup a database query.
Definition: dictquery.h:89
Definition: dictquery.h:288
Definition: dictquery.h:312
static const QString propertySeperator
This is the delimiter that DictQuery uses when parsing property strings of the form strokes:4...
Definition: dictquery.h:101
Definition: dictquery.h:309
Definition: dictquery.h:287
Definition: dictquery.h:327
Definition: dictquery.h:313
Definition: dictquery.h:308
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.