Home
last modified time | relevance | path

Searched refs:CustomEditor (Results 1 – 25 of 95) sorted by relevance

1234

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkeditlistwidget.h50 class KWIDGETSADDONS_EXPORT CustomEditor in Q_PROPERTY()
53 CustomEditor(); in Q_PROPERTY()
54 CustomEditor(QWidget *repWidget, QLineEdit *edit); in Q_PROPERTY()
55 CustomEditor(QComboBox *combo); in Q_PROPERTY()
56 virtual ~CustomEditor(); in Q_PROPERTY()
68 Q_DISABLE_COPY(CustomEditor) in Q_PROPERTY()
106 …KEditListWidget(const CustomEditor &customEditor, QWidget *parent = nullptr, bool checkAtEntering …
219 void setCustomEditor(const CustomEditor &editor);
H A Dkeditlistwidget.cpp163 KEditListWidgetCustomEditorPrivate(KEditListWidget::CustomEditor *qq) in KEditListWidgetCustomEditorPrivate()
170 KEditListWidget::CustomEditor *q;
175 KEditListWidget::CustomEditor::CustomEditor() in CustomEditor() function in KEditListWidget::CustomEditor
180 KEditListWidget::CustomEditor::CustomEditor(QWidget *repWidget, QLineEdit *edit) in CustomEditor() function in KEditListWidget::CustomEditor
187 KEditListWidget::CustomEditor::CustomEditor(QComboBox *combo) in CustomEditor() function in KEditListWidget::CustomEditor
195 KEditListWidget::CustomEditor::~CustomEditor() = default;
197 void KEditListWidget::CustomEditor::setRepresentationWidget(QWidget *repWidget) in setRepresentationWidget()
202 void KEditListWidget::CustomEditor::setLineEdit(QLineEdit *edit) in setLineEdit()
207 QWidget *KEditListWidget::CustomEditor::representationWidget() const in representationWidget()
212 QLineEdit *KEditListWidget::CustomEditor::lineEdit() const in lineEdit()
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkeditlistbox.h54 class KDELIBS4SUPPORT_DEPRECATED_EXPORT CustomEditor
57 CustomEditor();
58 CustomEditor(QWidget *repWidget, KLineEdit *edit);
59 CustomEditor(KComboBox *combo);
60 virtual ~CustomEditor();
72 Q_DISABLE_COPY(CustomEditor)
145 const CustomEditor &customEditor,
254 void setCustomEditor(const CustomEditor &editor);
H A Dkeditlistbox.cpp179 CustomEditorPrivate(KEditListBox::CustomEditor *q): in CustomEditorPrivate()
184 KEditListBox::CustomEditor *q;
189 KEditListBox::CustomEditor::CustomEditor() in CustomEditor() function in KEditListBox::CustomEditor
194 KEditListBox::CustomEditor::CustomEditor(QWidget *repWidget, KLineEdit *edit) in CustomEditor() function in KEditListBox::CustomEditor
201 KEditListBox::CustomEditor::CustomEditor(KComboBox *combo) in CustomEditor() function in KEditListBox::CustomEditor
209 KEditListBox::CustomEditor::~CustomEditor() in ~CustomEditor()
214 void KEditListBox::CustomEditor::setRepresentationWidget(QWidget *repWidget) in setRepresentationWidget()
219 void KEditListBox::CustomEditor::setLineEdit(KLineEdit *edit) in setLineEdit()
224 QWidget *KEditListBox::CustomEditor::representationWidget() const in representationWidget()
229 KLineEdit *KEditListBox::CustomEditor::lineEdit() const in lineEdit()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/misc/
H A Djuce_LiveConstantEditor.h139 …template <typename Type> struct CustomEditor { static Component* create (LivePropertyEditorBase…
140 …template<> struct CustomEditor<char> { static Component* create (LivePropertyEditorBase…
141 …template<> struct CustomEditor<unsigned char> { static Component* create (LivePropertyEditorBase…
142 …template<> struct CustomEditor<int> { static Component* create (LivePropertyEditorBase…
143 …template<> struct CustomEditor<unsigned int> { static Component* create (LivePropertyEditorBase…
144 …template<> struct CustomEditor<short> { static Component* create (LivePropertyEditorBase…
148 …template<> struct CustomEditor<float> { static Component* create (LivePropertyEditorBase…
149 …template<> struct CustomEditor<double> { static Component* create (LivePropertyEditorBase…
150 …template<> struct CustomEditor<Colour> { static Component* create (LivePropertyEditorBase…
151 …template<> struct CustomEditor<bool> { static Component* create (LivePropertyEditorBase…
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/misc/
H A Djuce_LiveConstantEditor.h139 …template <typename Type> struct CustomEditor { static Component* create (LivePropertyEditorBase…
140 …template <> struct CustomEditor<char> { static Component* create (LivePropertyEditorBase…
141 …template <> struct CustomEditor<unsigned char> { static Component* create (LivePropertyEditorBase…
142 …template <> struct CustomEditor<int> { static Component* create (LivePropertyEditorBase…
143 …template <> struct CustomEditor<unsigned int> { static Component* create (LivePropertyEditorBase…
144 …template <> struct CustomEditor<short> { static Component* create (LivePropertyEditorBase…
148 …template <> struct CustomEditor<float> { static Component* create (LivePropertyEditorBase…
149 …template <> struct CustomEditor<double> { static Component* create (LivePropertyEditorBase…
150 …template <> struct CustomEditor<Colour> { static Component* create (LivePropertyEditorBase…
151 …template <> struct CustomEditor<bool> { static Component* create (LivePropertyEditorBase…
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/testing/tester/_ui_tester_registry/wx/_traitsui/
H A Dbutton_editor.py13 from traitsui.wx.button_editor import SimpleEditor, CustomEditor
79 target_class=CustomEditor,
85 target_class=CustomEditor,
91 target_class=CustomEditor,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DExternalEditorTest.java70 outputStream.writeInt(CustomEditor.SOURCE_CODE); in writeSource()
81 return readString(CustomEditor.GET_SOURCE_CODE); in getSource()
94 sendCode(CustomEditor.ACCEPT_CODE); in accept()
99 sendCode(CustomEditor.EXIT_CODE); in exit()
106 sendCode(CustomEditor.CANCEL_CODE); in cancel()
110 return readString(CustomEditor.GET_FILENAME); in getFilename()
260 sendCode(CustomEditor.REMOVE_CODE); in testRemoveTempFile()
H A DCustomEditor.java37 public class CustomEditor implements AutoCloseable { class
53 public CustomEditor(int port, String fileName) throws IOException { in CustomEditor() method in CustomEditor
114 try (CustomEditor editor = new CustomEditor(Integer.parseInt(args[0]), args[1])) { in main()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Ddirectory_editor.py23 CustomEditor as CustomFileEditor,
44 class CustomEditor(CustomFileEditor): class
50 super(CustomEditor, self).init(parent)
H A Ddate_range_editor.py9 from .date_editor import CustomEditor as DateCustomEditor
13 class CustomEditor(DateCustomEditor): class
18 super(CustomEditor, self).init(parent)

1234