| BCGP_STEPPROGRESS_AUTO enum value | CBCGPStepProgressBarRenderer | |
| BCGP_STEPPROGRESS_HORIZONTAL enum value | CBCGPStepProgressBarRenderer | |
| BCGP_STEPPROGRESS_VERTICAL enum value | CBCGPStepProgressBarRenderer | |
| BCGPANIMATION_AccelerateDecelerate enum value | CBCGPAnimationManager | |
| BCGPANIMATION_Cubic enum value | CBCGPAnimationManager | |
| BCGPANIMATION_Legacy enum value | CBCGPAnimationManager | |
| BCGPANIMATION_Linear enum value | CBCGPAnimationManager | |
| BCGPANIMATION_ParabolicFromAcceleration enum value | CBCGPAnimationManager | |
| BCGPANIMATION_SmoothStop enum value | CBCGPAnimationManager | |
| BCGPAnimationType enum name | CBCGPAnimationManager | |
| BCGPStepProgressBarLayout enum name | CBCGPStepProgressBarRenderer | |
| CBCGPAnimationManager() | CBCGPAnimationManager | |
| CBCGPStepProgressBarRenderer(CWnd *pWndOwner) | CBCGPStepProgressBarRenderer | |
| DoDraw(CDC *pDC, CRect rect, CFont *pFont, COLORREF clrText, BOOL bVisualManagerTheme, BOOL bDrawOnGlass=FALSE) | CBCGPStepProgressBarRenderer | |
| DoGraphicsManagerDraw(CDC *pDC, CWnd *pWnd, const CBCGPColor &color=CBCGPColor()) | CBCGPGraphicsManagerHelper | protected |
| DoGraphicsManagerDraw(CDC *pDC, CRect rectDraw, const CBCGPColor &color=CBCGPColor()) | CBCGPGraphicsManagerHelper | protected |
| GetAnimatedValue() const | CBCGPAnimationManager | inline |
| GetAnimationDuration() const | CBCGPAnimationManager | inline |
| GetCompletedColor() const | CBCGPStepProgressBarRenderer | inline |
| GetCompletedSteps() const | CBCGPStepProgressBarRenderer | inline |
| GetCurrentStepProgress() const | CBCGPStepProgressBarRenderer | inline |
| GetLastAnimationError() const | CBCGPAnimationManager | inline |
| GetLayout() const | CBCGPStepProgressBarRenderer | inline |
| GetOptimalSize(CFont *pFont, int nSize) | CBCGPStepProgressBarRenderer | |
| IsAnimated() const | CBCGPAnimationManager | inline |
| IsAnimationSupportedByOS() | CBCGPAnimationManager | static |
| IsHighlightCompletedStepsTextLabels() const | CBCGPStepProgressBarRenderer | inline |
| IsOutlineCurrentStep() const | CBCGPStepProgressBarRenderer | inline |
| IsReversedOrder() const | CBCGPStepProgressBarRenderer | inline |
| IsStepCompleted(int nIndex) const | CBCGPStepProgressBarRenderer | inline |
| OnAnimationIdle() | CBCGPAnimationManager | inlineprotectedvirtual |
| SetCompletedColor(COLORREF clr, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetCompletedIcons(UINT nIconsResID, int nSizeIcon=16, BOOL bAutoInverseIcons=FALSE, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetCompletedSteps(int nSteps, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetCurrentStepProgress(int nProgress, BOOL bRedraw=TRUE, double dblTransitionTime=0.0) | CBCGPStepProgressBarRenderer | |
| SetGraphicsManagerType(CBCGPGraphicsManager::BCGP_GRAPHICS_MANAGER type) | CBCGPGraphicsManagerHelper | |
| SetHeaders(const CStringArray &arHeaderLabels, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetHeaders(const CString &strHeaderLabels, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetHighlightCompletedStepsTextLabels(BOOL bSet=TRUE, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetIcons(UINT nIconsResID, int nSizeIcon=16, BOOL bAutoInverseIcons=FALSE, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetLayout(BCGPStepProgressBarLayout layout, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetOutlineCurrentStep(BOOL bSet=TRUE, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetReversedOrder(BOOL bReversedOrder=TRUE, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetSteps(const CStringArray &arStepLabels, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| SetSteps(const CString &strStepLabels, BOOL bRedraw=TRUE) | CBCGPStepProgressBarRenderer | |
| StartAnimation(double dblStartValue, double dblFinalValue, double dblDurationInSeconds, BCGPAnimationType type, CBCGPAnimationManagerOptions *pOptions=NULL, double dblDelayInSeconds=0.0) | CBCGPAnimationManager | |
| StartFlashAnimation(double dblPeriodInSeconds) | CBCGPAnimationManager | |
| StopAnimation(BOOL bNotify=TRUE) | CBCGPAnimationManager | |