This class represents a Frame Window used to display the form contained in Offline Messages Window.
Field Summary |
||
Access | Data Type | Name |
public | CListPane * | m_ListPane |
public | CTextPane * | m_TextPane |
public | CSplitterWnd | m_wndSplitter |
Constructor Summary |
||
protected:COfflineMessagesFrameWnd() |
Destructor Summary |
||
protected:~COfflineMessagesFrameWnd() |
Method Summary |
||
void | DestroyWindow() | |
protected:BOOL | OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext) | |
protected:void | OnFileDelete() | |
protected:void | OnFileExit() | |
protected:void | OnFileReply() |
Field Detail |
m_wndSplitter
A Splitter Window object. It contains both the panes inside the Frame window. 2 static panes will be shown inside this
splitter window, one below the other.
m_ListPane
Pointer to a List Pane. It's the upper pane in the splitter window.
m_TextPane
Pointer to a Text Pane. It's the lower pane in the splitter window.
Constructor Detail |
COfflineMessagesFrameWnd()
Default constructor. Does nothing more.
Destructor Detail |
~COfflineMessagesFrameWnd()
Default destructor. Does nothing more.
Method Detail |
OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)
OnFileDelete()
Simply calls OnFileDelete() method of the Text Pane object.
OnFileExit()
Calls OnClose() message handler to close the window.
OnFileReply()
Simply calls OnFileReply() method of the Text Pane object.