This is the verbatim text of the qpmcache.h include file. It is is provided only for illustration; the copyright remains with Troll Tech.


/****************************************************************************
** $Id: qpmcache.h,v 1.1 1995/05/06 03:58:44 hanord Exp $
**
** Definition of QPixmapCache class
**
** Author  : Haavard Nord
** Created : 950501
**
** Copyright (C) 1995 by Troll Tech AS.  All rights reserved.
**
*****************************************************************************/

#ifndef QPMCACHE_H
#define QPMCACHE_H

#include "qpixmap.h"


class QPixmapCache                              // global pixmap cache
{
public:
    static  int         cacheLimit();
    static  void        setCacheLimit( int );
    static  QPixmap    *find( const char *key );
    static  bool        insert( const char *key, QPixmap * );
    static  void        clear();
};


#endif // QPMCACHE_H


Generated at 16:17, 1995/06/30 by the webmaster at Troll Tech