Searched refs:AttributeWindow (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/diskprobe/
H A DAttributeWindow.h16 class AttributeWindow : public ProbeWindow { class in inherits:ProbeWindow
18 AttributeWindow(BRect rect, entry_ref* ref,
21 virtual ~AttributeWindow();
H A DAttributeWindow.cpp7 #include "AttributeWindow.h"
28 #define B_TRANSLATION_CONTEXT "AttributeWindow"
89 AttributeWindow::AttributeWindow(BRect _rect, entry_ref *ref, function in class:AttributeWindow
159 AttributeWindow::~AttributeWindow()
166 AttributeWindow::MessageReceived(BMessage *message)
202 AttributeWindow::QuitRequested()
216 AttributeWindow::Contains(const entry_ref &ref, const char *attribute)
H A DDiskProbe.cpp30 #include "AttributeWindow.h"
326 window = new AttributeWindow(rect, &ref, attribute,
/haiku/src/preferences/filetypes/
H A DAttributeWindow.h25 class AttributeWindow : public BWindow { class in inherits:BWindow
27 AttributeWindow(FileTypesWindow* target, BMimeType& type,
29 virtual ~AttributeWindow();
H A DAttributeWindow.cpp7 #include "AttributeWindow.h"
81 AttributeWindow::AttributeWindow(FileTypesWindow* target, BMimeType& mimeType, function in class:AttributeWindow
272 AttributeWindow::~AttributeWindow()
278 AttributeWindow::_CurrentType() const
293 AttributeWindow::_DefaultDisplayAs() const
300 AttributeWindow::_CheckDisplayAs()
330 AttributeWindow::_CheckAcceptable()
352 AttributeWindow
[all...]
H A DFileTypesWindow.cpp8 #include "AttributeWindow.h"
873 BWindow* window = new AttributeWindow(this, fCurrentType,
885 BWindow* window = new AttributeWindow(this, fCurrentType, NULL);

Completed in 69 milliseconds