7#include "importabstractautocorrection.h"
9using namespace TextAutoCorrectionCore;
11ImportAbstractAutocorrection::ImportAbstractAutocorrection() =
default;
13ImportAbstractAutocorrection::~ImportAbstractAutocorrection() =
default;
15QSet<QString> ImportAbstractAutocorrection::upperCaseExceptions()
const
17 return mUpperCaseExceptions;
20QSet<QString> ImportAbstractAutocorrection::twoUpperLetterExceptions()
const
22 return mTwoUpperLetterExceptions;
27 return mAutocorrectEntries;
30AutoCorrectionUtils::TypographicQuotes ImportAbstractAutocorrection::typographicSingleQuotes()
const
32 return mTypographicSingleQuotes;
35AutoCorrectionUtils::TypographicQuotes ImportAbstractAutocorrection::typographicDoubleQuotes()
const
37 return mTypographicDoubleQuotes;
40int ImportAbstractAutocorrection::maxFindStringLenght()
const
42 return mMaxFindStringLength;
45int ImportAbstractAutocorrection::minFindStringLenght()
const
47 return mMinFindStringLength;
52 return mSuperScriptEntries;
55#include "moc_importabstractautocorrection.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:59 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.