📄 migwindowgui.fl
字号:
# data file for the Fltk User Interface Designer (fluid)
version 1.0104
header_name {.h}
code_name {.cxx}
class migWindowGUI {open : {public migWindowBase}
} {
Function {migWindowGUI()} {open
} {
Fl_Window renderWindow {
label {myITKgui - Methods in Image Analysis, Spring 2004} open
xywh {362 160 539 489} type Double resizable
code0 {\#include "migWindowBase.h"} visible
} {
Fl_Box m_FlRenderWindowInteractor {
xywh {0 0 540 490} box BORDER_BOX align 4 resizable
code0 {\#include "vtkFlRenderWindowInteractor.h"}
class vtkFlRenderWindowInteractor
}
}
}
Function {~migWindowGUI()} {} {
code {this->Hide();} {}
}
Function {Show()} {open
} {
code {renderWindow->show();
m_FlRenderWindowInteractor->show();} {}
}
Function {Hide(void)} {open
} {
code {renderWindow->hide();} {selected
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -