예제 #1
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);
    }
예제 #2
0
    public static SWIGTYPE_p_QtValue_t qtValueFromInt(int value)
    {
        global::System.IntPtr cPtr = qmlbindingsPINVOKE.qtValueFromInt(value);
        SWIGTYPE_p_QtValue_t  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_QtValue_t(cPtr, false);

        return(ret);
    }
예제 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_QtValue_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #4
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));
 }
예제 #5
0
    public static int qtValueToInt(SWIGTYPE_p_QtValue_t value)
    {
        int ret = qmlbindingsPINVOKE.qtValueToInt(SWIGTYPE_p_QtValue_t.getCPtr(value));

        return(ret);
    }
예제 #6
0
 public static void qtValueFree(SWIGTYPE_p_QtValue_t value)
 {
     qmlbindingsPINVOKE.qtValueFree(SWIGTYPE_p_QtValue_t.getCPtr(value));
 }