|
| CRhinoUiPopDownLayerListCtrl (CComboBox &cb) |
|
virtual | ~CRhinoUiPopDownLayerListCtrl () |
|
bool | CalcSizeAndPosition (CRect &rect, bool &bPopDown) |
|
CComboBox & | ComboBox () |
|
bool | LayerHasChildren (int nItem) |
|
void | OnItemCollapsed (int nItem) |
|
void | OnItemExpanded (int nItem) |
|
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
|
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
|
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
|
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
|
afx_msg void | OnNMClick (NMHDR *pNMHDR, LRESULT *pResult) |
|
virtual BOOL32 | PreTranslateMessage (MSG *pMsg) |
| virtual overrides More...
|
|
class CRhinoUiComboBox * | RhinoUiComboBox () |
|
virtual LRESULT | WindowProc (UINT message, WPARAM wParam, LPARAM lParam) |
|
| CRhinoUiLayerListCtrl () |
|
virtual | ~CRhinoUiLayerListCtrl () |
|
BOOL32 | DeleteAllItems () |
|
virtual void | DrawItem (LPDRAWITEMSTRUCT lpDrawItemStruct) |
|
bool | EnableMultipleSelect () const |
|
int | GetMaxIndentPixels () |
|
int | GetMaxStringPixels () |
|
void | Initialize () |
|
bool | LayerEditingEnabled () const |
|
int | LoadLayers (CRhinoDoc *doc, bool bShowReference=true, int set_current=-1) |
|
afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
|
afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
|
afx_msg BOOL32 | OnEraseBkgnd (CDC *pDC) |
|
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
|
afx_msg void | OnLButtonDblClk (UINT nFlags, CPoint point) |
|
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
|
afx_msg void | OnPaint () |
|
int | SelectedLayer () const |
|
int | SelectedLayers (ON_SimpleArray< int > &layer_list) const |
|
void | SetEnableMultipleSelect (bool bEnable) |
|
void | SetLayerEditingEnabled (bool bEnable=true) |
|
void | SetSelectedLayer (int layer_index) |
|
void | SetSelectedLayers (const ON_SimpleArray< int > &layer_list) |
|
void | SizeColumns () |
|
|
void | ComboBoxSelectLayer (int layer_index) |
|
void | HidePopUpWindow () |
|
void | AppendItem (CRhinoDoc *doc, const CRhinoLayer *layer, bool bExpanded) |
|
void | AppendLayer (CRhinoDoc *doc, const CRhinoLayer *layer, bool bExpanded) |
|
void | Collapse (int nPos, int nItem) |
|
int | DoExpand (int nItem, bool bRecursive, int &nCounterInsert) |
|
int | Expand (int nPos, int nItem, bool bRecurse=false) |
|
int | GetItemIndent (int nItem) const |
|
int | InsertItem (int nItem, int nPos, const CRhinoUiLayerListCtrlItem &item) |
|
const CRhinoUiLayerListCtrlItem * | LayerFromItem (int nItem) const |
|
int | LayerIndexFromItem (int nItem) const |
|
void | OnClickColorColumn (int nItem) |
|
void | OnClickCurrentColumn (int nItem) |
|
void | OnClickLockedColumn (int nItem) |
|
void | OnClickNameColumn (int nItem) |
|
void | OnClickVisibleColumn (int nItem) |
|
virtual void | PreSubclassWindow () |
|