org.kde.qt
public class QIconViewItem extends Qt
Constructor Summary | |
---|---|
protected | QIconViewItem(Class dummy) |
QIconViewItem(QIconView parent) | |
QIconViewItem(QIconView parent, QIconViewItem after) | |
QIconViewItem(QIconView parent, String text) | |
QIconViewItem(QIconView parent, QIconViewItem after, String text) | |
QIconViewItem(QIconView parent, String text, QPixmap icon) | |
QIconViewItem(QIconView parent, QIconViewItem after, String text, QPixmap icon) | |
QIconViewItem(QIconView parent, String text, QPicture picture) | |
QIconViewItem(QIconView parent, QIconViewItem after, String text, QPicture picture) |
Method Summary | |
---|---|
boolean | acceptDrop(QMimeSourceInterface mime) |
protected void | calcRect(String text_) |
protected void | calcRect() |
protected void | calcTmpText() |
int | compare(QIconViewItem i) |
boolean | contains(QPoint pnt) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | dragEnabled() |
protected void | dragEntered() |
protected void | dragLeft() |
boolean | dropEnabled() |
protected void | finalize() Deletes the wrapped C++ instance |
int | height() |
QIconView | iconView() |
int | index() |
boolean | intersects(QRect r) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isSelectable() |
boolean | isSelected() |
String | key() |
boolean | move(int x, int y) |
boolean | move(QPoint pnt) |
void | moveBy(int dx, int dy) |
void | moveBy(QPoint pnt) |
QIconViewItem | nextItem() |
protected void | paintFocus(QPainter p, QColorGroup cg) |
protected void | paintItem(QPainter p, QColorGroup cg) |
QPicture | picture() |
QPixmap | pixmap() |
QRect | pixmapRect(boolean relative) |
QRect | pixmapRect() |
QPoint | pos() |
QIconViewItem | prevItem() |
QRect | rect() |
protected void | removeRenameBox() |
void | rename() |
boolean | renameEnabled() |
void | repaint() |
int | rtti() |
void | setDragEnabled(boolean allow) |
void | setDropEnabled(boolean allow) |
protected void | setItemRect(QRect r) |
void | setKey(String k) |
void | setPicture(QPicture icon) |
void | setPixmap(QPixmap icon) |
void | setPixmap(QPixmap icon, boolean recalc, boolean redraw) |
void | setPixmap(QPixmap icon, boolean recalc) |
protected void | setPixmapRect(QRect r) |
void | setRenameEnabled(boolean allow) |
void | setSelectable(boolean s) |
void | setSelected(boolean s, boolean cb) |
void | setSelected(boolean s) |
void | setText(String text) |
void | setText(String text, boolean recalc, boolean redraw) |
void | setText(String text, boolean recalc) |
protected void | setTextRect(QRect r) |
QSize | size() |
protected String | tempText() |
String | text() |
QRect | textRect(boolean relative) |
QRect | textRect() |
int | width() |
int | x() |
int | y() |