non/timeline/src/Track_Header.fl

152 lines
5.0 KiB
Plaintext

# data file for the Fltk User Interface Designer (fluid)
version 1.0300
header_name {.h}
code_name {.cxx}
decl {\#include "FL/Fl_Sometimes_Input.H"} {public global
}
decl {\#include "FL/Fl_Blink_Button.H"} {public global
}
decl {\#include <FL/Fl_PNG_Image.H>} {private local
}
decl {\#include <FL/img_io_input_connector_10x10_png.h>} {private local
}
decl {\#include <FL/img_io_output_connector_10x10_png.h>} {private local
}
decl {Fl_PNG_Image *output_connector_image = NULL;} {private local
}
decl {Fl_PNG_Image *input_connector_image = NULL;} {private local
}
widget_class Track_Header {open
xywh {680 695 525 60} type Double box NO_BOX resizable visible
} {
Fl_Group box_group {open
private xywh {0 0 200 60} box THIN_UP_BOX color 63
code0 {o->resizable(0);}
} {
Fl_Group {} {open
xywh {0 0 200 55}
code0 {o->resizable(0);}
} {
Fl_Input name_input {
label {input:}
xywh {4 2 151 22} labeltype NO_LABEL align 20 when 8
class Fl_Sometimes_Input
}
Fl_Button track_inputs_indicator {
label in
tooltip {lit if inputs are connected} xywh {0 27 29 16} box BORDER_BOX color 48 selection_color 90 labelfont 5 labelsize 10 labelcolor 53 hide
}
Fl_Button track_outputs_indicator {
label out
tooltip {lit if outputs are connected} xywh {31 27 24 16} box BORDER_BOX color 48 selection_color 90 labelfont 5 labelsize 10 labelcolor 53 hide
}
Fl_Button menu_button {
label menu
tooltip {Expand controls} xywh {4 26 31 24} selection_color 3 labelfont 4 labelsize 10
}
Fl_Button overlay_controls_button {
label {c-}
tooltip {Expand controls} xywh {39 26 24 24} type Toggle selection_color 3 labelfont 5 labelsize 12
}
Fl_Button show_all_takes_button {
label {t+}
tooltip {Show all takes} xywh {66 26 24 24} type Toggle selection_color 3 labelfont 5 labelsize 12
}
Fl_Button rec_button {
label r
tooltip {arm for recording} xywh {118 26 24 24} type Toggle selection_color 88 labelfont 5 labelsize 12
}
Fl_Button mute_button {
label m
tooltip mute xywh {145 26 24 24} type Toggle selection_color 63 labelfont 5 labelsize 12
}
Fl_Button solo_button {
label s
tooltip solo xywh {172 26 24 24} type Toggle selection_color 91 labelfont 5 labelsize 12
}
Fl_Box input_connector_handle {
tooltip {Drag and drop this input connector to make or break JACK connections} xywh {157 4 18 18} box FLAT_BOX
code0 {o->image( input_connector_image ? input_connector_image : input_connector_image = new Fl_PNG_Image( "input-connector", img_io_input_connector_10x10_png, img_io_input_connector_10x10_png_len ) );}
code1 {o->box(FL_NO_BOX);}
}
Fl_Box output_connector_handle {selected
tooltip {Drag and drop this output connector to make or break JACK connections} xywh {177 4 18 18} box FLAT_BOX
code0 {o->image( output_connector_image ? output_connector_image : output_connector_image = new Fl_PNG_Image( "output-connector", img_io_output_connector_10x10_png, img_io_output_connector_10x10_png_len ) );}
code1 {o->box(FL_NO_BOX);}
}
}
}
Fl_Box {} {
label {<Sequence>}
xywh {200 0 325 60} resizable
code0 {o->labeltype(FL_NO_LABEL);}
}
Function {draw()} {open return_type {virtual void}
} {
code {box_group->color( color() );
Fl_Group::draw();} {}
}
}
widget_class Control_Sequence_Header {open
xywh {325 886 200 55} type Double box NO_BOX visible
} {
Fl_Input name_input {
label {input:}
xywh {5 3 192 22} labeltype NO_LABEL align 20 when 8 textsize 12
class Fl_Sometimes_Input
}
Fl_Button menu_button {
label menu
tooltip {Expand controls} xywh {5 26 31 24} selection_color 3 labelfont 4 labelsize 10
}
Fl_Button outputs_indicator {
label out
tooltip {lit if outputs are connected} xywh {40 26 24 16} box BORDER_BOX down_box BORDER_BOX color 48 selection_color 90 labelfont 5 labelsize 10
code0 {o->ignore_input( true );}
code1 {o->blink( false );}
class Fl_Blink_Button
}
Fl_Output osc_name_output {
xywh {60 26 92 24} color 32 labeltype NO_LABEL align 20 textsize 9 hide
}
Fl_Menu_Button osc_connect_menu {open
xywh {147 26 24 24} color 52 hide
} {}
Fl_Button delete_button {
label X
tooltip {Expand controls} xywh {172 26 24 24} labelfont 5 labelsize 12
}
}
widget_class Audio_Sequence_Header {open
xywh {404 670 200 50} type Double box NO_BOX resizable visible
} {
Fl_Group {} {open
xywh {0 0 200 55}
code0 {o->resizable(0);}
} {
Fl_Input name_input {
label {input:}
xywh {0 3 193 22} labeltype NO_LABEL align 20 when 8 textsize 12
class Fl_Sometimes_Input
}
Fl_Button delete_button {
label X
tooltip {Expand controls} xywh {167 26 24 24} labelfont 5 labelsize 12
}
Fl_Button promote_button {
label {@2}
tooltip {select this take as active sequence} xywh {142 26 24 24} labelfont 5 labelsize 12
}
}
}