Home
last modified time | relevance | path

Searched refs:GetWindowName (Results 1 – 25 of 69) sorted by relevance

123

/dports/graphics/open3d/Open3D-0.2/src/Python/Visualization/
H A Dopen3d_visualizer.cpp44 return std::string("Visualizer with name ") + vis.GetWindowName(); in pybind_visualizer()
84 .def("get_window_name", &Visualizer::GetWindowName); in pybind_visualizer()
95 vis.GetWindowName(); in pybind_visualizer()
111 vis.GetWindowName(); in pybind_visualizer()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Visualization/
H A Dopen3d_visualizer.cpp44 return std::string("Visualizer with name ") + vis.GetWindowName(); in pybind_visualizer()
84 .def("get_window_name", &Visualizer::GetWindowName); in pybind_visualizer()
95 vis.GetWindowName(); in pybind_visualizer()
111 vis.GetWindowName(); in pybind_visualizer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dwidget_delegate.cc116 std::string WidgetDelegate::GetWindowName() const { in GetWindowName() function in views::WidgetDelegate
122 std::string window_name = GetWindowName(); in SaveWindowPlacement()
133 std::string window_name = GetWindowName(); in GetSavedWindowPlacement()
H A Dwidget_delegate.h115 virtual std::string GetWindowName() const;
/dports/math/vtk6/VTK-6.2.0/Interaction/Image/
H A DvtkImageViewer.h47 char *GetWindowName() {return this->RenderWindow->GetWindowName();}; in GetWindowName() function
H A DvtkImageViewer2.h81 virtual const char *GetWindowName();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dax_window_obj_wrapper.cc70 std::string GetWindowName(aura::Window* window) { in GetWindowName() function
161 GetWindowName(window_)); in Serialize()
169 return GetWindowName(window_); in ToString()
/dports/math/vtk8/VTK-8.2.0/Interaction/Image/
H A DvtkImageViewer.h51 char *GetWindowName() {return this->RenderWindow->GetWindowName();}; in GetWindowName() function
H A DvtkImageViewer2.h85 virtual const char *GetWindowName();
/dports/math/vtk9/VTK-9.1.0/Interaction/Image/
H A DvtkImageViewer.h51 char* GetWindowName() { return this->RenderWindow->GetWindowName(); } in GetWindowName() function
H A DvtkImageViewer2.h85 virtual const char* GetWindowName();
/dports/x11/p5-X11-GUITest/X11-GUITest-0.28/eg/
H A DFindWindowLike.pl40 my $name = GetWindowName($win) || '[NO NAME]';
H A DTextEditor_1.pl43 (GetWindowName($GEMainWin) =~ /(modified|\*Unsaved)/i) or die('Editor did not switch its title as e…
/dports/x11/p5-X11-GUITest/X11-GUITest-0.28/
H A DGUITest.pm339 $winname = GetWindowName($start);
346 $winname = GetWindowName($child);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dwidget_delegate.cc159 std::string WidgetDelegate::GetWindowName() const { in GetWindowName() function in views::WidgetDelegate
165 std::string window_name = GetWindowName(); in SaveWindowPlacement()
176 std::string window_name = GetWindowName(); in GetSavedWindowPlacement()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcu/
H A Ddialog.h88 std::string &GetWindowName () {return m_windowname;} in GetWindowName() function
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dwindow.go22 return gui.State.Contexts.CommitFiles.GetWindowName()
H A Darrangement.go222 if context.GetWindowName() == "stash" {
324 return context.GetWindowName()
H A Dbasic_context.go38 func (c *BasicContext) GetWindowName() string { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser_window_state.h29 std::string GetWindowName(const Browser* browser);
/dports/x11/p5-X11-GUITest/X11-GUITest-0.28/t/
H A Dtest.t89 $WinName = GetWindowName($win);
/dports/graphics/feh/feh-3.5/test/
H A Dfeh-i.t76 if ( waitfor { GetWindowName($win) eq $wtitle } ) {
80 $rtitle = GetWindowName($win);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dtask_manager_view.cc177 std::string TaskManagerView::GetWindowName() const { in GetWindowName() function in task_manager::TaskManagerView
366 g_browser_process->local_state()->GetDictionary(GetWindowName()); in RetrieveSavedAlwaysOnTopState()
H A Dtask_manager_view.h60 std::string GetWindowName() const override;
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Visualizer/
H A DVisualizer.h139 const std::string &GetWindowName() const { in GetWindowName() function

123