公開型
|
enum | SlImageEditTool {
Pen,
Eraser,
Select,
Scroll,
Line,
Box,
Ellipse
} |
シグナル 適合機種情報はこちら
|
void | selected (QRect &) |
void | dragStart (const QPoint &) |
void | dragExec (const QPoint &) |
void | undoStatusChanged (bool) |
void | modifyStatusChanged (bool) |
void | scrollFinished () |
void | pressed (const QPoint &) |
void | clicked (const QPoint &) |
公開メンバ
|
| SlImageEdit (QWidget *parent=0, const char *name=NULL, WFlags f=0) |
| ~SlImageEdit () |
void | setPixmap (QPixmap *) |
void | clearPartialInfo () |
void | setPartialPixmap (QPixmap *,const QSize &,const QRect &) |
QPixmap* | pixmap () const |
void | setMinimumSize (int, int) |
void | setTool (SlImageEditTool) |
SlImageEditTool | tool () const |
void | setPenAttr (const QPen &) |
void | setEraserAttr (const QPen &) |
QPen | penAttr () const |
QPen | eraserAttr () const |
void | setPenBrush (const QBrush &) |
void | setEraserBrush (const QBrush &) |
QBrush | penBrush () const |
QBrush | eraserBrush () const |
void | setPenColor (const QColor &) |
void | setPenWidth (uint) |
const QColor& | penColor () const |
uint | penWidth () const |
bool | isSelected () const |
bool | cutSelectedImage () |
bool | copySelectedImage () |
bool | pasteImage () |
bool | clearSelectedImage () |
void | flushEdit () |
void | undo () |
bool | isUndoAvailable () |
bool | isModified () |
void | editClear () |
bool | isTracing () |
bool | isPartialPixmap () const |
QSize | partialRealImageSize () const |
QRect | partialImageRect () const |
void | setPartialPixmapEnabled (bool) |
void | setVisible (bool) |
保護メンバ
|
void | paintEvent (QPaintEvent *) |
void | mousePressEvent (QMouseEvent *) |
void | mouseMoveEvent (QMouseEvent *) |
void | mouseReleaseEvent (QMouseEvent *) |