Sonnet
enchantclient.cpp File Reference
#include "enchantclient.h"
#include "enchantdict.h"
#include <kpluginfactory.h>
#include <kpluginloader.h>
#include <QtCore/QDebug>
#include "enchantclient.moc"

Go to the source code of this file.
Functions | |
static void | enchantDictDescribeFn (const char *const lang_tag, const char *const provider_name, const char *const provider_desc, const char *const provider_file, void *user_data) |
K_PLUGIN_FACTORY (EnchantClientFactory, registerPlugin< QSpellEnchantClient >();) K_EXPORT_PLUGIN(EnchantClientFactory("kspell_enchant")) using namespace Sonnet |
Function Documentation
static void enchantDictDescribeFn | ( | const char *const | lang_tag, | |
const char *const | provider_name, | |||
const char *const | provider_desc, | |||
const char *const | provider_file, | |||
void * | user_data | |||
) | [static] |
Definition at line 32 of file enchantclient.cpp.
K_PLUGIN_FACTORY | ( | EnchantClientFactory | , | |
registerPlugin< QSpellEnchantClient >(); | ||||
) |
Copyright 2006 Zack Rusin <zack@kde.org>.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA