X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..3f93aa54a900d873977d8bdfcc9cededaaa0bee8:/docs/latex/wx/cmdproc.tex diff --git a/docs/latex/wx/cmdproc.tex b/docs/latex/wx/cmdproc.tex index 1164bccfe6..43540787b4 100644 --- a/docs/latex/wx/cmdproc.tex +++ b/docs/latex/wx/cmdproc.tex @@ -8,6 +8,10 @@ if you want different behaviour. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxCommandProcessor overview}{wxcommandprocessoroverview}, \helpref{wxCommand}{wxcommand} @@ -66,6 +70,18 @@ Returns the maximum number of commands that the command processor stores. Returns the edit menu associated with the command processor. +\membersection{wxCommandProcessor::GetRedoAccelerator}\label{wxcommandprocessorgetredoaccelerator} + +\constfunc{const wxString\&}{GetRedoAccelerator}{\void} + +Returns the string that will be appended to the Redo menu item. + +\membersection{wxCommandProcessor::GetUndoAccelerator}\label{wxcommandprocessorgetundoaccelerator} + +\constfunc{const wxString\&}{GetUndoAccelerator}{\void} + +Returns the string that will be appended to the Undo menu item. + \membersection{wxCommandProcessor::Initialize} \func{virtual void}{Initialize}{\void} @@ -83,6 +99,18 @@ menu as appropriate. Set this to NULL if the menu is about to be destroyed and command operations may still be performed, or the command processor may try to access an invalid pointer. +\membersection{wxCommandProcessor::SetRedoAccelerator}\label{wxcommandprocessorsetredoaccelerator} + +\func{void}{SetRedoAccelerator}{\param{const wxString\&}{accel}} + +Sets the string that will be appended to the Redo menu item. + +\membersection{wxCommandProcessor::SetUndoAccelerator}\label{wxcommandprocessorsetundoaccelerator} + +\func{void}{SetUndoAccelerator}{\param{const wxString\&}{accel}} + +Sets the string that will be appended to the Undo menu item. + \membersection{wxCommandProcessor::Submit} \func{virtual bool}{Submit}{\param{wxCommand *}{command}, \param{bool}{ storeIt = TRUE}}