Home
last modified time | relevance | path

Searched refs:ButtonController (Results 1 – 25 of 72) sorted by relevance

123

/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DButtonController.cpp90 class ButtonController::Private
131 ButtonController::ButtonController() in ButtonController() function in lyx::frontend::ButtonController
136 ButtonController::~ButtonController() in ~ButtonController()
148 void ButtonController::ok() in ok()
163 void ButtonController::apply() in apply()
169 void ButtonController::autoApply() in autoApply()
175 void ButtonController::cancel() in cancel()
181 void ButtonController::restore() in restore()
187 void ButtonController::hide() in hide()
193 void ButtonController::setValid(bool v) in setValid()
[all …]
H A DButtonController.h41 class ButtonController
44 ButtonController();
45 ~ButtonController();
116 ButtonController(ButtonController const &);
117 void operator=(ButtonController const &);
H A DGuiDialog.h76 ButtonController const & bc() const { return bc_; } in bc()
77 ButtonController & bc() { return bc_; } in bc()
108 ButtonController bc_;
H A DGuiBibtex.h103 ButtonController add_bc_;
H A DGuiBranches.h86 ButtonController undef_bc_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/button/
H A Dbutton_controller.cc16 ButtonController::ButtonController( in ButtonController() function in views::ButtonController
21 ButtonController::~ButtonController() = default;
23 bool ButtonController::OnMousePressed(const ui::MouseEvent& event) { in OnMousePressed()
34 notify_action_ == ButtonController::NotifyAction::kOnPress) { in OnMousePressed()
42 void ButtonController::OnMouseReleased(const ui::MouseEvent& event) { in OnMouseReleased()
57 if (notify_action_ == ButtonController::NotifyAction::kOnRelease) in OnMouseReleased()
61 void ButtonController::OnMouseMoved(const ui::MouseEvent& event) { in OnMouseMoved()
74 void ButtonController::OnMouseExited(const ui::MouseEvent& event) { in OnMouseExited()
81 bool ButtonController::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed()
106 bool ButtonController::OnKeyReleased(const ui::KeyEvent& event) { in OnKeyReleased()
[all …]
H A Dmenu_button_controller.cc30 ButtonController::NotifyAction notify_action) { in NotifyActionToMouseEventType()
32 case ButtonController::NotifyAction::kOnPress: in NotifyActionToMouseEventType()
34 case ButtonController::NotifyAction::kOnRelease: in NotifyActionToMouseEventType()
86 : ButtonController(button, std::move(delegate)), listener_(listener) { in MenuButtonController()
89 set_notify_action(ButtonController::NotifyAction::kOnPress); in MenuButtonController()
122 ButtonController::OnMouseReleased(event); in OnMouseReleased()
128 ButtonController::OnMouseMoved(event); in OnMouseMoved()
133 ButtonController::OnMouseEntered(event); in OnMouseEntered()
138 ButtonController::OnMouseExited(event); in OnMouseExited()
199 return ButtonController::IsTriggerableEvent(event) && in IsTriggerableEvent()
[all …]
H A Dbutton_controller.h18 class VIEWS_EXPORT ButtonController {
20 ButtonController(Button* button,
22 virtual ~ButtonController();
70 DISALLOW_COPY_AND_ASSIGN(ButtonController);
H A Dbutton.h30 class ButtonController; variable
228 ButtonController* button_controller() const { in button_controller()
232 void SetButtonController(std::unique_ptr<ButtonController> button_controller);
381 std::unique_ptr<ButtonController> button_controller_;
H A Dmenu_button_controller.h22 class VIEWS_EXPORT MenuButtonController : public ButtonController {
H A Dbutton.cc298 std::unique_ptr<ButtonController> button_controller) { in SetButtonController()
341 ButtonController::NotifyAction::kOnRelease && in OnMouseDragged()
544 button_controller_ = std::make_unique<ButtonController>( in Button()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/button/
H A Dbutton_controller.cc16 ButtonController::ButtonController( in ButtonController() function in views::ButtonController
21 ButtonController::~ButtonController() = default;
23 bool ButtonController::OnMousePressed(const ui::MouseEvent& event) { in OnMousePressed()
34 notify_action_ == ButtonController::NotifyAction::kOnPress) { in OnMousePressed()
42 void ButtonController::OnMouseReleased(const ui::MouseEvent& event) { in OnMouseReleased()
57 if (notify_action_ == ButtonController::NotifyAction::kOnRelease) in OnMouseReleased()
61 void ButtonController::OnMouseMoved(const ui::MouseEvent& event) { in OnMouseMoved()
74 void ButtonController::OnMouseExited(const ui::MouseEvent& event) { in OnMouseExited()
81 bool ButtonController::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed()
106 bool ButtonController::OnKeyReleased(const ui::KeyEvent& event) { in OnKeyReleased()
[all …]
H A Dmenu_button_controller.cc30 ButtonController::NotifyAction notify_action) { in NotifyActionToMouseEventType()
32 case ButtonController::NotifyAction::kOnPress: in NotifyActionToMouseEventType()
34 case ButtonController::NotifyAction::kOnRelease: in NotifyActionToMouseEventType()
86 : ButtonController(button, std::move(delegate)), in MenuButtonController()
90 set_notify_action(ButtonController::NotifyAction::kOnPress); in MenuButtonController()
123 ButtonController::OnMouseReleased(event); in OnMouseReleased()
129 ButtonController::OnMouseMoved(event); in OnMouseMoved()
134 ButtonController::OnMouseEntered(event); in OnMouseEntered()
139 ButtonController::OnMouseExited(event); in OnMouseExited()
185 return ButtonController::IsTriggerableEvent(event) && in IsTriggerableEvent()
[all …]
H A Dbutton_controller.h18 class VIEWS_EXPORT ButtonController {
20 ButtonController(Button* button,
22 virtual ~ButtonController();
69 DISALLOW_COPY_AND_ASSIGN(ButtonController);
H A Dbutton.h31 class ButtonController; variable
228 ButtonController* button_controller() const { in button_controller()
232 void SetButtonController(std::unique_ptr<ButtonController> button_controller);
356 std::unique_ptr<ButtonController> button_controller_;
H A Dmenu_button_controller.h21 class VIEWS_EXPORT MenuButtonController : public ButtonController {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dhover_button_controller.cc17 : ButtonController(button, std::move(delegate)), in HoverButtonController()
19 set_notify_action(views::ButtonController::NotifyAction::kOnRelease); in HoverButtonController()
33 DCHECK(notify_action() == views::ButtonController::NotifyAction::kOnRelease); in OnMousePressed()
47 DCHECK(notify_action() == views::ButtonController::NotifyAction::kOnRelease); in OnMouseReleased()
55 ButtonController::OnMouseReleased(event); in OnMouseReleased()
65 ButtonController::OnGestureEvent(event); in OnGestureEvent()
H A Dhover_button_controller.h21 class HoverButtonController : public views::ButtonController {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/location_bar/
H A Dpermission_chip.cc52 class BubbleButtonController : public views::ButtonController {
58 : views::ButtonController(button, std::move(delegate)), in BubbleButtonController()
63 return views::ButtonController::OnMousePressed(event); in OnMousePressed()
72 return views::ButtonController::IsTriggerableEvent(event); in IsTriggerableEvent()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/
H A Dgenericalertbox.cpp24 …AlertBox" opacity="1" origin="0, 0" size="420, 110" sub-controller="ButtonController" transparent=…
98 return new ButtonController (*this, parent); in createController()
164 struct ButtonController : DelegationController struct in VSTGUI::Standalone::Detail::AlertBoxController
166 ButtonController (AlertBoxController& alertBoxController, IController* parent) in ButtonController() argument
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/
H A Dgenericalertbox.cpp27 …AlertBox" opacity="1" origin="0, 0" size="420, 110" sub-controller="ButtonController" transparent=…
127 return new ButtonController (*this, parent); in createController()
218 struct ButtonController : DelegationController struct in VSTGUI::Standalone::Detail::AlertBoxController
220 ButtonController (AlertBoxController& alertBoxController, IController* parent) in ButtonController() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/read_later/
H A Dread_later_button.cc39 views::ButtonController::NotifyAction::kOnPress); in ReadLaterButton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/global_media_controls/
H A Dmedia_toolbar_button_view.cc39 views::ButtonController::NotifyAction::kOnPress); in MediaToolbarButtonView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dextensions_toolbar_button.cc40 views::ButtonController::NotifyAction::kOnPress); in ExtensionsToolbarButton()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/
H A DProfileConfigurationBlock.java152 class ButtonController implements Observer, SelectionListener { class in ProfileConfigurationBlock
154 public ButtonController() { in ButtonController() method in ProfileConfigurationBlock.ButtonController
439 new ButtonController(); in createContents()

123