1 #ifndef _PYTHONCONFIGCATEGORY_H 2 #define _PYTHONCONFIGCATEGORY_H 13 #include <config_category.h> Definition: config_category.h:56
A wrapper class for a ConfigCategory to convert to and from Python objects.
Definition: pythonconfigcategory.h:20
Definition: config_category.h:162
PyObject * toPython()
Convert a ConfigCategory, into a PyObject structure that can be passed to embedded Python code...
Definition: pythonconfigcategory.cpp:112
PythonConfigCategory(PyObject *pyConfig)
Construct a PythonConfigCategory from a DICT object returned by Python code.
Definition: pythonconfigcategory.cpp:25