TTZDisplay
TTZDisplay::Time() const
TTZDisplay::SetTime(const char* time)
TTZDisplay::MaxSize()
TTZDisplay::MinSize()
TTZDisplay::PreferredSize()
TTZDisplay::_CalcPrefSize()
TTZDisplay::TTZDisplay(const char* name, const char* label)
TTZDisplay::~TTZDisplay()
TTZDisplay::AttachedToWindow()
TTZDisplay::ResizeToPreferred()
TTZDisplay::Draw(BRect)
TTZDisplay::Label() const
TTZDisplay::SetLabel(const char* label)
TTZDisplay::Text() const
TTZDisplay::SetText(const char* text)
class TTZDisplay : public BView {
TTZDisplay(const char* name,
virtual ~TTZDisplay();
fCurrent = new TTZDisplay("currentTime", B_TRANSLATE("Current time:"));
fPreview = new TTZDisplay("previewTime", B_TRANSLATE("Preview time:"));
class TTZDisplay;
TTZDisplay* fCurrent;
TTZDisplay* fPreview;