Searched refs:m_lastSavedCommand (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdproc.h102 return m_currentCommand && (m_lastSavedCommand != m_currentCommand);
108 m_lastSavedCommand = m_currentCommand;
129 m_lastSavedCommand; member in class:wxCommandProcessor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdproc.cpp65 m_lastSavedCommand =
124 // Make sure m_lastSavedCommand won't point to freed memory
125 if ( m_lastSavedCommand == node )
126 m_lastSavedCommand = wxList::compatibility_iterator();
139 // Make sure m_lastSavedCommand won't point to freed memory
140 if ( m_lastSavedCommand == firstNode )
141 m_lastSavedCommand = wxList::compatibility_iterator();
322 m_lastSavedCommand = wxList::compatibility_iterator();

Completed in 59 milliseconds