Searched refs:CPUButton (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/pulse/
H A DCPUButton.cpp3 // File: CPUButton.cpp
11 #include "CPUButton.h"
30 #define B_TRANSLATION_CONTEXT "CPUButton"
33 CPUButton::CPUButton(BRect rect, const char *name, const char *label, BMessage *message) function in class:CPUButton
44 CPUButton::CPUButton(BMessage *message) function in class:CPUButton
59 CPUButton::~CPUButton()
65 CPUButton
[all...]
H A DCPUButton.h3 // File: CPUButton.h
17 class CPUButton : public BControl { class in inherits:BControl
19 CPUButton(BRect rect, const char *name, const char *label, BMessage *message);
20 CPUButton(BMessage *message);
21 virtual ~CPUButton();
33 static CPUButton *Instantiate(BMessage *data);
H A DNormalPulseView.h16 #include "CPUButton.h"
38 CPUButton **fCpuButtons;
H A DNormalPulseView.cpp62 fCpuButtons = new CPUButton *[fCpuCount];
78 fCpuButtons[x] = new CPUButton(r, B_TRANSLATE("Pulse"), temp, NULL);

Completed in 57 milliseconds