#include <sample.h>
Public Member Functions | |
| Sample (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| ~Sample () | |
| void | setColor (const rColor &) |
Private Attributes | |
| QSize | frSize |
| QSize | txtSize |
| QString | text |
| QPixmap | bg |
| QPixmap | fg |
| QPixmap | txt |
|
||||||||||||||||
|
The c'tor creates the fixed size frame and paints the background pixmap containing the letters. Here is the call graph for this function: ![]() |
|
|
|
|
|
Sets the currently shown color. The pixmap containing the text is copied to the background pixmap and painted with a pixmap created from the color c. Here is the call graph for this function: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|