Home
last modified time | relevance | path

Searched refs:rotation45Allowed (Results 1 – 23 of 23) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dbreadboard.h49 bool rotation45Allowed();
H A Dbreadboard.cpp42 bool Breadboard::rotation45Allowed() { in rotation45Allowed() function in Breadboard
H A Dperfboard.h57 bool rotation45Allowed();
H A Dgroundplane.h51 bool rotation45Allowed();
H A Dhole.h61 bool rotation45Allowed();
H A Dschematicframe.h66 bool rotation45Allowed();
H A Dpad.h57 bool rotation45Allowed();
H A Dnote.h66 bool rotation45Allowed();
H A Dgroundplane.cpp203 bool GroundPlane::rotation45Allowed() { in rotation45Allowed() function in GroundPlane
H A Dresizableboard.h54 bool rotation45Allowed();
H A Dhole.cpp306 bool Hole::rotation45Allowed() { in rotation45Allowed() function in Hole
H A Dpaletteitembase.cpp735 return rotation45Allowed(); in freeRotationAllowed()
741 return rotation45Allowed(); in freeRotationAllowed()
H A Dwire.h144 bool rotation45Allowed();
H A Dperfboard.cpp368 bool Perfboard::rotation45Allowed() { in rotation45Allowed() function in Perfboard
H A Dpad.cpp287 bool Pad::rotation45Allowed() { in rotation45Allowed() function in Pad
H A Ditembase.h196 virtual bool rotation45Allowed();
H A Dschematicframe.cpp424 bool SchematicFrame::rotation45Allowed() { in rotation45Allowed() function in SchematicFrame
H A Dnote.cpp757 bool Note::rotation45Allowed() { in rotation45Allowed() function in Note
H A Dwire.cpp1689 bool Wire::rotation45Allowed() { in rotation45Allowed() function in Wire
H A Dresizableboard.cpp168 bool Board::rotation45Allowed() { in rotation45Allowed() function in Board
H A Ditembase.cpp1163 bool ItemBase::rotation45Allowed() { in rotation45Allowed() function in ItemBase
/dports/cad/fritzing/fritzing-app-0.9.2b/src/infoview/
H A Dhtmlinfoview.cpp1158 if (itemBase->rotation45Allowed()) step = 45; in setRotation()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.cpp4139 rotatable = itemBase->rotation45Allowed(); in calcItemCount()