Home
last modified time | relevance | path

Searched defs:UndoInfo (Results 1 – 25 of 44) sorted by relevance

12

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dsubs_controller.cpp52 struct SubsController::UndoInfo { struct in SubsController
53 wxString undo_description;
54 int commit_id;
57 std::vector<AssStyle> styles;
58 std::vector<AssDialogueBase> events;
60 std::vector<ExtradataEntry> extradata;
62 mutable std::vector<int> selection;
63 int active_line_id = 0;
64 int pos = 0, sel_start = 0, sel_end = 0;
66 UndoInfo(const agi::Context *c, wxString const& d, int commit_id) in UndoInfo() argument
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dreparentlayers.h54 struct UndoInfo { struct
58 QVector<UndoInfo> mUndoInfo; argument
/dports/games/klines/klines-21.12.3/src/
H A Dscene.h237 struct UndoInfo struct
248 UndoInfo m_undoInfo; argument
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSampleEditorControl.h248 struct UndoInfo struct
256 UndoInfo() in UndoInfo() argument
265 xScale(xScale), in xScale()
H A DPatternEditorControl.h64 struct UndoInfo struct
69 UndoInfo() in UndoInfo() argument
73 UndoInfo(pp_int32 startIndex, pp_int32 startPos) : in UndoInfo() function
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dweight_constraint.h199 struct UndoInfo { struct
200 explicit UndoInfo(uint32 d = 0) : data(d) {} in data() argument
216 UndoInfo undoTop() const { assert(up_ != undoStart()); return undo_[up_-1]; } in undoTop() argument
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dweight_constraint.h199 struct UndoInfo { struct
200 explicit UndoInfo(uint32 d = 0) : data(d) {} in data() argument
216 UndoInfo undoTop() const { assert(up_ != undoStart()); return undo_[up_-1]; } in undoTop() argument
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dweight_constraint.h199 struct UndoInfo { struct
200 explicit UndoInfo(uint32 d = 0) : data(d) {} in data() argument
216 UndoInfo undoTop() const { assert(up_ != undoStart()); return undo_[up_-1]; } in undoTop() argument
/dports/games/ace-of-penguins/ace-1.4/games/
H A Dpegged.c159 static struct UndoInfo { struct
160 unsigned short initial_pick:1;
161 unsigned short from_x:3, from_y:3;
162 unsigned short to_x:3, to_y:3;
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/core/
H A Dgpsundocommand.h48 explicit UndoInfo(const QPersistentModelIndex& pModelIndex) in UndoInfo() function
/dports/devel/upp/upp/uppsrc/RichEdit/
H A DRichEdit.h819 struct UndoInfo { struct
836 UndoInfo PickUndoInfo(); argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/
H A DDiff.java110 public static class UndoInfo<E> { class in Diff
115 private UndoInfo(final int createdInsertionPoint, final E trashed, in UndoInfo() method in Diff.UndoInfo
/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dundo.c35 } UndoInfo; typedef
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dundo.c34 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dundo.c36 typedef struct _UndoInfo UndoInfo; typedef

12