CUploadsWnd Class Reference

#include <UploadsWnd.h>

List of all members.

Public Member Functions

 CUploadsWnd ()
void SaveAll ()
void ApplyLanguageToMenu (CMenu *menu)
BOOL Create (CWnd *pWndParent)
virtual ~CUploadsWnd ()

Static Public Member Functions

static BOOL LoadFumCoreDll (bool bShowUI=false)
static HMENU Plugin_GetViewMenu ()
static HMENU Plugin_GetMainMenu ()
static void Plugin_SetLanguage (wgLanguage, HMENU hMenuMain, HMENU hMenuView)
static void Plugin_GetPluginNames (LPCSTR *ppszLong, LPCSTR *ppszShort)
static void Plugin_GetMenuViewItems (wgMenuViewItem **ppItems, int *)
static void Plugin_GetMenuImages (fsSetImage **ppImages, int *pcImages)
static void Plugin_GetToolBarInfo (wgTButtonInfo **ppButtons, int *pcButtons)
static HWND Plugin_CreateMainWindow (HWND hWndParent)

Public Attributes

vmsUploadsDll::vmsUploadsWndm_pwndUploads

Protected Member Functions

afx_msg void OnUploadsCmd (UINT nCmd)
afx_msg void OnLogShowCol (UINT nID)
afx_msg void OnListShowCol (UINT nID)
void UpdateListColMenu (CMenu *menu)
void ApplyLanguageToMenuView (CMenu *menu)
void UpdateLogColMenu (CMenu *menu)
afx_msg LRESULT OnUpdateMenuView (WPARAM, LPARAM lp)
afx_msg LRESULT OnInsert (WPARAM, LPARAM)
int UpdateToolBar (UINT nID)
afx_msg LRESULT OnUpdateToolBar (WPARAM wp, LPARAM)
void UpdateMenu (CMenu *menu)
afx_msg LRESULT OnUpdateMenu (WPARAM, LPARAM lp)
afx_msg LRESULT OnAppQueryExit (WPARAM, LPARAM)
afx_msg LRESULT OnAppExit (WPARAM, LPARAM)
afx_msg int OnCreate (LPCREATESTRUCT lpCreateStruct)
afx_msg void OnSize (UINT nType, int cx, int cy)

Protected Attributes

vmsUploadsDllCaller m_udc

Static Protected Attributes

static HMODULE m_hUploadsDll = NULL


Detailed Description

Definition at line 18 of file UploadsWnd.h.


Constructor & Destructor Documentation

CUploadsWnd::CUploadsWnd (  ) 

Definition at line 23 of file UploadsWnd.cpp.

References m_pwndUploads, and NULL.

CUploadsWnd::~CUploadsWnd (  )  [virtual]

Definition at line 28 of file UploadsWnd.cpp.


Member Function Documentation

BOOL CUploadsWnd::LoadFumCoreDll ( bool  bShowUI = false  )  [static]

HMENU CUploadsWnd::Plugin_GetViewMenu (  )  [static]

Definition at line 306 of file UploadsWnd.cpp.

References IDM_UPLOADS_VIEW.

Referenced by fsPluginMgr::LoadBuiltIn().

HMENU CUploadsWnd::Plugin_GetMainMenu (  )  [static]

void CUploadsWnd::SaveAll (  ) 

Definition at line 233 of file UploadsWnd.cpp.

References m_pwndUploads, and vmsUploadsDll::vmsUploadsWnd::SaveAll().

Referenced by OnAppExit(), and CMainFrame::OnSaveall().

void CUploadsWnd::ApplyLanguageToMenu ( CMenu *  menu  ) 

void CUploadsWnd::Plugin_SetLanguage ( wgLanguage  ,
HMENU  hMenuMain,
HMENU  hMenuView 
) [static]

void CUploadsWnd::Plugin_GetPluginNames ( LPCSTR ppszLong,
LPCSTR ppszShort 
) [static]

Definition at line 113 of file UploadsWnd.cpp.

References L_UPLOADS, and LSNP.

Referenced by fsPluginMgr::LoadBuiltIn().

void CUploadsWnd::Plugin_GetMenuViewItems ( wgMenuViewItem **  ppItems,
int *   
) [static]

