Home
last modified time | relevance | path

Searched refs:IconButton (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp54 for (int32 i = 0; IconButton* button = _FindIcon(i); i++) { in layoutprefs()
121 for (int32 i = 0; IconButton* button = _FindIcon(i); i++) in AllAttached()
158 if (IconButton* valueButton = _FindIcon(value)) { in SetValue()
159 for (int32 i = 0; IconButton* button = _FindIcon(i); i++) { in SetValue()
169 for (int32 i = 0; IconButton* button = _FindIcon(i); i++) { in Value()
180 for (int32 i = 0; IconButton* button = _FindIcon(i); i++) { in SetEnabled()
195 if (IconButton* sourceIcon = dynamic_cast<IconButton*>(source)) { in MessageReceived()
196 for (int32 i = 0; IconButton* button = _FindIcon(i); i++) { in MessageReceived()
219 IconOptionsControl::AddOption(IconButton* icon) in AddOption()
234 IconButton*
[all …]
H A DIconButton.cpp30 IconButton::IconButton(const char* name, uint32 id, const char* label, in IconButton() function in IconButton
48 IconButton::~IconButton() in ~IconButton()
55 IconButton::MessageReceived(BMessage* message) in MessageReceived()
66 IconButton::AttachedToWindow() in AttachedToWindow()
76 IconButton::Draw(BRect area) in Draw()
167 IconButton::MouseDown(BPoint where) in MouseDown()
183 IconButton::MouseUp(BPoint where) in MouseUp()
198 IconButton::MouseMoved(BPoint where, uint32 transit, const BMessage* message) in MouseMoved()
226 IconButton::GetPreferredSize(float* width, float* height) in GetPreferredSize()
238 IconButton::Invoke(BMessage* message) in Invoke()
[all …]
H A DIconOptionsControl.h17 class IconButton; variable
53 void AddOption(IconButton* icon);
57 IconButton* _FindIcon(int32 index) const;
H A DIconButton.h26 class IconButton : public MView, public BView, public BInvoker {
28 IconButton(const char* name,
33 virtual ~IconButton();
/haiku/src/kits/shared/
H A DJamfile42 IconButton.cpp