Home
last modified time | relevance | path

Searched refs:InsertAction (Results 1 – 25 of 68) sorted by relevance

123

/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/
H A DInsertHistory.java27 private InsertAction lastInsertAction;
48 public void add(InsertAction action) { in add()
83 private boolean contains(InsertAction action) { in contains()
93 public InsertAction getLastInsertAction() { in getLastInsertAction()
123 private final InsertAction action;
127 private WrapperAction(InsertAction action, int componentPosition) { in WrapperAction()
H A DInsertAction.java25 public final class InsertAction extends ToolTipAction { class
39 …public InsertAction(LibraryNode node, InsertHistory insertHistory, CircuitComponent circuitCompone… in InsertAction() method in InsertAction
121 i.addActionListener(InsertAction.this); in createJMenuItem()
H A DLibrarySelector.java90 …parts.add(new InsertAction(node, insertHistory, circuitComponent, shapeFactory).createJMenuItem()); in addComponents()
/dports/polish/kadu/kadu-4.3/plugins/emoticons/configuration/
H A Demoticon-configurator.cpp55 InsertAction = insertAction; in setInsertAction()
85 if (!EmoticonExpanderProvider && !InsertAction) in configurationUpdated()
109 if (InsertAction) in configurationUpdated()
110 InsertAction->setConfiguration(m_emoticonConfiguration); in configurationUpdated()
H A Demoticon-configurator.h62 QPointer<InsertEmoticonAction> InsertAction; variable
/dports/deskutils/gnote/gnote-41.1/src/
H A Dundo.cpp160 InsertAction::InsertAction(const Gtk::TextIter & start, in InsertAction() function in gnote::InsertAction
172 void InsertAction::undo (Gtk::TextBuffer * buffer) in undo()
189 void InsertAction::redo (Gtk::TextBuffer * buffer) in redo()
203 void InsertAction::merge (EditAction * action) in merge()
205 InsertAction * insert = dynamic_cast<InsertAction*>(action); in merge()
214 bool InsertAction::can_merge (const EditAction * action) const in can_merge()
216 const InsertAction * insert = dynamic_cast<const InsertAction*>(action); in can_merge()
246 void InsertAction::destroy () in destroy()
715 InsertAction *action = new InsertAction (pos, in on_insert_text()
H A Dundo.hpp111 class InsertAction class
115 InsertAction(const Gtk::TextIter & start, const Glib::ustring & text, int length,
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaHandler/Utilities/
H A Dactions.lua83 local function InsertAction(map, cmd, addon, func, data) function
165 if (text) then tSuccess = InsertAction(textActions, cmd, addon, func, data) end
166 if (keyPress) then pSuccess = InsertAction(keyPressActions, cmd, addon, func, data) end
167 if (keyRepeat) then RSuccess = InsertAction(keyRepeatActions, cmd, addon, func, data) end
168 if (keyRelease) then rSuccess = InsertAction(keyReleaseActions, cmd, addon, func, data) end
/dports/deskutils/gnote/gnote-41.1/src/plugins/bugzilla/
H A Dinsertbugaction.cpp26 using gnote::InsertAction;
84 const InsertAction *insert = dynamic_cast<const InsertAction *>(action); in can_merge()
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/
H A Dactions.lua64 local function InsertAction(map, gadget, cmd, func, help) function
126 return InsertAction(chatActions, gadget, cmd, func, help)
142 return InsertAction(syncActions, gadget, cmd, func, help)
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/components/tree/
H A DSelectTree.java12 import de.neemann.digital.gui.InsertAction;
58 … insertHistory.add(new InsertAction(node, insertHistory, component, shapeFactory)); in SelectTree()
/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.h69 enum TUserAction { NoAction, InsertAction, DeleteAction, DragAction, WheelAction }; enumerator
/dports/math/gambit/gambit-16.0.1/src/python/gambit/lib/
H A Dinfoset.pxi41 self.infoset.deref().InsertAction(<c_GameAction>NULL)
45 self.infoset.deref().InsertAction((<Action>action).action)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java283 menuItem.addActionListener(new InsertAction()); in constructMenuBar()
372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.h430 struct InsertAction;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.h430 struct InsertAction;

123