kviewshell
DjVuFileCache::Item Class Reference
#include <DjVuFileCache.h>
Inheritance diagram for DjVuFileCache::Item:
Public Member Functions | |
GP< DjVuFile > | get_file (void) const |
unsigned int | get_size (void) const |
time_t | get_time (void) const |
Item (const GP< DjVuFile > &xfile) | |
Item (void) | |
void | refresh (void) |
virtual | ~Item (void) |
Static Public Member Functions | |
static int | qsort_func (const void *el1, const void *el2) |
Public Attributes | |
GP< DjVuFile > | file |
GPosition | list_pos |
time_t | time |
Detailed Description
Definition at line 172 of file DjVuFileCache.h.
Constructor & Destructor Documentation
DjVuFileCache::Item::~Item | ( | void | ) | [inline, virtual] |
Definition at line 229 of file DjVuFileCache.h.
DjVuFileCache::Item::Item | ( | void | ) | [inline] |
Definition at line 222 of file DjVuFileCache.h.
Definition at line 225 of file DjVuFileCache.h.
Member Function Documentation
Definition at line 232 of file DjVuFileCache.h.
unsigned int DjVuFileCache::Item::get_size | ( | void | ) | const [inline] |
Definition at line 238 of file DjVuFileCache.h.
time_t DjVuFileCache::Item::get_time | ( | void | ) | const [inline] |
Definition at line 244 of file DjVuFileCache.h.
int DjVuFileCache::Item::qsort_func | ( | const void * | el1, | |
const void * | el2 | |||
) | [static] |
Definition at line 81 of file DjVuFileCache.cpp.
void DjVuFileCache::Item::refresh | ( | void | ) | [inline] |
Definition at line 250 of file DjVuFileCache.h.
Member Data Documentation
Definition at line 184 of file DjVuFileCache.h.
Definition at line 186 of file DjVuFileCache.h.
time_t DjVuFileCache::Item::time |
Definition at line 185 of file DjVuFileCache.h.
The documentation for this class was generated from the following files: