ServiceListItem
fItem(new ServiceListItem("ftp", B_TRANSLATE("FTP server"), settings)),
fItem(new ServiceListItem("ssh", B_TRANSLATE("SSH server"), settings)),
fItem(new ServiceListItem("telnet", B_TRANSLATE("Telnet server"),
if (const ServiceListItem* listItem = dynamic_cast<
const ServiceListItem*>(item))
ServiceListItem::SettingsUpdated(uint32 type)
ServiceListItem::IsEnabled()
ServiceListItem::ServiceListItem(const char* name, const char* label,
ServiceListItem::~ServiceListItem()
ServiceListItem::DrawItem(BView* owner, BRect bounds, bool complete)
ServiceListItem::Update(BView* owner, const BFont* font)
class ServiceListItem : public BListItem,
ServiceListItem(const char* name,
virtual ~ServiceListItem();