Home
last modified time | relevance | path

Searched refs:OnSave (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DLogWindow.cpp58 void OnSave(wxCommandEvent & e);
140 frame->Bind( wxEVT_COMMAND_MENU_SELECTED, OnSave, LoggerID_Save); in Show()
143 frame->Bind( wxEVT_COMMAND_BUTTON_CLICKED, OnSave, LoggerID_Save); in Show()
206 void OnSave(wxCommandEvent & WXUNUSED(e)) in OnSave() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/AtlasUI/CustomControls/Windows/
H A DAtlasWindow.cpp61 void OnSave(wxCommandEvent& WXUNUSED(event)) { EndModal(wxID_SAVE); } in OnSave() function in SaveOnExitDialog
68 EVT_BUTTON(wxID_SAVE, SaveOnExitDialog::OnSave)
81 EVT_MENU(wxID_SAVE, AtlasWindow::OnSave) in BEGIN_EVENT_TABLE()
228 void AtlasWindow::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in AtlasWindow
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/headerguard/
H A Dheaderguard.cpp28 …_EDITOR_BEFORE_SAVE, new cbEventFunctor<HeaderGuard, CodeBlocksEvent>(this, &HeaderGuard::OnSave)); in OnAttach()
31 void HeaderGuard::OnSave(CodeBlocksEvent& event) in OnSave() function in HeaderGuard
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/tidycmt/
H A Dtidycmt.cpp31 …nk(cbEVT_EDITOR_BEFORE_SAVE, new cbEventFunctor<TidyCmt, CodeBlocksEvent>(this, &TidyCmt::OnSave)); in OnAttach()
34 void TidyCmt::OnSave(CodeBlocksEvent& event) in OnSave() function in TidyCmt
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inprocserv/
H A Dadvisesink.cxx147 STDMETHODIMP_(void) OleWrapperAdviseSink::OnSave() in STDMETHODIMP_()
151 m_pListener->OnSave(); in STDMETHODIMP_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inprocserv/
H A Dadvisesink.cxx147 STDMETHODIMP_(void) OleWrapperAdviseSink::OnSave() in STDMETHODIMP_()
151 m_pListener->OnSave(); in STDMETHODIMP_()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/rndgen/
H A Drndgen.cpp20 …Sink(cbEVT_EDITOR_BEFORE_SAVE, new cbEventFunctor<RndGen, CodeBlocksEvent>(this, &RndGen::OnSave)); in OnAttach()
23 void RndGen::OnSave(CodeBlocksEvent& event) in OnSave() function in RndGen
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dlogg.cpp107 void OnSave(wxCommandEvent& event);
161 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
448 void OnSave(wxCommandEvent& event);
481 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in wxBEGIN_EVENT_TABLE()
545 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
961 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/editors/wxhexeditor/wxHexEditor/src/HexEditorCtrl/wxHexCtrl/
H A DTagDialogGui.cpp74 …m_SaveButton->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( TagDialogGui::OnSave )… in TagDialogGui()
82 …connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( TagDialogGui::OnSave ), NULL, this ); in ~TagDialogGui()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dlogg.cpp116 void OnSave(wxCommandEvent& event);
170 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
457 void OnSave(wxCommandEvent& event);
490 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in BEGIN_EVENT_TABLE()
554 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
984 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dlogg.cpp116 void OnSave(wxCommandEvent& event);
170 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
457 void OnSave(wxCommandEvent& event);
490 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in BEGIN_EVENT_TABLE()
554 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
984 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/databases/grass7/grass-7.8.6/gui/wxpython/gui_core/
H A Dpyedit.py361 def OnSave(self, event): member in PyEditController
549 self.parent.OnSave),
625 def OnSave(self, *args, **kwargs): member in PyEditFrame
626 self.controller.OnSave(*args, **kwargs)
632 self.controller.OnSave(*args, **kwargs)
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/
H A DPnlEditorPage.py56 elif response == wx.ID_YES and not self.OnSave():
60 def OnSave(self): member in PnlEditorPage
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/server/domain/
H A DTask.java23 import com.googlecode.objectify.annotation.OnSave;
245 @OnSave
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dlogg.cpp114 void OnSave(wxCommandEvent& event);
156 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
453 void OnSave (wxCommandEvent& event);
483 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in BEGIN_EVENT_TABLE()
549 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
990 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dlogg.cpp114 void OnSave(wxCommandEvent& event);
156 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
453 void OnSave (wxCommandEvent& event);
483 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in BEGIN_EVENT_TABLE()
549 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
990 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dlogg.cpp114 void OnSave(wxCommandEvent& event);
156 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
453 void OnSave (wxCommandEvent& event);
483 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in BEGIN_EVENT_TABLE()
549 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
990 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dlogg.cpp114 void OnSave(wxCommandEvent& event);
156 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
453 void OnSave (wxCommandEvent& event);
483 EVT_MENU(Menu_Save, wxLogFrame::OnSave) in BEGIN_EVENT_TABLE()
549 void wxLogFrame::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogFrame
990 void wxLogDialog::OnSave(wxCommandEvent& WXUNUSED(event)) in OnSave() function in wxLogDialog
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo1.cpp91 EVT_MENU( NEW_TEST_SAVE, MyFrame::OnSave ) in BEGIN_EVENT_TABLE()
101 void MyFrame::OnSave( wxCommandEvent& WXUNUSED(event) ) in OnSave() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo1.cpp91 EVT_MENU( NEW_TEST_SAVE, MyFrame::OnSave ) in BEGIN_EVENT_TABLE()
101 void MyFrame::OnSave( wxCommandEvent& WXUNUSED(event) ) in OnSave() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo1.cpp91 EVT_MENU( NEW_TEST_SAVE, MyFrame::OnSave ) in BEGIN_EVENT_TABLE()
101 void MyFrame::OnSave( wxCommandEvent& WXUNUSED(event) ) in OnSave() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/fl/
H A Dfl_demo1.cpp91 EVT_MENU( NEW_TEST_SAVE, MyFrame::OnSave ) in BEGIN_EVENT_TABLE()
101 void MyFrame::OnSave( wxCommandEvent& WXUNUSED(event) ) in OnSave() function in MyFrame
/dports/x11-toolkits/scintilla/scite/src/
H A DMultiplexExtension.cxx127 bool MultiplexExtension::OnSave(const char *filename) { in OnSave() function in MultiplexExtension
129 if (pexp->OnSave(filename)) { in OnSave()
/dports/editors/scite/scite/src/
H A DMultiplexExtension.cxx127 bool MultiplexExtension::OnSave(const char *filename) { in OnSave() function in MultiplexExtension
129 if (pexp->OnSave(filename)) { in OnSave()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/goffice/
H A Dgogcpwin.h35 void OnSave ();

12345678910>>...21