Home
last modified time | relevance | path

Searched defs:ClickHandler (Results 1 – 25 of 25) sorted by relevance

/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/config/
H A Dmouse.rs15 pub struct ClickHandler { struct
19 impl Default for ClickHandler { argument
25 impl ClickHandler { impl
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/home/
H A Dsavelistwidget.cpp38 struct ClickHandler : public GuiWidget::IEventHandler in DENG_GUI_PIMPL() struct
40 SaveListWidget::Impl *d; in DENG_GUI_PIMPL()
42 ClickHandler(SaveListWidget::Impl *d) : d(d) {} in DENG_GUI_PIMPL() argument
44 bool handleEvent(GuiWidget &button, Event const &event) in DENG_GUI_PIMPL()
80 void saveRightClicked(GuiWidget &saveButton) in DENG_GUI_PIMPL()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/widgets/
H A Dhomeitemwidget.cpp35 struct ClickHandler : public GuiWidget::IEventHandler in DENG_GUI_PIMPL() struct
37 Public &owner; in DENG_GUI_PIMPL()
39 ClickHandler(Public &owner) in DENG_GUI_PIMPL() function
42 void acquireFocus() in DENG_GUI_PIMPL()
47 bool handleEvent(GuiWidget &widget, Event const &event) in DENG_GUI_PIMPL()
/dports/java/jgraphx/jgraphx-4.2.2/examples/com/mxgraph/examples/swing/
H A DClickHandler.java11 public class ClickHandler extends JFrame class
19 public ClickHandler() in ClickHandler() method in ClickHandler
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/
H A Dclick_handler.h13 class ClickHandler; variable
28 friend class ClickHandler; variable
H A Dintegration.h20 class ClickHandler; variable
/dports/devel/py-click-log/click-log-0.3.2/click_log/
H A Dcore.py46 class ClickHandler(logging.Handler): class
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/qa/integration/extensions/
H A DServicesHandler.java32 private static class ClickHandler implements com.sun.star.awt.XActionListener class in ServicesHandler
37 public ClickHandler( XComponentContext _context, String _serviceName ) in ClickHandler() method in ServicesHandler.ClickHandler
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/qa/integration/extensions/
H A DServicesHandler.java32 private static class ClickHandler implements com.sun.star.awt.XActionListener class in ServicesHandler
37 public ClickHandler( XComponentContext _context, String _serviceName ) in ClickHandler() method in ServicesHandler.ClickHandler
/dports/devel/antlr/antlr-2.7.7/examples/csharp/csharp_v1/testfiles/
H A DTesting.cs45 public event EventHandler ClickHandler1, ClickHandler; event in TopLevel
H A DAllCSharpConstructs.cs140 public event EventHandler ClickHandler1, ClickHandler; event in PublicTopLevelClass
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/modtool/cli/
H A Dbase.py84 class ClickHandler(StreamHandler): class
/dports/graphics/tesseract/tesseract-5.0.0/src/viewer/
H A Dsvpaint.cpp127 void SVPaint::ClickHandler(const SVEvent *sv_event) { in ClickHandler() function in tesseract::SVPaint
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/notifications/
H A Dextension_notification_handler_unittest.cc77 TEST_F(ExtensionNotificationHandlerTest, ClickHandler) { in TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/notifications/
H A Dextension_notification_handler_unittest.cc77 TEST_F(ExtensionNotificationHandlerTest, ClickHandler) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/send_tab_to_self/
H A Ddesktop_notification_handler_unittest.cc196 TEST_F(DesktopNotificationHandlerTest, ClickHandler) { in TEST_F() argument
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DMruList.cs357 private void ClickHandler(object sender, EventArgs args) in ClickHandler() method in KeePass.UI.MruList
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/findreplace/
H A DFindReplace.java125 addClickHandler(display.getReplaceAll(), new ClickHandler() in FindReplace() method
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DSidebarToolBox.cxx200 IMPL_LINK(SidebarToolBox, ClickHandler, ToolBox*, pToolBox, void) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DSidebarToolBox.cxx229 IMPL_LINK(SidebarToolBox, ClickHandler, ToolBox*, pToolBox, void) in IMPL_LINK() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/sidebar/
H A DLayoutMenu.cxx370 IMPL_LINK_NOARG(LayoutMenu, ClickHandler, ValueSet*, void) in IMPL_LINK_NOARG() argument
H A DMasterPagesSelector.cxx153 IMPL_LINK_NOARG(MasterPagesSelector, ClickHandler, ValueSet*, void) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx155 IMPL_LINK_NOARG(MasterPagesSelector, ClickHandler, ValueSet*, void) in IMPL_LINK_NOARG() argument
H A DLayoutMenu.cxx357 IMPL_LINK_NOARG(LayoutMenu, ClickHandler, ValueSet*, void) in IMPL_LINK_NOARG() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DInternalWindowManager.cs959 private void ClickHandler (object sender, EventArgs e) in ClickHandler() method in System.Windows.Forms.TitleButtons