#include <VolViserDlg.h>
Public Types | |
enum | { IDD = IDD_VOLVISER_DIALOG } |
Public Member Functions | |
CVolViserDlg (CWnd *pParent=NULL) | |
afx_msg void | OnDateiOpen () |
afx_msg void | OnDateiBeenden () |
void | EnableSliceView (void) |
afx_msg void | OnClose () |
afx_msg void | OnPopupZoomout () |
afx_msg void | OnPopupFarbe () |
afx_msg void | OnPopupLoeschen () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnBnClickedButtonRender () |
afx_msg void | OnBnClickedRadioFirsthit () |
afx_msg void | OnBnClickedRadioMaxint () |
afx_msg void | OnBnClickedRadioComposite () |
afx_msg void | OnBnClickedCheckTrilinear () |
afx_msg void | OnBnClickedCheckLight () |
Public Attributes | |
CTransferDisplay | m_histo_display |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
afx_msg void | OnSysCommand (UINT nID, LPARAM lParam) |
afx_msg void | OnPaint () |
afx_msg HCURSOR | OnQueryDragIcon () |
afx_msg void | OnSliceGroup () |
afx_msg void | OnRenderGroup () |
afx_msg void | OnRadioXY () |
afx_msg void | OnRadioYZ () |
afx_msg void | OnRadioXZ () |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnContextMenu (CWnd *, CPoint) |
afx_msg void | OnPopupSliceReset () |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
void | showStats () |
Protected Attributes | |
HICON | m_hIcon |
COpenGLControl | openGLControl |
VolData | volDataSet |
bool | react |
bool | wasHisto |
TissuePoint * | currentPoint |
bool | wasMove |
CCheckableGroupBox | m_slice_group |
CCheckableGroupBox | m_render_group |
CCheckableGroupBox | m_option_group |
CCheckableGroupBox | m_transfer_group |
Da es sich hier um eine Modale-Dialog-Anwendung handelt passiert hier genau alles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|