Searched refs:State (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/ui/widget/
H A Ddock-item.h45 enum State { UNATTACHED, // item not bound to the dock (a temporary state) enum in class:Inkscape::UI::Widget::DockItem
63 const Glib::ustring& icon_name, State state, Placement placement);
85 State getState() const;
86 State getPrevState() const;
107 sigc::signal<void, State, State> signal_state_changed();
112 State _prev_state; //< last known state
140 void _onStateChanged(State prev_state, State new_state);
157 sigc::signal<void, State, Stat
[all...]
H A Ddock-item.cpp28 const Glib::ustring& icon_name, State state, Placement placement) :
217 DockItem::State
233 DockItem::State
361 sigc::signal<void, DockItem::State, DockItem::State>
402 State state = getState();
433 DockItem::_onStateChanged(State /*prev_state*/, State new_state)
/inkscape/src/svg/
H A Dpath-string.cpp90 void Inkscape::SVG::PathString::State::append(Geom::Coord v) {
95 void Inkscape::SVG::PathString::State::append(Geom::Point p) {
102 void Inkscape::SVG::PathString::State::append(Geom::Coord v, Geom::Coord& rv) {
107 void Inkscape::SVG::PathString::State::append(Geom::Point p, Geom::Point &rp) {
120 void Inkscape::SVG::PathString::State::appendRelativeCoord(Geom::Coord v, Geom::Coord r) {
137 void Inkscape::SVG::PathString::State::appendRelative(Geom::Point p, Geom::Point r) {
144 void Inkscape::SVG::PathString::State::appendRelative(Geom::Coord v, Geom::Coord r) {
149 void Inkscape::SVG::PathString::State::appendNumber(double v, int precision, int minexp) {
158 void Inkscape::SVG::PathString::State::appendNumber(double v, double &rv, int precision, int minexp) {
H A Dpath-string.h191 struct State { struct in class:Inkscape::SVG::PathString
192 State() { prevop = 0; switches = 0; } function in struct:Inkscape::SVG::PathString::State
212 bool operator<=(const State& s) const {
230 } _abs_state, _rel_state; // State with the last operator being an absolute/relative operator
/inkscape/src/ui/dialog/
H A Ddock-behavior.h79 void _onStateChanged(Widget::DockItem::State prev_state, Widget::DockItem::State new_state);
H A Ddock-behavior.cpp47 static_cast<Widget::DockItem::State>(
196 DockBehavior::_onStateChanged(Widget::DockItem::State /*prev_state*/,
197 Widget::DockItem::State new_state)
/inkscape/src/ui/tool/
H A Dcontrol-point.h88 enum State { enum in class:Inkscape::UI::ControlPoint
176 State state() const { return _state; }
306 virtual void _setState(State state);
355 State _state;
H A Dselectable-control-point.h45 virtual void _setState(State state);
H A Dselectable-control-point.cpp102 void SelectableControlPoint::_setState(State state)
H A Dnode.h247 virtual void _setState(State state);
H A Dcontrol-point.cpp546 void ControlPoint::_setState(State state)
H A Dnode.cpp1134 void Node::_setState(State state)
/inkscape/src/ui/tools/
H A Dpen-tool.h34 enum State { enum in class:Inkscape::UI::Tools::PenTool
48 State state;
/inkscape/src/
H A Dseltrans.h127 enum State { enum in class:Inkscape::SelTrans
146 State _state;

Completed in 418 milliseconds