Searched refs:TimeEdit (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/time/
H A DDateTimeView.h25 class TimeEdit;
29 using BPrivate::TimeEdit;
49 TimeEdit* fTimeEdit;
H A DDateTimeView.cpp47 using BPrivate::TimeEdit;
184 fTimeEdit = new TimeEdit("timeEdit", 5, new BMessage(H_USER_CHANGE));
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp34 TimeEdit::TimeEdit(const char* name, uint32 sections, BMessage* message) function in class:BPrivate::TimeEdit
47 TimeEdit::~TimeEdit()
55 TimeEdit::KeyDown(const char* bytes, int32 numBytes)
92 TimeEdit::InitView()
102 TimeEdit::DrawSection(uint32 index, BRect bounds, bool hasFocus)
127 TimeEdit::DrawSeparator(uint32 index, BRect bounds)
145 TimeEdit::SeparatorWidth()
152 TimeEdit
[all...]
/haiku/headers/private/shared/
H A DDateTimeEdit.h81 class TimeEdit : public SectionEdit { class in namespace:BPrivate
83 TimeEdit(const char* name, uint32 sections,
85 virtual ~TimeEdit();

Completed in 24 milliseconds