Home
last modified time | relevance | path

Searched refs:onCaptureLost (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DButtonBase.cpp156 void ButtonBase::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::ButtonBase
159 Window::onCaptureLost(e); in onCaptureLost()
H A DComboDropList.cpp247 void ComboDropList::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::ComboDropList
249 Listbox::onCaptureLost(e); in onCaptureLost()
H A DTitlebar.cpp215 void Titlebar::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::Titlebar
218 Window::onCaptureLost(e); in onCaptureLost()
H A DThumb.cpp273 void Thumb::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::Thumb
276 PushButton::onCaptureLost(e); in onCaptureLost()
H A DMenuItem.cpp449 void MenuItem::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::MenuItem
452 ItemEntry::onCaptureLost(e); in onCaptureLost()
H A DListHeaderSegment.cpp598 void ListHeaderSegment::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::ListHeaderSegment
601 Window::onCaptureLost(e); in onCaptureLost()
H A DDragContainer.cpp327 void DragContainer::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::DragContainer
329 Window::onCaptureLost(e); in onCaptureLost()
H A DFrameWindow.cpp680 void FrameWindow::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::FrameWindow
683 Window::onCaptureLost(e); in onCaptureLost()
H A DEditbox.cpp540 void Editbox::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::Editbox
545 Window::onCaptureLost(e); in onCaptureLost()
H A DMultiLineEditbox.cpp1293 void MultiLineEditbox::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::MultiLineEditbox
1298 Window::onCaptureLost(e); in onCaptureLost()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DButtonBase.h104 virtual void onCaptureLost(WindowEventArgs& e);
H A DTitlebar.h115 virtual void onCaptureLost(WindowEventArgs& e);
H A DComboDropList.h175 virtual void onCaptureLost(WindowEventArgs& e);
H A DMenuItem.h263 virtual void onCaptureLost(WindowEventArgs& e);
H A DThumb.h299 virtual void onCaptureLost(WindowEventArgs& e);
H A DDragContainer.h417 virtual void onCaptureLost(WindowEventArgs& e);
H A DListHeaderSegment.h466 virtual void onCaptureLost(WindowEventArgs& e);
H A DEditbox.h610 void onCaptureLost(WindowEventArgs& e);
H A DFrameWindow.h675 virtual void onCaptureLost(WindowEventArgs& e);
H A DMultiLineEditbox.h742 virtual void onCaptureLost(WindowEventArgs& e);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/view/
H A Dwx_view_controls.h68 void onCaptureLost( wxMouseEvent& WXUNUSED( aEvent ) );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/view/
H A Dwx_view_controls.cpp132 wxMouseEventHandler( WX_VIEW_CONTROLS::onCaptureLost ), nullptr, this ); in WX_VIEW_CONTROLS()
486 void WX_VIEW_CONTROLS::onCaptureLost( wxMouseEvent& aEvent ) in onCaptureLost() function in WX_VIEW_CONTROLS
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DWindow.cpp762 tmpCapture->onCaptureLost(args); in activate()
970 current_capture->onCaptureLost(args); in captureInput()
1005 onCaptureLost(args); in releaseInput()
2414 void Window::onCaptureLost(WindowEventArgs& e) in onCaptureLost() function in CEGUI::Window
2421 d_oldCapture->onCaptureLost(e); in onCaptureLost()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DWindow.h3004 virtual void onCaptureLost(WindowEventArgs& e);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DButtonBase.pypp.cpp22 virtual void onCaptureLost( ::CEGUI::WindowEventArgs & e ){ in onCaptureLost() function
26 this->CEGUI::ButtonBase::onCaptureLost( boost::ref(e) ); in onCaptureLost()
31 CEGUI::ButtonBase::onCaptureLost( boost::ref(e) ); in default_onCaptureLost()

123