17 #ifndef COMMANDCENTER_H
18 #define COMMANDCENTER_H
21 #include "pencilerror.h"
36 void setCore(
Editor* e) { mEditor = e; }
42 Status exportMovie(
bool isGif =
false);
43 Status exportImageSequence();
48 void flipSelectionX();
49 void flipSelectionY();
56 void rotateClockwise();
57 void rotateCounterClockwise();
63 void GotoNextKeyFrame();
64 void GotoPrevKeyFrame();
68 void moveFrameForward();
69 void moveFrameBackward();
72 Status addNewBitmapLayer();
73 Status addNewVectorLayer();
74 Status addNewCameraLayer();
76 Status deleteCurrentLayer();
77 void changeKeyframeLineColor();
78 void changeallKeyframeLineColor();
80 void setLayerVisibilityIndex(
int index);
89 void checkForUpdates();
90 void openTemporaryDirectory();
101 #endif // COMMANDCENTER_H
QObject * parent() const const