#include <packet.h>
Inheritance diagram for ColoredPacket:

Public Member Functions | |
| ColoredPacket () | |
| ColoredPacket (const QColor &) | |
| ColoredPacket (const ColoredPacket &) | |
| virtual | ~ColoredPacket () |
| Packet * | Copy () const |
| bool | IsColored () |
| Color_t | R () |
| Color_t | G () |
| Color_t | B () |
| void | SetColor (const QColor &) |
| QColor * | Color () const |
Private Attributes | |
| QColor * | color |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Packet. |
|
|
|
|
|
Reimplemented from Packet. |
|
|
Reimplemented from Packet. |
|
|
Reimplemented from Packet. |
|
|
Reimplemented from Packet. |
|
|
|
|
|
|
1.3.9.1