|
Public Types |
enum | { IDD = IDD_VOLUMILLGUI_DIALOG
} |
Public Member Functions |
| CVoluMillGUIDlg (const std::string &cfgPath, CWnd *pParent=NULL) |
virtual | ~CVoluMillGUIDlg () |
afx_msg void | OnBnClickedButtonPartDxf () |
afx_msg void | OnBnClickedCheckAutoCalculateSlotParameters () |
afx_msg void | OnBnClickedButtonNcOutputFilename () |
afx_msg void | OnBnClickedButtonGcodeStartFilename () |
afx_msg void | OnBnClickedButtonGcodeToolChangeFilename () |
afx_msg void | OnBnClickedButtonGcodeEndFilename () |
afx_msg void | OnBnClickedHelp () |
afx_msg void | OnEnKillfocusEditToolDiameter () |
afx_msg void | OnEnKillfocusEditFeedrate () |
afx_msg void | OnEnKillfocusEditDepthOfCut () |
afx_msg void | OnEnKillfocusEditStepover () |
afx_msg void | OnBnClickedCheckGcodeStartMacro () |
afx_msg void | OnBnClickedCheckGcodeToolChangeMacro () |
afx_msg void | OnBnClickedCheckGcodeEndMacro () |
afx_msg void | OnBnClickedPostVariables () |
afx_msg void | OnBnClickedButtonEditorFilename () |
afx_msg void | OnBnClickedButtonLayers () |
afx_msg void | OnBnClickedCheckCleanupMachining () |
Protected Member Functions |
virtual void | DoDataExchange (CDataExchange *pDX) |
BOOL | CanExit () |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSysCommand (UINT nID, LPARAM lParam) |
afx_msg void | OnPaint () |
afx_msg HCURSOR | OnQueryDragIcon () |
afx_msg void | OnClose () |
virtual void | OnOK () |
virtual void | OnCancel () |
Protected Attributes |
exchange::VoluMill2dInput | m_input |
SessionParams | m_sessionParams |
const std::string & | m_cfgPath |
CVoluMillGUIDlgAutoProxy * | m_pAutoProxy |
HICON | m_hIcon |
Friends |
class | CVoluMillGUIDlgAutoProxy |