Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dbreadboard.h44 bool stickyEnabled();
H A Dbreadboard.cpp57 bool Breadboard::stickyEnabled() { in stickyEnabled() function in Breadboard
H A Druler.h52 bool stickyEnabled();
H A Dperfboard.h55 bool stickyEnabled();
H A Dschematicframe.h62 bool stickyEnabled();
H A Dpad.h54 bool stickyEnabled();
H A Dlayerkinpaletteitem.h53 bool stickyEnabled();
H A Dnote.h61 bool stickyEnabled();
H A Dlayerkinpaletteitem.cpp146 bool LayerKinPaletteItem::stickyEnabled() { in stickyEnabled() function in LayerKinPaletteItem
147 return m_layerKinChief->stickyEnabled(); in stickyEnabled()
H A Dlogoitem.h59 bool stickyEnabled();
H A Dresizableboard.h55 bool stickyEnabled();
H A Dwire.h97 bool stickyEnabled();
H A Druler.cpp300 bool Ruler::stickyEnabled() { in stickyEnabled() function in Ruler
H A Dperfboard.cpp383 bool Perfboard::stickyEnabled() { in stickyEnabled() function in Perfboard
H A Dpad.cpp275 bool Pad::stickyEnabled() { in stickyEnabled() function in Pad
H A Ditembase.h124 virtual bool stickyEnabled();
H A Dschematicframe.cpp412 bool SchematicFrame::stickyEnabled() { in stickyEnabled() function in SchematicFrame
H A Dnote.cpp744 bool Note::stickyEnabled() { in stickyEnabled() function in Note
H A Dlogoitem.cpp768 bool LogoItem::stickyEnabled() { in stickyEnabled() function in LogoItem
H A Dwire.cpp1112 bool Wire::stickyEnabled() in stickyEnabled() function in Wire
H A Dresizableboard.cpp172 bool Board::stickyEnabled() { in stickyEnabled() function in Board
H A Ditembase.cpp887 bool ItemBase::stickyEnabled() { in stickyEnabled() function in ItemBase
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.cpp5513 if (!itemBase->stickyEnabled()) return NULL; in overSticky()
5557 if (!itemBase->stickyEnabled()) continue; in stickyScoop()