Symbol: TTZDisplay
src/preferences/time/TZDisplay.cpp
108
TTZDisplay::Time() const
src/preferences/time/TZDisplay.cpp
115
TTZDisplay::SetTime(const char* time)
src/preferences/time/TZDisplay.cpp
124
TTZDisplay::MaxSize()
src/preferences/time/TZDisplay.cpp
135
TTZDisplay::MinSize()
src/preferences/time/TZDisplay.cpp
143
TTZDisplay::PreferredSize()
src/preferences/time/TZDisplay.cpp
151
TTZDisplay::_CalcPrefSize()
src/preferences/time/TZDisplay.cpp
20
TTZDisplay::TTZDisplay(const char* name, const char* label)
src/preferences/time/TZDisplay.cpp
30
TTZDisplay::~TTZDisplay()
src/preferences/time/TZDisplay.cpp
36
TTZDisplay::AttachedToWindow()
src/preferences/time/TZDisplay.cpp
43
TTZDisplay::ResizeToPreferred()
src/preferences/time/TZDisplay.cpp
51
TTZDisplay::Draw(BRect)
src/preferences/time/TZDisplay.cpp
76
TTZDisplay::Label() const
src/preferences/time/TZDisplay.cpp
83
TTZDisplay::SetLabel(const char* label)
src/preferences/time/TZDisplay.cpp
92
TTZDisplay::Text() const
src/preferences/time/TZDisplay.cpp
99
TTZDisplay::SetText(const char* text)
src/preferences/time/TZDisplay.h
20
class TTZDisplay : public BView {
src/preferences/time/TZDisplay.h
22
TTZDisplay(const char* name,
src/preferences/time/TZDisplay.h
24
virtual ~TTZDisplay();
src/preferences/time/ZoneView.cpp
218
fCurrent = new TTZDisplay("currentTime", B_TRANSLATE("Current time:"));
src/preferences/time/ZoneView.cpp
219
fPreview = new TTZDisplay("previewTime", B_TRANSLATE("Preview time:"));
src/preferences/time/ZoneView.h
27
class TTZDisplay;
src/preferences/time/ZoneView.h
63
TTZDisplay* fCurrent;
src/preferences/time/ZoneView.h
64
TTZDisplay* fPreview;