CAccountView 36 AccountView.cpp CAccountView::~CAccountView() CAccountView 40 AccountView.cpp void CAccountView::DoDataExchange(CDataExchange* pDX) CAccountView 65 AccountView.cpp void CAccountView::Dump(CDumpContext& dc) const CAccountView 74 AccountView.cpp void CAccountView::OnSize(UINT nType, int cx, int cy) CAccountView 91 AccountView.cpp void CAccountView::OnInitialUpdate() CAccountView 162 AccountView.cpp void CAccountView::OnSelchangeAccount() CAccountView 203 AccountView.cpp BOOL CAccountView::PreCreateWindow(CREATESTRUCT& cs) CAccountView 209 AccountView.cpp BOOL CAccountView::PreTranslateMessage(MSG* pMsg) CAccountView 220 AccountView.cpp void CAccountView::RenameAccount(const char *org, const char *dst) CAccountView 243 AccountView.cpp void CAccountView::CreateNewAccount(const char *name) CAccountView 296 AccountView.cpp int CAccountView::GetAccountNum(CString account) CAccountView 305 AccountView.cpp void CAccountView::SetStatusBarProgress(int current, int upper, CString account) CAccountView 317 AccountView.cpp void CAccountView::SetStatusBarText(LPCSTR text, CString account) CAccountView 328 AccountView.cpp char* CAccountView::GetCurrentAccountName() CAccountView 333 AccountView.cpp BOOL CAccountView::IsFetching(char *account_name) CAccountView 340 AccountView.cpp void CAccountView::SetFetchStatus(char *account_name, BOOL status) CAccountView 347 AccountView.cpp BOOL CAccountView::GetButtonStatus(char *account, int id) CAccountView 386 AccountView.cpp void CAccountView::SetButtonStatus(char *account, int id, BOOL status) CAccountView 419 AccountView.cpp CString CAccountView::GetFirstAccountName() CAccountView 20 AccountView.h CAccountView(); // 動的生成に使用されるプロテクト コンストラクタ。 CAccountView 74 AccountView.h virtual ~CAccountView(); CAccountView 87 FetchMail.cpp CAccountView *av = mf->m_pAcntV; CAccountView 215 MainFrm.cpp m_wndSplitT2.CreateView(0,0,RUNTIME_CLASS(CAccountView),CSize(0, 0),pContext); CAccountView 227 MainFrm.cpp m_pAcntV = (CAccountView*)m_wndSplitT2.GetPane(0, 0); CAccountView 324 SummaryView.cpp CAccountView *av = (CAccountView*)mf->m_pAcntV;