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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdproc.cpp66 m_currentCommand = wxList::compatibility_iterator();
113 if (!m_currentCommand)
117 wxList::compatibility_iterator node = m_currentCommand->GetNext();
145 m_currentCommand = m_commands.GetLast();
156 m_currentCommand = m_currentCommand->GetPrevious();
174 if ( m_currentCommand )
177 if ( m_currentCommand->GetNext() )
179 redoCommand = (wxCommand *)m_currentCommand->GetNext()->GetData();
180 redoNode = m_currentCommand
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdproc.h94 return (wxCommand *)(m_currentCommand ? m_currentCommand->GetData() : NULL);
102 return m_currentCommand && (m_lastSavedCommand != m_currentCommand);
108 m_lastSavedCommand = m_currentCommand;
128 wxList::compatibility_iterator m_currentCommand, member in class:wxCommandProcessor

Completed in 32 milliseconds