Searched refs:IPCPView (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DIPCPAddon.h8 // IPCPView saves the current settings.
20 class IPCPView;
60 IPCPView *fIPCPView;
64 class IPCPView : public BView { class in inherits:BView
66 IPCPView(IPCPAddon *addon, BRect frame);
H A DIPCPAddon.cpp8 // IPCPView saves the current settings.
234 fIPCPView = new IPCPView(this, rect);
262 IPCPView::IPCPView(IPCPAddon *addon, BRect frame) function in class:IPCPView
311 IPCPView::Reload()
324 IPCPView::AttachedToWindow()
332 IPCPView::MessageReceived(BMessage *message)
346 IPCPView::UpdateControls()
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DIPCPAddon.h25 // IPCPView saves the current settings.
37 class IPCPView;
80 IPCPView *fIPCPView;
84 class IPCPView : public BView { class in inherits:BView
86 IPCPView(IPCPAddon *addon, BRect frame);
H A DIPCPAddon.cpp25 // IPCPView saves the current settings.
267 fIPCPView = new IPCPView(this, rect);
293 IPCPView::IPCPView(IPCPAddon *addon, BRect frame) function in class:IPCPView
342 IPCPView::Reload()
355 IPCPView::AttachedToWindow()
363 IPCPView::MessageReceived(BMessage *message)
377 IPCPView::UpdateControls()

Completed in 53 milliseconds