CMainFrame Class Reference


Detailed Description
CMainFrame.Public Member Functions | |
| CPropertyBar * | GetPropertyBar () |
| Access to the Property bar. | |
| CPropertyBar * | GetDependentBar () |
| Access to the Dependent bar. | |
Protected Member Functions | |
| afx_msg LRESULT | OnSetTaskMessageString (WPARAM wp, LPARAM lp) |
| Method CMainFrame::OnSetTaskMessageString. | |
Protected Attributes | |
| CBCGPMenuBar | m_wndMenuBar |
| Control for the menu bar. | |
| CBCGPToolBar | m_wndToolBar |
| Control for the main toolbar. | |
| CBCGPStatusBar | m_wndStatusBar |
| Control for the status bar. | |
| CFormatToolBar | m_wndTextBar |
| Control for the Format toolbar. | |
| CBCGPToolBar | m_wndVisuBar |
| Control for the Visualisation toolbar. | |
| CBCGPToolBar | m_wndObjBar |
| Control for the Object toolbar. | |
| CBCGPToolBar | m_wndConstrBar |
| Control for the Construction toolbar. | |
| CBCGPToolBar | m_wndExplorBar |
| Control for the Exploration toolbar. | |
| CBCGPDropDownToolBar | m_wndPointOnBar |
| Control for the "Point on" dropdown menu. | |
| CBCGPDropDownToolBar | m_wndIntersectBar |
| Control for the "Intersection" dropdown menu. | |
| CBCGPDropDownToolBar | m_wndDivPointBar |
| Control for the "Various Point" dropdown menu. | |
| CPropertyBar | m_wndPropertyBar |
| Control for the modeless object properties dialog. | |
| CDependentBar | m_wndDependentBar |
| Control for the modeless object properties dialog. | |
| CBCGPToolBarImages | m_UserImages |
| List of user-defined images (for configuring the interface). | |
| CFont | m_fontVertCaption |
| Font for the vertical caption in the File menu. | |
| CBitmap | m_bmpVertCaption |
| Logo for the vertical caption in the File menu. | |
| UINT | m_nAppLook |
| Current look-and-feel of the application. | |
Member Function Documentation
| CPropertyBar* GetPropertyBar | ( | ) | [inline] |
Access to the Property bar.
| CPropertyBar* GetDependentBar | ( | ) | [inline] |
Access to the Dependent bar.
| afx_msg LRESULT OnSetTaskMessageString | ( | WPARAM | wp, | |
| LPARAM | lp | |||
| ) | [protected] |
Member Data Documentation
CBCGPMenuBar m_wndMenuBar [protected] |
Control for the menu bar.
CBCGPToolBar m_wndToolBar [protected] |
Control for the main toolbar.
CBCGPStatusBar m_wndStatusBar [protected] |
Control for the status bar.
CFormatToolBar m_wndTextBar [protected] |
Control for the Format toolbar.
CBCGPToolBar m_wndVisuBar [protected] |
Control for the Visualisation toolbar.
CBCGPToolBar m_wndObjBar [protected] |
Control for the Object toolbar.
CBCGPToolBar m_wndConstrBar [protected] |
Control for the Construction toolbar.
CBCGPToolBar m_wndExplorBar [protected] |
Control for the Exploration toolbar.
CBCGPDropDownToolBar m_wndPointOnBar [protected] |
Control for the "Point on" dropdown menu.
CBCGPDropDownToolBar m_wndIntersectBar [protected] |
Control for the "Intersection" dropdown menu.
CBCGPDropDownToolBar m_wndDivPointBar [protected] |
Control for the "Various Point" dropdown menu.
CPropertyBar m_wndPropertyBar [protected] |
Control for the modeless object properties dialog.
CDependentBar m_wndDependentBar [protected] |
Control for the modeless object properties dialog.
CBCGPToolBarImages m_UserImages [protected] |
List of user-defined images (for configuring the interface).
CFont m_fontVertCaption [protected] |
Font for the vertical caption in the File menu.
CBitmap m_bmpVertCaption [protected] |
Logo for the vertical caption in the File menu.
UINT m_nAppLook [protected] |
Current look-and-feel of the application.



