Home
last modified time | relevance | path

Searched refs:SelectionHandler (Results 1 – 25 of 120) sorted by relevance

12345

/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/gui/selection/
H A DSelectionHandler.cpp24 SelectionHandler::SelectionHandler(ISelectionRestrictor *selectionRestrictor) : in SelectionHandler() function in kImageAnnotator::SelectionHandler
32 SelectionHandler::~SelectionHandler() in ~SelectionHandler()
42 QRectF SelectionHandler::selection() const in selection()
81 void SelectionHandler::release() in release()
98 bool SelectionHandler::isInMotion() const in isInMotion()
103 void SelectionHandler::setWidth(int width) in setWidth()
109 void SelectionHandler::setHeight(int height) in setHeight()
115 void SelectionHandler::setPositionX(int x) in setPositionX()
121 void SelectionHandler::setPositionY(int y) in setPositionY()
127 void SelectionHandler::update() in update()
[all …]
H A DSelectionHandler.h33 class SelectionHandler : public QObject
37 explicit SelectionHandler(ISelectionRestrictor *selectionRestrictor);
38 ~SelectionHandler() override;
/dports/games/stratagus/stratagus-3.2.0/src/sound/
H A Dsound.cpp69 SelectionHandling SelectionHandler; variable
105 …if (SelectionHandler.Sound != NULL && (SelectionHandler.Source.Base == source.Base && SelectionHan… in ChooseSample()
108 SelectionHandler.HowMany++; in ChooseSample()
110 SelectionHandler.HowMany = 0; in ChooseSample()
117 result = SelectionHandler.Sound->Sound.OneGroup[SelectionHandler.HowMany]; in ChooseSample()
118 SelectionHandler.HowMany++; in ChooseSample()
119 if (SelectionHandler.HowMany >= SelectionHandler.Sound->Number) { in ChooseSample()
133 SelectionHandler.HowMany = 1; in ChooseSample()
138 if (SelectionHandler.Source.Base == source.Base && SelectionHandler.Source.Id == source.Id) { in ChooseSample()
139 SelectionHandler.HowMany = 0; in ChooseSample()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/gui/selection/
H A DSelectionHandlerTest.cpp29 SelectionHandler selectionHandler(selectionRestrictor); in TestSetWidth_Should_EmitSelectionChangedSignal()
47 SelectionHandler selectionHandler(selectionRestrictor); in TestSetHeight_Should_EmitSelectionChangedSignal()
65 SelectionHandler selectionHandler(selectionRestrictor); in TestSetPositionX_Should_EmitSelectionChangedSignal()
83 SelectionHandler selectionHandler(selectionRestrictor); in TestSetPositionY_Should_EmitSelectionChangedSignal()
103 SelectionHandler selectionHandler(selectionRestrictor); in TestResetSelection_Should_SetSelectionToProvidedRect()
125 SelectionHandler selectionHandler(selectionRestrictor); in TestIsInMotion_Should_ReturnTrue_WhenClickedOnSelection()
147 SelectionHandler selectionHandler(selectionRestrictor); in TestIsInMotion_Should_ReturnTrue_WhenClickedOnHandle()
168 SelectionHandler selectionHandler(selectionRestrictor); in TestIsInMotion_Should_ReturnFalse_WhenClickedOutsideSelectionAndHandle()
187 SelectionHandler selectionHandler(selectionRestrictor); in TestSelectionHandles_Should_ReturnEightItems()
204 SelectionHandler selectionHandler(selectionRestrictor); in TestRestrictResize_Should_KeepCurrentSelection_When_NewSelectionHasNegativeWidthAndRestrictionDisabled()
[all …]
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/DateBar/
H A DMouseHandler.cpp46 connect(m_autoScrollTimer, &QTimer::timeout, this, &SelectionHandler::autoScroll); in MouseHandler()
64 DateBar::SelectionHandler::SelectionHandler(DateBarWidget *dateBar) in SelectionHandler() function in DateBar::SelectionHandler
69 void DateBar::SelectionHandler::mousePressEvent(int x) in mousePressEvent()
76 void DateBar::SelectionHandler::mouseMoveEvent(int x) in mouseMoveEvent()
165 Utilities::FastDateTime DateBar::SelectionHandler::min() const in min()
173 Utilities::FastDateTime DateBar::SelectionHandler::max() const in max()
181 void DateBar::SelectionHandler::clearSelection() in clearSelection()
187 void DateBar::SelectionHandler::mouseReleaseEvent() in mouseReleaseEvent()
192 DB::ImageDate DateBar::SelectionHandler::dateRange() const in dateRange()
197 bool DateBar::SelectionHandler::hasSelection() const in hasSelection()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/sound/
H A Dsound.cpp74 SelectionHandling SelectionHandler; variable
110 …if (SelectionHandler.Sound != nullptr && (SelectionHandler.Source.Base == source.Base && Selection… in ChooseSample()
113 SelectionHandler.HowMany++; in ChooseSample()
115 SelectionHandler.HowMany = 0; in ChooseSample()
126 SelectionHandler.HowMany++; in ChooseSample()
127 if (SelectionHandler.HowMany >= SelectionHandler.Sound->Number) { in ChooseSample()
128 SelectionHandler.HowMany = 0; in ChooseSample()
133 SelectionHandler.HowMany = 0; in ChooseSample()
141 SelectionHandler.HowMany = 1; in ChooseSample()
146 if (SelectionHandler.Source.Base == source.Base && SelectionHandler.Source.Id == source.Id) { in ChooseSample()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dselection_handler.h40 class SelectionHandler {
48 SelectionHandler() {} in SelectionHandler() function
49 virtual ~SelectionHandler() {} in ~SelectionHandler()
H A Dselection_handler.cc70 void SelectionHandler::Select(const QString &str) { in Select()
74 void SelectionHandler::SetSelectionCallback( in SetSelectionCallback()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dselection_handler.h40 class SelectionHandler {
48 SelectionHandler() {} in SelectionHandler() function
49 virtual ~SelectionHandler() {} in ~SelectionHandler()
H A Dselection_handler.cc70 void SelectionHandler::Select(const QString &str) { in Select()
74 void SelectionHandler::SetSelectionCallback( in SetSelectionCallback()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dselection_handler.h40 class SelectionHandler {
48 SelectionHandler() {} in SelectionHandler() function
49 virtual ~SelectionHandler() {} in ~SelectionHandler()
H A Dselection_handler.cc70 void SelectionHandler::Select(const QString &str) { in Select()
74 void SelectionHandler::SetSelectionCallback( in SetSelectionCallback()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dselection_handler.h40 class SelectionHandler {
48 SelectionHandler() {} in SelectionHandler() function
49 virtual ~SelectionHandler() {} in ~SelectionHandler()
H A Dselection_handler.cc70 void SelectionHandler::Select(const QString &str) { in Select()
74 void SelectionHandler::SetSelectionCallback( in SetSelectionCallback()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dselection_handler.h40 class SelectionHandler {
48 SelectionHandler() {} in SelectionHandler() function
49 virtual ~SelectionHandler() {} in ~SelectionHandler()
H A Dselection_handler.cc70 void SelectionHandler::Select(const QString &str) { in Select()
74 void SelectionHandler::SetSelectionCallback( in SetSelectionCallback()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dselection_handler.h40 class SelectionHandler {
48 SelectionHandler() {} in SelectionHandler() function
49 virtual ~SelectionHandler() {} in ~SelectionHandler()
H A Dselection_handler.cc70 void SelectionHandler::Select(const QString &str) { in Select()
74 void SelectionHandler::SetSelectionCallback( in SetSelectionCallback()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DScrollableToolbarPopupMenu.java20 import com.google.gwt.event.logical.shared.SelectionHandler;
39 menuBar.addSelectionHandler(new SelectionHandler<MenuItem>() in createMenuBar()
49 public HandlerRegistration addSelectionHandler(SelectionHandler<MenuItem> handler) in addSelectionHandler()
102 SelectionHandler<MenuItem> handler) in addSelectionHandler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/turbolizer/src/
H A Dselection-broker.ts6 import { ClearableHandler, SelectionHandler, NodeSelectionHandler, BlockSelectionHandler, Instructi…
11 sourcePositionHandlers: Array<SelectionHandler>;
25 addSourcePositionHandler(handler: SelectionHandler & ClearableHandler) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Dselection-broker.ts6 import { ClearableHandler, SelectionHandler, NodeSelectionHandler, BlockSelectionHandler, Instructi…
11 sourcePositionHandlers: Array<SelectionHandler>;
25 addSourcePositionHandler(handler: SelectionHandler & ClearableHandler) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/
H A DLocator.java19 import com.google.gwt.event.logical.shared.SelectionHandler;
41 SelectionHandler<Point> handler) in addSelectionHandler()
65 hreg_ = display_.addSelectionHandler(new SelectionHandler<Point>() in locate()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dselection.c12 typedef struct SelectionHandler { struct
23 } SelectionHandler; argument
47 SelectionHandler *handler; in WMDeleteSelectionHandler()
163 SelectionHandler *handler; in handleRequestEvent()
335 SelectionHandler *handler; in WMCreateSelectionHandler()
347 handler = wmalloc(sizeof(SelectionHandler)); in WMCreateSelectionHandler()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dselection.c12 typedef struct SelectionHandler { struct
23 } SelectionHandler; argument
47 SelectionHandler *handler; in WMDeleteSelectionHandler()
163 SelectionHandler *handler; in handleRequestEvent()
335 SelectionHandler *handler; in WMCreateSelectionHandler()
347 handler = wmalloc(sizeof(SelectionHandler)); in WMCreateSelectionHandler()
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dselection-broker.ts6 import { ClearableHandler, SelectionHandler, NodeSelectionHandler, BlockSelectionHandler, Instructi…
11 sourcePositionHandlers: Array<SelectionHandler>;
27 addSourcePositionHandler(handler: SelectionHandler & ClearableHandler) {

12345