看Qt帮助文档 自学Qt---撤销操作Undo Framework day7
先看看官方给这两个类的解释(套娃警告,下方高能)
The QUndoStack class is a stack of QUndoCommand objects.
QUndoStack类 是QUndoCommand对象的堆栈。
The QUndoCommand class is the base class of all commands stored on a QUndoStack .
QUndoCommand类 是存储在QUndoStack上的所有命令的基类。
总结:
QUndoCommand派生出很多子类,而QUndoStack就是存储这些类的Stack
Overview of Qt's Undo Framework
Qt的撤销框架概述
Introduction
Qt's Undo Framework is an implementation of the Command pattern , for implementing undo/redo functionality in applications.
Qt的撤销框架是Command模式的一种实现,用于在应用程序中实现撤销/重做功能。
pattern
n. 模式;图案;样品
vt. 模仿;以图案装饰
partner 搭档
patient
adj. 有耐心的,能容忍的