Home
last modified time | relevance | path

Searched refs:getVertScrollbar (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DScrollablePane.cpp217 return getVertScrollbar()->getUnitIntervalScrollPosition(); in getVerticalScrollPosition()
223 getVertScrollbar()->setUnitIntervalScrollPosition(position); in setVerticalScrollPosition()
233 Scrollbar* vertScrollbar = getVertScrollbar(); in initialiseComponents()
277 Scrollbar* const vertScrollbar = getVertScrollbar(); in configureScrollbars()
339 cegui_absdim(-getVertScrollbar()->getScrollPosition())); in updateContainerPosition()
414 Scrollbar* const vertScrollbar = getVertScrollbar(); in handleContentAreaChange()
500 Scrollbar* vertScrollbar = getVertScrollbar(); in onMouseWheel()
578 Scrollbar* ScrollablePane::getVertScrollbar() const in getVertScrollbar() function in CEGUI::ScrollablePane
H A DScrolledItemListBase.cpp90 Scrollbar* v = getVertScrollbar(); in initialiseComponents()
108 Scrollbar* ScrolledItemListBase::getVertScrollbar() const in getVertScrollbar() function in CEGUI::ScrolledItemListBase
126 Scrollbar* v = getVertScrollbar(); in configureScrollbars()
199 Scrollbar* v = getVertScrollbar(); in onMouseWheel()
299 Scrollbar* const v = getVertScrollbar(); in ensureItemIsVisibleVert()
H A DListbox.cpp100 Scrollbar* vertScrollbar = getVertScrollbar(); in initialiseComponents()
569 Scrollbar* vertScrollbar = getVertScrollbar(); in configureScrollbars()
748 float y = renderArea.d_min.d_x - getVertScrollbar()->getScrollPosition(); in getItemAtPoint()
906 Scrollbar* vertScrollbar = getVertScrollbar(); in onMouseWheel()
966 Scrollbar* vertScrollbar = getVertScrollbar(); in ensureItemIsVisible()
1122 Scrollbar* Listbox::getVertScrollbar() const in getVertScrollbar() function in CEGUI::Listbox
H A DComboDropList.cpp82 getVertScrollbar()->setRestoreOldCapture(true); in initialiseComponents()
86 getVertScrollbar()->banPropertyFromXMLRecursive(Window::RestoreOldCapturePropertyName); in initialiseComponents()
H A DMultiLineEditbox.cpp136 Scrollbar* vertScrollbar = getVertScrollbar(); in initialiseComponents()
316 Scrollbar* vertScrollbar = getVertScrollbar(); in ensureCaretIsVisible()
386 Scrollbar* const vertScrollbar = getVertScrollbar(); in configureScrollbars()
605 wndPt.d_y += getVertScrollbar()->getScrollPosition(); in getTextIndexFromPosition()
1517 Scrollbar* vertScrollbar = getVertScrollbar(); in onMouseWheel()
1692 Scrollbar* MultiLineEditbox::getVertScrollbar() const in getVertScrollbar() function in CEGUI::MultiLineEditbox
H A DMultiColumnList.cpp635 Scrollbar* vertScrollbar = getVertScrollbar(); in initialiseComponents()
1354 Scrollbar* vertScrollbar = getVertScrollbar(); in configureScrollbars()
1603 float y = listArea.d_min.d_y - getVertScrollbar()->getScrollPosition(); in getItemAtPoint()
1980 Scrollbar* vertScrollbar = getVertScrollbar(); in onMouseWheel()
2375 Scrollbar* MultiColumnList::getVertScrollbar() const in getVertScrollbar() function in CEGUI::MultiColumnList
2515 Scrollbar* vertScrollbar = getVertScrollbar(); in ensureRowIsVisible()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/WindowRendererSets/Core/
H A DStaticText.cpp180 const Scrollbar* const vertScrollbar = getVertScrollbar(); in renderScrolledText()
217 Scrollbar* FalagardStaticText::getVertScrollbar() const in getVertScrollbar() function in CEGUI::FalagardStaticText
412 Scrollbar* vertScrollbar = getVertScrollbar(); in onMouseWheel()
572 return getVertScrollbar()->getScrollPosition(); in getVerticalScrollPosition()
584 return getVertScrollbar()->getUnitIntervalScrollPosition(); in getUnitIntervalVerticalScrollPosition()
596 getVertScrollbar()->setScrollPosition(position); in setVerticalScrollPosition()
608 getVertScrollbar()->setUnitIntervalScrollPosition(position); in setUnitIntervalVerticalScrollPosition()
H A DListbox.cpp50 lb->getVertScrollbar()->isVisible()); in getListRenderArea()
84 fit_height ? false : lb->getVertScrollbar()->isVisible())); in resizeListToContent()
151 itemPos.d_y = itemsArea.top() - lb->getVertScrollbar()->getScrollPosition(); in render()
H A DMultiColumnList.cpp52 bool v_visible = w->getVertScrollbar()->isVisible(); in getListRenderArea()
84 const Scrollbar* vertScrollbar = w->getVertScrollbar(); in render()
H A DMultiLineEditbox.cpp72 bool v_visible = w->getVertScrollbar()->isVisible(); in getTextRenderArea()
149 …ea.offset(Vector2f(-w->getHorzScrollbar()->getScrollPosition(), -w->getVertScrollbar()->getScrollP… in cacheCaretImagery()
178 float vertScrollPos = w->getVertScrollbar()->getScrollPosition(); in cacheTextLines()
H A DScrollablePane.cpp51 bool v_visible = w->getVertScrollbar()->isVisible(); in getViewableArea()
H A DTree.cpp58 bool v_visible = tree->getVertScrollbar()->isVisible(); in getTreeRenderArea()
H A DItemListbox.cpp60 lb->getVertScrollbar()->isVisible()); in getItemRenderArea()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/elements/
H A DScrolledItemListBase.pkg8 Scrollbar* getVertScrollbar() const;
H A DScrollablePane.pkg39 Scrollbar* getVertScrollbar() const;
H A DMultiLineEditbox.pkg15 Scrollbar* getVertScrollbar() const;
H A DListbox.pkg36 Scrollbar* getVertScrollbar() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DScrolledItemListBase.h89 Scrollbar* getVertScrollbar() const;
H A DScrollablePane.h401 Scrollbar* getVertScrollbar() const;
H A DListbox.h559 Scrollbar* getVertScrollbar() const;
H A DMultiLineEditbox.h264 Scrollbar* getVertScrollbar() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/WindowRendererSets/Core/
H A DStaticText.h292 Scrollbar* getVertScrollbar() const;
/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DGameEditorModeConsole.cpp60 mConsoleHistoryWindow->getVertScrollbar()->setEndLockEnabled(true); in GameEditorModeConsole()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/table/
H A Dtabledatawindow.cxx190 …ndleScrollCommand( rCEvt, m_rTableControl.getHorzScrollbar(), m_rTableControl.getVertScrollbar() ); in EventNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/table/
H A Dtabledatawindow.cxx190 …ndleScrollCommand( rCEvt, m_rTableControl.getHorzScrollbar(), m_rTableControl.getVertScrollbar() ); in EventNotify()

12