KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_python_helpers.h
Go to the documentation of this file.
1
#ifndef WX_HELPERS_H_
2
#define WX_HELPERS_H_
3
4
#include <Python.h>
5
#include <wx/intl.h>
6
#include <wx/string.h>
7
#include <wx/arrstr.h>
8
9
10
PyObject*
wxArrayString2PyList
(
const
wxArrayString& lst );
11
wxString
Py2wxString
( PyObject* source );
12
PyObject*
wx2PyString
(
const
wxString& src );
13
14
void
wxSetDefaultPyEncoding
(
const
char
* encoding );
15
const
char
*
wxGetDefaultPyEncoding
();
16
17
#endif
// WX_HELPERS_H_
wxGetDefaultPyEncoding
const char * wxGetDefaultPyEncoding()
Definition:
wx_python_helpers.cpp:120
wxSetDefaultPyEncoding
void wxSetDefaultPyEncoding(const char *encoding)
Definition:
wx_python_helpers.cpp:113
Py2wxString
wxString Py2wxString(PyObject *source)
Definition:
wx_python_helpers.cpp:57
wxArrayString2PyList
PyObject * wxArrayString2PyList(const wxArrayString &lst)
Definition:
wx_python_helpers.cpp:42
wx2PyString
PyObject * wx2PyString(const wxString &src)
Definition:
wx_python_helpers.cpp:107
src
common
swig
wx_python_helpers.h
Generated on Fri Nov 22 2024 00:04:49 for KiCad PCB EDA Suite by
1.9.6