##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r24:f543ed746063
r34:5daedfb035c8
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