Moved the attribute editors into a separate file.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6755 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-02-26 12:41:23 +00:00
parent a8c7c591fa
commit c7a76e9f26
4 changed files with 1045 additions and 1012 deletions
File diff suppressed because it is too large Load Diff
+18
View File
@@ -0,0 +1,18 @@
/*
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef ATTRIBUTE_EDITORS_H
#define ATTRIBUTE_EDITORS_H
#include <Rect.h>
class BView;
class DataEditor;
extern BView *GetTypeEditorFor(BRect rect, DataEditor &editor);
#endif /* ATTRIBUTE_EDITORS_H */
File diff suppressed because it is too large Load Diff
+1
View File
@@ -11,6 +11,7 @@ App DiskProbe :
ProbeWindow.cpp
FileWindow.cpp
AttributeWindow.cpp
AttributeEditors.cpp
ProbeView.cpp
OpenWindow.cpp
;