Return TypeFunction nameArguments
hdsChartPie*hdsChartPie::hdsChartPie(hdsApp*,)

Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp

Function Logic:

0:START 1:hdsVE::InitVE m_Total m_Width m_Height m_nSlices m_IdxY m_IdxX m_Rad m_ccY m_ccX 2: No text

Function body:

hdsChartPie* hdsChartPie::hdsChartPie (hdsApp* pApp)
{
   InitVE(pApp) ;
   m_Total = 0.0;
   m_Height = m_Width = 0;
   m_ccX = m_ccY = m_Rad = m_IdxX = m_IdxY = m_nSlices = 0;
}