|
| virtual bool | ForwardLMouseDblClickMessagesToParent (CPoint point) |
| |
| virtual bool | ForwardLMouseDownMessagesToParent (CPoint point) |
| |
| virtual void | OnExpandTab (int iTabIndex, bool bExpand) |
| |
| virtual void | OnHideTab (int iTabIndex, bool bHide) |
| |
| virtual BOOL32 | OnInitDialog () |
| |
| virtual void | OnUnhandledEscapeAndEnter (UINT nChar) |
| |
| virtual BOOL32 | PreCreateWindow (CREATESTRUCT &cs) |
| |
| virtual BOOL32 | PreTranslateMessage (MSG *pMsg) |
| |
| virtual LRESULT | WindowProc (UINT message, WPARAM wParam, LPARAM lParam) |
| |
Public Member Functions inherited from CRhinoUiDockBarClientExpandableTabPage |
| | CRhinoUiDockBarClientExpandableTabPage (LPCTSTR lpszTemplateName=NULL, CWnd *pParentWnd=NULL) |
| |
| | CRhinoUiDockBarClientExpandableTabPage (UINT nIDTemplate, CWnd *pParentWnd=NULL) |
| |
| virtual | ~CRhinoUiDockBarClientExpandableTabPage () |
| |
Public Member Functions inherited from CRhinoUiExpandableTabPage |
| | CRhinoUiExpandableTabPage (LPCTSTR lpszTemplateName=NULL, CWnd *pParentWnd=NULL) |
| |
| | CRhinoUiExpandableTabPage (UINT nIDTemplate, CWnd *pParentWnd=NULL) |
| |
| virtual | ~CRhinoUiExpandableTabPage () |
| |
| const CRhinoUiExpandableTabCtrlItem * | GetExpandableTabCtrlItem () const |
| |
| CRhinoUiExpandableTabCtrl * | GetTabCtrl () const |
| |
| afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
| |
| afx_msg BOOL32 | OnEraseBkgnd (CDC *pDC) |
| |
| afx_msg void | OnSysColorChange () |
| |
| LPCTSTR | PageName () const |
| |
| bool | SetUseSpecialColors (bool b) |
| |
| bool | UseSpecialColors () const |
| |
| | CRhinoUiDialog (LPCTSTR lpszTemplateName=NULL, CWnd *pParentWnd=NULL) |
| |
| | CRhinoUiDialog (UINT nIDTemplate, CWnd *pParentWnd=NULL) |
| |
| virtual | ~CRhinoUiDialog () |
| |
| bool | AddResizeControl (bool b) |
| |
| bool | AllowEscapeAndEnter () const |
| |
| void | CallOnUpdateUi () |
| |
| virtual BOOL32 | Create (LPCTSTR lpszTemplateName, CWnd *pParentWnd=NULL) |
| | Modeless construct. More...
|
| |
| virtual BOOL32 | Create (UINT nIDTemplate, CWnd *pParentWnd=NULL) |
| |
| virtual BOOL32 | CreateIndirect (HGLOBAL hDialogTemplate, CWnd *pParentWnd=NULL) |
| |
| virtual BOOL32 | CreateIndirect (LPCDLGTEMPLATE lpDialogTemplate, CWnd *pParentWnd=NULL, void *lpDialogInit=NULL) |
| |
| AFX_MODULE_STATE * | DialogModuleState () |
| |
| UINT | DialogTemplateID () const |
| |
| LPCTSTR | DialogTemplateName () const |
| |
| void | DisableAllDialogItems () |
| |
| INT_PTR | DoModal () |
| |
| void | EnableAllDlgControls (bool bEnable) |
| |
| bool | EnableDialogItem (UINT nItemID, bool bEnable) |
| |
| int | EnableDialogItems (CUIntArray &nItemIDArray, bool bEnable) |
| |
| int | EnableDialogItems (UINT *nItemIDArray, int iArraySize, bool bEnable) |
| |
| bool | GetDlgItemRect (UINT nID, CRect &rc) |
| |
| bool | IsDialogItemEnabled (UINT nItemID) const |
| |
| bool | IsResizable () |
| |
| bool | IsRhinoFlagSet (rhino_dialog_flags flag) const |
| |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| |
| afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
| |
| afx_msg void | OnDestroy () |
| |
| afx_msg void | OnGetMinMaxInfo (MINMAXINFO *lpMMI) |
| |
| afx_msg void | OnLButtonDblClk (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| |
| afx_msg LRESULT | OnNcHitTest (CPoint point) |
| |
| afx_msg void | OnPaint () |
| |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| |
| virtual bool | OverrideAllowEscapeAndEnter (MSG *msg) |
| |
| void | PaintGradientTitleRect (CDC *pDC, LPRECT lpRect, const char *lpsCaption=0, bool bActiveWindow=TRUE) |
| |
| void | PaintGradientTitleRect (CDC *pDC, LPRECT lpRect, const wchar_t *lpsCaption=0, bool bActiveWindow=TRUE) |
| |
| void | RestoreAllDisabledDialogItems () |
| |
| int | RhinoFlags () const |
| |
| bool | SetAllowEscapeAndEnter (bool b) |
| |
| bool | SetDlgItemToolTip (CWnd *pWndCtrl, const char *lpsToolTip) |
| |
| bool | SetDlgItemToolTip (CWnd *pWndCtrl, const wchar_t *lpsToolTip) |
| |
| bool | SetDlgItemToolTip (UINT nID, const char *lpsToolTip) |
| |
| bool | SetDlgItemToolTip (UINT nID, const wchar_t *lpsToolTip) |
| |
| bool | SetMinSizeToCurrentSize () |
| |
| bool | SetRhinoFlag (rhino_dialog_flags flag, bool b) |
| |
| int | SetRhinoFlags (int iFlags) |
| |
| void | SetToolTipOwner (CWnd *pWnd) |
| | Ported from CRhinoUiDialog. More...
|
| |