20 #ifndef KPIXMAPSPLITTER_H
21 #define KPIXMAPSPLITTER_H
28 #include <tdelibs_export.h>
30 class KPixmapSplitterPrivate;
65 void setPixmap(
const TQPixmap& pixmap );
70 const TQPixmap&
pixmap()
const {
return m_pixmap; }
77 void setItemSize(
const TQSize& size );
89 void setVSpacing(
int spacing );
95 void setHSpacing(
int spacing );
101 TQRect coordinates(
int pos );
107 TQRect coordinates(
const TQChar& ch );
120 KPixmapSplitterPrivate* d;
123 #endif // KPIXMAPSPLITTER_H
const TQPixmap & pixmap() const
A class to split a pixmap into several items.