Home
last modified time | relevance | path

Searched refs:ScrollWindow (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/ports-mgmt/portal/portal-0.4/
H A Dscrollwindow.cc35 ScrollWindow::ScrollWindow(const Size& size, const Point& pos, const Style& style) in ScrollWindow() function in portal::gfx::ScrollWindow
42 ScrollWindow::~ScrollWindow() { in ~ScrollWindow()
50 void ScrollWindow::draw() const { in draw()
63 void ScrollWindow::clear() { in clear()
67 void ScrollWindow::newline() { in newline()
90 void ScrollWindow::scrollDown() { in scrollDown()
96 void ScrollWindow::scrollUp() { in scrollUp()
102 void ScrollWindow::moveCursorDown() { in moveCursorDown()
112 void ScrollWindow::moveCursorUp() { in moveCursorUp()
138 void ScrollWindow::createPad() { in createPad()
[all …]
H A Dscrollwindow.h38 class ScrollWindow : public Window {
41 ScrollWindow(const Size& size, const Point& pos, const Style& style = {});
42 ~ScrollWindow();
H A Dui.h83 std::unique_ptr<gfx::ScrollWindow> pane_[PaneType::nbtypes];
110 void busyStatus(gfx::ScrollWindow& pane);
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Dscrollwindow.cpp31 ScrollWindow::ScrollWindow(Ui::Screen & screen, std::string name) : in ScrollWindow() function in ScrollWindow
44 ScrollWindow::~ScrollWindow() in ~ScrollWindow()
49 void ScrollWindow::Print(uint32_t line) const in Print()
227 void ScrollWindow::Scroll(int32_t scrollCount) in Scroll()
287 if (position == ScrollWindow::First) in Select()
296 else if (position == ScrollWindow::Last) in Select()
306 else if (position == ScrollWindow::Middle) in Select()
321 bool ScrollWindow::AutoScroll() const in AutoScroll()
327 uint32_t ScrollWindow::FirstLine() const in FirstLine()
339 void ScrollWindow::ResetScroll() in ResetScroll()
[all …]
H A Dselectwindow.cpp30 ScrollWindow (screen, name), in SelectWindow()
60 ScrollWindow::Print(line); in Print()
65 ScrollWindow::Print(line); in Print()
71 ScrollWindow::Resize(rows, columns); in Resize()
93 ScrollWindow::Scroll(scrollCount); in Scroll()
105 ScrollWindow::Scroll(-1); in ScrollTo()
109 ScrollWindow::ScrollTo(scrollLine); in ScrollTo()
113 ScrollWindow::ScrollTo(BufferSize()); in ScrollTo()
H A Dscrollwindow.hpp32 class ScrollWindow class
37 ScrollWindow(Ui::Screen & screen, std::string name = "Unknown");
38 virtual ~ScrollWindow();
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dscrollwindow.cpp22 ScrollWindow::ScrollWindow () in ScrollWindow() function in MWGui::ScrollWindow
30 …mCloseButton->eventMouseButtonClick += MyGUI::newDelegate(this, &ScrollWindow::onCloseButtonClicke… in ScrollWindow()
33 …mTakeButton->eventMouseButtonClick += MyGUI::newDelegate(this, &ScrollWindow::onTakeButtonClicked); in ScrollWindow()
38 …mCloseButton->eventKeyButtonPressed += MyGUI::newDelegate(this, &ScrollWindow::onKeyButtonPressed); in ScrollWindow()
39 … mTakeButton->eventKeyButtonPressed += MyGUI::newDelegate(this, &ScrollWindow::onKeyButtonPressed); in ScrollWindow()
44 void ScrollWindow::setPtr (const MWWorld::Ptr& scroll) in setPtr()
72 …void ScrollWindow::onKeyButtonPressed(MyGUI::Widget *sender, MyGUI::KeyCode key, MyGUI::Char chara… in onKeyButtonPressed()
84 void ScrollWindow::setTakeButtonShow(bool show) in setTakeButtonShow()
90 void ScrollWindow::setInventoryAllowed(bool allowed) in setInventoryAllowed()
96 void ScrollWindow::onCloseButtonClicked (MyGUI::Widget* _sender) in onCloseButtonClicked()
[all …]
H A Dscrollwindow.hpp15 class ScrollWindow : public BookWindowBase class
18 ScrollWindow ();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dcontrols32.cpp416 ScrollWindow::~ScrollWindow() { in ~ScrollWindow()
421 Ratio ScrollWindow::where() const { in where()
425 void ScrollWindow::show() { in show()
449 void ScrollWindow::hide() { in hide()
563 void ScrollWindow::upArrow() { in upArrow()
594 void ScrollWindow::downArrow() { in downArrow()
651 void ScrollWindow::home() { in home()
660 void ScrollWindow::end() { in end()
673 void ScrollWindow::pageUp() { in pageUp()
687 void ScrollWindow::pageDown() { in pageDown()
[all …]
H A Dcontrols32.h146 class ScrollWindow {
148ScrollWindow(SegManager *segMan, const Common::Rect &gameRect, const Common::Point &position, cons…
149 ~ScrollWindow();
445 ScrollWindow *getScrollWindow(const reg_t id);
453 typedef Common::HashMap<uint16, ScrollWindow *> ScrollWindowMap;
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dcontrols32.cpp523 ScrollWindow::~ScrollWindow() { in ~ScrollWindow()
528 Ratio ScrollWindow::where() const { in where()
532 void ScrollWindow::show() { in show()
556 void ScrollWindow::hide() { in hide()
670 void ScrollWindow::upArrow() { in upArrow()
701 void ScrollWindow::downArrow() { in downArrow()
758 void ScrollWindow::home() { in home()
767 void ScrollWindow::end() { in end()
780 void ScrollWindow::pageUp() { in pageUp()
794 void ScrollWindow::pageDown() { in pageDown()
[all …]
H A Dcontrols32.h146 class ScrollWindow {
148ScrollWindow(SegManager *segMan, const Common::Rect &gameRect, const Common::Point &position, cons…
149 ~ScrollWindow();
452 ScrollWindow *getScrollWindow(const reg_t id);
460 typedef Common::HashMap<uint16, ScrollWindow *> ScrollWindowMap;
/dports/audio/vimpc/vimpc-0.09.2/src/test/
H A Dscreen.cpp213 window_->Select(Ui::ScrollWindow::Position::First, 1); // H in TestSelect()
219 window_->Select(Ui::ScrollWindow::Position::Middle, 1); // M in TestSelect()
225 window_->Select(Ui::ScrollWindow::Position::Last, 1); // L in TestSelect()
233 window_->Select(Ui::ScrollWindow::Position::First, 5); in TestSelect()
239 window_->Select(Ui::ScrollWindow::Position::Last, 5); in TestSelect()
247 window_->Select(Ui::ScrollWindow::Position::First, rows); in TestSelect()
253 window_->Select(Ui::ScrollWindow::Position::Last, rows); in TestSelect()
259 window_->Select(Ui::ScrollWindow::Position::First, rows + 1); in TestSelect()
265 window_->Select(Ui::ScrollWindow::Position::Last, rows + 1); in TestSelect()
/dports/audio/festival/speech_tools/java/common/cstr/awt/
H A DScrollWindow.java46 public class ScrollWindow extends Frame class
78 public ScrollWindow(String name, Component contents) in ScrollWindow() method in ScrollWindow
84 public ScrollWindow(String name, Component contents, int width, int height) in ScrollWindow() method in ScrollWindow
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiContainers.cpp504 ScrollWindow::ScrollWindow(Window *pParentWindow) in ScrollWindow() function in C4GUI::ScrollWindow
523 void ScrollWindow::Update() in Update()
538 void ScrollWindow::SetScroll(int32_t iToScroll) in SetScroll()
544 void ScrollWindow::ScrollToBottom() in ScrollToBottom()
558 void ScrollWindow::ScrollPages(int iPageCount) in ScrollPages()
564 void ScrollWindow::ScrollBy(int iAmount) in ScrollBy()
579 void ScrollWindow::ScrollRangeInView(int32_t iY, int32_t iHgt) in ScrollRangeInView()
605 bool ScrollWindow::IsRangeInView(int32_t iY, int32_t iHgt) in IsRangeInView()
614 void ScrollWindow::UpdateOwnPos() in UpdateOwnPos()
635 void ScrollWindow::SetScrollBarEnabled(bool fToVal, bool noAutomaticPositioning) in SetScrollBarEnabled()
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dscreen.hpp99 typedef std::map<int32_t, ScrollWindow *> WindowMap;
199 void Select(ScrollWindow::Position position, uint32_t count);
255 Ui::ScrollWindow & ActiveWindow() const;
256 Ui::ScrollWindow & Window(uint32_t window) const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp95 void ScrollWindow( int dx, int dy, const wxRect *rect );
370 void MyCanvas::ScrollWindow( int dx, int dy, const wxRect *rect ) in ScrollWindow() function in MyCanvas
372 wxPanel::ScrollWindow( dx, dy, rect ); in ScrollWindow()
373 m_topLabels->ScrollWindow( dx, 0, rect ); in ScrollWindow()
374 m_rightLabels->ScrollWindow( 0, dy, rect ); in ScrollWindow()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp95 void ScrollWindow( int dx, int dy, const wxRect *rect );
370 void MyCanvas::ScrollWindow( int dx, int dy, const wxRect *rect ) in ScrollWindow() function in MyCanvas
372 wxPanel::ScrollWindow( dx, dy, rect ); in ScrollWindow()
373 m_topLabels->ScrollWindow( dx, 0, rect ); in ScrollWindow()
374 m_rightLabels->ScrollWindow( 0, dy, rect ); in ScrollWindow()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp95 void ScrollWindow( int dx, int dy, const wxRect *rect );
370 void MyCanvas::ScrollWindow( int dx, int dy, const wxRect *rect ) in ScrollWindow() function in MyCanvas
372 wxPanel::ScrollWindow( dx, dy, rect ); in ScrollWindow()
373 m_topLabels->ScrollWindow( dx, 0, rect ); in ScrollWindow()
374 m_rightLabels->ScrollWindow( 0, dy, rect ); in ScrollWindow()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp95 void ScrollWindow( int dx, int dy, const wxRect *rect );
370 void MyCanvas::ScrollWindow( int dx, int dy, const wxRect *rect ) in ScrollWindow() function in MyCanvas
372 wxPanel::ScrollWindow( dx, dy, rect ); in ScrollWindow()
373 m_topLabels->ScrollWindow( dx, 0, rect ); in ScrollWindow()
374 m_rightLabels->ScrollWindow( 0, dy, rect ); in ScrollWindow()
/dports/x11/kitty/kitty-0.23.1/kitty/rc/
H A Dscroll_window.py17 class ScrollWindow(RemoteCommand): class
75 scroll_window = ScrollWindow()
/dports/audio/festival/speech_tools/java/common/cstr/testPrograms/
H A DWaveTest.java88 ScrollWindow win = new ScrollWindow(wv.name(), canvas, 500, 250); in display()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DScrollableControl.cs319 ScrollWindow(shift_x, shift_y);
644 ScrollWindow(scroll_position.X - x , scroll_position.Y - y); in SetDisplayRectLocation()
851 ScrollWindow (- scroll_position.X, 0); in Recalculate()
863 ScrollWindow (0, - scroll_position.Y); in Recalculate()
929 ScrollWindow(0, vscrollbar.Value- scroll_position.Y); in HandleScrollBar()
933 ScrollWindow(hscrollbar.Value - scroll_position.X, 0); in HandleScrollBar()
968 private void ScrollWindow(int XOffset, int YOffset) { in ScrollWindow() method in System.Windows.Forms.ScrollableControl
989 XplatUI.ScrollWindow (Handle, ClientRectangle, -XOffset, -YOffset, false); in ScrollWindow()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dscrolwin.cpp80 m_targetWindow->ScrollWindow( old_x - new_x, old_y - new_y ); in SetScrollbars()
168 m_targetWindow->ScrollWindow(orient == wxHORIZONTAL ? diff : 0, in DoScroll()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dscrolwin.cpp80 m_targetWindow->ScrollWindow( old_x - new_x, old_y - new_y ); in SetScrollbars()
168 m_targetWindow->ScrollWindow(orient == wxHORIZONTAL ? diff : 0, in DoScroll()

12345678910>>...24