Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Public Slots | |
void | undoActSetText () |
void | undoActSetEnabled () |
void | updateSaveState () |
void | clearRecentFilesList () |
Signals | |
void | updateRecentFilesList (bool b) |
Public Member Functions | |
MainWindow2 (QWidget *parent=0) | |
void | setOpacity (int opacity) |
void | newDocument () |
void | openDocument () |
void | saveDocument () |
bool | saveAsNewDocument () |
bool | maybeSave () |
void | importImage () |
void | exportImage () |
void | importImageSequence () |
void | exportImageSequence () |
void | importMovie () |
void | lockWidgets (bool shouldLock) |
void | preferences () |
void | helpBox () |
void | aboutPencil () |
void | openFile (QString filename) |
PreferencesDialog * | getPrefDialog () |
Public Attributes | |
Editor * | mEditor = nullptr |
Protected Member Functions | |
void | tabletEvent (QTabletEvent *) override |
void | closeEvent (QCloseEvent *) override |
Private Member Functions | |
bool | openObject (QString strFilename) |
bool | saveObject (QString strFileName) |
void | dockAllSubWidgets () |
void | createDockWidgets () |
void | createMenus () |
void | setMenuActionChecked (QAction *, bool bChecked) |
void | setupKeyboardShortcuts () |
void | clearKeyboardShortcuts () |
void | updateZoomLabel () |
void | importPalette () |
void | exportPalette () |
void | readSettings () |
void | writeSettings () |
void | changePlayState (bool isPlaying) |
void | makeConnections (Editor *) |
void | makeConnections (Editor *, ColorBox *) |
void | makeConnections (Editor *, ScribbleArea *) |
void | makeConnections (Editor *, ColorPaletteWidget *) |
void | makeConnections (Editor *, TimeLine *) |
void | makeConnections (Editor *, DisplayOptionWidget *) |
void | makeConnections (Editor *, ToolOptionWidget *) |
void | bindActionWithSetting (QAction *, SETTING) |
Private Attributes | |
ScribbleArea * | mScribbleArea = nullptr |
ColorBox * | mColorWheel = nullptr |
ColorPaletteWidget * | mColorPalette = nullptr |
DisplayOptionWidget * | mDisplayOptionWidget = nullptr |
ToolOptionWidget * | mToolOptions = nullptr |
ToolBoxWidget * | mToolBox = nullptr |
Timeline2 * | mTimeline2 = nullptr |
RecentFileMenu * | mRecentFileMenu = nullptr |
PreferencesDialog * | mPrefDialog = nullptr |
TimeLine * | mTimeLine |
BackupElement * | mBackupAtSave = nullptr |
ActionCommands * | mCommands = nullptr |
QList< BaseDockWidget * > | mDockWidgets |
BackgroundWidget * | mBackground |
QIcon | mStartIcon |
QIcon | mStopIcon |
Ui::MainWindow2 * | ui = nullptr |
Definition at line 61 of file mainwindow2.h.
|
private |
— Export Menu —
— Import Menu —
— Edit Menu —
— Layer Menu —
— View Menu —
— Animation Menu —
— Tool Menu —
— Window Menu —
Definition at line 230 of file mainwindow2.cpp.