Select Git revision
otbImageViewerManagerViewGroup.fl
Forked from
Main Repositories / otb
20974 commits behind the upstream repository.
-
Otmane Lahlou authored
ENH: refactoring of the repository OTB-Applications: add a directory Legacy : All the applications were put in Legacy
Otmane Lahlou authoredENH: refactoring of the repository OTB-Applications: add a directory Legacy : All the applications were put in Legacy
otbImageViewerManagerViewGroup.fl 12.78 KiB
# data file for the Fltk User Interface Designer (fluid)
version 1.0109
i18n_type 1
i18n_include "otbI18n.h"
i18n_function otbGetTextMacro
header_name {.h}
code_name {.cxx}
class ImageViewerManagerViewGroup {open
} {
Function {CreateGUI()} {open return_type void
} {
Fl_Window guiMainWindow {
label otbImageViewerManagerView
callback {this->Quit()} open
xywh {366 65 610 460} type Double box UP_BOX color 52 selection_color 7 labelcolor 187 resizable visible
} {
Fl_Text_Display guiViewerInformation {
label Information
tooltip {Selected image viewer information} xywh {15 324 575 126} box EMBOSSED_BOX color 54 selection_color 55 labelcolor 186 textcolor 187
}
Fl_Browser guiImageList {
label {Viewers List}
callback {SelectAction();}
tooltip {List of opened image viewer (showed image viewer are prefixed with +, and hidden with -)} xywh {25 35 230 275} type Hold box EMBOSSED_BOX selection_color 20 labelcolor 186 align 1 textcolor 187
}
Fl_Group gPreviewWindow {open
xywh {280 38 195 189} resizable
} {}
Fl_Group gBottom {open
xywh {260 231 225 73}
} {
Fl_Button guiShowHide {
label {Show / Hide}
callback {ShowHide();}
tooltip {Show or hide the selected image viewer} xywh {260 257 105 33} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x20 color 23 selection_color 23 labelcolor 186
}
Fl_Button guiHideAll {
label {Hide all}
callback {HideAll();}
tooltip {Hide all the viewers} xywh {373 257 100 33} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x20 color 23 selection_color 23 labelcolor 186
}
Fl_Group gBlanck1 {open
xywh {475 254 10 41} resizable
} {}
Fl_Round_Button bPacked {
label {Packed View}
callback {PackedViewMode();
//bPacked->value(1);
//if(bSplitted->value())
// bPacked->deactivate();
//else
// bPacked->value(1);}
tooltip {Toggle Packed mode} xywh {380 238 105 15} type Radio down_box ROUND_DOWN_BOX value 1 labelcolor 187 deactivate
}
Fl_Round_Button bSplitted {
label {Splitted View}
callback {SplittedViewMode();
//bSplitted->value(1);
//if(bPacked->value())
// bSplitted->deactivate();
//else
// bSplitted->value(1);}
tooltip {Toggle Splitted mode} xywh {275 237 105 15} type Radio down_box ROUND_DOWN_BOX labelcolor 187 deactivate
}
}
Fl_Group gRight {open
xywh {480 31 115 277}
} {
Fl_Button guiOpenImage {
label {Open image}