85 args = Py_VaBuildValue((
char *)
format, va);
94 if (!PyTuple_Check(args)) {
96 PyTuple_SET_ITEM(t, 0, args);
128 args = Py_VaBuildValue((
char *)
format, va);
137 if (!PyTuple_Check(args)) {
139 PyTuple_SET_ITEM(t, 0, pyobj);
140 PyTuple_SET_ITEM(t, 1, args);
143 PyObject *t = PyTuple_New(PyTuple_GET_SIZE(args) + 1);
144 PyTuple_SET_ITEM(t, 0, pyobj);
145 for (
int i = 0; i < PyTuple_GET_SIZE(args); i++) {
146 PyObject *item = PyTuple_GET_ITEM(args, i);
148 PyTuple_SET_ITEM(t, i + 1, item);
154 args = PyTuple_New(1);
155 PyTuple_SET_ITEM(args, 0, pyobj);
176 PyTuple_SET_ITEM(args, 2, PyLong_FromLong(event));
194 PyTuple_SET_ITEM(args, 0, PyLong_FromLong(event));
195 PyTuple_SET_ITEM(args, 1, PyLong_FromLong(
x));
196 PyTuple_SET_ITEM(args, 2, PyLong_FromLong(
y));
217 PyTuple_SET_ITEM(args, 2, PyLong_FromLong(event));
#define PyBytes_FromString
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t attr
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t format
Drag and drop data container.
Mother of all ROOT objects.
TObject & operator=(const TObject &rhs)
TObject assignment operator.
The most important graphics class in the ROOT system.
TPyDispatcher & operator=(const TPyDispatcher &)
Assignment operator. Applies python object reference counting.
PyObject * DispatchVA1(const char *clname, void *obj, const char *format,...)
~TPyDispatcher()
Destructor. Reference counting for the held python object is in effect.
TPyDispatcher(PyObject *callable)
PyObject * DispatchVA(const char *format=0,...)
Class describing a PROOF worker server.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
CPYCPPYY_EXTERN PyObject * Instance_FromVoidPtr(void *addr, const std::string &classname, bool python_owns=false)