Home
last modified time | relevance | path

Searched refs:FormSel (Results 1 – 6 of 6) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dautoform.h32 void FormSel(int, int, qreal *);
H A Dautoform.cpp25 emit FormSel(a, n, AutoShapes); in selForm() local
H A Dautoformbuttongroup.h35 void FormSel(int, int, qreal *);
H A Dmodetoolbar.cpp109 …connect(autoFormButtonGroup, SIGNAL(FormSel(int, int, qreal *)), this, SLOT(SelShape(int, int, qre… in ModeToolBar()
H A Dautoformbuttongroup.cpp674 emit FormSel(a, n, AutoShapes); in selForm() local
H A Dpropertiespalette_shape.cpp59 …connect(customShape, SIGNAL(FormSel(int, int, qreal *)), this, SLOT(handleNewShape(int, int, qreal… in PropertiesPalette_Shape()