! * returns \c true if the aspect is undo aware (modifications are put onto the undo stack), returns \c false otherwise. */
| 997 | * returns \c true if the aspect is undo aware (modifications are put onto the undo stack), returns \c false otherwise. |
| 998 | */ |
| 999 | bool AbstractAspect::isUndoAware() const { |
| 1000 | return d->m_undoAware; |
| 1001 | } |
| 1002 | |
| 1003 | /** |
| 1004 | * \brief Return the undo stack of the Project, or 0 if this Aspect is not part of a Project. |
no outgoing calls
no test coverage detected