Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Public Member Functions | |
BaseDockWidget (QWidget *pParent) | |
virtual void | initUI ()=0 |
virtual void | updateUI ()=0 |
Editor * | editor () |
void | setEditor (Editor *e) |
Private Attributes | |
Editor * | mEditor = nullptr |
Definition at line 26 of file basedockwidget.h.