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

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.h33 class PPDConfigView : public BView { class in inherits:BView
46 PPDConfigView(BRect rect, const char *name, uint32 resizeMask, uint32 flags);
H A DPPDConfigView.cpp9 #include "PPDConfigView.h"
394 PPDConfigView::PPDConfigView(BRect bounds, const char *name, uint32 resizeMask, uint32 flags) function in class:PPDConfigView
435 void PPDConfigView::FillCategories()
447 void PPDConfigView::FillDetails(Statement* statement)
466 void PPDConfigView::BooleanChanged(BMessage* msg)
482 void PPDConfigView::StringChanged(BMessage* msg)
492 void PPDConfigView::MessageReceived(BMessage* msg)
504 void PPDConfigView::SetupSettings(const BMessage& currentSettings)
525 void PPDConfigView
[all...]
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.h14 #include "PPDConfigView.h"
30 PPDConfigView *fConfig;
H A DPPDConfigApplication.cpp42 AddChild(fConfig = new PPDConfigView(aRect, "ppd-config",

Completed in 64 milliseconds