InterfaceView
class VPNInterfaceView : public InterfaceView {
InterfaceView* fView;
InterfaceView()
InterfaceView::~InterfaceView()
InterfaceView::SetTo(const char* name)
InterfaceView::AttachedToWindow()
InterfaceView::MessageReceived(BMessage* message)
InterfaceView::Pulse()
InterfaceView::_Update(bool updateWirelessNetworks)
InterfaceView::InterfaceView()
class InterfaceView : public BGroupView {
InterfaceView();
virtual ~InterfaceView();
fInterfaceView = new InterfaceView();
class InterfaceView;
InterfaceView* fInterfaceView;