kdeui
kaccelgen.h File Reference
#include <qmap.h>
#include <qstring.h>
#include <qstringlist.h>
#include <kdelibs_export.h>
Include dependency graph for kaccelgen.h:
Go to the source code of this file.
Classes | |
class | KAccelGen::Deref< Iter > |
Static dereference class, for use as a template parameter. More... | |
class | KAccelGen::Deref_Key< Iter > |
Static dereference class that calls the key() method on its target; for use as a template parameter. More... | |
Namespaces | |
namespace | KAccelGen |
Functions | |
void | KAccelGen::generate (const QStringList &source, QStringList &target) |
template<class Iter , class Iter_Deref > | |
void | KAccelGen::generate (Iter begin, Iter end, QStringList &target) |
template<class Data > | |
void | KAccelGen::generateFromKeys (const QMap< QString, Data > &source, QStringList &target) |
template<class Iter > | |
void | KAccelGen::generateFromKeys (Iter begin, Iter end, QStringList &target) |
template<class Key > | |
void | KAccelGen::generateFromValues (const QMap< Key, QString > &source, QStringList &target) |
bool | KAccelGen::isLegalAccelerator (const QString &str, uint index) |
template<class Iter , class Deref > | |
void | KAccelGen::loadPredefined (Iter begin, Iter end, QMap< QChar, bool > &keys) |