Symbol: PersonWindow
src/apps/people/PeopleApp.cpp
271
PersonWindow* window = _FindWindow(ref);
src/apps/people/PeopleApp.cpp
294
PersonWindow*
src/apps/people/PeopleApp.cpp
297
PersonWindow* window = new PersonWindow(fPosition,
src/apps/people/PeopleApp.cpp
323
TPeopleApp::_AddAttributes(PersonWindow* window) const
src/apps/people/PeopleApp.cpp
337
PersonWindow*
src/apps/people/PeopleApp.cpp
341
PersonWindow* personWindow = dynamic_cast<PersonWindow*>(window);
src/apps/people/PeopleApp.h
34
class PersonWindow;
src/apps/people/PeopleApp.h
47
PersonWindow* _FindWindow(const entry_ref&) const;
src/apps/people/PeopleApp.h
48
PersonWindow* _NewWindow(entry_ref* = NULL, BMessage* = NULL);
src/apps/people/PeopleApp.h
49
void _AddAttributes(PersonWindow* window) const;
src/apps/people/PersonWindow.cpp
126
PersonWindow::~PersonWindow()
src/apps/people/PersonWindow.cpp
133
PersonWindow::MenusBeginning()
src/apps/people/PersonWindow.cpp
168
PersonWindow::MessageReceived(BMessage* msg)
src/apps/people/PersonWindow.cpp
298
PersonWindow::QuitRequested()
src/apps/people/PersonWindow.cpp
337
PersonWindow::Show()
src/apps/people/PersonWindow.cpp
348
PersonWindow::AddAttribute(const char* label, const char* attribute)
src/apps/people/PersonWindow.cpp
355
PersonWindow::SetInitialValues(BMessage* message)
src/apps/people/PersonWindow.cpp
370
PersonWindow::SaveAs()
src/apps/people/PersonWindow.cpp
405
PersonWindow::RefersPersonFile(const entry_ref& ref) const
src/apps/people/PersonWindow.cpp
414
PersonWindow::_GetDefaultFileName(char* name)
src/apps/people/PersonWindow.cpp
426
PersonWindow::_SetToRef(entry_ref* ref)
src/apps/people/PersonWindow.cpp
440
PersonWindow::_WatchChanges(bool enable)
src/apps/people/PersonWindow.cpp
46
PersonWindow::PersonWindow(BRect frame, const char* title,
src/apps/people/PersonWindow.h
29
class PersonWindow : public BWindow {
src/apps/people/PersonWindow.h
32
PersonWindow(BRect frame, const char* title,
src/apps/people/PersonWindow.h
36
virtual ~PersonWindow();