equal
deleted
inserted
replaced
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 |