NAME
Qt::Gui::QRubberBand
PUBLIC METHODS
- QRubberBand(QRubberBand::Shape arg0, QWidget * arg1)
- QRubberBand(QRubberBand::Shape arg0, QWidget * arg1 = 0)
- ~QRubberBand()
- void move(const QPoint & p)
- void move(int x, int y)
- void resize(const QSize & s)
- void resize(int w, int h)
- void setGeometry(const QRect & r)
- void setGeometry(int x, int y, int w, int h)
- QRubberBand::Shape shape()
ENUM VALUES
- Line
- Rectangle
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.