Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
ImageKey Struct Reference
key for an image. More...
#include <ImageCache.h>
Public Member Functions | |
| bool | operator== (const ImageKey &o) const |
Public Attributes | |
| std::string | name |
| name of the image | |
| std::string | producer |
| producer (for special images) | |
| int | accesses |
| number of accesses | |
Detailed Description
key for an image.used to find images, and to store access information.
Key is misnamed, because its more than just a key.
Member Function Documentation
|
|
|
Member Data Documentation
|
|
number of accesses
|
|
|
name of the image
|
|
|
producer (for special images)
|
The documentation for this struct was generated from the following file:
- hugin1/base_wx/ImageCache.h
1.3.9.1