Definition at line 108 of file UploadsWnd.cpp.

References NULL.

Referenced by fsPluginMgr::LoadBuiltIn().

void CUploadsWnd::Plugin_GetMenuImages ( fsSetImage **  ppImages,
int *  pcImages 
) [static]

void CUploadsWnd::Plugin_GetToolBarInfo ( wgTButtonInfo **  ppButtons,
int *  pcButtons 
) [static]

HWND CUploadsWnd::Plugin_CreateMainWindow ( HWND  hWndParent  )  [static]

Definition at line 64 of file UploadsWnd.cpp.

References Create(), and fsnew1.

Referenced by fsPluginMgr::LoadBuiltIn().

BOOL CUploadsWnd::Create ( CWnd *  pWndParent  ) 

Definition at line 53 of file UploadsWnd.cpp.

References FALSE, NULL, and TRUE.

Referenced by Plugin_CreateMainWindow().

void CUploadsWnd::OnUploadsCmd ( UINT  nCmd  )  [protected]

Definition at line 311 of file UploadsWnd.cpp.

References vmsUploadsDll::vmsUploadsWnd::get_Wnd(), and m_pwndUploads.

Referenced by OnInsert().

void CUploadsWnd::OnLogShowCol ( UINT  nID  )  [protected]

void CUploadsWnd::OnListShowCol ( UINT  nID  )  [protected]

void CUploadsWnd::UpdateListColMenu ( CMenu *  menu  )  [protected]

void CUploadsWnd::ApplyLanguageToMenuView ( CMenu *  menu  )  [protected]

void CUploadsWnd::UpdateLogColMenu ( CMenu *  menu  )  [protected]

LRESULT CUploadsWnd::OnUpdateMenuView ( WPARAM  ,
LPARAM  lp 
) [protected]

Definition at line 189 of file UploadsWnd.cpp.

References UpdateListColMenu(), and UpdateLogColMenu().

LRESULT CUploadsWnd::OnInsert ( WPARAM  ,
LPARAM   
) [protected]

Definition at line 183 of file UploadsWnd.cpp.

References ID_UPL_CREATENEW, and OnUploadsCmd().

int CUploadsWnd::UpdateToolBar ( UINT  nID  )  [protected]

LRESULT CUploadsWnd::OnUpdateToolBar ( WPARAM  wp,
LPARAM   
) [protected]

Definition at line 163 of file UploadsWnd.cpp.

References UpdateToolBar().

void CUploadsWnd::UpdateMenu ( CMenu *  menu  )  [protected]

Definition at line 157 of file UploadsWnd.cpp.

References m_pwndUploads, and vmsUploadsDll::vmsUploadsWnd::UpdateMenu().

Referenced by OnUpdateMenu().

LRESULT CUploadsWnd::OnUpdateMenu ( WPARAM  ,
LPARAM  lp 
) [protected]

Definition at line 151 of file UploadsWnd.cpp.

References UpdateMenu().

LRESULT CUploadsWnd::OnAppQueryExit ( WPARAM  ,
LPARAM   
) [protected]

Definition at line 146 of file UploadsWnd.cpp.

LRESULT CUploadsWnd::OnAppExit ( WPARAM  ,
LPARAM   
) [protected]

int CUploadsWnd::OnCreate ( LPCREATESTRUCT  lpCreateStruct  )  [protected]

Definition at line 205 of file UploadsWnd.cpp.

References ASSERT, FALSE, LoadFumCoreDll(), m_hUploadsDll, m_pwndUploads, m_udc, and NULL.

void CUploadsWnd::OnSize ( UINT  nType,
int  cx,
int  cy 
) [protected]

Definition at line 227 of file UploadsWnd.cpp.

References vmsUploadsDll::vmsUploadsWnd::get_Wnd(), and m_pwndUploads.


Member Data Documentation

HMODULE CUploadsWnd::m_hUploadsDll = NULL [static, protected]

Definition at line 50 of file UploadsWnd.h.

Referenced by LoadFumCoreDll(), and OnCreate().

Definition at line 52 of file UploadsWnd.h.

Referenced by OnCreate().


The documentation for this class was generated from the following files:

Generated on Sun May 25 00:20:56 2008 by  doxygen 1.5.6