예제 #1
0
    public static SWIGTYPE_p_void qtCreateObject(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_QtClass_t klass)
    {
        global::System.IntPtr cPtr = qmlbindingsPINVOKE.qtCreateObject(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_QtClass_t.getCPtr(klass));
        SWIGTYPE_p_void       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);

        return(ret);
    }
예제 #2
0
    public static SWIGTYPE_p_QtValue_t qtReadProperty(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_void arg1, string propertyName)
    {
        global::System.IntPtr cPtr = qmlbindingsPINVOKE.qtReadProperty(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_void.getCPtr(arg1), propertyName);
        SWIGTYPE_p_QtValue_t  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_QtValue_t(cPtr, false);

        return(ret);
    }
예제 #3
0
    public static SWIGTYPE_p_QtClass_t qtCreateClass(SWIGTYPE_p_QtQmlBindings_t bindings, string className)
    {
        global::System.IntPtr cPtr = qmlbindingsPINVOKE.qtCreateClass(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), className);
        SWIGTYPE_p_QtClass_t  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_QtClass_t(cPtr, false);

        return(ret);
    }
예제 #4
0
    public static SWIGTYPE_p_QtQmlBindings_t qtCreateQmlBindings(SWIGTYPE_p_f_p_q_const__char__p_void createObjectFn, SWIGTYPE_p_f_p_void__void destroyObjectFn, SWIGTYPE_p_f_p_void_p_q_const__char__p_QtValue_t readPropertyFn, SWIGTYPE_p_f_p_void_p_q_const__char_p_struct_QtValue_t__void writePropertyFn)
    {
        global::System.IntPtr      cPtr = qmlbindingsPINVOKE.qtCreateQmlBindings(SWIGTYPE_p_f_p_q_const__char__p_void.getCPtr(createObjectFn), SWIGTYPE_p_f_p_void__void.getCPtr(destroyObjectFn), SWIGTYPE_p_f_p_void_p_q_const__char__p_QtValue_t.getCPtr(readPropertyFn), SWIGTYPE_p_f_p_void_p_q_const__char_p_struct_QtValue_t__void.getCPtr(writePropertyFn));
        SWIGTYPE_p_QtQmlBindings_t ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_QtQmlBindings_t(cPtr, false);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_QtQmlBindings_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #6
0
 public static void qtPropertyChanged(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_void arg1, string propertyName)
 {
     qmlbindingsPINVOKE.qtPropertyChanged(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_void.getCPtr(arg1), propertyName);
 }
예제 #7
0
 public static void qtWriteProperty(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_void arg1, string propertyName, SWIGTYPE_p_QtValue_t value)
 {
     qmlbindingsPINVOKE.qtWriteProperty(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_void.getCPtr(arg1), propertyName, SWIGTYPE_p_QtValue_t.getCPtr(value));
 }
예제 #8
0
 public static void qtDestroyObject(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_void arg1)
 {
     qmlbindingsPINVOKE.qtDestroyObject(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_void.getCPtr(arg1));
 }
예제 #9
0
 public static void qtSetClassCompanionType(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_QtClass_t klass, QtClassCompanionType companionType)
 {
     qmlbindingsPINVOKE.qtSetClassCompanionType(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_QtClass_t.getCPtr(klass), (int)companionType);
 }
예제 #10
0
 public static void qtCreateProperty(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_QtClass_t klass, string propertyType, string propertyName)
 {
     qmlbindingsPINVOKE.qtCreateProperty(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_QtClass_t.getCPtr(klass), propertyType, propertyName);
 }
예제 #11
0
 public static void qtFinalizeClass(SWIGTYPE_p_QtQmlBindings_t bindings, SWIGTYPE_p_QtClass_t klass)
 {
     qmlbindingsPINVOKE.qtFinalizeClass(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), SWIGTYPE_p_QtClass_t.getCPtr(klass));
 }
예제 #12
0
 public static void qtSetBindingsVersion(SWIGTYPE_p_QtQmlBindings_t bindings, int majorVersion, int minorVersion)
 {
     qmlbindingsPINVOKE.qtSetBindingsVersion(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), majorVersion, minorVersion);
 }
예제 #13
0
 public static void qtSetBindingsUri(SWIGTYPE_p_QtQmlBindings_t bindings, string uri)
 {
     qmlbindingsPINVOKE.qtSetBindingsUri(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), uri);
 }
예제 #14
0
 public static void qtSetBindingsObjectIdentityType(SWIGTYPE_p_QtQmlBindings_t bindings, string typeName)
 {
     qmlbindingsPINVOKE.qtSetBindingsObjectIdentityType(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings), typeName);
 }
예제 #15
0
 public static void qtDestroyQmlBindings(SWIGTYPE_p_QtQmlBindings_t bindings)
 {
     qmlbindingsPINVOKE.qtDestroyQmlBindings(SWIGTYPE_p_QtQmlBindings_t.getCPtr(bindings));
 }