1 # data file for the Fltk User Interface Designer (fluid)
7 Function {CubeViewUI()} {open
11 private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 resizable visible
16 Fl_Group VChange {open
21 callback {cube->v_angle(((Fl_Roller *)o)->value());
23 xywh {5 100 17 186} labeltype NO_LABEL labelsize 12 align 128 minimum -180 maximum 180 step 1
24 code0 {\#include <stdio.h>}
28 callback {cube->pany(((Fl_Slider *)o)->value());
30 xywh {25 100 17 186} type {Vert Knob} selection_color 136 labeltype NO_LABEL labelsize 12 align 0 minimum -25 maximum 25 step 0.1
33 Fl_Group HChange {open
38 callback {cube->panx(((Fl_Slider *)o)->value());
40 xywh {122 364 186 17} type {Horz Knob} selection_color 136 labeltype NO_LABEL labelsize 12 align 16 minimum 25 maximum -25 step 0.1
44 callback {cube->h_angle(((Fl_Roller *)o)->value());
46 xywh {122 383 186 17} type Horizontal labeltype NO_LABEL labelsize 12 align 8 minimum -180 maximum 180 step 1
49 Fl_Group MainView {open
50 xywh {46 27 333 333} resizable
53 xywh {46 27 333 333} box DOWN_FRAME color 4 selection_color 69
56 label {This is the cube_view} selected
57 xywh {48 29 329 329} align 16 resizable
58 code0 {\#include "CubeView.h"}
62 Fl_Value_Slider zoom {
64 callback {cube->size=((Fl_Value_Slider *)o)->value();
66 xywh {106 3 227 19} type {Horz Knob} selection_color 136 labelfont 1 labelsize 12 align 4 minimum 1 maximum 50 step 0.1 value 10 textfont 1
71 Function {show(int argc, char **argv)} {open
73 code {mainWindow->show(argc, argv);} {}