##// END OF EJS Templates
- added hasOwner method to manage ownership more nicely...
- added hasOwner method to manage ownership more nicely - added force flag to make delete() work - added check for hasOwner git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@51 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r15:ae998290bf19
Show More
PythonQtWrapper_QInputContextFactory.h
25 lines | 886 B | 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 <QVariant>
#include <qinputcontext.h>
#include <qobject.h>
#include <qstringlist.h>
class PythonQtWrapper_QInputContextFactory : public QObject
{ Q_OBJECT
public:
public slots:
QInputContextFactory* new_QInputContextFactory();
void delete_QInputContextFactory(QInputContextFactory* obj) { delete obj; }
QInputContext* static_QInputContextFactory_create(const QString& key, QObject* parent);
QString static_QInputContextFactory_description(const QString& key);
QString static_QInputContextFactory_displayName(const QString& key);
QStringList static_QInputContextFactory_keys();
QStringList static_QInputContextFactory_languages(const QString& key);
};
#endif // PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H