ReactOS 0.4.15-dev-7958-gcd0bb1a
undo_item Struct Reference

#include <editstr.h>

Collaboration diagram for undo_item:

Public Attributes

struct list entry
 
enum undo_type type
 
union {
   struct insert_run_item   insert_run
 
   struct delete_run_item   delete_run
 
   struct join_paras_item   join_paras
 
   struct split_para_item   split_para
 
   struct set_para_fmt_item   set_para_fmt
 
   struct set_char_fmt_item   set_char_fmt
 
u
 

Detailed Description

Definition at line 341 of file editstr.h.

Member Data Documentation

◆ delete_run

struct delete_run_item undo_item::delete_run

Definition at line 348 of file editstr.h.

Referenced by add_undo_delete_run(), and ME_PlayUndoItem().

◆ entry

struct list undo_item::entry

Definition at line 343 of file editstr.h.

Referenced by add_undo(), ME_Redo(), and ME_Undo().

◆ insert_run

struct insert_run_item undo_item::insert_run

Definition at line 347 of file editstr.h.

Referenced by add_undo_insert_run(), destroy_undo_item(), and ME_PlayUndoItem().

◆ join_paras

struct join_paras_item undo_item::join_paras

Definition at line 349 of file editstr.h.

Referenced by add_undo_join_paras(), and ME_PlayUndoItem().

◆ set_char_fmt

struct set_char_fmt_item undo_item::set_char_fmt

Definition at line 352 of file editstr.h.

Referenced by add_undo_set_char_fmt(), and ME_PlayUndoItem().

◆ set_para_fmt

struct set_para_fmt_item undo_item::set_para_fmt

Definition at line 351 of file editstr.h.

Referenced by add_undo_set_para_fmt(), and ME_PlayUndoItem().

◆ split_para

struct split_para_item undo_item::split_para

Definition at line 350 of file editstr.h.

Referenced by add_undo_split_para(), destroy_undo_item(), and ME_PlayUndoItem().

◆ type

enum undo_type undo_item::type

Definition at line 344 of file editstr.h.

Referenced by add_undo(), destroy_undo_item(), ME_PlayUndoItem(), ME_Redo(), and ME_Undo().

◆ 


The documentation for this struct was generated from the following file: