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:
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -11,6 +11,7 @@ App DiskProbe :
|
||||
ProbeWindow.cpp
|
||||
FileWindow.cpp
|
||||
AttributeWindow.cpp
|
||||
AttributeEditors.cpp
|
||||
ProbeView.cpp
|
||||
OpenWindow.cpp
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user