kpixmapsplitter.cpp
76 // tqDebug("cols: %i, rows: %i (pixmap: %i, %i)", m_numCols, m_numRows, m_pixmap.width(), m_pixmap.height());
void setPixmap(const TQPixmap &pixmap)
Sets the pixmap to be split.
Definition: kpixmapsplitter.cpp:36
void setVSpacing(int spacing)
If there is space between rows in the given pixmap, you have to specify how many pixels there are.
Definition: kpixmapsplitter.cpp:50
void setItemSize(const TQSize &size)
Sets the size of the items you want to get out of the given pixmap.
Definition: kpixmapsplitter.cpp:42
KPixmapSplitter()
Constructor, does nothing but initialize some default-values.
Definition: kpixmapsplitter.cpp:22
void setHSpacing(int spacing)
If there is space between columns in the given pixmap, you have to specify how many pixels there are.
Definition: kpixmapsplitter.cpp:58