Home
last modified time | relevance | path

Searched refs:SetCtrlState (Results 1 – 25 of 26) sorted by relevance

12

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_filetype.cpp65 impl_->types_->Bind(wxEVT_LIST_ITEM_SELECTED, [this](auto const&) { SetCtrlState(); }); in CreateControls()
66 impl_->types_->Bind(wxEVT_LIST_ITEM_DESELECTED, [this](auto const&) { SetCtrlState(); }); in CreateControls()
72 impl_->extension_->Bind(wxEVT_TEXT, [this](auto const&) { SetCtrlState(); }); in CreateControls()
138 SetCtrlState(); in LoadPage()
173 void COptionsPageFiletype::SetCtrlState() in SetCtrlState() function in COptionsPageFiletype
190 SetCtrlState(); in OnRemove()
211 SetCtrlState(); in OnAdd()
H A Doptionspage_logging.cpp88 SetCtrlState(); in LoadPage()
136 void COptionsPageLogging::SetCtrlState() in SetCtrlState() function in COptionsPageLogging
160 SetCtrlState(); in OnCheck()
H A Doptionspage_proxy.cpp111 SetCtrlState(); in LoadPage()
163 void COptionsPageProxy::SetCtrlState() in SetCtrlState() function in COptionsPageProxy
176 SetCtrlState(); in OnProxyTypeChanged()
H A Doptionspage_connection_sftp.cpp102 SetCtrlState(); in LoadPage()
190 void COptionsPageConnectionSFTP::SetCtrlState() in SetCtrlState() function in COptionsPageConnectionSFTP
198 SetCtrlState(); in OnSelChanged()
H A Doptionspage_dateformatting.cpp80 auto cb = [this](wxCommandEvent const&) { SetCtrlState(); }; in CreateControls()
117 SetCtrlState(); in LoadPage()
176 void COptionsPageDateFormatting::SetCtrlState() in SetCtrlState() function in COptionsPageDateFormatting
H A Doptionspage_edit.cpp55 auto onRadio = [this](wxCommandEvent const&) { SetCtrlState(); }; in CreateControls()
124 SetCtrlState(); in LoadPage()
204 void COptionsPageEdit::SetCtrlState() in SetCtrlState() function in COptionsPageEdit
H A Doptionspage_connection_active.cpp47 auto onChange = [this](wxCommandEvent&){ SetCtrlState(); }; in CreateControls()
122 SetCtrlState(); in LoadPage()
187 void COptionsPageConnectionActive::SetCtrlState() in SetCtrlState() function in COptionsPageConnectionActive
H A Doptionspage_ftpproxy.cpp132 SetCtrlState(); in LoadPage()
179 void COptionsPageFtpProxy::SetCtrlState() in SetCtrlState() function in COptionsPageFtpProxy
227 SetCtrlState(); in OnProxyTypeChanged()
H A Doptionspage_filetype.h20 void SetCtrlState();
H A Doptionspage_dateformatting.h20 void SetCtrlState();
H A Doptionspage_connection_active.h16 void SetCtrlState();
H A Doptionspage_edit.h23 void SetCtrlState();
H A Doptionspage_proxy.h19 void SetCtrlState();
H A Doptionspage_ftpproxy.h19 void SetCtrlState();
H A Doptionspage_logging.h18 void SetCtrlState();
H A Doptionspage_connection_sftp.h24 void SetCtrlState();
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dfilteredit.cpp170 SetCtrlState(false); in Create()
261 SetCtrlState(false); in OnDelete()
358 SetCtrlState(false); in OnFilterSelect()
362 SetCtrlState(true); in OnFilterSelect()
392 void CFilterEditDialog::SetCtrlState(bool enabled) in SetCtrlState() function in CFilterEditDialog
H A Dfilter_manager.cpp132 SetCtrlState(); in Create()
295 SetCtrlState(); in OnSaveAs()
385 SetCtrlState(); in OnDeleteSet()
392 SetCtrlState(); in OnSetSelect()
435 void CFilterDialog::SetCtrlState() in SetCtrlState() function in CFilterDialog
H A Dfilteredit.h36 void SetCtrlState(bool enabled);
H A Dedithandler.h185 void SetCtrlState();
209 void SetCtrlState();
H A Dedithandler.cpp1482 auto onsel = [this](wxListEvent const&) { SetCtrlState(); }; in ShowModal()
1517 SetCtrlState(); in ShowModal()
1528 void CEditHandlerStatusDialog::SetCtrlState() in SetCtrlState() function in CEditHandlerStatusDialog
1594 SetCtrlState(); in OnUnedit()
1640 SetCtrlState(); in OnUpload()
1690 SetCtrlState(); in OnEdit()
1768 impl_->rbSystem_->Bind(wxEVT_RADIOBUTTON, [this](wxEvent const&) { SetCtrlState(); }); in Run()
1779 impl_->rbDefault_->Bind(wxEVT_RADIOBUTTON, [this](wxEvent const&) { SetCtrlState(); }); in Run()
1791 impl_->rbCustom_->Bind(wxEVT_RADIOBUTTON, [this](wxEvent const&) { SetCtrlState(); }); in Run()
1824 SetCtrlState(); in Run()
[all …]
H A Dfilter_manager.h52 void SetCtrlState();
H A Dsearch.h37 void SetCtrlState();
H A Dsitemanager_dialog.h44 void SetCtrlState();
H A Dsitemanager_dialog.cpp188 m_pSiteManager->SetCtrlState(); in OnData()
407 SetCtrlState(); in Create()
1086 SetCtrlState(); in OnDelete()
1131 SetCtrlState(); in OnSelChanged()
1279 void CSiteManagerDialog::SetCtrlState() in SetCtrlState() function in CSiteManagerDialog
1413 SetCtrlState(); in OnSearch()
1618 SetCtrlState(); in OnBeginDrag()

12