CSpeakWindowFrame

Back to Classes Page

Parent Class: CFrameWnd

Document Template: pSpeakWindowDocTemplate

This class represents a Frame Window used to display the form contained in Speak Window.

Field Summary

Access Data Type Name
public CSpeakWindow * m_pView
public CToolBar m_wndToolBar

Constructor Summary

protected:CSpeakWindowFrame()

Destructor Summary

protected:~CSpeakWindowFrame()

Method Summary

void DestroyWindow()
protected:BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)

Field Detail

m_pView
Pointer to the applications main View object.

m_wndToolBar
Toolbar for the Speak Window.

Constructor Detail

CSpeakWindowFrame()
Default constructor. Does nothing more.

Destructor Detail

~CSpeakWindowFrame()
Default destructor. Does nothing more.

Method Detail

DestroyWindow()


OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)


Back to Classes Page