Symbol: BIconButton
headers/private/shared/IconButton.h
116
using BPrivate::BIconButton;
headers/private/shared/IconButton.h
26
class BIconButton : public BControl {
headers/private/shared/IconButton.h
28
BIconButton(const char* name,
headers/private/shared/IconButton.h
32
virtual ~BIconButton();
src/apps/launchbox/LaunchButton.cpp
153
BIconButton::MessageReceived(message);
src/apps/launchbox/LaunchButton.cpp
181
BIconButton::MouseDown(where);
src/apps/launchbox/LaunchButton.cpp
192
BIconButton::MouseUp(where);
src/apps/launchbox/LaunchButton.cpp
250
BIconButton::MouseMoved(where, transit, dragMessage);
src/apps/launchbox/LaunchButton.cpp
45
BIconButton(name, label, message, target),
src/apps/launchbox/LaunchButton.cpp
69
BIconButton::AttachedToWindow();
src/apps/launchbox/LaunchButton.cpp
89
BIconButton::Draw(updateRect);
src/apps/launchbox/LaunchButton.h
23
class LaunchButton : public BIconButton {
src/apps/switcher/LaunchButton.cpp
150
BIconButton::MessageReceived(message);
src/apps/switcher/LaunchButton.cpp
173
BIconButton::MouseDown(where);
src/apps/switcher/LaunchButton.cpp
184
BIconButton::MouseUp(where);
src/apps/switcher/LaunchButton.cpp
207
BIconButton::MouseMoved(where, transit, dragMessage);
src/apps/switcher/LaunchButton.cpp
43
BIconButton(name, label, message, target),
src/apps/switcher/LaunchButton.cpp
66
BIconButton::AttachedToWindow();
src/apps/switcher/LaunchButton.cpp
86
BIconButton::Draw(updateRect);
src/apps/switcher/LaunchButton.h
22
class LaunchButton : public BIconButton {
src/apps/webpositive/BrowserWindow.cpp
516
fBackButton = new BIconButton("Back", NULL, new BMessage(GO_BACK));
src/apps/webpositive/BrowserWindow.cpp
520
fForwardButton = new BIconButton("Forward", NULL, new BMessage(GO_FORWARD));
src/apps/webpositive/BrowserWindow.cpp
524
fStopButton = new BIconButton("Stop", NULL, new BMessage(STOP));
src/apps/webpositive/BrowserWindow.cpp
528
fHomeButton = new BIconButton("Home", NULL, new BMessage(HOME));
src/apps/webpositive/BrowserWindow.h
240
BIconButton* fBackButton;
src/apps/webpositive/BrowserWindow.h
241
BIconButton* fForwardButton;
src/apps/webpositive/BrowserWindow.h
242
BIconButton* fStopButton;
src/apps/webpositive/BrowserWindow.h
243
BIconButton* fHomeButton;
src/apps/webpositive/BrowserWindow.h
60
class BIconButton;
src/apps/webpositive/BrowserWindow.h
63
using BPrivate::BIconButton;
src/kits/shared/IconButton.cpp
133
BIconButton::ShouldDrawBorder() const
src/kits/shared/IconButton.cpp
141
BIconButton::DrawBorder(BRect& frame, const BRect& updateRect,
src/kits/shared/IconButton.cpp
150
BIconButton::DrawBackground(BRect& frame, const BRect& updateRect,
src/kits/shared/IconButton.cpp
159
BIconButton::MouseDown(BPoint where)
src/kits/shared/IconButton.cpp
178
BIconButton::MouseUp(BPoint where)
src/kits/shared/IconButton.cpp
195
BIconButton::MouseMoved(BPoint where, uint32 transit, const BMessage* message)
src/kits/shared/IconButton.cpp
218
BIconButton::GetPreferredSize(float* width, float* height)
src/kits/shared/IconButton.cpp
251
BIconButton::MinSize()
src/kits/shared/IconButton.cpp
260
BIconButton::MaxSize()
src/kits/shared/IconButton.cpp
267
BIconButton::Invoke(BMessage* message)
src/kits/shared/IconButton.cpp
283
BIconButton::SetPressed(bool pressed)
src/kits/shared/IconButton.cpp
290
BIconButton::IsPressed() const
src/kits/shared/IconButton.cpp
297
BIconButton::SetIcon(int32 resourceID)
src/kits/shared/IconButton.cpp
330
BIconButton::SetIcon(const char* pathToBitmap)
src/kits/shared/IconButton.cpp
381
BIconButton::SetIcon(const BBitmap* bitmap, uint32 flags)
src/kits/shared/IconButton.cpp
399
BIconButton::SetIcon(const BMimeType* fileType, bool small)
src/kits/shared/IconButton.cpp
432
BIconButton::SetIcon(const unsigned char* bitsFromQuickRes,
src/kits/shared/IconButton.cpp
45
BIconButton::BIconButton(const char* name, const char* label,
src/kits/shared/IconButton.cpp
502
BIconButton::ClearIcon()
src/kits/shared/IconButton.cpp
510
BIconButton::TrimIcon(bool keepAspect)
src/kits/shared/IconButton.cpp
571
BIconButton::IsValid() const
src/kits/shared/IconButton.cpp
583
BIconButton::Bitmap() const
src/kits/shared/IconButton.cpp
62
BIconButton::~BIconButton()
src/kits/shared/IconButton.cpp
623
BIconButton::SetValue(int32 value)
src/kits/shared/IconButton.cpp
631
BIconButton::SetEnabled(bool enabled)
src/kits/shared/IconButton.cpp
645
BIconButton::IsInside() const
src/kits/shared/IconButton.cpp
652
BIconButton::SetInside(bool inside)
src/kits/shared/IconButton.cpp
662
BIconButton::_ConvertToRGB32(const BBitmap* bitmap) const
src/kits/shared/IconButton.cpp
686
BIconButton::_MakeBitmaps(const BBitmap* bitmap)
src/kits/shared/IconButton.cpp
69
BIconButton::MessageReceived(BMessage* message)
src/kits/shared/IconButton.cpp
80
BIconButton::AttachedToWindow()
src/kits/shared/IconButton.cpp
813
BIconButton::_DeleteBitmaps()
src/kits/shared/IconButton.cpp
827
BIconButton::_Update()
src/kits/shared/IconButton.cpp
837
BIconButton::_SetFlags(uint32 flags, bool set)
src/kits/shared/IconButton.cpp
853
BIconButton::_HasFlags(uint32 flags) const
src/kits/shared/IconButton.cpp
861
BIconButton::_SetTracking(bool tracking)
src/kits/shared/IconButton.cpp
94
BIconButton::Draw(BRect updateRect)