Searched refs:wxCommand (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdproc.h22 // wxCommand: a single command capable of performing itself
25 class WXDLLEXPORT wxCommand : public wxObject class in inherits:wxObject
28 wxCommand(bool canUndoIt = false, const wxString& name = wxEmptyString);
29 virtual ~wxCommand(){}
45 DECLARE_CLASS(wxCommand)
49 // wxCommandProcessor: wxCommand manager
61 virtual bool Submit(wxCommand *command, bool storeIt = true);
64 virtual void Store(wxCommand *command);
92 wxCommand *GetCurrentCommand() const
94 return (wxCommand *)(m_currentComman
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdproc.cpp3 // Purpose: wxCommand and wxCommandProcessor classes
39 IMPLEMENT_CLASS(wxCommand, wxObject)
43 // wxCommand
46 wxCommand::wxCommand(bool canUndoIt, const wxString& name) function in class:wxCommand
74 bool wxCommandProcessor::DoCommand(wxCommand& cmd)
79 bool wxCommandProcessor::UndoCommand(wxCommand& cmd)
87 bool wxCommandProcessor::Submit(wxCommand *command, bool storeIt)
107 void wxCommandProcessor::Store(wxCommand *command)
121 delete (wxCommand *)nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcommand.tex1 \section{\class{wxCommand}}\label{wxcommand}
3 wxCommand is a base class for modelling an application command,
22 \membersection{wxCommand::wxCommand}\label{wxcommandctor}
24 \func{}{wxCommand}{\param{bool}{ canUndo = false}, \param{const wxString\& }{name = NULL}}
26 Constructor. wxCommand is an abstract class, so you will need to derive
36 \membersection{wxCommand::\destruct{wxCommand}}\label{wxcommanddtor}
38 \func{}{\destruct{wxCommand}}{\void}
42 \membersection{wxCommand
[all...]
H A Dcmdproc.tex17 \helpref{wxCommandProcessor overview}{wxcommandprocessoroverview}, \helpref{wxCommand}{wxcommand}
171 \func{virtual bool}{Submit}{\param{wxCommand *}{command}, \param{bool}{ storeIt = true}}
174 calls wxCommand::Do to execute the command; if it succeeds, the command
H A Dtdocview.tex17 \rtfsp\helpref{wxCommand}{wxcommand}, \helpref{wxCommandProcessor}{wxcommandprocessor}
55 If you wish to implement Undo/Redo, you need to derive your own class(es) from wxCommand
218 \subsection{wxCommand overview}\label{wxcommandoverview}
222 Classes: \helpref{wxCommand}{wxcommand}, \helpref{wxCommandProcessor}{wxcommandprocessor}
224 wxCommand is a base class for modelling an application command,
238 wxCommand and wxCommandProcessor objects. You might find further uses
239 for wxCommand, such as implementing a macro facility that stores, loads
249 Classes: \helpref{wxCommandProcessor}{wxcommandprocessor}, \helpref{wxCommand}{wxcommand}
251 wxCommandProcessor is a class that maintains a history of wxCommand
H A Dfunction.tex3615 class wxCommand: public wxObject
3617 DECLARE_ABSTRACT_CLASS(wxCommand)
3703 IMPLEMENT_ABSTRACT_CLASS(wxCommand, wxObject)
3705 wxCommand::wxCommand(void)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.h72 class csDiagramCommand: public wxCommand
H A Ddoc.cpp109 wxCommand(true, name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddoc.h73 class DrawingCommand: public wxCommand
H A Ddoc.cpp248 wxCommand(true, name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Ddoc.h73 class DrawingCommand: public wxCommand
H A Ddoc.cpp246 wxCommand(true, name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.h142 class DiagramCommand: public wxCommand
H A Ddoc.cpp135 :wxCommand(true, name)
152 :wxCommand(true, name)
169 :wxCommand(true, name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp511 as we want to avoid storing the backpointer to wxTextCtrl in wxCommand
521 class wxTextCtrlCommand : public wxCommand
524 wxTextCtrlCommand(const wxString& name) : wxCommand(true, name) { }
601 virtual void Store(wxCommand *command);
611 virtual bool DoCommand(wxCommand& cmd)
613 virtual bool UndoCommand(wxCommand& cmd)
618 wxTextCtrlInsertCommand *IsInsertCommand(wxCommand *cmd);
2211 wxTextCtrlCommandProcessor::IsInsertCommand(wxCommand *command)
2218 void wxTextCtrlCommandProcessor::Store(wxCommand *command)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h2038 class WXDLLIMPEXP_RICHTEXT wxRichTextCommand: public wxCommand
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp7099 wxRichTextCtrl* ctrl, bool ignoreFirstTime): wxCommand(true, name)
7104 wxRichTextCommand::wxRichTextCommand(const wxString& name): wxCommand(true, name)

Completed in 178 milliseconds