uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp
branchRCL_3
changeset 63 e1987ab3768a
parent 57 eaa079afe64c
equal deleted inserted replaced
57:eaa079afe64c 63:e1987ab3768a
  1872 
  1872 
  1873 void CHuiRosterImpl::SetLoadingEffect(TBool /*aLoading*/)
  1873 void CHuiRosterImpl::SetLoadingEffect(TBool /*aLoading*/)
  1874     {
  1874     {
  1875     // not needed
  1875     // not needed
  1876     }
  1876     }
  1877 void CHuiRosterImpl::EffectSetSource( THuiFxVisualSrcType aSource )
  1877 void CHuiRosterImpl::EffectSetSource( TBool aIsInput1 )
  1878     {
  1878     {
  1879     iEffectSourceType = aSource;
  1879     iIsInput1 = aIsInput1;
  1880     }
  1880     }
  1881 
  1881 
  1882 THuiFxVisualSrcType CHuiRosterImpl::EffectGetSource() const
  1882 TBool CHuiRosterImpl::EffectGetSource() const
  1883     {
  1883     {
  1884     return iEffectSourceType;
  1884     return iIsInput1;
  1885     }
       
  1886 
       
  1887 void CHuiRosterImpl::SetExternalTexture(CHuiTexture* aTexture)
       
  1888     {
       
  1889     // Not used
       
  1890     }
       
  1891 
       
  1892 CHuiTexture* CHuiRosterImpl::ExternalTexture()
       
  1893     {
       
  1894     // Not used
       
  1895     return NULL;
       
  1896     }
  1885     }
  1897 
  1886 
  1898 TBool CHuiRosterImpl::EffectReadyToDrawNextFrame() const
  1887 TBool CHuiRosterImpl::EffectReadyToDrawNextFrame() const
  1899     {
  1888     {
  1900     return ETrue;
  1889     return ETrue;