Rhino C++ API
8.13
|
CRhinoUiPopuUpListBox. More...
#include <RhinoSdkUiPopuUpListBox.h>
Public Member Functions | |
CRhinoUiPopuUpListBox () | |
virtual | ~CRhinoUiPopuUpListBox () |
void | EnableSelectOnMouseMove (bool enable=true) |
int | LeftButtonDownOnX () const |
afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg BOOL32 | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
int | PageCount () const |
virtual BOOL32 | PreTranslateMessage (MSG *pMsg) |
int | RowFromPoint (CPoint point, int &row) const |
bool | SelectOnMouseMove () const |
int | WidestString () const |
Public Attributes | |
CFont | m_font |
Protected Member Functions | |
class CRhinoUiPopUpListWnd * | PopUpWindow () |
Protected Attributes | |
bool | m_adjust_width |
int | m_lbutton_donw_on_x |
int | m_lbutton_down_on_item |
CRhinoUiPopUpListWnd * | m_list_wnd |
bool | m_select_on_mouse_move |
Friends | |
class | CRhinoUiPopUpListWnd |
/ / Copyright (c) 1993-2007 Robert McNeel & Associates. All rights reserved. / Rhinoceros is a registered trademark of Robert McNeel & Associates. / / THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. / ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF / MERCHANTABILITY ARE HEREBY DISCLAIMED. /
/ For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. / //////////////////////////////////////////////////////////////
CRhinoUiPopuUpListBox::CRhinoUiPopuUpListBox | ( | ) |
|
virtual |
void CRhinoUiPopuUpListBox::EnableSelectOnMouseMove | ( | bool | enable = true | ) |
int CRhinoUiPopuUpListBox::LeftButtonDownOnX | ( | ) | const |
afx_msg void CRhinoUiPopuUpListBox::OnChar | ( | UINT | nChar, |
UINT | nRepCnt, | ||
UINT | nFlags | ||
) |
afx_msg int CRhinoUiPopuUpListBox::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |
afx_msg void CRhinoUiPopuUpListBox::OnKeyDown | ( | UINT | nChar, |
UINT | nRepCnt, | ||
UINT | nFlags | ||
) |
afx_msg void CRhinoUiPopuUpListBox::OnKillFocus | ( | CWnd * | pNewWnd | ) |
afx_msg void CRhinoUiPopuUpListBox::OnLButtonDown | ( | UINT | nFlags, |
CPoint | point | ||
) |
afx_msg void CRhinoUiPopuUpListBox::OnLButtonUp | ( | UINT | nFlags, |
CPoint | point | ||
) |
afx_msg void CRhinoUiPopuUpListBox::OnMouseMove | ( | UINT | nFlags, |
CPoint | point | ||
) |
afx_msg BOOL32 CRhinoUiPopuUpListBox::OnMouseWheel | ( | UINT | nFlags, |
short | zDelta, | ||
CPoint | pt | ||
) |
int CRhinoUiPopuUpListBox::PageCount | ( | ) | const |
|
protected |
|
virtual |
int CRhinoUiPopuUpListBox::RowFromPoint | ( | CPoint | point, |
int & | row | ||
) | const |
bool CRhinoUiPopuUpListBox::SelectOnMouseMove | ( | ) | const |
int CRhinoUiPopuUpListBox::WidestString | ( | ) | const |
|
friend |
|
protected |
CFont CRhinoUiPopuUpListBox::m_font |
|
protected |
|
protected |
|
protected |
|
protected |