|
Krita Source Code Documentation
|
This class makes up the StoryboardItem class. It consists of pointer to its parent item and the data stored as QVariant. More...
#include <StoryboardItem.h>
Public Member Functions | |
| QVariant | data () |
| StoryboardItemSP | parent () |
| void | setData (QVariant value) |
| void | setParent (StoryboardItemSP parent) |
| StoryboardChild (const StoryboardChild &rhs) | |
| StoryboardChild (QVariant data) | |
Private Attributes | |
| QVariant | m_data |
| QWeakPointer< StoryboardItem > | m_parentItem |
This class makes up the StoryboardItem class. It consists of pointer to its parent item and the data stored as QVariant.
Definition at line 109 of file StoryboardItem.h.
|
inline |
Definition at line 112 of file StoryboardItem.h.
|
inline |
Definition at line 116 of file StoryboardItem.h.
|
inline |
Definition at line 130 of file StoryboardItem.h.
|
inline |
Definition at line 120 of file StoryboardItem.h.
|
inline |
|
inline |
Definition at line 125 of file StoryboardItem.h.
|
private |
Definition at line 140 of file StoryboardItem.h.
|
private |
Definition at line 141 of file StoryboardItem.h.