-
Methods in io.qt.qml with parameters of type QQmlContext
Modifier and Type |
Method |
Description |
QObject |
QQmlComponent.beginCreate(QQmlContext arg__1) |
|
QObject |
QQmlComponent.create(QQmlContext context) |
|
void |
QQmlComponent.create(QQmlIncubator arg__1,
QQmlContext context) |
|
void |
QQmlComponent.create(QQmlIncubator arg__1,
QQmlContext context,
QQmlContext forContext) |
|
<T extends QObject> T |
QQmlComponent.create(Class<T> type,
QQmlContext context) |
|
QObject |
QQmlComponent.createWithInitialProperties(Map<String,Object> initialProperties,
QQmlContext context) |
|
static Object |
QQmlProperty.read(QObject arg__1,
String arg__2,
QQmlContext arg__3) |
|
static void |
QQmlEngine.setContextForObject(QObject arg__1,
QQmlContext arg__2) |
|
static boolean |
QQmlProperty.write(QObject arg__1,
String arg__2,
Object arg__3,
QQmlContext arg__4) |
|
Constructors in io.qt.qml with parameters of type QQmlContext
Constructor |
Description |
QQmlContext(QQmlContext parent) |
|
QQmlContext(QQmlContext parent,
QObject objParent) |
|
QQmlExpression(QQmlContext arg__1,
QObject arg__2,
String arg__3) |
|
QQmlExpression(QQmlContext arg__1,
QObject arg__2,
String arg__3,
QObject arg__4) |
|
QQmlExpression(QQmlScriptString arg__1,
QQmlContext arg__2) |
|
QQmlExpression(QQmlScriptString arg__1,
QQmlContext arg__2,
QObject arg__3) |
|
QQmlExpression(QQmlScriptString arg__1,
QQmlContext arg__2,
QObject arg__3,
QObject arg__4) |
|
QQmlProperty(QObject arg__1,
QQmlContext arg__2) |
|
QQmlProperty(QObject arg__1,
String arg__2,
QQmlContext arg__3) |
|
-
-