#include </home/clem/local/src/opie/libopie2/opieui/oselector.h>
Inheritance diagram for Opie::Ui::OGradientSelector:


Public Member Functions | |
| OGradientSelector (QWidget *parent=0, const char *name=0) | |
| OGradientSelector (Orientation o, QWidget *parent=0, const char *name=0) | |
| ~OGradientSelector () | |
| void | setColors (const QColor &col1, const QColor &col2) |
| void | setText (const QString &t1, const QString &t2) |
| void | setFirstColor (const QColor &col) |
| void | setSecondColor (const QColor &col) |
| void | setFirstText (const QString &t) |
| void | setSecondText (const QString &t) |
| const QColor | firstColor () const |
| const QColor | secondColor () const |
| const QString | firstText () const |
| const QString | secondText () const |
Protected Member Functions | |
| virtual void | drawContents (QPainter *) |
| virtual QSize | minimumSize () const |
Properties | |
| QColor | firstColor |
| QColor | secondColor |
| QString | firstText |
| QString | secondText |
Private Member Functions | |
| void | init () |
Private Attributes | |
| QColor | color1 |
| QColor | color2 |
| QString | text1 |
| QString | text2 |
| OGradientSelectorPrivate * | d |
Definition at line 301 of file oselector.h.
|
||||||||||||
|
Constructs a horizontal color selector which contains a gradient between white and black. Definition at line 384 of file oselector.cpp. References init(). |
|
||||||||||||||||
|
Constructs a colors selector with orientation o which contains a gradient between white and black. Definition at line 391 of file oselector.cpp. References init(). |
|
|
Destructs the widget. Definition at line 399 of file oselector.cpp. |
|
|
Reimplemented from Opie::Ui::OSelector. Definition at line 412 of file oselector.cpp. References col, color1, color2, Opie::Ui::OSelector::contentsRect(), Opie::Ui::OImageEffect::dither(), height, image, Opie::Ui::OSelector::orientation(), p, s, scale(), text1, text2, width, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 349 of file oselector.h. References color1. |
|
|
Definition at line 354 of file oselector.h. References text1. |
|
|
Definition at line 403 of file oselector.cpp. References color1, color2, text1, and text2. Referenced by OGradientSelector(). |
|
|
Definition at line 368 of file oselector.h. |
|
|
Definition at line 351 of file oselector.h. References color2. |
|
|
Definition at line 356 of file oselector.h. References text2. |
|
||||||||||||
|
Sets the two colors which span the gradient. Definition at line 328 of file oselector.h. |
|
|
Set each color on its own. Definition at line 336 of file oselector.h. References color1. |
|
|
Set each description on its own Definition at line 344 of file oselector.h. References text1. |
|
|
Definition at line 338 of file oselector.h. References color2. |
|
|
Definition at line 346 of file oselector.h. References text2. |
|
||||||||||||
|
Definition at line 330 of file oselector.h. |
|
|
Definition at line 373 of file oselector.h. Referenced by drawContents(), firstColor(), init(), setColors(), and setFirstColor(). |
|
|
Definition at line 374 of file oselector.h. Referenced by drawContents(), init(), secondColor(), setColors(), and setSecondColor(). |
|
|
Reimplemented from Opie::Ui::OSelector. Definition at line 379 of file oselector.h. |
|
|
Definition at line 375 of file oselector.h. Referenced by drawContents(), firstText(), init(), setFirstText(), and setText(). |
|
|
Definition at line 376 of file oselector.h. Referenced by drawContents(), init(), secondText(), setSecondText(), and setText(). |
|
|
Definition at line 303 of file oselector.h. |
|
|
Definition at line 307 of file oselector.h. |
|
|
Definition at line 306 of file oselector.h. |
|
|
Definition at line 308 of file oselector.h. |
1.4.2