Symbol: TPrefsWindow
src/apps/mail/MailApp.cpp
325
fPrefsWindow = new TPrefsWindow(fPrefsWindowPos,
src/apps/mail/MailApp.h
116
TPrefsWindow* fPrefsWindow;
src/apps/mail/MailApp.h
52
class TPrefsWindow;
src/apps/mail/MailWindow.h
56
class TPrefsWindow;
src/apps/mail/Prefs.cpp
275
TPrefsWindow::~TPrefsWindow()
src/apps/mail/Prefs.cpp
285
TPrefsWindow::MessageReceived(BMessage* msg)
src/apps/mail/Prefs.cpp
538
TPrefsWindow::_BuildFontMenu(BFont* font)
src/apps/mail/Prefs.cpp
592
TPrefsWindow::_BuildLevelMenu(int32 level)
src/apps/mail/Prefs.cpp
616
TPrefsWindow::_BuildAccountMenu(int32 account)
src/apps/mail/Prefs.cpp
646
TPrefsWindow::_BuildReplyToMenu(int32 account)
src/apps/mail/Prefs.cpp
669
TPrefsWindow::_BuildReplyPreambleMenu()
src/apps/mail/Prefs.cpp
692
TPrefsWindow::_BuildSignatureMenu(char* sig)
src/apps/mail/Prefs.cpp
739
TPrefsWindow::_BuildSizeMenu(BFont* font)
src/apps/mail/Prefs.cpp
764
TPrefsWindow::_BuildBoolMenu(uint32 what, const char* boolItem, bool isTrue)
src/apps/mail/Prefs.cpp
788
TPrefsWindow::_BuildWrapMenu(bool wrap)
src/apps/mail/Prefs.cpp
795
TPrefsWindow::_BuildAttachAttributesMenu(bool attachAttributes)
src/apps/mail/Prefs.cpp
821
TPrefsWindow::_BuildColoredQuotesMenu(bool quote)
src/apps/mail/Prefs.cpp
828
TPrefsWindow::_BuildEncodingMenu(uint32 encoding)
src/apps/mail/Prefs.cpp
866
TPrefsWindow::_BuildWarnUnencodableMenu(bool warnUnencodable)
src/apps/mail/Prefs.cpp
874
TPrefsWindow::_BuildSpellCheckStartOnMenu(bool spellCheckStartOn)
src/apps/mail/Prefs.cpp
882
TPrefsWindow::_BuildAutoMarkReadMenu(bool autoMarkRead)
src/apps/mail/Prefs.cpp
890
TPrefsWindow::_BuildButtonBarMenu(uint8 show)
src/apps/mail/Prefs.cpp
90
TPrefsWindow::TPrefsWindow(BPoint leftTop, BFont* font, int32* level,
src/apps/mail/Prefs.h
59
class TPrefsWindow : public BWindow {
src/apps/mail/Prefs.h
61
TPrefsWindow(BPoint leftTop, BFont* font,
src/apps/mail/Prefs.h
69
virtual ~TPrefsWindow();