DialUpView
fView = new DialUpView(/*fSettings*/);
class DialUpView;
friend class DialUpView;
DialUpView *view = new DialUpView(Bounds());
DialUpView::~DialUpView()
DialUpView::AttachedToWindow()
DialUpView::MessageReceived(BMessage *message)
DialUpView::SelectInterfaceNamed(const char *name)
DialUpView::NeedsRequest() const
DialUpView::StatusView() const
DialUpView::ConnectButton() const
DialUpView::LoadSettings(bool isNew)
DialUpView::IsModified(bool *settings, bool *profile)
DialUpView::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary)
DialUpView::SaveSettingsToFile()
DialUpView::UpDownThread()
DialUpView::GetPPPDirectories(BDirectory *settingsDirectory,
DialUpView::HandleReportMessage(BMessage *message)
DialUpView::CreateTabs()
DialUpView::UpdateStatus(int32 code)
DialUpView::WatchInterface(ppp_interface_id ID)
DialUpView::LoadInterfaces()
DialUpView::LoadAddons()
DialUpView::AddInterface(const char *name, bool isNew)
DialUpView::SelectInterface(int32 index, bool isNew)
DialUpView::CountInterfaces() const
DialUpView::UpdateControls()
static_cast<DialUpView*>(data)->UpDownThread();
DialUpView::DialUpView()
class DialUpView : public BView {
DialUpView();
virtual ~DialUpView();