Home
last modified time | relevance | path

Searched defs:InsertAction (Results 1 – 25 of 47) sorted by relevance

12

/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/
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
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.cpp882 struct CodeDocument::InsertAction : public UndoableAction struct in juce::CodeDocument
884 InsertAction (CodeDocument& doc, const String& t, const int pos) noexcept in InsertAction() function
889 bool perform() override in perform()
896 bool undo() override in undo()
903 int getSizeInUnits() override { return text.length() + 32; } in getSizeInUnits()
905 CodeDocument& owner;
906 const String text;
907 const int insertPos;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.cpp882 struct CodeDocument::InsertAction : public UndoableAction struct in juce::CodeDocument
884 InsertAction (CodeDocument& doc, const String& t, const int pos) noexcept in InsertAction() argument
889 bool perform() override in perform()
896 bool undo() override in undo()
903 int getSizeInUnits() override { return text.length() + 32; } in getSizeInUnits()
905 CodeDocument& owner;
906 const String text;
907 const int insertPos;
/dports/polish/kadu/kadu-4.3/plugins/emoticons/configuration/
H A Demoticon-configurator.h62 QPointer<InsertEmoticonAction> InsertAction; variable
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/
H A Dactions.lua64 local function InsertAction(map, gadget, cmd, func, help) function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp727 struct TextEditor::InsertAction : public UndoableAction struct in juce::TextEditor
729 InsertAction (TextEditor& ed, const String& newText, int insertPos, in InsertAction() argument
741 bool perform() override in perform()
747 bool undo() override in undo()
753 int getSizeInUnits() override in getSizeInUnits()
759 TextEditor& owner;
760 const String text;
761 const int insertIndex, oldCaretPos, newCaretPos;
762 const Font font;
763 const Colour colour;
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaHandler/Utilities/
H A Dactions.lua83 local function InsertAction(map, cmd, addon, func, data) function
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp715 struct TextEditor::InsertAction : public UndoableAction struct in juce::TextEditor
717 InsertAction (TextEditor& ed, const String& newText, int insertPos, in InsertAction() argument
729 bool perform() override in perform()
735 bool undo() override in undo()
741 int getSizeInUnits() override in getSizeInUnits()
747 TextEditor& owner;
748 const String text;
749 const int insertIndex, oldCaretPos, newCaretPos;
750 const Font font;
751 const Colour colour;
/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.h69 enum TUserAction { NoAction, InsertAction, DeleteAction, DragAction, WheelAction }; enumerator
/dports/deskutils/gnote/gnote-41.1/src/
H A Dundo.hpp111 class InsertAction class
H A Dundo.cpp160 InsertAction::InsertAction(const Gtk::TextIter & start, in InsertAction() function in gnote::InsertAction
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SampleTree/
H A DSampleTree.java372 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.java372 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.java372 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.java372 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.java372 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.java372 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.java372 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.java372 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.java372 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.java372 class InsertAction extends Object implements ActionListener { class in SampleTree
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-ar/
H A Dllvm-ar.cpp510 enum InsertAction { enum
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-ar/
H A Dllvm-ar.cpp589 enum InsertAction { enum
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-ar/
H A Dllvm-ar.cpp721 enum InsertAction { enum
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp721 enum InsertAction { enum

12