Searched refs:fApplyButton (Results 1 – 14 of 14) sorted by relevance
/haiku/src/add-ons/network_settings/hostname/ |
H A D | HostnameView.cpp | 43 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(kMsgApply)); in HostnameView() 51 .Add(fApplyButton); in HostnameView() 77 fApplyButton->SetTarget(this); in AttachedToWindow()
|
H A D | HostnameView.h | 44 BButton* fApplyButton; variable
|
/haiku/src/apps/haikudepot/ui/ |
H A D | SettingsWindow.cpp | 57 .Add(fApplyButton) in SettingsWindow() 76 fApplyButton = new BButton("apply", B_TRANSLATE("Apply"), in _InitUiControls()
|
H A D | SettingsWindow.h | 40 BButton* fApplyButton; variable
|
/haiku/src/preferences/network/ |
H A D | InterfaceAddressView.cpp | 97 fApplyButton = new BButton("apply", B_TRANSLATE("Apply"), in InterfaceAddressView() 112 .Add(fApplyButton) in InterfaceAddressView() 130 fApplyButton->SetTarget(this); in AttachedToWindow() 199 fApplyButton->SetEnabled(enable); in _EnableFields()
|
H A D | InterfaceAddressView.h | 71 BButton* fApplyButton; variable
|
/haiku/src/add-ons/network_settings/dnsclient/ |
H A D | DNSSettingsView.cpp | 78 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(kMsgApply)); in DNSSettingsView() 101 .Add(fApplyButton); in DNSSettingsView() 155 fApplyButton->SetTarget(this); in AttachedToWindow()
|
H A D | DNSSettingsView.h | 51 BButton* fApplyButton; variable
|
/haiku/src/servers/package/ |
H A D | ResultWindow.h | 58 BButton* fApplyButton; variable
|
H A D | ResultWindow.cpp | 44 fApplyButton(NULL) in ResultWindow() 63 .Add(fApplyButton = new BButton(B_TRANSLATE("Apply changes"), in ResultWindow()
|
/haiku/src/preferences/screen/ |
H A D | ScreenWindow.h | 102 BButton* fApplyButton; variable
|
H A D | ScreenWindow.cpp | 586 fApplyButton = new BButton("ApplyButton", B_TRANSLATE("Apply"), in ScreenWindow() 588 fApplyButton->SetEnabled(false); in ScreenWindow() 593 .Add(fApplyButton); in ScreenWindow() 1313 fApplyButton->SetEnabled(applyEnabled); in _CheckApplyEnabled()
|
/haiku/src/apps/webpositive/ |
H A D | SettingsWindow.h | 103 BButton* fApplyButton; variable
|
H A D | SettingsWindow.cpp | 91 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(MSG_APPLY)); in SettingsWindow() 114 .Add(fApplyButton); in SettingsWindow() 129 fApplyButton->MakeDefault(true); in SettingsWindow() 912 fApplyButton->SetEnabled(canApply); in _ValidateControlsEnabledStatus()
|