Kage Studio 0.7.230612
A Simple Free and Open Source 2D Animation Software
|
#include <kagedo.h>
Public Member Functions | |
KageDo () | |
KageDo (unsigned int p_layer, unsigned int p_frame) | |
virtual | ~KageDo () |
void | setVectorData (vector< VectorData > p_vectorData) |
vector< VectorData > | getVectorData () |
KageDo | clone () |
void | clear () |
void | push (KageDo p_vectorsData) |
bool | isEmpty () |
Data Fields | |
unsigned int | _frame |
unsigned int | _layer |
Protected Member Functions | |
void | add (VectorData::type p_type, ColorData p_fill, StrokeColorData p_stroke) |
Protected Attributes | |
vector< VectorData > | _vectorData |
KageDo::KageDo | ( | ) |
KageDo::KageDo | ( | unsigned int | p_layer, |
unsigned int | p_frame | ||
) |
|
virtual |
|
protected |
void KageDo::clear | ( | ) |
KageDo KageDo::clone | ( | ) |
vector< VectorData > KageDo::getVectorData | ( | ) |
bool KageDo::isEmpty | ( | ) |
void KageDo::push | ( | KageDo | p_vectorsData | ) |
void KageDo::setVectorData | ( | vector< VectorData > | p_vectorData | ) |
unsigned int KageDo::_frame |
unsigned int KageDo::_layer |
|
protected |