32#include <wx/docview.h>
64 wxCommandEvent
dummy(wxID_SAVEAS, 0);
65 wxGetApp().docManager()->OnFileSaveAs(
dummy);
122 wxDocManager* manager = wxGetApp().docManager();
123 if (manager->GetCurrentView() != NULL) {
SimValue dummy(32)
a dummy simvalue which is given for operands that are not bound
static const std::string CMD_SNAME_SAVEAS_DOC
Command name for the "Save Document As" command.
static const std::string CMD_ICON_SAVEAS_DOC
Icon location for the "Save Document As" command.
virtual SaveDocumentAsCmd * create() const
virtual std::string icon() const
virtual std::string shortName() const
virtual ~SaveDocumentAsCmd()