itom  3.0.0
ito::PythonCommon Class Reference

Public Types

enum  tErrMsg {
  noMsg = 0, loadPlugin = 1, execFunc = 2, invokeFunc = 3,
  getProperty = 4, runFunc = 5
}
 

Static Public Member Functions

static bool transformRetValToPyException (ito::RetVal &retVal, PyObject *exceptionIfError=PyExc_RuntimeError, PyObject *exceptionIfWarning=PyExc_RuntimeWarning)
 
static bool setReturnValueMessage (ito::RetVal &retVal, const QString &objName, const tErrMsg &errorMSG, PyObject *exceptionIfError=PyExc_RuntimeError, PyObject *exceptionIfWarning=PyExc_RuntimeWarning)
 
static bool setReturnValueMessage (ito::RetVal &retVal, const char *objName, const tErrMsg &errorMSG, PyObject *exceptionIfError=PyExc_RuntimeError, PyObject *exceptionIfWarning=PyExc_RuntimeWarning)
 

The documentation for this class was generated from the following files: