Lines Matching +refs:end +refs:undo +refs:group

107       for(states_t::iterator i = m_states.begin(); i != m_states.end(); ++i)  in restore()
114 for(states_t::iterator i = m_states.begin(); i != m_states.end(); ++i) in release()
191 for(Operations::iterator i = m_stack.begin(); i != m_stack.end(); ++i) in clear()
265 for(undoables_t::iterator i = m_undoables.begin(); i != m_undoables.end(); ++i) in mark_undoables()
356 void undo() in undo() function in RadiantUndoSystem
401 ASSERT_MESSAGE(m_trackers.find(&tracker) == m_trackers.end(), "undo tracker already attached"); in trackerAttach()
406 … ASSERT_MESSAGE(m_trackers.find(&tracker) != m_trackers.end(), "undo tracker cannot be detached"); in trackerDetach()
411 for(Trackers::const_iterator i = m_trackers.begin(); i != m_trackers.end(); ++i) in trackersClear()
418 for(Trackers::const_iterator i = m_trackers.begin(); i != m_trackers.end(); ++i) in trackersBegin()
425 for(Trackers::const_iterator i = m_trackers.begin(); i != m_trackers.end(); ++i) in trackersUndo()
427 (*i)->undo(); in trackersUndo()
432 for(Trackers::const_iterator i = m_trackers.begin(); i != m_trackers.end(); ++i) in trackersRedo()
441 void UndoLevels_importString(RadiantUndoSystem& undo, const char* value) in UndoLevels_importString() argument
445 undo.setLevels(levels); in UndoLevels_importString()
448 void UndoLevels_exportString(const RadiantUndoSystem& undo, const StringImportCallback& importer) in UndoLevels_exportString() argument
450 Int_exportString(static_cast<int>(undo.getLevels()), importer); in UndoLevels_exportString()
468 void Undo_constructPreferences(RadiantUndoSystem& undo, PreferencesPage& page) in Undo_constructPreferences() argument
470 …pinner("Undo Queue Size", 64, 0, 1024, UndoLevelsImportCaller(undo), UndoLevelsExportCaller(undo)); in Undo_constructPreferences()
472 void Undo_constructPage(RadiantUndoSystem& undo, PreferenceGroup& group) in Undo_constructPage() argument
474 PreferencesPage page(group.createPage("Undo", "Undo Queue Settings")); in Undo_constructPage()
475 Undo_constructPreferences(undo, page); in Undo_constructPage()
477 void Undo_registerPreferencesPage(RadiantUndoSystem& undo) in Undo_registerPreferencesPage() argument
479 …g_addSettingsPage(ReferenceCaller1<RadiantUndoSystem, PreferenceGroup&, Undo_constructPage>(undo)); in Undo_registerPreferencesPage()
580 GlobalUndoSystem().undo();
581 GlobalUndoSystem().undo();