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

/haiku/src/apps/mail/
H A DMailApp.cpp101 TMailApp::TMailApp() function in class:TMailApp
153 TMailApp::~TMailApp()
159 TMailApp::ArgvReceived(int32 argc, char **argv)
249 TMailApp::MessageReceived(BMessage *msg)
432 TMailApp::QuitRequested()
462 TMailApp::ReadyToRun()
596 TMailApp::RefsReceived(BMessage *msg)
683 TMailApp
[all...]
H A DMailApp.h56 class TMailApp : public BApplication { class in inherits:BApplication
58 TMailApp();
59 virtual ~TMailApp();
H A DMailWindow.h54 class TMailApp;
72 TMailApp* app, const entry_ref* ref,
145 TMailApp* fApp;
H A DAddressTextControl.cpp135 PersonList& peopleList = static_cast<TMailApp*>(be_app)->People();
453 static_cast<TMailApp*>(be_app)->PeopleQueryList().AddListener(this);
459 static_cast<TMailApp*>(be_app)->PeopleQueryList().RemoveListener(this);
489 PersonList& peopleList = static_cast<TMailApp*>(be_app)->People();
495 GroupList& groupList = static_cast<TMailApp*>(be_app)->PeopleGroups();
H A DHeader.cpp341 // of TMailApp here....
342 if (TMailApp* app = dynamic_cast<TMailApp*>(be_app))
H A DMailWindow.cpp187 TMailWindow::TMailWindow(BRect rect, const char* title, TMailApp* app,
1290 = static_cast<TMailApp*>(be_app)->FindWindow(nextRef);
1601 TMailWindow* window = static_cast<TMailApp*>(be_app)

Completed in 45 milliseconds