ui/uiengine/medialistwrapper/src/glxmlwrapper.cpp
changeset 26 c499df2dbb33
parent 23 74c9f037fd5d
child 29 2c833fc9e98f
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
   107 {
   107 {
   108 	return (mMLWrapperPrivate->RetrieveItemDate(index));
   108 	return (mMLWrapperPrivate->RetrieveItemDate(index));
   109 }
   109 }
   110 
   110 
   111 int GlxMLWrapper::retrieveItemFrameCount(int index)
   111 int GlxMLWrapper::retrieveItemFrameCount(int index)
   112     {
   112 {
   113     return (mMLWrapperPrivate->RetrieveItemFrameCount(index));
   113     return (mMLWrapperPrivate->RetrieveItemFrameCount(index));
   114     }
   114 }
       
   115 
       
   116 QVariant GlxMLWrapper::RetrieveBitmap(int index)
       
   117 {
       
   118     QVariant var;
       
   119     var.setValue(mMLWrapperPrivate->RetrieveBitmap(index));
       
   120     return var;
       
   121 }
       
   122 
   115 // ---------------------------------------------------------------------------
   123 // ---------------------------------------------------------------------------
   116 // getFocusIndex.
   124 // getFocusIndex.
   117 // ---------------------------------------------------------------------------
   125 // ---------------------------------------------------------------------------
   118 //
   126 //
   119 int GlxMLWrapper::getFocusIndex() const
   127 int GlxMLWrapper::getFocusIndex() const