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

/haiku/src/apps/soundrecorder/
H A DDrawButton.cpp8 #include "DrawButton.h"
11 DrawButton::DrawButton(BRect frame, const char *name, const unsigned char *on, function in class:DrawButton
23 DrawButton::~DrawButton(void)
29 DrawButton::AttachedToWindow()
38 DrawButton::MouseUp(BPoint pt)
47 DrawButton::Draw(BRect update)
H A DDrawButton.h14 class DrawButton : public BControl class in inherits:BControl
17 DrawButton(BRect frame, const char *name, const unsigned char *on,
20 ~DrawButton(void);
H A DRecorderWindow.h24 #include "DrawButton.h"
88 DrawButton * fLoopButton;
H A DRecorderWindow.cpp332 fLoopButton = new DrawButton(buttonRect, B_TRANSLATE("Loop"),

Completed in 48 milliseconds