BCGSuite for MFC
CBCGPTreeMapCtrl

Detailed Description

The CBCGPTreeMapCtrl class implements a Windows control encapsulating tree map control (CBCGPTreeMap). Use CBCGPTreeMapCtrl::GetTreeMap method to get access to encapsulated tree map.

See CBCGPTreeMap for more info.

+ Inheritance diagram for CBCGPTreeMapCtrl:

Public Member Functions

 GetTreeMapReturns a pointer to encapsulated tree map.
 
 GetVisualObjectReturns a pointer to encapsulated tree map object casted to CBCGPBaseVisualObject.
 
- Public Member Functions inherited from CBCGPBaseVisualCtrl
 CreateCreates a Windows control.
 
 CreatePopupCreates a popup window
 
 DoPrintImplements printing support for encapsulated visual object.
 
 EnableInfoTipEnables the information tip associated with this control.
 
 EnableTooltipEnables tooltips
 
 GetGraphicsManagerGets graphics manager associated with control.
 
 GetPrintOptionsGets control printing options.
 
 IsInfoTipEnabledTells whether the information tip is enabled.
 
 IsTooltipEnabledTells whether the visual control tooltip support is enabled.
 
 SetPrintOptionsSets control printing options.
 

Additional Inherited Members

- Static Public Member Functions inherited from CBCGPBaseVisualCtrl
 CloseActivePopupCloses active popup (created by CBCGPBaseVisualCtrl::CreatePopup) visual control.
 
 HasActivePopupTells whether a popup (created by CBCGPBaseVisualCtrl::CreatePopup) visual control is active.
 
- Protected Member Functions inherited from CBCGPGestureBase
 OnGestureEventBeginCalled by the framework to handle BCGP_GID_BEGIN notification.
 
 OnGestureEventEndCalled by the framework to handle BCGP_GID_END notification.
 
 ProcessGestureEventThis method should be called from WM_GESTURE message handler.