X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fassetedit.h;h=a0070c81e6648ecfa1c47383d85b3e73460778a0;hp=bc5503c9a327cf9856c3c001d4919405af867066;hb=4b6c39e6cf4a3fd9c1b347db6de686ab55d6cac8;hpb=fee54016102a7a59d2181c8f16a7f2562f68540d diff --git a/cinelerra-5.1/cinelerra/assetedit.h b/cinelerra-5.1/cinelerra/assetedit.h index bc5503c9..a0070c81 100644 --- a/cinelerra-5.1/cinelerra/assetedit.h +++ b/cinelerra-5.1/cinelerra/assetedit.h @@ -23,6 +23,7 @@ #define ASSETEDIT_H #include "asset.inc" +#include "assetedit.inc" #include "awindow.inc" #include "bcdialog.h" #include "bitspopup.inc" @@ -35,18 +36,6 @@ #include "resizetrackthread.inc" -class AssetEditReelNumber; -class AssetEditReelName; -class AssetEditByteOrderHILO; -class AssetEditByteOrderLOHI; -class AssetEditPath; -class AssetEditPathText; -class AssetEditWindow; - -class DetailAssetWindow; -class DetailAssetThread; -class DetailAssetButton; - class AssetEdit : public BC_DialogThread { public: @@ -58,6 +47,7 @@ public: void handle_done_event(int result); void handle_close_event(int result); BC_Window* new_gui(); + int window_height(); Indexable *indexable; MWindow *mwindow; @@ -84,8 +74,6 @@ public: AssetEditPath *path_button; AssetEditByteOrderHILO *hilo; AssetEditByteOrderLOHI *lohi; - BC_TextBox *tc_hours_textbox, *tc_minutes_textbox; - BC_TextBox *tc_seconds_textbox, *tc_rest_textbox; BitsPopup *bitspopup; int allow_edits; MWindow *mwindow; @@ -276,28 +264,6 @@ public: AssetEditWindow *fwindow; }; -class AssetEditReelName : public BC_TextBox -{ -public: - AssetEditReelName(AssetEditWindow *fwindow, int x, int y); - ~AssetEditReelName(); - - int handle_event(); - - AssetEditWindow *fwindow; -}; - -class AssetEditReelNumber : public BC_TextBox -{ -public: - AssetEditReelNumber(AssetEditWindow *fwindow, int x, int y); - ~AssetEditReelNumber(); - - int handle_event(); - - AssetEditWindow *fwindow; -}; - class DetailAssetWindow : public BC_Window { MWindow *mwindow;