ui/uiengine/medialistwrapper/src/glxmlwrapper.cpp
changeset 49 f291796e213d
parent 48 d0b4e67b3a60
child 50 a0f57508af73
equal deleted inserted replaced
48:d0b4e67b3a60 49:f291796e213d
   176 bool GlxMLWrapper::IsPopulated()
   176 bool GlxMLWrapper::IsPopulated()
   177 {
   177 {
   178     return mMLWrapperPrivate->IsPopulated();
   178     return mMLWrapperPrivate->IsPopulated();
   179 }
   179 }
   180 
   180 
       
   181 bool GlxMLWrapper::IsDrmProtected(int index)
       
   182     {
       
   183     return mMLWrapperPrivate->IsDrmProtected(index);
       
   184     }
       
   185 bool GlxMLWrapper::IsDrmValid(int index)
       
   186 	{
       
   187 	return mMLWrapperPrivate->IsDrmValid(index);
       
   188 	}
       
   189 
       
   190 void GlxMLWrapper::setDrmValid(int index,bool valid)
       
   191 	{
       
   192 	mMLWrapperPrivate->setDrmValid(index,valid);
       
   193 	}
       
   194 
   181 QVariant GlxMLWrapper::RetrieveBitmap(int index)
   195 QVariant GlxMLWrapper::RetrieveBitmap(int index)
   182 {
   196 {
   183     QVariant var;
   197     QVariant var;
   184     var.setValue(mMLWrapperPrivate->RetrieveBitmap(index));
   198     var.setValue(mMLWrapperPrivate->RetrieveBitmap(index));
   185     return var;
   199     return var;