##// END OF EJS Templates
added builtin support for variants etc., this will replace the direct includes in PythonQt...
added builtin support for variants etc., this will replace the direct includes in PythonQt git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@129 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r24:f543ed746063
r93:7b53f64eae84
Show More
PythonQtWrapper_QInputContextFactory.h
36 lines | 1.1 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QInputContextFactory.h
#ifndef PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H
#define PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H
#include <qinputcontextfactory.h>
#include <QObject>
#include <PythonQt.h>
#include <QVariant>
#include <qinputcontext.h>
#include <qobject.h>
#include <qstringlist.h>
class PythonQtShell_QInputContextFactory : public QInputContextFactory
{
public:
PythonQtShell_QInputContextFactory():QInputContextFactory(),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QInputContextFactory : public QObject
{ Q_OBJECT
public:
public slots:
QInputContextFactory* new_QInputContextFactory();
void delete_QInputContextFactory(QInputContextFactory* obj) { delete obj; }
QString static_QInputContextFactory_displayName(const QString& key);
QStringList static_QInputContextFactory_languages(const QString& key);
QStringList static_QInputContextFactory_keys();
QString static_QInputContextFactory_description(const QString& key);
QInputContext* static_QInputContextFactory_create(const QString& key, QObject* parent);
};
#endif // PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H