Searched refs:GetSysHandler (Results 1 – 6 of 6) sorted by relevance
188 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler(); in SetJSTimer()199 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler(); in KillJSTimer()
61 …m_pFontMap = new CBA_FontMap(m_pWidget,m_pApp->GetSysHandler());//, ISystemHandle::GetSystemHandle… in GetCreateParam()
124 …p = new CBA_FontMap(m_pWidget, /*ISystemHandle::GetSystemHandler(m_pApp)*/m_pApp->GetSysHandler()); in GetCreateParam()
428 cp.pSystemHandler = m_pApp->GetSysHandler(); in GetCreateParam()758 return m_pApp->GetSysHandler(); in GetSystemHandler()
649 …CBA_FontMap FontMap(this,pEnv->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pBaseForm->G… in ResetAppearance_PushButton()1051 CBA_FontMap FontMap(this,pEnv->GetSysHandler()); in ResetAppearance_ComboBox()1130 CBA_FontMap FontMap(this,pEnv->GetSysHandler()); in ResetAppearance_ListBox()1222 …CBA_FontMap FontMap(this,pEnv->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pBaseForm->G… in ResetAppearance_TextField()
361 IFX_SystemHandler* GetSysHandler() {return m_pSysHandler;} in GetSysHandler() function