Esempio n. 1
0
 public void copyAndDetach(ArConfigArg arg)
 {
     AriaCSPINVOKE.ArConfigArg_copyAndDetach(swigCPtr, ArConfigArg.getCPtr(arg));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void addListNamesToParser(ArConfigArg parent)
 {
     AriaCSPINVOKE.ArConfig_addListNamesToParser(swigCPtr, ArConfigArg.getCPtr(parent));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
        public virtual bool setParameter(ArConfigArg param)
        {
            bool ret = AriaCSPINVOKE.ArCameraParameterSource_setParameter(swigCPtr, ArConfigArg.getCPtr(param));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public bool addParamAsIs(ArConfigArg arg)
        {
            bool ret = AriaCSPINVOKE.ArConfig_addParamAsIs__SWIG_1(swigCPtr, ArConfigArg.getCPtr(arg));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public bool addParam(ArConfigArg arg, string sectionName)
        {
            bool ret = AriaCSPINVOKE.ArConfig_addParam__SWIG_3(swigCPtr, ArConfigArg.getCPtr(arg), sectionName);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 6
0
        public bool addParam(ArConfigArg arg, string sectionName, ArPriority.Priority priority, string displayHint)
        {
            bool ret = AriaCSPINVOKE.ArConfig_addParam__SWIG_1(swigCPtr, ArConfigArg.getCPtr(arg), sectionName, (int)priority, displayHint);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 7
0
        public bool removeArg(ArConfigArg arg)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_removeArg(swigCPtr, ArConfigArg.getCPtr(arg));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 8
0
        public bool setValue(ArConfigArg source)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_setValue__SWIG_1(swigCPtr, ArConfigArg.getCPtr(source));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 9
0
        public bool isValueEqual(ArConfigArg other)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_isValueEqual(swigCPtr, ArConfigArg.getCPtr(other));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 10
0
 public ArConfigArg(ArConfigArg arg) : this(AriaCSPINVOKE.new_ArConfigArg__SWIG_39(ArConfigArg.getCPtr(arg)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }