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

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

Function Logic:

0:START 1:hdsVE::InitVE m_pApp m_pShapes m_ColorTerm m_ColorTest m_ColorProc m_ColorLine m_Width m_Height m_nConnects m_nShapes m_nBoundary m_nWidthConn 2: No text

Function body:

hdsFlowchart* hdsFlowchart::hdsFlowchart (hdsApp* pApp)
{
   InitVE(pApp) ;
   m_pApp = pApp ;
   m_pShapes = 0;
   m_ColorTerm = 0x0000ffff;
   m_ColorTest = 0x00ffffe0;
   m_ColorProc = 0x0066ff00;
   m_ColorLine = 0x00000000;
   m_Height = m_Width = 0;
   m_nShapes = m_nConnects = 0;
   m_nBoundary = 0;
   m_nWidthConn = 1;
}