| Return Type | Function name | Arguments |
|---|---|---|
| hdsChartPie* | hdsChartPie::hdsChartPie | (hdsApp*,) |
Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp
Function Logic:
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;
}