Searched defs:serial (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Dplotter.py145 import serial namespace
149 + "\n2. Extract the \"serial\" subfolder from the zip to the following folder: C:\\[Program files]\\inkscape\\python\\Lib\\"
152 # init serial framework
153 mySerial = serial.Serial()
154 # set serial port
160 mySerial.bytesize = serial.FIVEBITS
162 mySerial.bytesize = serial.SIXBITS
164 mySerial.bytesize = serial.SEVENBITS
166 mySerial.bytesize = serial.EIGHTBITS
169 mySerial.stopbits = serial
[all...]
/inkscape/src/
H A Ddocument-private.h46 unsigned long serial; member in struct:SPDocumentPrivate
H A Ddocument-undo.cpp124 gchar *serial = g_strdup_printf("%lu", doc->serial()); local
125 _addProperty(share_static_string("document"), serial);
126 g_free(serial);
H A Ddocument.cpp121 p->serial = next_serial++;
277 unsigned long SPDocument::serial() const { function in class:SPDocument
278 return priv->serial;
/inkscape/src/xml/
H A Devent.h72 int serial; member in class:Inkscape::XML::Event
116 : next(n), serial(_next_serial++), repr(r) {}

Completed in 24 milliseconds