Home
last modified time | relevance | path

Searched refs:undo_text (Results 1 – 25 of 37) sorted by relevance

12

/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Delementtextsmover.cpp136 QString undo_text; in undoText() local
139 undo_text.append(QObject::tr("Déplacer un texte d'élément")); in undoText()
141 undo_text.append(QObject::tr("Déplacer %1 textes d'élément").arg(m_items_hash.size())); in undoText()
145 if(undo_text.isEmpty()) in undoText()
146 undo_text.append(QObject::tr("Déplacer")); in undoText()
148 undo_text.append(QObject::tr(" et")); in undoText()
151 undo_text.append(QObject::tr(" un groupe de texte")); in undoText()
153 undo_text.append(QObject::tr((" %1 groupes de textes")).arg(m_group_count)); in undoText()
156 return undo_text; in undoText()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-undo-signal-handlers.c38 char *undo_text; member
113 g_free (undo_data->undo_text); in free_editable_undo_data()
162 undo_data->undo_text = gtk_editable_get_chars (editable, 0, -1); in editable_register_edit_undo()
250 gtk_editable_insert_text (editable, undo_data->undo_text, in restore_editable_from_undo_snapshot_callback()
251 strlen (undo_data->undo_text), &position); in restore_editable_from_undo_snapshot_callback()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dline_edit.cpp181 undo_text = text;
212 undo_text = text;
253 undo_text = text;
284 undo_text = text;
390 undo_text = text;
425 undo_text = text;
701 undo_text = text;
724 text = undo_text;
870 undo_text = text;
1010 undo_text = text;
[all …]
H A Dline_edit.h69 String undo_text; variable
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dline_edit.cpp181 undo_text = text;
212 undo_text = text;
253 undo_text = text;
284 undo_text = text;
390 undo_text = text;
425 undo_text = text;
701 undo_text = text;
724 text = undo_text;
870 undo_text = text;
1010 undo_text = text;
[all …]
H A Dline_edit.h69 String undo_text; variable
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/
H A Dstyleeditor.cpp297 void StyleEditor::makeUndo(const QString &undo_text, const char *property_name, const QVariant &new… in makeUndo() argument
303 undo->setText(undo_text); in makeUndo()
314 undo->setText(undo_text); in makeUndo()
H A Dstyleeditor.h72 void makeUndo(const QString &undo_text, const char *property_name, const QVariant &new_value);
/dports/deskutils/xfce4-notes-plugin/xfce4-notes-plugin-1.9.0/lib/
H A Dhypertextview.vala34 private string undo_text = "";
340 this.undo_text = this.redo_text;
368 this.buffer.set_text (this.undo_text, -1);
377 tmp = this.undo_text;
378 this.undo_text = this.redo_text;
H A Dhypertextview.c69 gchar* undo_text; member
995 _g_free0 (self->priv->undo_text); in xnp_hypertext_view_undo_snapshot()
996 self->priv->undo_text = _tmp11_; in xnp_hypertext_view_undo_snapshot()
1055 _tmp2_ = self->priv->undo_text; in xnp_hypertext_view_undo()
1078 _tmp18_ = self->priv->undo_text; in xnp_hypertext_view_undo()
1084 _g_free0 (self->priv->undo_text); in xnp_hypertext_view_undo()
1085 self->priv->undo_text = _tmp21_; in xnp_hypertext_view_undo()
1320 self->priv->undo_text = _tmp4_; in xnp_hypertext_view_instance_init()
1339 _g_free0 (self->priv->undo_text); in xnp_hypertext_view_finalize()
/dports/graphics/minder/Minder-1.13.1/src/
H A DTextCompletion.vala156 _ct.insert( value, _da.undo_text );
158 _ct.replace( _start_pos, _end_pos, value, _da.undo_text );
H A DUrlEditor.vala98 node.name.remove_tag( FormatTag.URL, _da.undo_text );
100 node.name.add_tag( FormatTag.URL, _entry.text, false, _da.undo_text );
H A DUndoTextItem.vala57 public virtual void undo_text( DrawArea da, CanvasText ct ) {}
H A DDrawArea.vala833 undo_text.do_undo = undoable;
841 undo_text.clear();
842 if( undo_text.do_undo ) {
845 undo_text.ct = null;
846 undo_text.do_undo = false;
864 undo_text.do_undo = undoable;
871 undo_text.clear();
872 if( undo_text.do_undo ) {
875 undo_text.ct = null;
876 undo_text.do_undo = false;
[all …]
H A DUndoTextBuffer.vala102 (item as UndoTextItem).undo_text( _da, ct );
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dline_edit.h69 String undo_text; variable
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dline_edit.h69 String undo_text; variable
/dports/graphics/minder/Minder-1.13.1/src/undo_actions/
H A DUndoTextClearTags.vala37 public override void undo_text( DrawArea da, CanvasText ct ) {
H A DUndoTextMultiInsert.vala38 public override void undo_text( DrawArea da, CanvasText ct ) {
H A DUndoTextTagAdd.vala41 public override void undo_text( DrawArea da, CanvasText ct ) {
H A DUndoTextInsert.vala35 public override void undo_text( DrawArea da, CanvasText ct ) {
H A DUndoTextTagRemove.vala41 public override void undo_text( DrawArea da, CanvasText ct ) {
H A DUndoTextReplace.vala39 public override void undo_text( DrawArea da, CanvasText ct ) {
H A DUndoTextDelete.vala37 public override void undo_text( DrawArea da, CanvasText ct ) {
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dvi.c411 char undo_text[1]; // text that was deleted (if deletion) member
2349 undo_entry = xzalloc(offsetof(struct undo_object, undo_text) + length); in undo_push()
2350 memcpy(undo_entry->undo_text, src, length); in undo_push()
2395 memcpy(u_start, undo_entry->undo_text, undo_entry->length); in undo_pop()

12