Home
last modified time | relevance | path

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

/haiku/src/apps/diskprobe/
H A DProbeView.cpp198 class TypeView : public BView { class
200 TypeView(BRect rect, const char* name,
203 virtual ~TypeView();
1022 TypeView::TypeView(BRect rect, const char* name, int32 index, in TypeView() function in TypeView
1052 TypeView::~TypeView() in ~TypeView()
1058 TypeView::FrameResized(float width, float height) in FrameResized()
1654 fTypeView = new TypeView(Frame(), "type shell", index, fEditor, in _SetTypeEditor()