kpixmapsplitter.cpp
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