Searched refs:wxRichTextCommand (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h1647 class WXDLLIMPEXP_FWD_RICHTEXT wxRichTextCommand; variable in typeref:class:WXDLLIMPEXP_FWD_RICHTEXT
1722 virtual wxRichTextCommand* GetBatchedCommand() const { return m_batchedCommand; }
1987 wxRichTextCommand* m_batchedCommand;
2038 class WXDLLIMPEXP_RICHTEXT wxRichTextCommand: public wxCommand class in inherits:wxCommand
2042 wxRichTextCommand(const wxString& name, wxRichTextCommandId id, wxRichTextBuffer* buffer,
2046 wxRichTextCommand(const wxString& name);
2048 virtual ~wxRichTextCommand();
2071 wxRichTextAction(wxRichTextCommand* cmd, const wxString& name, wxRichTextCommandId id, wxRichTextBuffer* buffer,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp6110 m_batchedCommand = new wxRichTextCommand(cmdName);
6140 wxRichTextCommand* cmd = new wxRichTextCommand(action->GetName());
6150 wxRichTextCommand* cmd = new wxRichTextCommand(action->GetName());
7098 wxRichTextCommand::wxRichTextCommand(const wxString& name, wxRichTextCommandId id, wxRichTextBuffer* buffer, function in class:wxRichTextCommand
7104 wxRichTextCommand::wxRichTextCommand(const wxString& name): wxCommand(true, name) function in class:wxRichTextCommand
7108 wxRichTextCommand
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextbuffer.tex489 \constfunc{wxRichTextCommand*}{GetBatchedCommand}{\void}

Completed in 72 milliseconds