add master/armed_gang track operations, tweak appearanceprefs layout, fix vicon video...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index 4b705b2c3c176bcdd772be30f4ed1b47eb802f23..e7ef3426f1a5d2071ed0872eeb5fc68dddbf1ad5 100644 (file)
@@ -47,6 +47,7 @@ public:
        TimeFormatFrames *frames;
        TimeFormatFeet *feet;
        TimeFormatSeconds *seconds;
+       ViewLayoutScale *layout_scale;
        ViewThumbnails *thumbnails;
        ViewThumbnailSize *thumbnail_size;
        ViewViconSize *vicon_size;
@@ -170,6 +171,16 @@ public:
        ViewPluginIcons *popup;
 };
 
+class ViewLayoutScale : public BC_TumbleTextBox
+{
+public:
+       ViewLayoutScale(PreferencesWindow *pwindow,
+               AppearancePrefs *aprefs, int x, int y);
+       int handle_event();
+       AppearancePrefs *aprefs;
+       PreferencesWindow *pwindow;
+};
+
 class ViewThumbnails : public BC_CheckBox
 {
 public:
@@ -244,6 +255,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class UseWarnStack : public BC_CheckBox
+{
+public:
+       UseWarnStack(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class BD_WarnRoot : public BC_CheckBox
 {
 public:
@@ -252,6 +271,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class UseWarnFileRef : public BC_CheckBox
+{
+public:
+       UseWarnFileRef(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class PopupMenuBtnup : public BC_CheckBox
 {
 public:
@@ -310,8 +337,8 @@ public:
 
 class YuvColorSpace : public BC_PopupMenu
 {
-       static const char *color_space[3];
 public:
+       static const char *color_space[3];
        YuvColorSpace(int x, int y, PreferencesWindow *pwindow);
        ~YuvColorSpace();
 
@@ -332,8 +359,8 @@ public:
 
 class YuvColorRange : public BC_PopupMenu
 {
-       static const char *color_range[2];
 public:
+       static const char *color_range[2];
        YuvColorRange(int x, int y, PreferencesWindow *pwindow);
        ~YuvColorRange();