Home
last modified time | relevance | path

Searched refs:slotSetDrawAction (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Ditemdocument.h305 void slotSetDrawAction( QAction *selected );
H A Ditemview.cpp133 connect( m, SIGNAL(triggered(QAction*)), itemDocument, SLOT(slotSetDrawAction(QAction*)) ); in ItemView()
H A Ditemdocument.cpp146 void ItemDocument::slotSetDrawAction(QAction *selected) in slotSetDrawAction() function in ItemDocument