BatteryTab
BatteryTab::BatteryTab(BatteryInfoView* target,
BatteryTab::~BatteryTab()
BatteryTab::Select(BView* owner)
BatteryTab::DrawFocusMark(BView* owner, BRect frame)
BatteryTab::DrawLabel(BView* owner, BRect frame)
BatteryTab* tab = new BatteryTab(batteryInfoView, view);
class BatteryTab : public BTab {
BatteryTab(BatteryInfoView* target,
~BatteryTab();