Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Public Member Functions | |
int | pos () |
void | setPos (int position) |
int | length () |
void | setLength (int len) |
void | modification () |
void | setModified (bool b) |
bool | isModified () |
void | setSelected (bool b) |
bool | isSelected () |
QString | fileName () |
void | setFileName (QString strFileName) |
void | addEventListener (KeyFrameEventListener *) |
void | removeEventListner (KeyFrameEventListener *) |
virtual bool | isNull () |
Private Attributes | |
int | mFrame = -1 |
int | mLength = 1 |
bool | mIsModified = false |
bool | mIsSelected = false |
QString | mAttachedFileName |
std::vector < KeyFrameEventListener * > | mEventListeners |
Definition at line 29 of file keyframe.h.