Searched refs:BIconButton (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/shared/
H A DIconButton.cpp45 BIconButton::BIconButton(const char* name, const char* label, function in class:BPrivate::BIconButton
62 BIconButton::~BIconButton()
69 BIconButton::MessageReceived(BMessage* message)
80 BIconButton::AttachedToWindow()
94 BIconButton::Draw(BRect updateRect)
133 BIconButton::ShouldDrawBorder() const
141 BIconButton::DrawBorder(BRect& frame, const BRect& updateRect,
150 BIconButton
[all...]
/haiku/headers/private/shared/
H A DIconButton.h26 class BIconButton : public BControl { class in namespace:BPrivate
28 BIconButton(const char* name,
32 virtual ~BIconButton();
66 // BIconButton
116 using BPrivate::BIconButton;
/haiku/src/apps/webpositive/
H A DBrowserWindow.h60 class BIconButton;
63 using BPrivate::BIconButton;
242 BIconButton* fBackButton;
243 BIconButton* fForwardButton;
244 BIconButton* fStopButton;
245 BIconButton* fHomeButton;
H A DBrowserWindow.cpp517 fBackButton = new BIconButton("Back", NULL, new BMessage(GO_BACK));
521 fForwardButton = new BIconButton("Forward", NULL, new BMessage(GO_FORWARD));
525 fStopButton = new BIconButton("Stop", NULL, new BMessage(STOP));
529 fHomeButton = new BIconButton("Home", NULL, new BMessage(HOME));
/haiku/src/apps/switcher/
H A DLaunchButton.cpp43 BIconButton(name, label, message, target),
66 BIconButton::AttachedToWindow();
86 BIconButton::Draw(updateRect);
150 BIconButton::MessageReceived(message);
173 BIconButton::MouseDown(where);
184 BIconButton::MouseUp(where);
207 BIconButton::MouseMoved(where, transit, dragMessage);
H A DLaunchButton.h22 class LaunchButton : public BIconButton {
30 // BIconButton interface
/haiku/src/apps/launchbox/
H A DLaunchButton.h23 class LaunchButton : public BIconButton {
31 // BIconButton interface
H A DLaunchButton.cpp45 BIconButton(name, label, message, target),
68 BIconButton::AttachedToWindow();
88 BIconButton::Draw(updateRect);
152 BIconButton::MessageReceived(message);
180 BIconButton::MouseDown(where);
191 BIconButton::MouseUp(where);
249 BIconButton::MouseMoved(where, transit, dragMessage);

Completed in 112 milliseconds