Inheritance diagram for CShaderEditorDlg:
Public Types | |
enum | |
Public Member Functions | |
CShaderEditorDlg (CString label, ISubPicAllocatorPresenter *pCAP, CWnd *pParent=NULL) | |
virtual | ~CShaderEditorDlg () |
afx_msg void | OnCbnSelchangeCombo1 () |
afx_msg void | OnBnClickedButton1 () |
afx_msg void | OnBnClickedButton2 () |
afx_msg void | OnTimer (UINT nIDEvent) |
afx_msg void | OnClose () |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
Public Attributes | |
CShaderLabelComboBox | m_labels |
CComboBox | m_targets |
CShaderEdit | m_srcdata |
CEdit | m_output |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Definition at line 41 of file ShaderEditorDlg.h.