Searched refs:PropertyControl (Results 1 – 4 of 4) sorted by relevance
132 class PropertyControl : public ListBox class135 PropertyControl( Window* pParent, const ResId& rResId );136 ~PropertyControl();
1156 PropertyControl* mpLBProperty1;1158 PropertyControl* mpLBProperty2;1204 mpLBProperty1 = new PropertyControl( this, SdResId( LB_PROPERTY_1 ) ); in CustomAnimationEffectTabPage()1206 mpLBProperty2 = new PropertyControl( this, SdResId( LB_PROPERTY_2 ) ); in CustomAnimationEffectTabPage()2535 PropertyControl::PropertyControl( Window* pParent, const ResId& rResId ) in PropertyControl() function in sd::PropertyControl2540 PropertyControl::~PropertyControl() in ~PropertyControl()2546 void PropertyControl::setSubControl( PropertySubControl* pSubControl ) in setSubControl()2568 void PropertyControl::Resize() in Resize()
57 class PropertyControl;142 PropertyControl* mpLBProperty;
182 mpLBProperty = new PropertyControl( this, SdResId( LB_PROPERTY ) ); in CustomAnimationPane()
Completed in 29 milliseconds