add grabshot, move snapshot, asset update mtime, plugins.txt for ffmpeg 3.4.1
[goodguy/history.git] / cinelerra-5.1 / cinelerra / assetpopup.inc
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef ASSETPOPUP_INC
23 #define ASSETPOPUP_INC
24
25 #define SNAPSHOT_PNG  0
26 #define SNAPSHOT_JPEG 1
27 #define SNAPSHOT_TIFF 2
28
29 #define GRABSHOT_PNG  0
30 #define GRABSHOT_JPEG 1
31 #define GRABSHOT_TIFF 2
32
33 class AssetPopup;
34 class AssetPopupInfo;
35 class AssetPopupSort;
36 class AssetPopupBuildIndex;
37 class AssetPopupView;
38 class AssetPopupViewWindow;
39 class AssetPopupMixer;
40 class AssetPopupPaste;
41 class AssetMatchSize;
42 class AssetMatchRate;
43 class AssetMatchAll;
44 class AssetPopupProjectRemove;
45 class AssetPopupDiskRemove;
46 class AssetListMenu;
47 class AssetListCopy;
48 class AssetCopyDialog;
49 class AssetCopyWindow;
50 class AssetListPaste;
51 class AssetPasteDialog;
52 class AssetPasteWindow;
53 class AssetSnapshot;
54 class SnapshotSubMenu;
55 class SnapshotMenuItem;
56 class AssetGrabshot;
57 class GrabshotSubMenu;
58 class GrabshotMenuItem;
59 class GrabshotThread;
60 class GrabshotPopup;
61
62 #endif