Home
last modified time | relevance | path

Searched refs:OnOK (Results 1 – 25 of 1009) sorted by relevance

12345678910>>...41

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/
H A Dprefdlg.cpp51 bool CPrefDlg::OnOK() in OnOK() function in CPrefDlg
53 if( m_pSitePage->OnOK() ) in OnOK()
56 m_pGeneralPrefPage->OnOK(); in OnOK()
57 m_pKeySettingPage->OnOK(); in OnOK()
H A Dsitedlg.cpp47 bool CSiteDlg::OnOK() in OnOK() function in CSiteDlg
49 return (m_pSitePage->OnOK() && m_pAutoLoginPage->OnOK()); in OnOK()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DListViewDialog.cpp88 OnOK(); in OnNotify()
96 OnOK(); in OnNotify()
139 void CListViewDialog::OnOK() in OnOK() function in CListViewDialog
142 CModalDialog::OnOK(); in OnOK()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp34 EVT_BUTTON(wxID_OK, csLabelEditingDialog::OnOK) in IMPLEMENT_CLASS()
57 void csLabelEditingDialog::OnOK(wxCommandEvent& event) in OnOK() function in csLabelEditingDialog
64 wxDialog::OnOK(event); in OnOK()
80 EVT_BUTTON(wxID_OK, csSettingsDialog::OnOK) in IMPLEMENT_CLASS()
161 void csSettingsDialog::OnOK(wxCommandEvent& event) in OnOK() function in csSettingsDialog
163 wxDialog::OnOK(event); in OnOK()
247 EVT_BUTTON(wxID_OK, csShapePropertiesDialog::OnOK) in IMPLEMENT_CLASS()
347 void csShapePropertiesDialog::OnOK(wxCommandEvent& event) in OnOK() function in csShapePropertiesDialog
354 wxDialog::OnOK(event); in OnOK()
H A Ddialogs.h35 void OnOK(wxCommandEvent& event);
53 void OnOK(wxCommandEvent& event);
101 void OnOK(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp34 EVT_BUTTON(wxID_OK, csLabelEditingDialog::OnOK) in IMPLEMENT_CLASS()
57 void csLabelEditingDialog::OnOK(wxCommandEvent& event) in OnOK() function in csLabelEditingDialog
64 wxDialog::OnOK(event); in OnOK()
80 EVT_BUTTON(wxID_OK, csSettingsDialog::OnOK) in IMPLEMENT_CLASS()
161 void csSettingsDialog::OnOK(wxCommandEvent& event) in OnOK() function in csSettingsDialog
163 wxDialog::OnOK(event); in OnOK()
247 EVT_BUTTON(wxID_OK, csShapePropertiesDialog::OnOK) in IMPLEMENT_CLASS()
347 void csShapePropertiesDialog::OnOK(wxCommandEvent& event) in OnOK() function in csShapePropertiesDialog
354 wxDialog::OnOK(event); in OnOK()
H A Ddialogs.h35 void OnOK(wxCommandEvent& event);
53 void OnOK(wxCommandEvent& event);
101 void OnOK(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp34 EVT_BUTTON(wxID_OK, csLabelEditingDialog::OnOK) in IMPLEMENT_CLASS()
57 void csLabelEditingDialog::OnOK(wxCommandEvent& event) in OnOK() function in csLabelEditingDialog
64 wxDialog::OnOK(event); in OnOK()
80 EVT_BUTTON(wxID_OK, csSettingsDialog::OnOK) in IMPLEMENT_CLASS()
161 void csSettingsDialog::OnOK(wxCommandEvent& event) in OnOK() function in csSettingsDialog
163 wxDialog::OnOK(event); in OnOK()
247 EVT_BUTTON(wxID_OK, csShapePropertiesDialog::OnOK) in IMPLEMENT_CLASS()
347 void csShapePropertiesDialog::OnOK(wxCommandEvent& event) in OnOK() function in csShapePropertiesDialog
354 wxDialog::OnOK(event); in OnOK()
H A Ddialogs.h35 void OnOK(wxCommandEvent& event);
53 void OnOK(wxCommandEvent& event);
101 void OnOK(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp34 EVT_BUTTON(wxID_OK, csLabelEditingDialog::OnOK) in IMPLEMENT_CLASS()
57 void csLabelEditingDialog::OnOK(wxCommandEvent& event) in OnOK() function in csLabelEditingDialog
64 wxDialog::OnOK(event); in OnOK()
80 EVT_BUTTON(wxID_OK, csSettingsDialog::OnOK) in IMPLEMENT_CLASS()
161 void csSettingsDialog::OnOK(wxCommandEvent& event) in OnOK() function in csSettingsDialog
163 wxDialog::OnOK(event); in OnOK()
247 EVT_BUTTON(wxID_OK, csShapePropertiesDialog::OnOK) in IMPLEMENT_CLASS()
347 void csShapePropertiesDialog::OnOK(wxCommandEvent& event) in OnOK() function in csShapePropertiesDialog
354 wxDialog::OnOK(event); in OnOK()
H A Ddialogs.h35 void OnOK(wxCommandEvent& event);
53 void OnOK(wxCommandEvent& event);
101 void OnOK(wxCommandEvent& event);
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_jumpto.cpp55 void OnOK(wxCommandEvent &event);
98 d.Bind(wxEVT_TEXT_ENTER, &DialogJumpTo::OnOK, this); in DialogJumpTo()
99 d.Bind(wxEVT_BUTTON, &DialogJumpTo::OnOK, this, wxID_OK); in DialogJumpTo()
113 void DialogJumpTo::OnOK(wxCommandEvent &) { in OnOK() function in __anon3026ec780111::DialogJumpTo
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A DFictionViewerDlg.cpp70 void FictionViewerDlg::OnOK() in OnOK() function in FictionViewerDlg
81 CDialog::OnOK(); in OnOK()
104 OnOK(); in OnClose()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DWarning.cpp42 void OnOK(wxCommandEvent& event);
50 EVT_BUTTON(wxID_OK, WarningDialog::OnOK) in BEGIN_EVENT_TABLE()
87 void WarningDialog::OnOK(wxCommandEvent& WXUNUSED(event)) in OnOK() function in WarningDialog
/dports/graphics/bmeps/dktools-4.31.1/src/wxdkdraw/
H A DWxdkdrawDlgSplineValue.wxc136 OnOK(wxCommandEvent & event);
174 WxdkdrawDlgSplineValue::OnOK\
231 WxdkdrawDlgSplineValue::OnOK(wxCommandEvent & WXUNUSED(event))
233 $? "+ OnOK"
241 $? "- OnOK"
H A DWxdkdrawDlgStyleLength.wxc130 OnOK(wxCommandEvent & event);
170 WxdkdrawDlgStyleLength::OnOK\
229 WxdkdrawDlgStyleLength::OnOK(wxCommandEvent & WXUNUSED(event))
232 $? "+ OnOK"
249 $? "- OnOK"
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DCurveDlg.cpp55 void CCurveDlg::OnOK() { in OnOK() function in CCurveDlg
60 CDialog::OnOK(); in OnOK()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DDialogName.cpp75 void DialogName::OnOK() in BEGIN_MESSAGE_MAP()
77 CDialog::OnOK(); in BEGIN_MESSAGE_MAP()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A DFictionViewerDlg.cpp84 void FictionViewerDlg::OnOK() in OnOK() function in FictionViewerDlg
126 CDialog::OnOK(); in OnOK()
147 OnOK(); in OnClose()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp49 void CComboDialog::OnOK() in OnOK() function in CComboDialog
52 CModalDialog::OnOK(); in OnOK()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DAboutDialog.cpp78 void AboutDialog::OnOK() in OnOK() function in AboutDialog
82 CDialog::OnOK(); in OnOK()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/FileManager/
H A DPasswordDialog.cpp54 void CPasswordDialog::OnOK() in OnOK() function in CPasswordDialog
57 CModalDialog::OnOK(); in OnOK()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/FileManager/
H A DPasswordDialog.cpp54 void CPasswordDialog::OnOK() in OnOK() function in CPasswordDialog
57 CModalDialog::OnOK(); in OnOK()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DPasswordDialog.cpp54 void CPasswordDialog::OnOK() in OnOK() function in CPasswordDialog
57 CModalDialog::OnOK(); in OnOK()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DPasswordDialog.cpp54 void CPasswordDialog::OnOK() in OnOK() function in CPasswordDialog
57 CModalDialog::OnOK(); in OnOK()

12345678910>>...41