|
Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Inheritance diagram for ColorGrid:Public Slots | |
| void | setColor (const int &, const QColor &) |
Signals | |
| void | colorDroped (const int &, const QColor &) |
| void | colorDroped (const int &) |
| void | colorPicked (const int &, const QColor &) |
Public Member Functions | |
| ColorGrid (QWidget *parent=0) | |
| virtual QSize | sizeHint () const |
| virtual QSize | minimumSizeHint () const |
| QByteArray | dataExport () |
| bool | dataImport (const QByteArray &array) |
Protected Member Functions | |
| void | initItems () |
Protected Attributes | |
| FlowLayout * | mLayout |
| QList< ColorGridItem * > | items |
Static Protected Attributes | |
| static const int | gridCount = 100 |
Definition at line 24 of file colorgrid.h.
1.8.6