Home
last modified time | relevance | path

Searched refs:EditorPanel (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/art/ART-1.9.3/rtgui/
H A Deditorpanel.cc458 EditorPanel::EditorPanel (FilePanel* filePanel) in EditorPanel() function in EditorPanel
854 EditorPanel::~EditorPanel () in ~EditorPanel()
944 void EditorPanel::cleanup() in cleanup()
976 void EditorPanel::writeOptions() in writeOptions()
1002 void EditorPanel::setAspect () in setAspect()
1015 void EditorPanel::on_realize () in on_realize()
1104 void EditorPanel::close () in close()
1144 void EditorPanel::saveProfile () in saveProfile()
1367 void EditorPanel::info_toggled () in info_toggled()
2332 void EditorPanel::histogramChanged( in histogramChanged()
[all …]
H A Deditwindow.cc201 EditorPanel *ep = static_cast<EditorPanel*>(widget); in on_mainNB_switch_page()
211 void EditWindow::addEditorPanel (EditorPanel* ep, const std::string &name) in addEditorPanel()
246 void EditWindow::remEditorPanel (EditorPanel* ep) in remEditorPanel()
259EditorPanel* ep1 = static_cast<EditorPanel*>(mainNB->get_nth_page (mainNB->get_current_page())); in remEditorPanel()
270 std::map<Glib::ustring, EditorPanel*>::iterator iep = epanels.find(name); in selectEditorPanel()
299EditorPanel* ep = static_cast<EditorPanel*>(mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
303EditorPanel* ep = static_cast<EditorPanel*>(mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
368 …for (std::map<Glib::ustring, EditorPanel*>::iterator i = epanels.begin(); i != epanels.end(); ++i)… in closeOpenEditors()
377 std::map<Glib::ustring, EditorPanel*>::iterator i = epanels.begin(); in closeOpenEditors()
H A Deditwindow.h35 std::map<Glib::ustring, EditorPanel*> epanels;
54 void addEditorPanel (EditorPanel* ep, const std::string &name);
55 void remEditorPanel (EditorPanel* ep);
H A Drtwindow.h42 void addEditorPanel (EditorPanel* ep, const std::string &name);
43 void remEditorPanel (EditorPanel* ep);
71 EditorPanel* epanel;
109 std::map<Glib::ustring, EditorPanel*> epanels;
H A Drtwindow.cc317 epanel = Gtk::manage ( new EditorPanel (nullptr) ); in RTWindow()
644 EditorPanel *ep = static_cast<EditorPanel*> (mainNB->get_nth_page (page_num)); in on_mainNB_switch_page()
674 void RTWindow::addEditorPanel (EditorPanel* ep, const std::string &name) in addEditorPanel()
721 void RTWindow::remEditorPanel (EditorPanel* ep) in remEditorPanel()
745EditorPanel* ep = static_cast<EditorPanel*> (mainNB->get_nth_page (mainNB->get_current_page())); in remEditorPanel()
764 std::map<Glib::ustring, EditorPanel*>::iterator iep = epanels.find (name); in selectEditorPanel()
839EditorPanel* ep = static_cast<EditorPanel*> (mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
851EditorPanel* ep = static_cast<EditorPanel*> (mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
943 std::map<Glib::ustring, EditorPanel*>::iterator i = epanels.begin(); in on_delete_event()
1284 std::map<Glib::ustring, EditorPanel*>::const_iterator itr; in closeOpenEditors()
[all …]
H A Deditorpanel.h38 class EditorPanel; variable
42 EditorPanel* epanel;
50 class EditorPanel final :
61 explicit EditorPanel (FilePanel* filePanel = nullptr);
62 ~EditorPanel () override;
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Deditorpanel.cc467 EditorPanel::EditorPanel (FilePanel* filePanel) in EditorPanel() function in EditorPanel
858 EditorPanel::~EditorPanel () in ~EditorPanel()
941 void EditorPanel::writeOptions() in writeOptions()
967 void EditorPanel::setAspect () in setAspect()
980 void EditorPanel::on_realize () in on_realize()
1057 void EditorPanel::close () in close()
1096 void EditorPanel::saveProfile () in saveProfile()
1131 void EditorPanel::procParamsChanged( in procParamsChanged()
1307 void EditorPanel::info_toggled () in info_toggled()
1830 void EditorPanel::saveAsPressed () in saveAsPressed()
[all …]
H A Deditwindow.cc202 EditorPanel *ep = static_cast<EditorPanel*>(widget); in on_mainNB_switch_page()
212 void EditWindow::addEditorPanel (EditorPanel* ep, const std::string &name) in addEditorPanel()
247 void EditWindow::remEditorPanel (EditorPanel* ep) in remEditorPanel()
260EditorPanel* ep1 = static_cast<EditorPanel*>(mainNB->get_nth_page (mainNB->get_current_page())); in remEditorPanel()
271 std::map<Glib::ustring, EditorPanel*>::iterator iep = epanels.find(name); in selectEditorPanel()
300EditorPanel* ep = static_cast<EditorPanel*>(mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
304EditorPanel* ep = static_cast<EditorPanel*>(mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
369 …for (std::map<Glib::ustring, EditorPanel*>::iterator i = epanels.begin(); i != epanels.end(); ++i)… in closeOpenEditors()
378 std::map<Glib::ustring, EditorPanel*>::iterator i = epanels.begin(); in closeOpenEditors()
H A Deditwindow.h25 class EditorPanel; variable
39 std::map<Glib::ustring, EditorPanel*> epanels;
58 void addEditorPanel (EditorPanel* ep, const std::string &name);
59 void remEditorPanel (EditorPanel* ep);
H A Drtwindow.h35 class EditorPanel; variable
48 std::map<Glib::ustring, EditorPanel*> epanels;
80 void addEditorPanel (EditorPanel* ep, const std::string &name);
81 void remEditorPanel (EditorPanel* ep);
109 EditorPanel* epanel;
H A Drtwindow.cc307 epanel = Gtk::manage ( new EditorPanel (nullptr) ); in RTWindow()
569 EditorPanel *ep = static_cast<EditorPanel*> (mainNB->get_nth_page (page_num)); in on_mainNB_switch_page()
592 void RTWindow::addEditorPanel (EditorPanel* ep, const std::string &name) in addEditorPanel()
639 void RTWindow::remEditorPanel (EditorPanel* ep) in remEditorPanel()
663 …const EditorPanel* lep = static_cast<EditorPanel*> (mainNB->get_nth_page (mainNB->get_current_page… in remEditorPanel()
682 std::map<Glib::ustring, EditorPanel*>::iterator iep = epanels.find (name); in selectEditorPanel()
757EditorPanel* ep = static_cast<EditorPanel*> (mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
769EditorPanel* ep = static_cast<EditorPanel*> (mainNB->get_nth_page (mainNB->get_current_page())); in keyPressed()
854 std::map<Glib::ustring, EditorPanel*>::iterator i = epanels.begin(); in on_delete_event()
1116 std::map<Glib::ustring, EditorPanel*>::const_iterator itr; in closeOpenEditors()
[all …]
H A Deditorpanel.h36 class EditorPanel; variable
44 EditorPanel* epanel;
51 class EditorPanel final :
61 explicit EditorPanel (FilePanel* filePanel = nullptr);
62 ~EditorPanel () override;
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/components/
H A DAttributeDialog.java44 private final EditorPanel primaryPanel;
102 ArrayList<EditorPanel> panels = new ArrayList<EditorPanel>(); in AttributeDialog()
103 primaryPanel = new EditorPanel(EditorPanel.PRIMARY); in AttributeDialog()
110 EditorPanel secondaryPanel = null; in AttributeDialog()
112 secondaryPanel = new EditorPanel(EditorPanel.SECONDARY); in AttributeDialog()
119 EditorPanel panelToUse = primaryPanel; in AttributeDialog()
160 for (EditorPanel ep : panels) in AttributeDialog()
224 private EditorPanel findPanel(ArrayList<EditorPanel> panels, String panelId) { in findPanel()
225 for (EditorPanel p : panels) in findPanel()
229 EditorPanel p = new EditorPanel(panelId); in findPanel()
H A DEditorPanel.java16 public class EditorPanel { class
35 public EditorPanel(String id) { in EditorPanel() method in EditorPanel
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/jxpmap/org/xpilot/jxpmap/
H A DCompoundEditor.java16 public class CompoundEditor extends EditorPanel {
32 public void add(EditorPanel editor) { in add()
41 if (!((EditorPanel)i.next()).apply()) { in apply()
54 if (!((EditorPanel)i.next()).apply()) { in cancel()
H A DEditorDialog.java22 private EditorPanel editor;
26 EditorPanel editor, in EditorDialog()
73 EditorPanel editor, in show()
80 EditorPanel editor, in show()
H A DFrictionArea.java49 public EditorPanel getPropertyEditor(MapCanvas canvas) { in getPropertyEditor()
53 private class FrictionEditor extends EditorPanel {
H A DGrav.java90 public EditorPanel getPropertyEditor (MapCanvas c) { in getPropertyEditor()
95 private class GravPropertyEditor extends EditorPanel {
H A DBase.java88 public EditorPanel getPropertyEditor (MapCanvas c) { in getPropertyEditor()
102 private class BasePropertyEditor extends EditorPanel {
H A DBall.java60 public EditorPanel getPropertyEditor(MapCanvas canvas) { in getPropertyEditor()
65 private class BallPropertyEditor extends EditorPanel {
H A DEditorPanel.java5 public class EditorPanel extends JPanel { class
H A DMapObject.java175 public EditorPanel getPropertyEditor (MapCanvas canvas) { in getPropertyEditor()
176 EditorPanel editor = new EditorPanel(); in getPropertyEditor()
H A DBallTarget.java34 public EditorPanel getPropertyEditor(MapCanvas canvas) { in getPropertyEditor()
H A DTarget.java31 public EditorPanel getPropertyEditor(MapCanvas canvas) { in getPropertyEditor()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/Windows/
H A Djucer_EditorColourSchemeWindowComponent.h39 changeContent (new AppearanceEditor::EditorPanel()); in EditorColourSchemeWindowComponent()
95 owner->changeContent (new EditorPanel()); in timerCallback()
124 struct EditorPanel : public Component struct
126 EditorPanel() in EditorPanel() function
144 ~EditorPanel() override in ~EditorPanel() argument
268 JUCE_DECLARE_NON_COPYABLE (EditorPanel)

12