Home
last modified time | relevance | path

Searched refs:m_pLightSourceInfoList (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx304 , m_pLightSourceInfoList(0) in ThreeD_SceneIllumination_TabPage()
321 m_pLightSourceInfoList = new LightSourceInfo[8]; in ThreeD_SceneIllumination_TabPage()
322 m_pLightSourceInfoList[0].pButton = &m_aBtn_Light1; in ThreeD_SceneIllumination_TabPage()
323 m_pLightSourceInfoList[1].pButton = &m_aBtn_Light2; in ThreeD_SceneIllumination_TabPage()
324 m_pLightSourceInfoList[2].pButton = &m_aBtn_Light3; in ThreeD_SceneIllumination_TabPage()
325 m_pLightSourceInfoList[3].pButton = &m_aBtn_Light4; in ThreeD_SceneIllumination_TabPage()
326 m_pLightSourceInfoList[4].pButton = &m_aBtn_Light5; in ThreeD_SceneIllumination_TabPage()
327 m_pLightSourceInfoList[5].pButton = &m_aBtn_Light6; in ThreeD_SceneIllumination_TabPage()
328 m_pLightSourceInfoList[6].pButton = &m_aBtn_Light7; in ThreeD_SceneIllumination_TabPage()
329 m_pLightSourceInfoList[7].pButton = &m_aBtn_Light8; in ThreeD_SceneIllumination_TabPage()
[all …]
H A Dtp_3D_SceneIllumination.hxx123 LightSourceInfo* m_pLightSourceInfoList; member in chart::ThreeD_SceneIllumination_TabPage