CRhinoUiProgressCtrl.
More...
#include <RhinoSdkUiProgressCtrl.h>
CRhinoUiProgressCtrl.
- NoKeywords
/ / 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. / //////////////////////////////////////////////////////////////
◆ display_mode
Enumerator |
---|
display_test | |
display_percent | |
display_text_and_percent | |
force_32bit_display_mode | for internal use only, this allows adding additional values without breaking the SDK in the future
|
◆ CRhinoUiProgressCtrl()
CRhinoUiProgressCtrl::CRhinoUiProgressCtrl |
( |
| ) |
|
◆ ~CRhinoUiProgressCtrl()
virtual CRhinoUiProgressCtrl::~CRhinoUiProgressCtrl |
( |
| ) |
|
|
virtual |
◆ GetBkColor()
COLORREF CRhinoUiProgressCtrl::GetBkColor |
( |
| ) |
|
|
inline |
Sets the text visibility.
◆ GetForeColor()
COLORREF CRhinoUiProgressCtrl::GetForeColor |
( |
| ) |
|
|
inline |
Get an set the background color.
◆ GetText()
CString CRhinoUiProgressCtrl::GetText |
( |
| ) |
|
|
inline |
Advances the current position by a specified increment.
◆ GetTextBkColor()
COLORREF CRhinoUiProgressCtrl::GetTextBkColor |
( |
| ) |
|
|
inline |
Get an set the foreground color.
◆ GetTextForeColor()
COLORREF CRhinoUiProgressCtrl::GetTextForeColor |
( |
| ) |
|
|
inline |
Get an set the text background color.
◆ OffsetPos()
int CRhinoUiProgressCtrl::OffsetPos |
( |
int |
nPos | ) |
|
Advances the current position by a step.
◆ OnEraseBkgnd()
afx_msg BOOL32 CRhinoUiProgressCtrl::OnEraseBkgnd |
( |
CDC * |
pDC | ) |
|
◆ OnGetText()
afx_msg LRESULT CRhinoUiProgressCtrl::OnGetText |
( |
WPARAM |
, |
|
|
LPARAM |
|
|
) |
| |
◆ OnPaint()
afx_msg void CRhinoUiProgressCtrl::OnPaint |
( |
| ) |
|
◆ OnSetText()
afx_msg LRESULT CRhinoUiProgressCtrl::OnSetText |
( |
WPARAM |
, |
|
|
LPARAM |
|
|
) |
| |
◆ OnSize()
afx_msg void CRhinoUiProgressCtrl::OnSize |
( |
UINT |
nType, |
|
|
int |
cx, |
|
|
int |
cy |
|
) |
| |
◆ SetBkColor()
void CRhinoUiProgressCtrl::SetBkColor |
( |
COLORREF |
cf | ) |
|
|
inline |
◆ SetForeColor()
void CRhinoUiProgressCtrl::SetForeColor |
( |
COLORREF |
cf | ) |
|
|
inline |
◆ SetPos()
int CRhinoUiProgressCtrl::SetPos |
( |
int |
nPos | ) |
|
◆ SetRange()
void CRhinoUiProgressCtrl::SetRange |
( |
int |
nLower, |
|
|
int |
nUpper |
|
) |
| |
◆ SetShowStyle()
void CRhinoUiProgressCtrl::SetShowStyle |
( |
int |
nStyle | ) |
|
◆ SetShowText()
void CRhinoUiProgressCtrl::SetShowText |
( |
bool |
bShow | ) |
|
Sets the text display style.
◆ SetStep()
int CRhinoUiProgressCtrl::SetStep |
( |
int |
nStep | ) |
|
Sets the lower and upper range.
◆ SetText()
void CRhinoUiProgressCtrl::SetText |
( |
LPCTSTR |
lpText | ) |
|
◆ SetTextBkColor()
void CRhinoUiProgressCtrl::SetTextBkColor |
( |
COLORREF |
cf | ) |
|
|
inline |
◆ SetTextFont()
BOOL32 CRhinoUiProgressCtrl::SetTextFont |
( |
const LOGFONT & |
lf | ) |
|
◆ SetTextForeColor()
void CRhinoUiProgressCtrl::SetTextForeColor |
( |
COLORREF |
cf | ) |
|
|
inline |
◆ StepIt()
int CRhinoUiProgressCtrl::StepIt |
( |
| ) |
|
◆ m_bShowText
bool CRhinoUiProgressCtrl::m_bShowText |
|
protected |
◆ m_cfBackground
COLORREF CRhinoUiProgressCtrl::m_cfBackground |
|
protected |
◆ m_cfForeground
COLORREF CRhinoUiProgressCtrl::m_cfForeground |
|
protected |
◆ m_cfTextBackground
COLORREF CRhinoUiProgressCtrl::m_cfTextBackground |
|
protected |
◆ m_cfTextForeground
COLORREF CRhinoUiProgressCtrl::m_cfTextForeground |
|
protected |
◆ m_Font
CFont CRhinoUiProgressCtrl::m_Font |
|
protected |
◆ m_nBarWidth
int CRhinoUiProgressCtrl::m_nBarWidth |
|
protected |
Vidth of the progress bar.
◆ m_nMax
int CRhinoUiProgressCtrl::m_nMax |
|
protected |
◆ m_nMin
int CRhinoUiProgressCtrl::m_nMin |
|
protected |
◆ m_nPos
int CRhinoUiProgressCtrl::m_nPos |
|
protected |
◆ m_nShowStyle
int CRhinoUiProgressCtrl::m_nShowStyle |
|
protected |
◆ m_nStepSize
int CRhinoUiProgressCtrl::m_nStepSize |
|
protected |
◆ m_strText
CString CRhinoUiProgressCtrl::m_strText |
|
protected |