Searched refs:PersonWindow (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/apps/people/
H A DPersonWindow.h29 class PersonWindow : public BWindow { class in inherits:BWindow
32 PersonWindow(BRect frame, const char* title,
36 virtual ~PersonWindow();
H A DPersonWindow.cpp13 #include "PersonWindow.h"
46 PersonWindow::PersonWindow(BRect frame, const char* title, function in class:PersonWindow
126 PersonWindow::~PersonWindow()
133 PersonWindow::MenusBeginning()
168 PersonWindow::MessageReceived(BMessage* msg)
298 PersonWindow::QuitRequested()
337 PersonWindow::Show()
348 PersonWindow
[all...]
H A DPeopleApp.cpp31 #include "PersonWindow.h"
271 PersonWindow* window = _FindWindow(ref);
294 PersonWindow*
297 PersonWindow* window = new PersonWindow(fPosition,
323 TPeopleApp::_AddAttributes(PersonWindow* window) const
337 PersonWindow*
341 PersonWindow* personWindow = dynamic_cast<PersonWindow*>(window);
H A DPeopleApp.h34 class PersonWindow;
47 PersonWindow* _FindWindow(const entry_ref&) const;
48 PersonWindow* _NewWindow(entry_ref* = NULL, BMessage* = NULL);
49 void _AddAttributes(PersonWindow* window) const;

Completed in 43 milliseconds