Home
last modified time | relevance | path

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

/dports/graphics/kolourpaint/kolourpaint-21.12.3/commands/
H A DkpCommandHistoryBase.cpp91 m_undoMaxLimitSizeLimit = 16 * 1048576; in kpCommandHistoryBase()
188 return m_undoMaxLimitSizeLimit; in undoMaxLimitSizeLimit()
207 if (sizeLimit == m_undoMaxLimitSizeLimit) { in setUndoMaxLimitSizeLimit()
211 m_undoMaxLimitSizeLimit = sizeLimit; in setUndoMaxLimitSizeLimit()
489 << " undoMaxLimitSizeLimit=" << m_undoMaxLimitSizeLimit; in trimCommandList()
513 if (sizeSoFar <= m_undoMaxLimitSizeLimit) in trimCommandList()
528 sizeSoFar > m_undoMaxLimitSizeLimit) in trimCommandList()
H A DkpCommandHistoryBase.h133 kpCommandSize::SizeType m_undoMaxLimitSizeLimit; variable