Home
last modified time | relevance | path

Searched refs:m_bottomViewBar (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/input/
H A Dbug313769.cpp38m_bottomViewBar=new KateViewBar (bottomBarParent!=0,KTextEditor::ViewBarContainer::BottomBar,botto…
58 m_bottomViewBar->installEventFilter(m_viewInternal);
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateview.cpp122 , m_bottomViewBar(nullptr) in ViewPrivate()
154m_bottomViewBar = new KateViewBar(bottomBarParent != nullptr, bottomBarParent ? bottomBarParent : … in ViewPrivate()
162 m_bottomViewBar->installEventFilter(m_viewInternal); in ViewPrivate()
174 m_mainWindow->addWidgetToViewBar(this, m_bottomViewBar); in ViewPrivate()
258 m_bottomViewBar = nullptr; in ~ViewPrivate()
348 if (m_bottomViewBar->parentWidget() == this) { in setupLayout()
349 layout->addWidget(m_bottomViewBar, 6, 0, 1, 5); in setupLayout()
398 if (m_bottomViewBar->parentWidget() == this) { in setupLayout()
399 layout->addWidget(m_bottomViewBar, 6, 0, 1, 5); in setupLayout()
3487 return m_bottomViewBar; in bottomViewBar()
H A Dkateview.h856 KateViewBar *m_bottomViewBar;
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtmlpart_p.h223 QPointer<KHTMLViewBar> m_bottomViewBar; variable
H A Dkhtml_part.cpp238 d->m_bottomViewBar = new KHTMLViewBar(KHTMLViewBar::Bottom, d->m_view, widget); in init()
242 layout->addWidget(d->m_bottomViewBar); in init()
1117 return d->m_bottomViewBar; in pBottomViewBar()