Home
last modified time | relevance | path

Searched refs:OnRestore (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/springlobby/springlobby-0.180/src/options/
H A Dmainoptionstab.cpp41 EVT_BUTTON ( wxID_REVERT, MainOptionsTab::OnRestore ) in BEGIN_EVENT_TABLE()
130 void MainOptionsTab::OnRestore( wxCommandEvent& event ) in OnRestore() function in MainOptionsTab
132 m_spring_opts->OnRestore( event ); in OnRestore()
133 m_chat_opts->OnRestore( event ); in OnRestore()
134 m_torrent_opts->OnRestore( event ); in OnRestore()
135 m_lobby_opts->OnRestore ( event ); in OnRestore()
H A Ddownloadoptionspanel.cpp45 OnRestore( dummy ); in BEGIN_EVENT_TABLE()
65 void TorrentOptionsPanel::OnRestore( wxCommandEvent& /*unused*/ ) in OnRestore() function in TorrentOptionsPanel
H A Ddownloadoptionspanel.h22 void OnRestore( wxCommandEvent& event );
H A Dmainoptionstab.h36 void OnRestore( wxCommandEvent& event );
H A Dlobbyoptionstab.h23 void OnRestore( wxCommandEvent& event );
H A Dspringoptionstab.h24 void OnRestore( wxCommandEvent& event );
H A Dchatoptionstab.h30 void OnRestore( wxCommandEvent& event );
H A Dlobbyoptionstab.cpp187 OnRestore( evt ); in BEGIN_EVENT_TABLE()
227 void LobbyOptionsTab::OnRestore(wxCommandEvent& /*unused*/) in OnRestore() function in LobbyOptionsTab
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/jsonviewer/
H A Dfrmmain.lfm732 OnRestore = PSMainStoredValues0Restore
737 OnRestore = PSMainStoredValues1Restore
742 OnRestore = PSMainStoredValues2Restore
746 OnRestore = PSMainStoredValues3Restore
751 OnRestore = PSMainStoredValues0Restore
756 OnRestore = PSMainStoredValues0Restore
761 OnRestore = PSMainStoredValues6Restore
765 OnRestore = PSMainStoredValues7Restore
770 OnRestore = PSMainStoredValues8Restore
774 OnRestore = PSMainStoredValues9Restore
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/jsonviewer/
H A Dfrmmain.lfm732 OnRestore = PSMainStoredValues0Restore
737 OnRestore = PSMainStoredValues1Restore
742 OnRestore = PSMainStoredValues2Restore
746 OnRestore = PSMainStoredValues3Restore
751 OnRestore = PSMainStoredValues0Restore
756 OnRestore = PSMainStoredValues0Restore
761 OnRestore = PSMainStoredValues6Restore
765 OnRestore = PSMainStoredValues7Restore
770 OnRestore = PSMainStoredValues8Restore
774 OnRestore = PSMainStoredValues9Restore
/dports/astro/phd2/phd2-2.6.10/
H A Dcalreview_dialog.h78 void OnRestore(wxCommandEvent& event);
95 void OnRestore(wxCommandEvent& evt);
H A Dcalreview_dialog.cpp533 pRestore->Bind(wxEVT_COMMAND_BUTTON_CLICKED, &CalRestoreDialog::OnRestore, this); in AddButtons()
543 void CalRestoreDialog::OnRestore(wxCommandEvent& event) in OnRestore() function in CalRestoreDialog
746 pRestore->Bind(wxEVT_COMMAND_BUTTON_CLICKED, &CalSanityDialog::OnRestore, this); in AddButtons()
782 void CalSanityDialog::OnRestore(wxCommandEvent& evt) in OnRestore() function in CalSanityDialog
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crostini/
H A Dcrostini_upgrader.cc121 upgrader_->OnRestore(CrostiniResult::SUCCESS); in SetStatusDoneUI()
130 upgrader_->OnRestore(CrostiniResult::SUCCESS); in SetStatusCancelledUI()
147 upgrader_->OnRestore(result); in SetStatusFailedWithMessageUI()
335 void CrostiniUpgrader::OnRestore(CrostiniResult result) { in OnRestore() function in crostini::CrostiniUpgrader
H A Dcrostini_upgrader.h87 void OnRestore(CrostiniResult result);
/dports/editors/lazarus/lazarus/tools/jsonviewer/
H A Dfrmmain.lfm1147 OnRestore = PSMainStoredValues0Restore
1152 OnRestore = PSMainStoredValues1Restore
1157 OnRestore = PSMainStoredValues2Restore
1161 OnRestore = PSMainStoredValues3Restore
1166 OnRestore = PSMainStoredValues0Restore
1171 OnRestore = PSMainStoredValues0Restore
1176 OnRestore = PSMainStoredValues6Restore
1180 OnRestore = PSMainStoredValues7Restore
/dports/editors/lazarus-qt5/lazarus/tools/jsonviewer/
H A Dfrmmain.lfm1147 OnRestore = PSMainStoredValues0Restore
1152 OnRestore = PSMainStoredValues1Restore
1157 OnRestore = PSMainStoredValues2Restore
1161 OnRestore = PSMainStoredValues3Restore
1166 OnRestore = PSMainStoredValues0Restore
1171 OnRestore = PSMainStoredValues0Restore
1176 OnRestore = PSMainStoredValues6Restore
1180 OnRestore = PSMainStoredValues7Restore
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dforms.cc105 OnRestore(this); in SetIconized()
114 VDKForm::OnRestore(VDKForm* sender) {} in OnRestore() function in VDKForm
281 form->OnRestore(form); in MapEvent()
331 form->OnRestore(form); in WindowStateEvent()
336 else if (event->new_window_state == 0) form->OnRestore(form); in WindowStateEvent()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DBatchProcessDialog.h107 void OnRestore(wxCommandEvent &event);
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DGBACheats.h155 afx_msg void OnRestore();
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DGBACheats.h174 afx_msg void OnRestore();
/dports/editors/lazarus/examples/dockmanager/ide_demo/
H A Dfminiide.pas79 DockMaster.OnRestore := @OnReloadControl;
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dforms.h419 virtual void OnRestore(VDKForm* sender);
/dports/editors/lazarus-devel/examples/dockmanager/ide_demo/
H A Dfminiide.pas79 DockMaster.OnRestore := @OnReloadControl;
/dports/editors/lazarus-qt5/examples/dockmanager/ide_demo/
H A Dfminiide.pas79 DockMaster.OnRestore := @OnReloadControl;
/dports/editors/lazarus-qt5-devel/examples/dockmanager/ide_demo/
H A Dfminiide.pas79 DockMaster.OnRestore := @OnReloadControl;

123