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

/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp6 #include "ColorCheckBox.h"
11 ColorCheckBox::ColorCheckBox(const char* label, const rgb_color& color, function in class:ColorCheckBox
27 ColorCheckBox::CheckBox() const
34 ColorCheckBox::SetTarget(const BMessenger& target)
41 ColorCheckBox::Draw(BRect updateRect)
H A DColorCheckBox.h17 class ColorCheckBox : public BGroupView { class in inherits:BGroupView
19 ColorCheckBox(const char* label,
/haiku-fatelf/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.h15 class ColorCheckBox;
42 ColorCheckBox* fRunTimeCheckBox;
43 ColorCheckBox* fWaitTimeCheckBox;
44 ColorCheckBox* fPreemptionTimeCheckBox;
45 ColorCheckBox* fLatencyTimeCheckBox;
H A DActivityPage.cpp18 #include "ColorCheckBox.h"
355 .Add(fRunTimeCheckBox = new ColorCheckBox("Run time", kRunTimeColor,
358 .Add(fWaitTimeCheckBox = new ColorCheckBox("Wait time",
361 .Add(fPreemptionTimeCheckBox = new ColorCheckBox("Preemption time",
365 .Add(fLatencyTimeCheckBox = new ColorCheckBox("Latency time",
472 ColorCheckBox* checkBox;

Completed in 93 milliseconds