Home
last modified time | relevance | path

Searched refs:setPaperBorderRight (Results 1 – 8 of 8) sorted by relevance

/dports/print/posterazor/posterazor-1.9.7/src/
H A Dcontroller.cpp56 connect(m_view, SIGNAL(paperBorderRightChanged(qreal)), SLOT(setPaperBorderRight(qreal))); in Controller()
90 … {SIGNAL(setPaperBorderRightSignal(qreal)), SLOT(setPaperBorderRight(qreal))}, in Controller()
199 void Controller::setPaperBorderRight(qreal border) in setPaperBorderRight() function in Controller
201 m_posteRazorCore->setPaperBorderRight(border); in setPaperBorderRight()
H A Dwizard.h43 void setPaperBorderRight(qreal border);
H A Dmainwindow.h50 void setPaperBorderRight(qreal border);
H A Dmainwindow.cpp129 void MainWindow::setPaperBorderRight(qreal border) in setPaperBorderRight() function in MainWindow
131 m_wizard->setPaperBorderRight(border); in setPaperBorderRight()
H A Dcontroller.h52 void setPaperBorderRight(qreal border);
H A Dposterazorcore.h84 void setPaperBorderRight(qreal border);
H A Dwizard.cpp154 void Wizard::setPaperBorderRight(qreal border) in setPaperBorderRight() function in Wizard
H A Dposterazorcore.cpp233 void PosteRazorCore::setPaperBorderRight(qreal border) in setPaperBorderRight() function in PosteRazorCore