SlsBitmapCache.hxx (c45d927a) SlsBitmapCache.hxx (86e1cf34)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 146 unchanged lines hidden (view full) ---

155 void Recycle (const BitmapCache& rCache);
156
157 /** Return a list of sorted cache keys that represent an index into (a
158 part of) the cache. The entries of the index are sorted according
159 to last access times with the least recently access time first.
160 @param bIncludePrecious
161 When this flag is <TRUE/> entries with the precious flag set are
162 included in the index. When the flag is <FALSE/> these entries
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 146 unchanged lines hidden (view full) ---

155 void Recycle (const BitmapCache& rCache);
156
157 /** Return a list of sorted cache keys that represent an index into (a
158 part of) the cache. The entries of the index are sorted according
159 to last access times with the least recently access time first.
160 @param bIncludePrecious
161 When this flag is <TRUE/> entries with the precious flag set are
162 included in the index. When the flag is <FALSE/> these entries
163 are ommited.
163 are omitted.
164 @param bIncludeNoPreview
165 When this flag is <TRUE/> entries with that have no preview
166 bitmaps are included in the index. When the flag is <FALSE/> these entries
164 @param bIncludeNoPreview
165 When this flag is <TRUE/> entries with that have no preview
166 bitmaps are included in the index. When the flag is <FALSE/> these entries
167 are ommited.
167 are omitted.
168 */
169 ::std::auto_ptr<CacheIndex> GetCacheIndex (
170 bool bIncludePrecious,
171 bool bIncludeNoPreview) const;
172
173 /** Compress the specified preview bitmap with the given bitmap
174 compressor. A reference to the compressor is stored for later
175 decompression.

--- 56 unchanged lines hidden ---
168 */
169 ::std::auto_ptr<CacheIndex> GetCacheIndex (
170 bool bIncludePrecious,
171 bool bIncludeNoPreview) const;
172
173 /** Compress the specified preview bitmap with the given bitmap
174 compressor. A reference to the compressor is stored for later
175 decompression.

--- 56 unchanged lines hidden ---