void CBCGPEditCtrl::GetRedoActions | ( | CDWordArray & | dwaUAT | ) | const |
Returns the list of available redo actions.
This function returns the list of available redo actions and reasons (g_dwUAT...) values. GetRedoActions scans the internal undo buffer (m_lstUndoActions) starting from m_posUndoBuffer. The list will be empty if m_posUndoBuffer is currently at the end of the buffer.
Use UAT_TYPE to extract undo action types and UAT_REASON to extract the undo reasons (more exact types). See GetLastUndoReason() for the list of values.
dwaUAT | [out] When the function returns contains the list of undo action types. |