- All Superinterfaces:
QFactoryInterface
,QtObjectInterface
- All Known Implementing Classes:
QScriptExtensionInterface.Impl
,QScriptExtensionPlugin
public interface QScriptExtensionInterface extends QtObjectInterface, QFactoryInterface
Java wrapper for Qt class QScriptExtensionInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QScriptExtensionInterface.Impl
Implementor class for interfaceQScriptExtensionInterface
-
Method Summary
Modifier and Type Method Description void
initialize(String key, QScriptEngine engine)
List<String>
keys()
-
Method Details
-
initialize
-
keys
- Specified by:
keys
in interfaceQFactoryInterface
-