X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fassetedit.h;h=bc5503c9a327cf9856c3c001d4919405af867066;hb=32fa5523f2d5a7d6abcbdddce56b8d65cd83fb88;hp=98cbcc0c96179d5a7f36939f7bf427879552b6ca;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/assetedit.h b/cinelerra-5.1/cinelerra/assetedit.h index 98cbcc0c..bc5503c9 100644 --- a/cinelerra-5.1/cinelerra/assetedit.h +++ b/cinelerra-5.1/cinelerra/assetedit.h @@ -35,7 +35,6 @@ #include "resizetrackthread.inc" -class AssetEditTCStartTextBox; class AssetEditReelNumber; class AssetEditReelName; class AssetEditByteOrderHILO; @@ -56,6 +55,7 @@ public: void edit_asset(Indexable *indexable); int set_asset(Indexable *indexable); + void handle_done_event(int result); void handle_close_event(int result); BC_Window* new_gui(); @@ -84,6 +84,8 @@ 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; @@ -92,6 +94,7 @@ public: BC_Title *win_height; DetailAssetThread *detail_thread; void show_info_detail(); + }; @@ -295,20 +298,6 @@ public: AssetEditWindow *fwindow; }; -class AssetEditTCStartTextBox : public BC_TextBox -{ -public: - AssetEditTCStartTextBox(AssetEditWindow *fwindow, int value, int x, int y, int multiplier); - ~AssetEditTCStartTextBox(); - int handle_event(); - - AssetEditWindow *fwindow; -// Multiplier is the # of frames for whatever unit of time this is. -// fps dependent, and unit dependent - int multiplier; - int previous; -}; - class DetailAssetWindow : public BC_Window { MWindow *mwindow;