Inheritance diagram for KeyFrame:Public Member Functions | |
| KeyFrame (const KeyFrame &k2) | |
| int | pos () const |
| void | setPos (int position) |
| int | length () const |
| void | setLength (int len) |
| void | modification () |
| void | setModified (bool b) |
| bool | isModified () const |
| void | setSelected (bool b) |
| bool | isSelected () const |
| QString | fileName () const |
| void | setFileName (QString strFileName) |
| void | addEventListener (KeyFrameEventListener *) |
| void | removeEventListner (KeyFrameEventListener *) |
| virtual KeyFrame * | clone () |
| virtual void | loadFile () |
| virtual void | unloadFile () |
| virtual bool | isLoaded () |
| virtual quint64 | memoryUsage () |
Private Attributes | |
| int | mFrame = -1 |
| int | mLength = 1 |
| bool | mIsModified = true |
| bool | mIsSelected = false |
| QString | mAttachedFileName |
|
std::vector < KeyFrameEventListener * > | mEventListeners |
Definition at line 29 of file keyframe.h.
1.8.6