Searched defs:ActionInfo (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libavoid/ | ||
H A D | router.cpp | 49 class ActionInfo { class in namespace:Avoid 51 ActionInfo(ActionType t, ShapeRef *s, const Polygon& p, bool fM) function in class:Avoid::ActionInfo 59 ActionInfo(ActionType t, ShapeRef *s) function in class:Avoid::ActionInfo 67 ActionInfo(ActionType t, ConnRef *c) function in class:Avoid::ActionInfo 75 ~ActionInfo() 89 bool operator==(const ActionInfo& rhs) const 93 bool operator<(const ActionInfo& rhs) const 195 ActionInfo modInfo(ConnChange, conn); 218 ActionInfo modInfo(ConnChange, conn); 236 ActionInfo modInf [all...] |
Completed in 18 milliseconds