Skip to content
Snippets Groups Projects
Select Git revision
  • 7.1.1
  • 2040-RPC_model
  • 2078-release-the-python-global-interpreter-lock-gil-during-execution
  • release-7.2
  • diapotb-strptime
  • gdal_dem_handler
  • 2092_no_kea_gdal_driver
  • develop default protected
  • nightly
  • 2076-develop-package-names-3
  • qt5_libpng
  • 2076-develop-package-names-2
  • 2070-unitialized-values-and-itk-setters-in-otb-imagetogenericrsoutputparameters
  • 2088-documentation-on-how-to-build-the-documentation
  • 2024-metadata-refac
  • 2087_pythonlib_path
  • get_version_from_git
  • 2076-develop-package-names
  • 2077-failure-in-imagetimeseriesgapfilling
  • mosaic_fix_nb_channels
  • 7.1.0
  • 7.1.0-rc1
  • 7.0.0
  • 7.0.0-rc2
  • 7.0.0-rc1
  • 0.1.0
  • v0.0-rc44
  • v0.0-rc43
  • v0.0-rc42
  • 6.6.2
  • 6.6.1
  • 6.6.0
  • 6.6.0-rc4
  • 6.6.0-rc3
  • 6.6.0-rc2
  • 6.6.0-rc1
  • 6.4.0
  • 6.4.0-rc1
  • 6.2.0
  • 6.2.0-rc1
40 results

otbImageViewerManagerViewGroup.fl

Blame
  • Forked from Main Repositories / otb
    20974 commits behind the upstream repository.
    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}