nf_hist::action_status

Synopsis

Declared in <nf/hist.h>

enum class action_status : int;

Members

Name

Description

unknown

the status rendered_actions get initialized to, this is expected to be updated by the renderer

undoable

an action exists prior to the current action cursor and can be undone

elided_redo

an action was redoable but has since been elided from the main history branch and can no longer be undone/redone

redoable

an action exists after the current action cursor and can be redone

Created with MrDocs