Symbol: TypeEditorView
src/apps/diskprobe/AttributeWindow.h
13
class TypeEditorView;
src/apps/diskprobe/AttributeWindow.h
30
TypeEditorView* fTypeEditorView;
src/apps/diskprobe/TypeEditors.cpp
102
class BooleanEditor : public TypeEditorView {
src/apps/diskprobe/TypeEditors.cpp
1098
: TypeEditorView(B_TRANSLATE("Message View"), 0, editor)
src/apps/diskprobe/TypeEditors.cpp
121
class ImageView : public TypeEditorView {
src/apps/diskprobe/TypeEditors.cpp
1272
TypeEditorView*
src/apps/diskprobe/TypeEditors.cpp
1330
TypeEditorView*
src/apps/diskprobe/TypeEditors.cpp
1333
TypeEditorView* view = NULL;
src/apps/diskprobe/TypeEditors.cpp
140
class MessageView : public TypeEditorView {
src/apps/diskprobe/TypeEditors.cpp
162
TypeEditorView::TypeEditorView(const char *name, uint32 flags,
src/apps/diskprobe/TypeEditors.cpp
170
TypeEditorView::~TypeEditorView()
src/apps/diskprobe/TypeEditors.cpp
176
TypeEditorView::CommitChanges()
src/apps/diskprobe/TypeEditors.cpp
183
TypeEditorView::TypeMatches()
src/apps/diskprobe/TypeEditors.cpp
198
: TypeEditorView(B_TRANSLATE("String editor"), 0, editor)
src/apps/diskprobe/TypeEditors.cpp
275
: TypeEditorView(B_TRANSLATE("MIME type editor"), 0, editor)
src/apps/diskprobe/TypeEditors.cpp
362
: TypeEditorView(B_TRANSLATE("Number editor"), 0, editor)
src/apps/diskprobe/TypeEditors.cpp
43
class StringEditor : public TypeEditorView {
src/apps/diskprobe/TypeEditors.cpp
61
class MimeTypeEditor : public TypeEditorView {
src/apps/diskprobe/TypeEditors.cpp
739
: TypeEditorView(B_TRANSLATE("Boolean editor"), 0, editor)
src/apps/diskprobe/TypeEditors.cpp
80
class NumberEditor : public TypeEditorView {
src/apps/diskprobe/TypeEditors.cpp
834
: TypeEditorView(B_TRANSLATE_COMMENT("Image view", "Image means here a "
src/apps/diskprobe/TypeEditors.h
15
class TypeEditorView : public BView {
src/apps/diskprobe/TypeEditors.h
17
TypeEditorView(const char* name, uint32 flags,
src/apps/diskprobe/TypeEditors.h
19
virtual ~TypeEditorView();
src/apps/diskprobe/TypeEditors.h
29
extern TypeEditorView* GetTypeEditorFor(DataEditor& editor);
src/apps/diskprobe/TypeEditors.h
31
extern TypeEditorView* GetTypeEditorAt(int32 index, DataEditor& editor);