2 * Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
14 class TypeEditorView
: public BView
{
16 TypeEditorView(BRect rect
, const char* name
, uint32 resizingMode
,
17 uint32 flags
, DataEditor
& editor
);
18 TypeEditorView(const char* name
, uint32 flags
, DataEditor
& editor
);
21 virtual void CommitChanges();
22 virtual bool TypeMatches();
28 extern TypeEditorView
* GetTypeEditorFor(BRect rect
, DataEditor
& editor
);
29 extern status_t
GetNthTypeEditor(int32 index
, const char** _name
);
30 extern TypeEditorView
* GetTypeEditorAt(int32 index
, BRect rect
,
33 #endif /* TYPE_EDITORS_H */