Ejemplo n.º 1
0
PyObject* py_getImageSensor(PyObject *self, PyObject *args)
{
  return py_getSensor(self, args, "ImageLabel");
}
Ejemplo n.º 2
0
PyObject* py_getGraphSensor(PyObject *self, PyObject *args)
{
  return py_getSensor(self, args, "Graph");
}
Ejemplo n.º 3
0
PyObject* py_getBarSensor(PyObject *self, PyObject *args)
{
  return py_getSensor(self, args, "Bar");
}
Ejemplo n.º 4
0
PyObject* py_getRichTextSensor(PyObject *self, PyObject *args)
{
  return py_getSensor(self, args, "RichTextLabel");
}