Searched refs:PPPoEView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.h9 // PPPoEView saves the current settings.
22 class PPPoEView;
64 PPPoEView *fPPPoEView;
66 // height of PPPoEView
70 class PPPoEView : public BView { class in inherits:BView
72 PPPoEView(PPPoEAddon *addon, BRect frame);
73 virtual ~PPPoEView();
H A DPPPoEAddon.cpp9 // PPPoEView saves the current settings.
223 fPPPoEView = new PPPoEView(this, rect);
231 PPPoEView::PPPoEView(PPPoEAddon *addon, BRect frame) function in class:PPPoEView
232 : BView(frame, "PPPoEView", B_FOLLOW_NONE, 0),
260 PPPoEView::~PPPoEView()
267 PPPoEView::Reload()
275 PPPoEView::AttachedToWindow()
284 PPPoEView
[all...]

Completed in 85 milliseconds