class KThemePixmap

This class adds simple time management to KPixmap for use in flushing KThemeCache. More...

Definition#include <kthemebase.h>
InheritsKPixmap (kdecore) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Protected Members


Detailed Description

This class adds simple time management to KPixmap for use in flushing KThemeCache.

enum BorderType {Top=0, Bottom, Left, Right, TopLeft, TopRight, BottomLeft, BottomRight}

BorderType

 KThemePixmap (bool timer = true)

KThemePixmap

 KThemePixmap (const KThemePixmap &p)

KThemePixmap

 ~KThemePixmap ()

~KThemePixmap

QPixmap*  border (BorderType type)

border

void  setBorder (BorderType type, const QPixmap &p)

setBorder

void  updateAccessed ()

updateAccessed

bool  isOld ()

isOld

QTime * t

t

[protected]

QPixmap * b[8]

b[8]

[protected]