Symbol: AttributeWindow
src/apps/diskprobe/AttributeWindow.cpp
159
AttributeWindow::~AttributeWindow()
src/apps/diskprobe/AttributeWindow.cpp
166
AttributeWindow::MessageReceived(BMessage *message)
src/apps/diskprobe/AttributeWindow.cpp
202
AttributeWindow::QuitRequested()
src/apps/diskprobe/AttributeWindow.cpp
216
AttributeWindow::Contains(const entry_ref &ref, const char *attribute)
src/apps/diskprobe/AttributeWindow.cpp
89
AttributeWindow::AttributeWindow(BRect _rect, entry_ref *ref,
src/apps/diskprobe/AttributeWindow.h
16
class AttributeWindow : public ProbeWindow {
src/apps/diskprobe/AttributeWindow.h
18
AttributeWindow(BRect rect, entry_ref* ref,
src/apps/diskprobe/AttributeWindow.h
21
virtual ~AttributeWindow();
src/apps/diskprobe/DiskProbe.cpp
326
window = new AttributeWindow(rect, &ref, attribute,
src/preferences/filetypes/AttributeWindow.cpp
272
AttributeWindow::~AttributeWindow()
src/preferences/filetypes/AttributeWindow.cpp
278
AttributeWindow::_CurrentType() const
src/preferences/filetypes/AttributeWindow.cpp
293
AttributeWindow::_DefaultDisplayAs() const
src/preferences/filetypes/AttributeWindow.cpp
300
AttributeWindow::_CheckDisplayAs()
src/preferences/filetypes/AttributeWindow.cpp
330
AttributeWindow::_CheckAcceptable()
src/preferences/filetypes/AttributeWindow.cpp
352
AttributeWindow::_NewItemFromCurrent()
src/preferences/filetypes/AttributeWindow.cpp
392
AttributeWindow::MessageReceived(BMessage* message)
src/preferences/filetypes/AttributeWindow.cpp
485
AttributeWindow::QuitRequested()
src/preferences/filetypes/AttributeWindow.cpp
81
AttributeWindow::AttributeWindow(FileTypesWindow* target, BMimeType& mimeType,
src/preferences/filetypes/AttributeWindow.h
25
class AttributeWindow : public BWindow {
src/preferences/filetypes/AttributeWindow.h
27
AttributeWindow(FileTypesWindow* target, BMimeType& type,
src/preferences/filetypes/AttributeWindow.h
29
virtual ~AttributeWindow();
src/preferences/filetypes/FileTypesWindow.cpp
873
BWindow* window = new AttributeWindow(this, fCurrentType,
src/preferences/filetypes/FileTypesWindow.cpp
885
BWindow* window = new AttributeWindow(this, fCurrentType, NULL);