#include </home/clem/local/src/opie/libopie2/opieui/oselector.h>
Public Member Functions | |
| OColor () | |
| OColor (const OColor &col) | |
| OColor (const QColor &col) | |
| OColor & | operator= (const OColor &col) |
| bool | operator== (const OColor &col) const |
| void | setHsv (int _h, int _s, int _v) |
| void | setRgb (int _r, int _g, int _b) |
| void | rgb (int *_r, int *_g, int *_b) const |
| void | hsv (int *_h, int *_s, int *_v) const |
Protected Attributes | |
| int | h |
| int | s |
| int | v |
| int | r |
| int | g |
| int | b |
Private Attributes | |
| OColorPrivate * | d |
|
|
Definition at line 506 of file oselector.cpp. |
|
|
Definition at line 512 of file oselector.cpp. |
|
|
Definition at line 519 of file oselector.cpp. |
|
||||||||||||||||
|
Definition at line 563 of file oselector.cpp. |
|
|
Definition at line 532 of file oselector.cpp. |
|
|
Definition at line 526 of file oselector.cpp. |
|
||||||||||||||||
|
Definition at line 557 of file oselector.cpp. |
|
||||||||||||||||
|
Definition at line 541 of file oselector.cpp. |
|
||||||||||||||||
|
Definition at line 549 of file oselector.cpp. |
|
|
Definition at line 511 of file oselector.h. Referenced by OColor(), operator=(), operator==(), rgb(), setHsv(), and setRgb(). |
|
|
Definition at line 514 of file oselector.h. |
|
|
Definition at line 510 of file oselector.h. Referenced by OColor(), operator=(), operator==(), rgb(), setHsv(), and setRgb(). |
|
|
Definition at line 506 of file oselector.h. Referenced by hsv(), OColor(), operator=(), operator==(), setHsv(), and setRgb(). |
|
|
Definition at line 509 of file oselector.h. Referenced by OColor(), operator=(), operator==(), rgb(), setHsv(), and setRgb(). |
|
|
Definition at line 507 of file oselector.h. Referenced by hsv(), OColor(), operator=(), operator==(), setHsv(), and setRgb(). |
|
|
Definition at line 508 of file oselector.h. Referenced by hsv(), OColor(), operator=(), operator==(), setHsv(), and setRgb(). |
1.4.2