Searched refs:BPictureButton (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DPictureButton.cpp17 BPictureButton::BPictureButton(BRect frame, const char* name, function in class:BPictureButton
31 BPictureButton::BPictureButton(BMessage* data) function in class:BPictureButton
60 BPictureButton::~BPictureButton()
70 BPictureButton::Instantiate(BMessage* data)
72 if (validate_instantiation(data, "BPictureButton"))
73 return new (std::nothrow) BPictureButton(data);
80 BPictureButton
[all...]
/haiku/headers/os/interface/
H A DPictureButton.h19 class BPictureButton : public BControl { class in inherits:BControl
21 BPictureButton(BRect frame, const char* name,
27 BPictureButton(BMessage* archive);
29 virtual ~BPictureButton();
89 BPictureButton& operator=(const BPictureButton& other);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h377 BPictureButton *fColorButton, *fDensityButton, *fRefreshButton;
H A DChartWindow.cpp575 fRefreshButton = new BPictureButton(r, "",
587 fColorButton = new BPictureButton(r, "",
599 fDensityButton = new BPictureButton(r, "",
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1213 BPictureButton *m_ArrowLineDownPntr;
1214 BPictureButton *m_ArrowLineUpPntr;
1215 BPictureButton *m_ArrowPageDownPntr;
1216 BPictureButton *m_ArrowPageUpPntr;
7234 m_ArrowLineUpPntr = new BPictureButton (TempRect, "Up Line",
7260 m_ArrowPageUpPntr = new BPictureButton (TempRect, "Up Page",
7286 m_ArrowPageDownPntr = new BPictureButton (TempRect, "Down Page",
7312 m_ArrowLineDownPntr = new BPictureButton (TempRect, "Down Line",

Completed in 79 milliseconds