Home
last modified time | relevance | path

Searched refs:fShowSeconds (Results 1 – 6 of 6) sorted by relevance

/haiku/src/preferences/time/
H A DClockView.cpp45 fShowSeconds = new BCheckBox(B_TRANSLATE("Display time with seconds"), in ClockView()
54 .Add(fShowSeconds) in ClockView()
86 fShowSeconds->SetTarget(this); in AttachedToWindow()
93 fShowSeconds->SetEnabled(false); in AttachedToWindow()
121 fShowSeconds->SetValue(fCachedShowSeconds); in MessageReceived()
122 fShowSeconds->SetEnabled(true); in MessageReceived()
144 fShowSeconds->SetEnabled(showClock); in MessageReceived()
157 fShowSeconds->SetEnabled(showClock); in MessageReceived()
166 fShowSeconds->SetEnabled(showClock); in MessageReceived()
198 || fShowSeconds->Value() != fCachedShowSeconds in CheckCanRevert()
[all …]
H A DClockView.h33 BCheckBox* fShowSeconds; variable
/haiku/src/apps/clock/
H A Dcl_view.cpp39 fShowSeconds(show), in TOffscreenView()
144 if (fShowSeconds) in DrawX()
234 status = data->AddBool("seconds", fOffscreenView->fShowSeconds); in Archive()
265 if ((fOffscreenView->fShowSeconds && (seconds != fOffscreenView->fSeconds)) in Pulse()
290 fOffscreenView->fShowSeconds = secs; in ShowSecs()
307 return fOffscreenView->fShowSeconds; in ReturnSeconds()
335 fOffscreenView->fShowSeconds = !fOffscreenView->fShowSeconds; in MouseDown()
H A Dcl_view.h35 bool fShowSeconds; variable
/haiku/src/apps/deskbar/
H A DTimeView.cpp79 fShowSeconds(false), in TTimeView()
104 data->FindBool("seconds", &fShowSeconds); in TTimeView()
138 data->AddBool("showSeconds", fShowSeconds); in Archive()
327 return fShowSeconds; in ShowSeconds()
334 fShowSeconds = show; in SetShowSeconds()
411 if (fShowSeconds) in UpdateTimeFormat()
H A DTimeView.h145 bool fShowSeconds; variable