|
| CRhinoUiOptionsListCtrlPushButton (LPCTSTR lpsLabel=NULL, LPCTSTR lpsButtonCaption=NULL, int iIndentLevel=0) |
|
virtual | ~CRhinoUiOptionsListCtrlPushButton () |
|
bool | BeginEditItem (CRhinoUiOptionsListCtrl &list_ctrl, const CRect rEdit, begin_edit_item_reason eir) |
|
void | MoveItemWindow (CRhinoUiOptionsListCtrl &list_ctrl, const CRect rEdit) |
|
afx_msg void | OnBnClicked () |
|
void | OnDrawItem (CDC &dc, const CRect &rItem, const CRect &rDeflate) const |
|
virtual bool | OnItemButtonClicked () |
|
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
|
afx_msg BOOL32 | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
|
void | SetText (LPCTSTR lps) |
|
| CRhinoUiButton () |
|
virtual | ~CRhinoUiButton () |
|
COLORREF | ButtonColor () const |
|
bool | ButtonIsHot () const |
|
void | DrawButtonBitmap (CDC &dc, CRect r) |
|
bool | DrawButtonFrame () const |
|
void | DrawButtonText (CDC &dc, CRect rText) |
|
virtual void | DrawItem (LPDRAWITEMSTRUCT) |
|
CImageList * | GetImageList (image_list il) const |
|
CSize | GetImageListImageSize (image_list il) const |
|
int | GetImageListIndex (image_list il) const |
|
const wchar_t * | GetToolTipText () const |
|
bool | IsBitmapButton () const |
|
bool | IsColorButton () const |
|
bool | IsMenuButton () const |
|
virtual bool | OnColorButtonClicked () |
|
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
|
void | OnCustomMouseButtonDown () |
|
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| Event handlers. More...
|
|
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
|
afx_msg void | OnMButtonDown (UINT nFlags, CPoint point) |
|
afx_msg void | OnMButtonUp (UINT nFlags, CPoint point) |
|
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
|
afx_msg void | OnPaint () |
|
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
|
afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
|
afx_msg void | OnTimer (UINT_PTR nIDEvent) |
|
void | SetButtonColor (COLORREF cr=ON_UNSET_COLOR) |
|
CImageList * | SetImageList (CImageList *pImageList, image_list il) |
|
int | SetImageListIndex (int iIndex, image_list il) |
|
bool | SetIsMenuButton (bool b) |
|
bool | SetSuppressButtonFrameWhenNotHot (bool b) |
|
void | SetSuppressTextWhenEnabled (bool b) |
|
void | SetToolTipText (const wchar_t *lpsTip) |
|
bool | SuppressButtonFrameWhenNotHot () const |
|
bool | SuppressTextWhenEnabled () const |
|
| CRhinoUiOptionsListCtrlItem (const CRhinoUiOptionsListCtrlItem &) |
|
| CRhinoUiOptionsListCtrlItem (control_type ct=ct_invalid, LPCTSTR lpsLabel=NULL, LPCTSTR lpsText=NULL, int iIndentLevel=0) |
|
virtual | ~CRhinoUiOptionsListCtrlItem () |
|
bool | AutoDelete () const |
|
control_type | ControlType () const |
|
void | DrawItemText (CDC &dc, const CString &s, const CRect &rItem, const CRect &rDeflate) const |
|
bool | GetItemProperty (item_property iprop) const |
|
bool | GetItemState (item_state istate) const |
|
CRhinoUiOptionsListCtrl * | GetListCtrl () const |
|
int | IndentLevel () const |
|
bool | IsEnabled () const |
|
bool | IsFullRowItem () const |
|
bool | IsItemExpandable () const |
|
bool | IsItemHidden () const |
|
bool | IsReadOnly () const |
|
virtual int | ItemHeight () const |
|
unsigned int | ItemID () const |
|
LPCTSTR | Label () const |
|
COLORREF | LabelBackGroundColor () const |
|
COLORREF | LabelTextColor () const |
|
const CRhinoUiOptionsListCtrlItem & | operator= (const CRhinoUiOptionsListCtrlItem &) |
|
int | ParentIndex () const |
|
bool | SetAutoDelete (bool b) |
|
int | SetIndentLevel (int iIndentLevel) |
|
bool | SetIsEnabled (bool b) |
|
bool | SetIsFullRowItem (bool b) |
|
bool | SetIsReadOnly (bool b) |
|
bool | SetItemProperty (item_property iprop, bool bEnabled) |
|
bool | SetItemState (item_state istate, bool bEnabled) |
|
bool | SetLabel (LPCTSTR lpsLabel) |
|
COLORREF | SetLabelBackGroundColor (COLORREF cr) |
|
COLORREF | SetLabelTextColor (COLORREF cr) |
|
bool | SetParentIndex (int iItem) |
|
bool | SetUseLabelColors (bool b) |
|
virtual LPCTSTR | Text () const |
|
bool | UseLabelColors () const |
|