RemoteDevicesView
fRemoteDevices = new RemoteDevicesView(
class RemoteDevicesView;
RemoteDevicesView* fRemoteDevices;
RemoteDevicesView::AttachedToWindow(void)
RemoteDevicesView::MessageReceived(BMessage* message)
void RemoteDevicesView::LoadSettings(void)
bool RemoteDevicesView::IsDefaultable(void)
RemoteDevicesView::RemoteDevicesView(const char* name, uint32 flags)
RemoteDevicesView::~RemoteDevicesView(void)
class RemoteDevicesView : public BView
RemoteDevicesView(const char *name, uint32 flags);
~RemoteDevicesView(void);