Searched defs:_type (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/widget/
H A Dunit-menu.h123 UnitType _type; member in class:Inkscape::UI::Widget::UnitMenu
H A Dunit-tracker.h52 UnitType _type; member in class:Inkscape::UI::Widget::UnitTracker
/inkscape/src/
H A Devent.h32 Event(XML::Event *_event, unsigned int _type=SP_VERB_NONE, Glib::ustring _description="") argument
33 : event (_event), type (_type), description (_description) { }
H A Dsnapper.h76 SnapConstraint(Geom::Point const &d) : _point(), _direction(d), _radius(0), _type(DIRECTION) {}
78 SnapConstraint(Geom::Point const &p, Geom::Point const &d) : _point(p), _direction(d), _radius(0), _type(LINE) {}
80 SnapConstraint(Geom::Point const &p, Geom::Dim2 const &d) : _point(p), _direction(), _radius(0), _type(LINE) {_direction[d] = 1.;}
81 SnapConstraint(Geom::Line const &l) : _point(l.origin()), _direction(l.versor()), _radius(0), _type(LINE) {}
83 SnapConstraint(Geom::Point const &p, Geom::Point const &d, Geom::Coord const &r) : _point(p), _direction(d), _radius(r), _type(CIRCLE) {}
85 SnapConstraint() : _point(), _direction(), _radius(0), _type(UNDEFINED) {}
87 bool hasPoint() const {return _type != DIRECTION && _type != UNDEFINED;}
90 assert(_type != DIRECTION && _type !
134 SnapConstraintType _type; member in class:Inkscape::Snapper::SnapConstraint
[all...]
/inkscape/src/extension/
H A Ddependency.h38 type_t _type; member in class:Inkscape::Extension::Dependency
/inkscape/src/libavoid/
H A Dconnector.h321 ConnType _type; member in class:Avoid::ConnRef
/inkscape/src/ui/tool/
H A Dnode.h171 NodeType type() const { return _type; }
281 NodeType _type; ///< Type of node - cusp, smooth... member in class:Inkscape::UI::Node
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1031 _type(ComponentTransferTypeConverter, SP_ATTR_TYPE, false),
1037 _box.add(_type);
1038 _box.reorder_child(_type, 0);
1039 _type.signal_changed().connect(sigc::mem_fun(*this, &ComponentTransferValues::on_type_changed));
1093 _type.set_from_attribute( _funcNode );
1139 _funcNode->getRepr()->setAttribute( "type", _type.get_as_attribute().c_str() );
1153 _settings.show_and_update(_type.get_active_data()->id, _funcNode);
1166 ComboBoxEnum<FilterComponentTransferType> _type; member in class:Inkscape::UI::Dialog::FilterEffectsDialog::ComponentTransferValues

Completed in 53 milliseconds