Searched refs:LaunchButton (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/launchbox/
H A DPadView.h11 class LaunchButton;
29 void AddButton(LaunchButton* button,
30 LaunchButton* beforeButton = NULL);
31 bool RemoveButton(LaunchButton* button);
32 LaunchButton* ButtonAt(int32 index) const;
35 LaunchButton* button = NULL) const;
H A DLaunchButton.cpp7 #include "LaunchButton.h"
38 bigtime_t LaunchButton::sClickSpeed = 0;
39 bool LaunchButton::sIgnoreDoubleClick = true;
42 LaunchButton::LaunchButton(const char* name, const char* label, function in class:LaunchButton
58 LaunchButton::~LaunchButton()
66 LaunchButton::AttachedToWindow()
74 LaunchButton::Draw(BRect updateRect)
105 LaunchButton
[all...]
H A DLaunchButton.h23 class LaunchButton : public BIconButton { class in inherits:BIconButton
25 LaunchButton(const char* name,
29 virtual ~LaunchButton();
44 // LaunchButton
H A DMainWindow.cpp26 #include "LaunchButton.h"
121 LaunchButton* button = dynamic_cast<LaunchButton*>(pointer);
187 LaunchButton* button;
189 fPadView->AddButton(new LaunchButton("launch button",
196 LaunchButton* button;
203 LaunchButton* button;
212 LaunchButton* button;
295 LaunchButton* button;
431 LaunchButton* butto
[all...]
H A DPadView.cpp22 #include "LaunchButton.h"
278 PadView::AddButton(LaunchButton* button, LaunchButton* beforeButton)
292 PadView::RemoveButton(LaunchButton* button)
301 LaunchButton*
307 return dynamic_cast<LaunchButton*>(item->View());
312 PadView::DisplayMenu(BPoint where, LaunchButton* button) const
318 LaunchButton* nearestButton = button;
490 for (int32 i = 0; LaunchButton* button = ButtonAt(i); i++)
507 LaunchButton
[all...]
/haiku/src/apps/switcher/
H A DLaunchButton.cpp7 #include "LaunchButton.h"
36 bigtime_t LaunchButton::sClickSpeed = 0;
37 bool LaunchButton::sIgnoreDoubleClick = true;
40 LaunchButton::LaunchButton(const char* name, const char* label, function in class:LaunchButton
56 LaunchButton::~LaunchButton()
64 LaunchButton::AttachedToWindow()
72 LaunchButton::Draw(BRect updateRect)
103 LaunchButton
[all...]
H A DLaunchButton.h22 class LaunchButton : public BIconButton { class in inherits:BIconButton
24 LaunchButton(const char* name,
28 virtual ~LaunchButton();
43 // LaunchButton
H A DApplicationsView.cpp9 #include "LaunchButton.h"
70 LaunchButton* button = new LaunchButton(info.signature, NULL, message,
H A DWindowsView.cpp20 #include "LaunchButton.h"
281 LaunchButton* launchButton = new LaunchButton(info.signature, NULL, NULL,

Completed in 48 milliseconds