Home
last modified time | relevance | path

Searched refs:mCmdActive (Results 1 – 2 of 2) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/
H A Dundostack.cpp42 : mStack(stack), mCmdActive(true) { in UndoStackTransaction()
48 if (mCmdActive) in ~UndoStackTransaction()
56 if (!mCmdActive) throw LogicError(__FILE__, __LINE__); in append()
61 if (!mCmdActive) throw LogicError(__FILE__, __LINE__); in abort()
63 mCmdActive = false; in abort()
67 if (!mCmdActive) throw LogicError(__FILE__, __LINE__); in commit()
69 mCmdActive = false; in commit()
H A Dundostack.h75 bool mCmdActive; variable