X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/command.tex diff --git a/docs/latex/wx/command.tex b/docs/latex/wx/command.tex index 9c1f7bddd4..fbeb17db5f 100644 --- a/docs/latex/wx/command.tex +++ b/docs/latex/wx/command.tex @@ -13,13 +13,17 @@ change the data or view. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \overview{Overview}{wxcommandoverview} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxCommand::wxCommand} +\membersection{wxCommand::wxCommand}\label{wxcommandctor} \func{}{wxCommand}{\param{bool}{ canUndo = false}, \param{const wxString\& }{name = NULL}} @@ -33,19 +37,19 @@ the criteria for undoability is context-dependent). {\it name} must be supplied for the command processor to display the command name in the application's edit menu. -\membersection{wxCommand::\destruct{wxCommand}} +\membersection{wxCommand::\destruct{wxCommand}}\label{wxcommanddtor} \func{}{\destruct{wxCommand}}{\void} Destructor. -\membersection{wxCommand::CanUndo} +\membersection{wxCommand::CanUndo}\label{wxcommandcanundo} \func{bool}{CanUndo}{\void} Returns true if the command can be undone, false otherwise. -\membersection{wxCommand::Do} +\membersection{wxCommand::Do}\label{wxcommanddo} \func{bool}{Do}{\void} @@ -54,13 +58,13 @@ Return true to indicate that the action has taken place, false otherwise. Returning false will indicate to the command processor that the action is not undoable and should not be added to the command history. -\membersection{wxCommand::GetName} +\membersection{wxCommand::GetName}\label{wxcommandgetname} \func{wxString}{GetName}{\void} Returns the command name. -\membersection{wxCommand::Undo} +\membersection{wxCommand::Undo}\label{wxcommandundo} \func{bool}{Undo}{\void}