Searched refs:State (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | dock-item.h | 45 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 D | dock-item.cpp | 28 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 D | path-string.cpp | 90 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 D | path-string.h | 191 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 D | dock-behavior.h | 79 void _onStateChanged(Widget::DockItem::State prev_state, Widget::DockItem::State new_state);
|
H A D | dock-behavior.cpp | 47 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 D | control-point.h | 88 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 D | selectable-control-point.h | 45 virtual void _setState(State state);
|
H A D | selectable-control-point.cpp | 102 void SelectableControlPoint::_setState(State state)
|
H A D | node.h | 247 virtual void _setState(State state);
|
H A D | control-point.cpp | 546 void ControlPoint::_setState(State state)
|
H A D | node.cpp | 1134 void Node::_setState(State state)
|
/inkscape/src/ui/tools/ |
H A D | pen-tool.h | 34 enum State { enum in class:Inkscape::UI::Tools::PenTool 48 State state;
|
/inkscape/src/ |
H A D | seltrans.h | 127 enum State { enum in class:Inkscape::SelTrans 146 State _state;
|
Completed in 1012 milliseconds