Home
last modified time | relevance | path

Searched refs:endEdit (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/text/
H A Dtst_text.cpp84 text->endEdit(editData); in testDelete()
103 text->endEdit(editData); in testText()
109 text->endEdit(editData); in testText()
116 text->endEdit(editData); in testText()
122 text->endEdit(editData); in testText()
128 text->endEdit(editData); in testText()
136 text->endEdit(editData); in testText()
147 text->endEdit(editData); in testText()
153 text->endEdit(editData); in testText()
160 text->endEdit(editData); in testText()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DRangeSelector.cpp57 endEdit = new QLineEdit(this); in init()
58 endEdit->setValidator(new QIntValidator(1, len, endEdit)); in init()
60 endEdit->setFixedWidth(w); in init()
62 endEdit->setMinimumWidth(w); in init()
65 endEdit->setAlignment(Qt::AlignRight); in init()
103 l->addWidget(endEdit); in init()
157 int v2 = endEdit->text().toInt(&ok); in exec()
188 int v = endEdit->text().toInt(&ok); in getEnd()
202 ui->endEdit->setValidator(new QIntValidator(1, seqLen, ui->endEdit)); in MultipleRangeSelector()
207 ui->endEdit->setMinimumWidth(w); in MultipleRangeSelector()
[all …]
H A DRegionSelector.cpp58 endEdit(nullptr), in RegionSelector()
62 RegionSelectorGui gui(startEdit, endEdit, comboBox); in RegionSelector()
115 endEdit = new RegionLineEdit(this, tr("Set maximum"), maxLen); in initLayout()
116 endEdit->setValidator(new QIntValidator(1, maxLen, endEdit)); in initLayout()
117 endEdit->setMinimumWidth(w); in initLayout()
118 endEdit->setAlignment(Qt::AlignRight); in initLayout()
131 l->addWidget(endEdit, 1, 2); in initLayout()
151 l->addWidget(endEdit); in initLayout()
155 endEdit->setObjectName("end_edit_line"); in initLayout()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/tests/
H A DTestStyleManager.cpp78 m_styleManager->endEdit(); in testAddRemoveCharacterStyle()
91 m_styleManager->endEdit(); in testAddRemoveCharacterStyle()
107 m_styleManager->endEdit(); in testAddRemoveParagraphStyle()
120 m_styleManager->endEdit(); in testAddRemoveParagraphStyle()
136 m_styleManager->endEdit(); in testAddRemoveListStyle()
148 m_styleManager->endEdit(); in testAddRemoveListStyle()
164 m_styleManager->endEdit(); in testAddRemoveTableStyle()
176 m_styleManager->endEdit(); in testAddRemoveTableStyle()
192 m_styleManager->endEdit(); in testAddRemoveTableColumnStyle()
204 m_styleManager->endEdit(); in testAddRemoveTableColumnStyle()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/corelibs/U2Gui/
H A DRangeSelectionDialogFiller.cpp122 QLineEdit *endEdit = dialog->findChild<QLineEdit *>("endEdit"); in commonScenario() local
123 GT_CHECK(endEdit != nullptr, "QLineEdit \"endEdit\" not found"); in commonScenario()
124 *len = endEdit->text().toInt(); in commonScenario()
130 QLineEdit *endEdit = dialog->findChild<QLineEdit *>("endEdit"); in commonScenario() local
132 GT_CHECK(endEdit != nullptr, "QLineEdit \"endEdit\" not found"); in commonScenario()
136 GTLineEdit::setText(os, endEdit, QString::number(maxVal)); in commonScenario()
139 int max = endEdit->text().toInt(); in commonScenario()
144 GTLineEdit::setText(os, endEdit, QString::number(length)); in commonScenario()
147 GTLineEdit::setText(os, endEdit, QString::number(max)); in commonScenario()
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/figures/
H A DURLTool.java48 endEdit(); in mouseDown()
63 endEdit(); in deactivate()
81 endEdit(); in beginEdit()
89 protected void endEdit() { in endEdit() method in URLTool
H A DTextTool.java54 endEdit(); in mouseDown()
73 endEdit(); in deactivate()
91 endEdit(); in beginEdit()
98 protected void endEdit() { in endEdit() method in TextTool
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxGridCellTextEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
77 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellFloatEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
90 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellBoolEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
95 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellNumberEditor.erl35 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
39 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
101 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellChoiceEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
93 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxGridCellTextEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
77 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellFloatEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
90 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellNumberEditor.erl35 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
39 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
101 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellBoolEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
95 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellChoiceEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
93 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxGridCellTextEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
77 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellFloatEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
90 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellBoolEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
95 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellNumberEditor.erl35 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
39 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
101 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
H A DwxGridCellChoiceEditor.erl34 -export([beginEdit/4,endEdit/4,handleReturn/2,isCreated/1,paintBackground/3,
38 -compile([{nowarn_deprecated_function, {wxGridCellEditor,endEdit,4}},{nowarn_deprecated_function, {…
93 endEdit(This,Row,Col,Grid) -> wxGridCellEditor:endEdit(This,Row,Col,Grid). function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dccontrol.cpp100 void CControl::endEdit () in endEdit() function in VSTGUI::CControl
108 getFrame ()->endEdit (tag); in endEdit()
209 endEdit (); in checkDefaultValue()
278 control->endEdit (); in onMouseWheelEditing()
290 control->endEdit (); in invalidMouseWheelEditTimer()
H A Dcswitch.cpp86 endEdit (); in onMouseDown()
97 endEdit (); in onMouseUp()
112 endEdit (); in onMouseCancel()
240 endEdit (); in onKeyDown()
337 endEdit (); in onKeyDown()
456 endEdit (); in onMouseUp()
472 endEdit (); in onMouseCancel()
552 endEdit (); in onKeyUp()
600 endEdit (); in notify()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dcswitch.cpp86 endEdit (); in onMouseDown()
97 endEdit (); in onMouseUp()
112 endEdit (); in onMouseCancel()
240 endEdit (); in onKeyDown()
337 endEdit (); in onKeyDown()
456 endEdit (); in onMouseUp()
472 endEdit (); in onMouseCancel()
552 endEdit (); in onKeyUp()
599 endEdit (); in notify()

12345678910>>...14