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

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.h59 int32 CountButtons() const;
H A DRadioButton.cpp162 RadioButtonGroup::CountButtons() const function in class:RadioButtonGroup
/haiku/headers/os/device/
H A DJoystick.h65 int32 CountButtons();
74 // values with at least CountButtons() elements.
/haiku/src/kits/interface/
H A DAlert.cpp379 BAlert::CountButtons() const function in class:BAlert
594 if (CountButtons() == 0)
605 for (int32 index = 0; index < CountButtons(); index++) {
613 for (int32 index = 0; index < CountButtons(); index++) {
621 for (int32 index = 0; index < CountButtons(); index++) {
627 if (fButtonSpacing == B_OFFSET_SPACING && CountButtons() > 1) {
787 for (int i = 0; i < fAlert->CountButtons(); ++i) {
/haiku/headers/os/interface/
H A DAlert.h76 int32 CountButtons() const;
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp83 int32 numButtons = fStick->CountButtons();
183 int32 numButtons = stick->CountButtons();
H A DStickItWindow.cpp179 count = stick->CountButtons();
180 temp1 << "BJoystick::CountButtons(), number of Buttons = "
/haiku/src/kits/device/
H A DJoystick.cpp464 BJoystick::CountButtons() function in class:BJoystick
527 if (index >= CountButtons())
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp279 fKillAppButton = ButtonAt(CountButtons() - 1);
291 fCancelShutdownButton = ButtonAt(CountButtons() - 1);
301 fRebootSystemButton = ButtonAt(CountButtons() - 1);
312 fAbortedOKButton = ButtonAt(CountButtons() - 1);

Completed in 106 milliseconds