Home
last modified time | relevance | path

Searched refs:cb_editor (Results 1 – 16 of 16) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_delegate.cpp173 if (protoColWidth > cb_editor->size().width()) in createEditor()
174 cb_editor->setFixedWidth(protoColWidth); in createEditor()
176 editor = cb_editor; in createEditor()
181 QComboBox *cb_editor = NULL; in createEditor() local
208 cb_editor->setEditable(true); in createEditor()
246 if (cb_editor) { in createEditor()
247 editor = cb_editor; in createEditor()
269 cb_editor->addItem(DECODE_AS_NONE); in createEditor()
270 cb_editor->insertSeparator(cb_editor->count()); in createEditor()
283 cb_editor->setFixedWidth(protoColWidth); in createEditor()
[all …]
H A Duat_delegate.cpp85 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
88 cb_editor->addItem(enum_vals[i].strptr); in createEditor()
90 editor = cb_editor; in createEditor()
91 cb_editor->setMinimumWidth(cb_editor->minimumSizeHint().width()); in createEditor()
H A Dcolumn_list_model.cpp76 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
80 cb_editor->addItem(col_format_desc(i), QVariant(i)); in createEditor()
82 cb_editor->setCurrentIndex(i); in createEditor()
85 cb_editor->setFrame(false); in createEditor()
86 editor = cb_editor; in createEditor()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_delegate.cpp173 if (protoColWidth > cb_editor->size().width()) in createEditor()
174 cb_editor->setFixedWidth(protoColWidth); in createEditor()
176 editor = cb_editor; in createEditor()
181 QComboBox *cb_editor = NULL; in createEditor() local
208 cb_editor->setEditable(true); in createEditor()
246 if (cb_editor) { in createEditor()
247 editor = cb_editor; in createEditor()
269 cb_editor->addItem(DECODE_AS_NONE); in createEditor()
270 cb_editor->insertSeparator(cb_editor->count()); in createEditor()
283 cb_editor->setFixedWidth(protoColWidth); in createEditor()
[all …]
H A Duat_delegate.cpp85 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
88 cb_editor->addItem(enum_vals[i].strptr); in createEditor()
90 editor = cb_editor; in createEditor()
91 cb_editor->setMinimumWidth(cb_editor->minimumSizeHint().width()); in createEditor()
H A Dcolumn_list_model.cpp76 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
80 cb_editor->addItem(col_format_desc(i), QVariant(i)); in createEditor()
82 cb_editor->setCurrentIndex(i); in createEditor()
85 cb_editor->setFrame(false); in createEditor()
86 editor = cb_editor; in createEditor()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_delegate.cpp173 if (protoColWidth > cb_editor->size().width()) in mfindloc0_i16()
174 cb_editor->setFixedWidth(protoColWidth); in mfindloc0_i16()
176 editor = cb_editor;
181 QComboBox *cb_editor = NULL;
208 cb_editor->setEditable(true);
246 if (cb_editor) {
247 editor = cb_editor;
269 cb_editor->addItem(DECODE_AS_NONE);
270 cb_editor->insertSeparator(cb_editor->count());
283 cb_editor->setFixedWidth(protoColWidth);
[all …]
H A Duat_delegate.cpp85 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
88 cb_editor->addItem(enum_vals[i].strptr); in createEditor()
90 editor = cb_editor; in createEditor()
91 cb_editor->setMinimumWidth(cb_editor->minimumSizeHint().width()); in createEditor()
H A Dcolumn_list_model.cpp76 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
80 cb_editor->addItem(col_format_desc(i), QVariant(i)); in createEditor()
82 cb_editor->setCurrentIndex(i); in createEditor()
85 cb_editor->setFrame(false); in createEditor()
86 editor = cb_editor; in createEditor()
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Ddecode_as_delegate.cpp173 if (protoColWidth > cb_editor->size().width()) in createEditor()
174 cb_editor->setFixedWidth(protoColWidth); in createEditor()
176 editor = cb_editor; in createEditor()
181 QComboBox *cb_editor = NULL; in createEditor() local
208 cb_editor->setEditable(true); in createEditor()
246 if (cb_editor) { in createEditor()
247 editor = cb_editor; in createEditor()
269 cb_editor->addItem(DECODE_AS_NONE); in createEditor()
270 cb_editor->insertSeparator(cb_editor->count()); in createEditor()
283 cb_editor->setFixedWidth(protoColWidth); in createEditor()
[all …]
H A Duat_delegate.cpp85 QComboBox *cb_editor = new QComboBox(parent);
88 cb_editor->addItem(enum_vals[i].strptr);
90 editor = cb_editor;
91 cb_editor->setMinimumWidth(cb_editor->minimumSizeHint().width());
H A Dcolumn_list_model.cpp76 QComboBox *cb_editor = new QComboBox(parent); in createEditor() local
80 cb_editor->addItem(col_format_desc(i), QVariant(i)); in createEditor()
82 cb_editor->setCurrentIndex(i); in createEditor()
85 cb_editor->setFrame(false); in createEditor()
86 editor = cb_editor; in createEditor()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Deditor.c79 if (I->cb_editor) { in r_cons_editor()
80 return I->cb_editor (I->user, file, str); in r_cons_editor()
H A Ddietline.c1430 tmp_ed_cmd = I.cb_editor (I.user, I.buffer.data); in r_line_readline_cb()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h441 RConsEditorCallback cb_editor; member
1025 RLineEditorCb cb_editor; member
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcore.c2830 core->cons->line->cb_editor = \ in r_core_init()
2988 core->cons->cb_editor = (RConsEditorCallback)r_core_editor; in r_core_bind_cons()
3701 void *tmp = cons->cb_editor; in r_core_editor()
3702 cons->cb_editor = NULL; in r_core_editor()
3704 cons->cb_editor = tmp; in r_core_editor()