Searched refs:fShowLabel (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp116 fShowLabel = true;
326 bool showLabel = fShowLabel && text[0];
375 if (!fShowLabel)
434 if (fShowLabel) {
533 fShowLabel = value;
540 if (!fShowLabel && !fShowStatusIcon)
541 fShowLabel = true;
552 status_t status = archive->AddBool("show label", fShowLabel);
716 fShowLabel = !fShowLabel;
[all...]
H A DPowerStatusView.h58 bool fShowLabel; member in class:PowerStatusView

Completed in 38 milliseconds