FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
TextEditorUndoRedo Class Reference

#include <TextEditorUndoRedo.h>

Public Member Functions

 TextEditorUndoRedo (void)
 
 ~TextEditorUndoRedo (void)
 
TextEditorUndoRedooperator= (TextEditorUndoRedo const &)
 
TextEditorUndoRedoInfopop_redo (void)
 
TextEditorUndoRedoInfopop_undo (void)
 
TextEditorUndoRedoInfoundo_for_redo (void) const
 
int redo_count (void) const
 
int redo_type (void) const
 
int undo_count (void) const
 
int undo_type (void) const
 
void add_redo (TextEditorUndoRedoInfo *)
 
void add_undo (TextEditorUndoRedoInfo *)
 
void clear_redo (void)
 
void clear_undo (void)
 
void usurp (TextEditorUndoRedo &)
 

Static Public Attributes

static ARX_API_STATIC int const kMaxUndo
 

Detailed Description

Definition at line 21 of file TextEditorUndoRedo.h.

Constructor & Destructor Documentation

◆ TextEditorUndoRedo()

TextEditorUndoRedo::TextEditorUndoRedo ( void )

◆ ~TextEditorUndoRedo()

TextEditorUndoRedo::~TextEditorUndoRedo ( void )

Member Function Documentation

◆ add_redo()

void TextEditorUndoRedo::add_redo ( TextEditorUndoRedoInfo * )

◆ add_undo()

void TextEditorUndoRedo::add_undo ( TextEditorUndoRedoInfo * )

◆ clear_redo()

void TextEditorUndoRedo::clear_redo ( void )

◆ clear_undo()

void TextEditorUndoRedo::clear_undo ( void )

◆ operator=()

TextEditorUndoRedo & TextEditorUndoRedo::operator= ( TextEditorUndoRedo const & )

◆ pop_redo()

TextEditorUndoRedoInfo * TextEditorUndoRedo::pop_redo ( void )

◆ pop_undo()

TextEditorUndoRedoInfo * TextEditorUndoRedo::pop_undo ( void )

◆ redo_count()

int TextEditorUndoRedo::redo_count ( void ) const

◆ redo_type()

int TextEditorUndoRedo::redo_type ( void ) const

◆ undo_count()

int TextEditorUndoRedo::undo_count ( void ) const

◆ undo_for_redo()

TextEditorUndoRedoInfo * TextEditorUndoRedo::undo_for_redo ( void ) const

◆ undo_type()

int TextEditorUndoRedo::undo_type ( void ) const

◆ usurp()

void TextEditorUndoRedo::usurp ( TextEditorUndoRedo & )

Member Data Documentation

◆ kMaxUndo

ARX_API_STATIC int const TextEditorUndoRedo::kMaxUndo
static

Definition at line 24 of file TextEditorUndoRedo.h.


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