Home
last modified time | relevance | path

Searched refs:m_undoing (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/
H A Dtundo.cpp19 mutable bool m_deleted, m_undoing; member in __anone87b7c540111::TUndoBlock
22 TUndoBlock() : m_deleted(false), m_undoing(false) {} in TUndoBlock()
24 assert(m_undoing == false); in ~TUndoBlock()
48 assert(!m_undoing); in undo()
49 m_undoing = true; in undo()
54 m_undoing = false; in undo()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMagicCubeObj.cpp175 m_undoing = 0; in Reset()
260 m_undoing = 1; in Undo()
389 if (m_undoing) in UpdateVertexData()
390 m_undoing = 0; in UpdateVertexData()
H A DMagicCubeObj.h86 int m_undoing; // set to non-zero when starting an undo animation variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tparam/
H A Dtparam.cpp22 , m_undoing(undoing) {} in TParamChange()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsLocalUndoTxn.cpp257 m_undoing = true; in UndoTransactionInternal()
353 m_undoing = false; in RedoTransaction()
368 do_QueryReferent(m_undoing ? m_srcFolder : m_dstFolder, &rv); in OnItemAdded()
375 if (m_undoing) in OnItemAdded()
H A DnsLocalUndoTxn.h62 bool m_undoing; // if false, re-doing variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtparamchange.h41 bool m_undoing; //!< Whether the change is happening within an undo operation variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxsheetexpr.cpp155 paramChange.m_undoing); in onChange()