Searched refs:m_aLB_Scheme (Results 1 – 3 of 3) sorted by relevance
107 , m_aLB_Scheme ( this, SchResId( LB_SCHEME ) ) in ThreeD_SceneAppearance_TabPage()119 m_aLB_Scheme.SetDropDownLineCount(2); in ThreeD_SceneAppearance_TabPage()276 if( m_aLB_Scheme.GetEntryCount() == (POS_3DSCHEME_CUSTOM+1) ) in updateScheme()278 m_aLB_Scheme.RemoveEntry(POS_3DSCHEME_CUSTOM); in updateScheme()279 m_aLB_Scheme.SetDropDownLineCount(2); in updateScheme()284 m_aLB_Scheme.SelectEntryPos( POS_3DSCHEME_SIMPLE ); in updateScheme()287 m_aLB_Scheme.SelectEntryPos( POS_3DSCHEME_REALISTIC ); in updateScheme()292 m_aLB_Scheme.SelectEntryPos( POS_3DSCHEME_CUSTOM ); in updateScheme()293 m_aLB_Scheme.SetDropDownLineCount(3); in updateScheme()310 if( m_aLB_Scheme.GetSelectEntryPos() == POS_3DSCHEME_REALISTIC ) in IMPL_LINK()[all …]
174 ListBox m_aLB_Scheme; member in chart::Dim3DLookResourceGroup185 m_aLB_Scheme.SetDropDownLineCount(2); in Dim3DLookResourceGroup()188 m_aLB_Scheme.SetAccessibleName(m_aCB_3DLook.GetText()); in Dim3DLookResourceGroup()189 m_aLB_Scheme.SetAccessibleRelationLabeledBy(&m_aCB_3DLook); in Dim3DLookResourceGroup()197 m_aLB_Scheme.Show(bShow); in showControls()212 m_aLB_Scheme.SetPosPixel(aLBPos); in setPosition()217 m_aLB_Scheme.Enable(rParameter.b3DLook); in fillControls()220 m_aLB_Scheme.SelectEntryPos(POS_3DSCHEME_SIMPLE); in fillControls()222 m_aLB_Scheme.SelectEntryPos(POS_3DSCHEME_REALISTIC); in fillControls()224 m_aLB_Scheme.SetNoSelection(); in fillControls()[all …]
77 ListBox m_aLB_Scheme; member in chart::ThreeD_SceneAppearance_TabPage
Completed in 36 milliseconds