Searched refs:m_cmdProcessor (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/univ/
H A Dtextctrl.h525 wxTextCtrlCommandProcessor *m_cmdProcessor; member in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp664 m_cmdProcessor = new wxTextCtrlCommandProcessor(this);
774 delete m_cmdProcessor;
2322 m_cmdProcessor->Undo();
2330 m_cmdProcessor->Redo();
2335 return IsEditable() && m_cmdProcessor->CanUndo();
2340 return IsEditable() && m_cmdProcessor->CanRedo();
4698 m_cmdProcessor->Submit(command);
4705 // m_cmdProcessor->StopCompressing()

Completed in 67 milliseconds