This dialog changes the shown layer and the transferfunction can be setup. More...
#include <TransferDialog.h>
Public Types | |
enum | { IDD = IDD_TRANSFERDIALOG } |
Public Member Functions | |
CTransferDialog (CWnd *pParent=NULL) | |
virtual BOOL | OnInitDialog () |
void | setFlowData (FlowData *data) |
void | setOpenGLControl (COpenGLControl *gl) |
void | updateStaticColor () |
afx_msg void | OnBnClickedButtonLoad () |
afx_msg void | OnBnClickedButtonNew () |
afx_msg void | OnBnClickedButtonAddAlpha () |
afx_msg void | OnBnClickedButtonRemAlpha () |
afx_msg void | OnBnClickedButtonResetAlpha () |
afx_msg void | OnBnClickedButtonResetColor () |
afx_msg void | OnBnClickedButtonRemColor () |
afx_msg void | OnBnClickedButtonAddColor () |
afx_msg void | OnCbnSelchangeComboLayer () |
afx_msg void | OnPaint () |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
afx_msg void | OnNMReleasedcaptureSliderColor (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnBnClickedButtonNextColor () |
afx_msg void | OnBnClickedButtonPrevColor () |
Public Attributes | |
CComboBox | m_combo_layer |
CString | m_layer_value |
CStatic | m_paint_histogram |
CStatic | m_paint_colorfunction |
CStatic | m_paint_alphafunction |
CStatic | m_static_colorvalue |
CString | m_colorvalue_value |
CSliderCtrl | m_slider_color |
int | m_slider_color_value |
CSliderCtrl | m_slider_alphavalue |
int | m_slider_alphavalue_value |
CComboBox | m_combo_preset |
CString | m_combo_preset_value |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
This dialog changes the shown layer and the transferfunction can be setup.