Home
last modified time | relevance | path

Searched refs:SelectWindow (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Dselectwindow.cpp29 SelectWindow::SelectWindow(Main::Settings const & settings, Ui::Screen & screen, std::string name) : in SelectWindow() function in SelectWindow
42 SelectWindow::~SelectWindow() in ~SelectWindow()
47 void SelectWindow::Print(uint32_t line) const in Print()
117 uint32_t SelectWindow::CurrentLine() const in CurrentLine()
122 void SelectWindow::Confirm() in Confirm()
144 void SelectWindow::Escape() in Escape()
151 void SelectWindow::Visual() in Visual()
162 void SelectWindow::SwitchVisualEnd() in SwitchVisualEnd()
181 bool SelectWindow::InVisualMode() in InVisualMode()
198 void SelectWindow::ResetSelection() in ResetSelection()
[all …]
H A Dselectwindow.hpp33 class SelectWindow : public Ui::ScrollWindow class
36SelectWindow(Main::Settings const & settings, Ui::Screen & screen, std::string name = "Unknown");
37 ~SelectWindow();
H A Ddirectorywindow.cpp42 SelectWindow (settings, screen, "directory"),
127 SelectWindow::Scroll(scrollCount);
153 SelectWindow::ScrollTo(scrollLine);
166 SelectWindow::LimitCurrentSelection();
333 SelectWindow::Confirm();
337 SelectWindow::Confirm();
378 SelectWindow::AddLine(line, count, scroll);
394 SelectWindow::DeleteLine(line, count, scroll);
432 SelectWindow::DeleteLine(line, count, scroll);
H A Dlibrarywindow.cpp40 SelectWindow (settings, screen, "library"), in LibraryWindow()
173 SelectWindow::Print(line); in Print()
243 SelectWindow::Confirm(); in Confirm()
286 SelectWindow::AddLine(line, count, scroll); in AddLine()
302 SelectWindow::DeleteLine(line, count, scroll); in CropLine()
341 SelectWindow::DeleteLine(line, count, scroll); in DeleteLine()
H A Dsongwindow.cpp41 SelectWindow (settings, screen, name),
136 SelectWindow::Print(line);
178 SelectWindow::Confirm();
293 SelectWindow::AddLine(line, count, scroll);
358 SelectWindow::DeleteLine(line, count, scroll);
H A Dlistwindow.cpp38 SelectWindow (settings, screen, "lists"), in ListWindow()
123 SelectWindow::Print(line); in Print()
235 SelectWindow::DeleteLine(line, count, scroll); in CropLine()
H A Dwindowselector.hpp35 class WindowSelector : public Ui::SelectWindow
H A Dhelp.hpp32 class HelpWindow : public Ui::SelectWindow
H A Dlyricswindow.hpp38 class LyricsWindow : public Ui::SelectWindow
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dwindow_capturer_null.cc28 bool SelectWindow(WindowId id) override;
54 bool WindowCapturerNull::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::__anonb8f527730111::WindowCapturerNull
H A Dcropping_window_capturer.cc65 bool CroppingWindowCapturer::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::CroppingWindowCapturer
66 if (window_capturer_->SelectWindow(id)) { in SelectWindow()
H A Dapp_capturer_x11.cc45 void SelectWindow(WindowId windowId) { window_capturer_->SelectWindow(windowId); } in SelectWindow() function in webrtc::__anon12cb4ebb0111::WindowsCapturerProxy
200 window_capturer_proxy_.SelectWindow(app_window); in CaptureWebRTC()
H A Dwindow_capturer.h52 virtual bool SelectWindow(WindowId id) = 0;
H A Dapp_capturer_win.cc39 void SelectWindow(HWND hwnd) { window_capturer_->SelectWindow(reinterpret_cast<WindowId>(hwnd)); } in SelectWindow() function in webrtc::__anon148cf56f0111::WindowsCapturerProxy
257 window_capturer_proxy_.SelectWindow(hWndCapturer); in CaptureByWebRTC()
H A Dwindow_capturer_win.cc96 bool SelectWindow(WindowId id) override;
159 bool WindowCapturerWin::SelectWindow(WindowId id) { in SelectWindow() function in webrtc::__anon4089e4860111::WindowCapturerWin
H A Dcropping_window_capturer.h38 bool SelectWindow(WindowId id) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dcolrowba.hxx50 virtual void SelectWindow() override;
81 virtual void SelectWindow() override;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DSelectWin.h7 enum SelectWindow enum
31 void CreateJA2SelectionWindow(SelectWindow);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dcolrowba.hxx51 virtual void SelectWindow() override;
82 virtual void SelectWindow() override;
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/MonoDevelop.Ide.Gui/
H A DSdiWorkspaceWindow.cs228 public void SelectWindow() in SelectWindow() method in Pinta.Docking.Gui.SdiWorkspaceWindow
262 SelectWindow (); in MoveToNextNotebook()
271 SelectWindow (); in MoveToNextNotebook()
281 SelectWindow (); in MoveToPreviousNotebook()
290 SelectWindow (); in MoveToPreviousNotebook()
H A DIWorkbenchWindow.cs54 void SelectWindow (); in SelectWindow() method
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DPlaceholderWindow.cs179 window.SelectWindow (); in ShowPlaceholder()
197 window.SelectWindow (); in ShowPlaceholder()
337 window.SelectWindow (); in PlaceInHoverNotebook()
354 ((SdiWorkspaceWindow)frame.Content).SelectWindow (); in PlaceWindow()
/dports/biology/fasta/fasta/
H A Dmplotsub.c43 SelectWindow(gDrawWindow); in WindowInit()
97 SelectWindow(gDrawWindow); in closepl()
H A DFileDlog.c154 SelectWindow(DP);
187 SelectWindow(DP);
/dports/emulators/bochs/bochs-2.7/gui/
H A Dmacintosh.cc651 SelectWindow(win); in HandleClick()
664 SelectWindow(win); in HandleClick()
668 SelectWindow(SouixWin); in HandleClick()
1234 SelectWindow(toolwin); in ShowTools()
1268 SelectWindow(backdrop); in HideMenubar()
1273 SelectWindow(win); in HideMenubar()
1321 SelectWindow(SouixWin); in ShowConsole()

123456789