Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscribusview.cpp158 horizRuler = new Hruler(this, m_doc); in ScribusView()
160 horizRuler->installEventFilter(this); in ScribusView()
165 horizRuler->setGeometry(m_vhRulerHW, 1, width()-m_vhRulerHW-1, m_vhRulerHW); in ScribusView()
713 horizRuler->draw(pos.x()); in contentsDragMoveEvent()
1960 horizRuler->setGeometry(m_vhRulerHW, 1, width()-m_vhRulerHW-1, m_vhRulerHW); in resizeEvent()
1985 horizRuler->setGeometry(m_vhRulerHW, 1, w-m_vhRulerHW-1, m_vhRulerHW); in setHBarGeometry()
2099 horizRuler->shift(x / m_canvas->scale()); in setRulerPos()
2106 horizRuler->update(); in setRulerPos()
2429 horizRuler->update(); in ChgUnit()
3372 horizRuler->unitChange(); in unitChange()
[all …]
H A Dscribusview.h128 Hruler *horizRuler; variable
H A Dappmodehelper.cpp152 doc->view()->horizRuler->textMode(false); in setApplicationMode()
153 doc->view()->horizRuler->update(); in setApplicationMode()
H A Dcanvas.cpp127 double xsp = m_doc->view()->horizRuler->ruleSpacing(); in localToCanvas()
2606 m_view->horizRuler->setItem(item); in setupEditHRuler()
2607 m_view->horizRuler->update(); in setupEditHRuler()
H A Dcanvasmode_edit.cpp68 …connect(view->horizRuler, SIGNAL(MarkerMoved(double,double)), this, SLOT(rulerPreview(double,doubl… in CanvasMode_Edit()
H A Dscribus.cpp2602 …connect(view->horizRuler, SIGNAL(MarkerMoved(double,double)), this, SLOT(setStatusBarTextPosition(… in HaveNewDoc()
2603 …connect(view->horizRuler, SIGNAL(DocChanged(bool)), this, SLOT(slotDocCh(bool)), Qt::UniqueConnect… in HaveNewDoc()
2638 view->horizRuler->textMode(false); in HaveNewSel()
2639 view->horizRuler->update(); in HaveNewSel()
2659 view->horizRuler->setItem(currItem); in HaveNewSel()
2660 view->horizRuler->update(); in HaveNewSel()