Searched refs:ServiceListItem (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/network/
H A DServiceListItem.h20 class ServiceListItem : public BListItem, class in inherits:BListItem,BNetworkKit::BNetworkSettingsListener
23 ServiceListItem(const char* name,
26 virtual ~ServiceListItem();
H A DServiceListItem.cpp10 #include "ServiceListItem.h"
17 #define B_TRANSLATION_CONTEXT "ServiceListItem"
24 ServiceListItem::ServiceListItem(const char* name, const char* label, function in class:ServiceListItem
37 ServiceListItem::~ServiceListItem()
43 ServiceListItem::DrawItem(BView* owner, BRect bounds, bool complete)
93 ServiceListItem::Update(BView* owner, const BFont* font)
113 ServiceListItem::SettingsUpdated(uint32 type)
125 ServiceListItem
[all...]
H A DNetworkWindow.cpp48 #include "ServiceListItem.h"
631 if (const ServiceListItem* listItem = dynamic_cast<
632 const ServiceListItem*>(item))
/haiku/src/add-ons/network_settings/ftpd/
H A DFTPServiceAddOn.cpp14 #include "ServiceListItem.h"
65 fItem(new ServiceListItem("ftp", B_TRANSLATE("FTP server"), settings)),
/haiku/src/add-ons/network_settings/telnetd/
H A DTelnetServiceAddOn.cpp14 #include "ServiceListItem.h"
65 fItem(new ServiceListItem("telnet", B_TRANSLATE("Telnet server"),
/haiku/src/add-ons/network_settings/sshd/
H A DSSHServiceAddOn.cpp26 #include "ServiceListItem.h"
174 fItem(new ServiceListItem("ssh", B_TRANSLATE("SSH server"), settings)),

Completed in 87 milliseconds