|
Krita Source Code Documentation
|
#include <QVariant>#include <QVector>#include <QPixmap>#include "kritaui_export.h"#include "kis_types.h"Go to the source code of this file.
Classes | |
| class | CommentBox |
| This class is a simple combination of two QVariants. It can be converted to and from QVariant type and is used in StoryboardModel. More... | |
| class | StoryboardChild |
| This class makes up the StoryboardItem class. It consists of pointer to its parent item and the data stored as QVariant. More... | |
| class | StoryboardComment |
| class | StoryboardItem |
| This class stores a list of StoryboardChild objects and provides functionality to manipulate the list. Specific item type must be stored at specific indices. More... | |
| class | ThumbnailData |
| This class is a simple combination of two QVariants. It can be converted to and from QVariant type and is used in StoryboardModel. More... | |