/inkscape/src/extension/param/ |
H A D | notebook.h | 49 * A function to get the currentpage and the parameters in a string form. 60 const gchar * get (const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) { return _value; } function in class:Inkscape::Extension::ParamNotebook
|
H A D | color.h | 39 guint32 get( SPDocument const * /*doc*/, Inkscape::XML::Node const * /*node*/ ) const { return _color.value(); } function in class:Inkscape::Extension::ParamColor
|
H A D | enum.h | 50 gchar const *get(SPDocument const * /*doc*/, Inkscape::XML::Node const * /*node*/) const { return _value; } function in class:Inkscape::Extension::ParamComboBox
|
H A D | radiobutton.h | 56 const gchar *get(const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) const { return _value; } function in class:Inkscape::Extension::ParamRadioButton
|
H A D | string.h | 31 const gchar *get(SPDocument const * /*doc*/, Inkscape::XML::Node const * /*node*/) const { return _value; } function in class:Inkscape::Extension::ParamString
|
H A D | int.h | 43 int get(const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) const { return _value; } function in class:Inkscape::Extension::ParamInt
|
H A D | float.h | 42 float get(const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) const { return _value; } function in class:Inkscape::Extension::ParamFloat
|
H A D | bool.cpp | 48 Inkscape::Preferences *prefs = Inkscape::Preferences::get(); 60 Inkscape::Preferences *prefs = Inkscape::Preferences::get(); 67 bool ParamBool::get(const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) const function in class:Inkscape::Extension::ParamBool 88 this->set_active(_pref->get(NULL, NULL) /**\todo fix */);
|
/inkscape/src/io/ |
H A D | bufferstream.cpp | 88 int BufferInputStream::get() function in class:Inkscape::IO::BufferInputStream
|
H A D | stringstream.cpp | 66 int StringInputStream::get() function in class:Inkscape::IO::StringInputStream
|
H A D | base64stream.cpp | 119 int Base64InputStream::get() function in class:Inkscape::IO::Base64InputStream 136 int ch = source.get(); 221 //get any last bytes (1 or 2) out of the buffer
|
H A D | uristream.cpp | 94 //get information from uri 197 int UriInputStream::get() function in class:Inkscape::IO::UriInputStream 271 gunichar UriReader::get() function in class:Inkscape::IO::UriReader 273 gunichar ch = (gunichar)inputStream->get(); 308 //get information from uri
|
H A D | xsltstream.cpp | 140 int XsltInputStream::get() function in class:Inkscape::IO::XsltInputStream
|
H A D | gzipstream.cpp | 124 int GzipInputStream::get() function in class:Inkscape::IO::GzipInputStream 161 int ch = source.get();
|
H A D | inkscapestream.h | 83 * myChar = get(); 86 virtual int get() = 0; 111 virtual int get(); 139 int get() function in class:Inkscape::IO::StdInputStream 278 virtual gunichar get() = 0; 333 virtual gunichar get(); 405 virtual gunichar get(); 432 virtual gunichar get();
|
H A D | inkscapestream.cpp | 30 int ch = source.get(); 80 int BasicInputStream::get() function in class:Inkscape::IO::BasicInputStream 84 return source.get(); 176 gunichar BasicReader::get() function in class:Inkscape::IO::BasicReader 179 return source->get(); 193 gunichar ch = get(); 209 gunichar ch = get(); 369 gunichar InputStreamReader::get() function in class:Inkscape::IO::InputStreamReader 372 gunichar ch = (gunichar)inputStream.get(); 421 gunichar StdReader::get() function in class:Inkscape::IO::StdReader [all...] |
/inkscape/src/extension/ |
H A D | db.cpp | 86 DB::get (const gchar *key) function in class:Inkscape::Extension::DB
|
/inkscape/src/ |
H A D | rubberband.cpp | 138 Inkscape::Rubberband *Inkscape::Rubberband::get(SPDesktop *desktop) function in class:Inkscape::Rubberband
|
H A D | preferences.h | 119 * so use its get methods before doing so. 487 static Preferences *get() { function in class:Inkscape::Preferences 501 * This deletes the singleton object. Calling get() after this function 585 return Inkscape::Preferences::get()->_extractBool(*this); 594 return Inkscape::Preferences::get()->_extractInt(*this); 603 int val = Inkscape::Preferences::get()->_extractInt(*this); 613 return Inkscape::Preferences::get()->_extractDouble(*this); 615 return Inkscape::Preferences::get()->_extractDouble(*this, unit); 626 val = Inkscape::Preferences::get()->_extractDouble(*this); 628 val = Inkscape::Preferences::get() [all...] |
H A D | document-subset.cpp | 153 Record *get(SPObject *obj) { function in struct:Inkscape::DocumentSubset::Relations 207 Record *record=get(obj); 220 if (get(obj)) { 233 g_return_if_fail( get(obj) == NULL ); 242 parent_record = get(parent_iter); 248 parent_record = get(NULL); 262 Record *child_record=get(*iter); 277 Record *record=get(obj); 280 Record *parent_record=get(record->parent); 297 Record *child_record=get(*ite [all...] |
/inkscape/share/extensions/ |
H A D | measure.py | 58 inkex.errormsg(_("Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace 208 # get number of digits 214 if doc.get('viewBox'): 215 [viewx, viewy, vieww, viewh] = doc.get('viewBox').split(' ') 216 factor = self.unittouu(doc.get('width'))/float(vieww) 217 if self.unittouu(doc.get('height'))/float(viewh) < factor: 218 factor = self.unittouu(doc.get('height'))/float(viewh) 226 p = cubicsuperpath.parsePath(node.get('d')) 237 self.group.set('id', 'MassCenter_' + node.get('id'))
|
H A D | perspective.py | 44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace 59 if obj.get(inkex.addNS('type','sodipodi')): 60 inkex.errormsg(_("The first selected object is of type '%s'.\nTry using the procedure Path->Object to Path." % obj.get(inkex.addNS('type','sodipodi')))) 65 path = cubicsuperpath.parsePath(envelope.get('d')) 133 d = path.get('d')
|
H A D | render_barcode_qrcode.py | 386 ecdata[r][i] = modPoly.get(modIndex) 685 def get(self, index): member in class:QRPolynomial 694 num[i + j] ^= QRMath.gexp(QRMath.glog(self.get(i) ) + QRMath.glog(e.get(j) ) ) 702 ratio = QRMath.glog(self.get(0) ) - QRMath.glog(e.get(0) ) 707 num[i] = self.get(i); 710 num[i] ^= QRMath.gexp(QRMath.glog(e.get(i) ) + ratio) 1010 def get(self, index): member in class:QRBitBuffer 1013 print "get ", va [all...] |
/inkscape/src/2geom/numeric/ |
H A D | symmetric-matrix-fs.h | 124 double get() const function in class:Geom::ConstBaseSymmetricMatrix 353 double& get() function in class:Geom::BaseSymmetricMatrix
|
/inkscape/src/2geom/ |
H A D | toposweep.h | 54 Curve const &get(PathVector const &ps) const { function in struct:Geom::CurveIx 70 fp = curve.get(ps).pointAt(f), tp = curve.get(ps).pointAt(t);
|