#include "layergal.h"
#include "makebmp.h"
#include "impexpop.h"
Go to the source code of this file.
Classes | |
class | OpSelectStartFrame |
class | OpSelectEndFrame |
class | OpSelectPrevFrame |
class | OpSelectNextFrame |
class | OpCreateNewFrame |
class | OpCopyFrame |
class | OpDeleteFrame |
class | OpFrameProperties |
class | OpAnimationProperties |
class | GIFAnimationExportParam |
Passes infomation about the GIF animation and its bitmap(s) being exported. More... | |
class | GrabFrameFilter |
Special filter used to convert the selected frame into a bitmap. More... | |
class | OpGrabFrame |
Performs an operation to grab the selected frame layer and preview it. More... | |
class | OpGrabAllFrames |
Performs an operation to grab all of the frame layers and preview them. More... | |
class | OpSaveAnimatedGIF |
Pops up a common dialog to allow the user to export an animated GIF from Camelot. This is for the special frame related export so we have all the options set up. More... | |
class | OpBrowserPreview |
Performs an operation to preview the animation in a browser. More... | |
Defines | |
#define | OPTOKEN_FRAME_STARTFRAME _T("GotoStartFrame") |
Performs an undoable change of selecting the bottom most frame layer. | |
#define | OPTOKEN_FRAME_ENDFRAME _T("GotoEndFrame") |
Performs an undoable change of selecting the top most frame layer. | |
#define | OPTOKEN_FRAME_PREVFRAME _T("GotoPrevFrame") |
Performs an undoable change of selecting the previous frame (layer). | |
#define | OPTOKEN_FRAME_NEXTFRAME _T("GotoNextFrame") |
Performs an undoable change of selecting the next frame (layer). | |
#define | OPTOKEN_FRAME_NEWFRAME _T("NewFrame") |
Performs an undoable change of creating a new frame layer. | |
#define | OPTOKEN_FRAME_COPYFRAME _T("CopyFrame") |
Performs an undoable change of copying the selected frame layer. | |
#define | OPTOKEN_FRAME_DELETEFRAME _T("DeleteFrame") |
Performs an undoable change of deleting the selected frame layer. | |
#define | OPTOKEN_FRAME_PROPERTIES _T("FrameProperties") |
Performs an operation to pop up the frame properties dialog. | |
#define | OPTOKEN_FRAME_ANIPROPERTIES _T("AnimationProperties") |
Performs an operation to pop up the animation properties dialog. | |
#define | OPTOKEN_FRAME_GRABFRAME _T("GrabFrame") |
#define | OPTOKEN_FRAME_GRABALLFRAMES _T("GrabAllFrames") |
#define | OPTOKEN_SAVEANIMATEDGIF _T("SaveAnimatedGIF") |
#define | OPTOKEN_FRAME_BROWSERPREVIEW _T("BrowserPreview") |
|
Performs an operation to pop up the animation properties dialog.
Definition at line 327 of file frameops.h. |
|
Definition at line 423 of file frameops.h. |
|
Performs an undoable change of copying the selected frame layer.
Definition at line 252 of file frameops.h. |
|
Performs an undoable change of deleting the selected frame layer.
Definition at line 276 of file frameops.h. |
|
Performs an undoable change of selecting the top most frame layer.
Definition at line 156 of file frameops.h. |
|
Definition at line 421 of file frameops.h. |
|
Definition at line 420 of file frameops.h. |
|
Performs an undoable change of creating a new frame layer.
Definition at line 228 of file frameops.h. |
|
Performs an undoable change of selecting the next frame (layer).
Definition at line 204 of file frameops.h. |
|
Performs an undoable change of selecting the previous frame (layer).
Definition at line 180 of file frameops.h. |
|
Performs an operation to pop up the frame properties dialog.
Definition at line 303 of file frameops.h. |
|
Performs an undoable change of selecting the bottom most frame layer.
Definition at line 132 of file frameops.h. |
|
Definition at line 422 of file frameops.h. |