class KXYSelector
|
2D value selector. More... |
|
|
Public Members
- KXYSelector ( QWidget *parent = 0L, const char *name = 0L )
- void setValues ( int _xPos, int _yPos )
- void setRange ( int _minX, int _minY, int _maxX, int _maxY )
- int xValue ()
- int yValue ()
- QRect contentsRect ()
Protected Members
- virtual void paintEvent ( QPaintEvent *e )
- virtual void drawContents ( QPainter * )
- virtual void mousePressEvent ( QMouseEvent *e )
- virtual void mouseMoveEvent ( QMouseEvent *e )
- int px
- int py
- int xPos
- int yPos
- int minX
- int maxX
- int minY
- int maxY
- QPixmap store
Signals
- void valueChanged ( int _x, int _y )
Detailed Description
2D value selector.
The contents of the selector are drawn by derived class.
[protected virtual] Override this function to draw the contents of the widget.
Draw within contentsRect() only
Generated by: bhcompile@stripples.devel.redhat.com on Thu Jul 26 13:37:41 200. |