|
| CRhRdkResizingDialog (LPCTSTR lpszTemplateName, CWnd *pParentWnd=NULL) |
|
| CRhRdkResizingDialog (UINT nIDTemplate, CWnd *pParentWnd=NULL) |
|
virtual | ~CRhRdkResizingDialog () |
|
virtual BOOL32 | AddControlString (HWND hwnd, const TCHAR *szText) |
|
virtual void | DisplayData (void) |
|
virtual void | EnableDisableControls (void) |
|
virtual void * | EVF (const wchar_t *wszFunc, void *pvData) |
|
virtual BOOL32 | IsControlClipped (CWnd *pWnd) |
|
virtual void | OnPreInitResizing (void) |
|
virtual void | SetAutoSubclassGroupBoxes (BOOL32 bSubclass) |
|
virtual void | SetFillBackground (BOOL32 bFill) |
|
virtual void | SetReleaseClipping (BOOL32 bRelease) |
|
virtual void | SetResizingConstraints (BOOL32 bAllowResizeWidth, BOOL32 bAllowResizeHeight) |
|
| CRhinoDialog (LPCTSTR lpszTemplateName, CWnd *pParentWnd=nullptr) |
| Modal construct. More...
|
|
| CRhinoDialog (UINT nIDTemplate, CWnd *pParentWnd=nullptr) |
|
virtual | ~CRhinoDialog () |
|
CSize | CalcDialogSize (INT nResourceId) |
|
BOOL32 | Create (LPCTSTR lpszTemplateName, CWnd *pParentWnd=nullptr) override |
| Modeless construct. More...
|
|
BOOL32 | Create (UINT nIDTemplate, CWnd *pParentWnd=nullptr) override |
|
UINT | DialogID () |
|
LPCTSTR | DialogStringID () |
|
unsigned int | DocumentSerialNumber () const |
|
virtual INT_PTR | DoModal () override |
|
bool | EnableDisplayCommands () const |
|
void | EnableSaveDialogPositionAndSize (bool bEnable=true, const wchar_t *wRegistryTitle=nullptr) |
|
bool | InDoModal () const |
|
bool | IsSaveDialogPositionAndSizeEnabled () const |
|
void | Localize () |
|
virtual void | OnColorButtonClicked (UINT nBtnID) |
| Called by CRhColorButton if button clicked and color changed;. More...
|
|
void | OnRhinoHelpButton () |
| Dialog Utilities. More...
|
|
BOOL32 | PreTranslateMessage (MSG *pMsg) override |
| Overrides. More...
|
|
bool | PushPickButton (bool hide_this_dialog) |
|
void | SetEnableDisplayCommands (bool b) |
|
void | SetEnableDisplayCommands (bool b, unsigned int documentRuntimeSerialNumber) |
|
| 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 | 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) |
|
virtual bool | ForwardLMouseDblClickMessagesToParent (CPoint point) |
|
virtual bool | ForwardLMouseDownMessagesToParent (CPoint point) |
|
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 void | OnUnhandledEscapeAndEnter (UINT nChar) |
|
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...
|
|