Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
void | sp_guide_pt_pairs_to_guides (SPDocument *doc, std::list< std::pair< Geom::Point, Geom::Point > > &pts) |
void | sp_guide_create_guides_around_page (SPDocument *doc) |
void | sp_guide_delete_all_guides (SPDocument *doc) |
void sp_guide_create_guides_around_page | ( | SPDocument * | doc | ) |
Definition at line 275 of file sp-guide.cpp.
References bounds, Geom::GenericRect< C >::corner(), Inkscape::DocumentUndo::done(), SPDocument::getPageManager(), Inkscape::PageManager::getSelectedPageRect(), and sp_guide_pt_pairs_to_guides().
Referenced by create_guides_around_page().
void sp_guide_delete_all_guides | ( | SPDocument * | doc | ) |
Definition at line 290 of file sp-guide.cpp.
References current, Inkscape::DocumentUndo::done(), and SPDocument::getResourceList().
Referenced by delete_all_guides().
void sp_guide_pt_pairs_to_guides | ( | SPDocument * | doc, |
std::list< std::pair< Geom::Point, Geom::Point > > & | pts | ||
) |
Definition at line 268 of file sp-guide.cpp.
References SPGuide::createSPGuide().
Referenced by SPItem::convert_to_guides(), SPBox3D::convert_to_guides(), SPPath::convert_to_guides(), SPRect::convert_to_guides(), and sp_guide_create_guides_around_page().