|
| Object (QObject *parent=nullptr) |
|
void | init () |
|
void | createWorkingDir () |
|
void | deleteWorkingDir () const |
|
QString | filePath () const |
|
void | setFilePath (QString strFileName) |
|
QString | workingDir () const |
|
QString | dataDir () const |
|
void | setDataDir (QString dirPath) |
|
QString | mainXMLFile () const |
|
void | setMainXMLFile (QString file) |
|
QDomElement | saveXML (QDomDocument &doc) |
|
bool | loadXML (QDomElement element, ProgressCallback progress=[](float){}) |
|
void | paintImage (QPainter &painter, int frameNumber, bool background, bool antialiasing) const |
|
QString | copyFileToDataFolder (QString strFilePath) |
|
ColourRef | getColour (int i) |
|
void | setColour (int index, QColor newColour) |
|
void | addColour (QColor) |
|
void | addColour (ColourRef newColour) |
|
bool | removeColour (int index) |
|
void | renameColour (int i, QString text) |
|
int | getColourCount () |
|
bool | importPalette (QString filePath) |
|
bool | exportPalette (QString filePath) |
|
bool | savePalette (QString filePath) |
|
void | loadDefaultPalette () |
|
LayerBitmap * | addNewBitmapLayer () |
|
LayerVector * | addNewVectorLayer () |
|
LayerSound * | addNewSoundLayer () |
|
LayerCamera * | addNewCameraLayer () |
|
int | getLayerCount () const |
|
Layer * | getLayer (int i) const |
|
Layer * | findLayerByName (QString strName, Layer::LAYER_TYPE type=Layer::UNDEFINED) const |
|
bool | moveLayer (int i, int j) |
|
void | deleteLayer (int i) |
|
void | deleteLayer (Layer *) |
|
template<typename T > |
std::vector< T * > | getLayersByType () const |
|
bool | exportFrames (int frameStart, int frameEnd, Layer *currentLayer, QSize exportSize, QString filePath, const char *format, int quality, bool transparency, bool antialiasing, QProgressDialog *progress, int progressMax) |
|
bool | exportX (int frameStart, int frameEnd, QTransform view, QSize exportSize, QString filePath, bool antialiasing) |
|
bool | exportIm (int frameStart, int frameEnd, QTransform view, QSize exportSize, QString filePath, QString format, bool antialiasing, bool transparency) |
|
void | modification () |
|
bool | isModified () |
|
void | setModified (bool b) |
|
int | getUniqueLayerID () |
|
ObjectData * | data () |
|
void | setData (ObjectData *) |
|
void | setLayerUpdated (int layerId) |
|
Definition at line 71 of file object.h.