2001-06-11 02:19:16 +04:00
|
|
|
# data file for the Fltk User Interface Designer (fluid)
|
|
|
|
version 1.0009
|
|
|
|
header_name {.h}
|
|
|
|
code_name {.cxx}
|
|
|
|
gridx 5
|
|
|
|
gridy 5
|
|
|
|
snap 3
|
|
|
|
class CMakeSetupGUI {open
|
|
|
|
} {
|
2001-07-19 22:31:24 +04:00
|
|
|
Function {CMakeSetupGUI()} {open
|
2001-06-11 02:19:16 +04:00
|
|
|
} {
|
|
|
|
Fl_Window dialogWindow {
|
2001-06-21 15:37:49 +04:00
|
|
|
label CMakeSetupDialog
|
2001-07-19 22:31:24 +04:00
|
|
|
callback {recentSourceDirectoriesBrowser->hide();
|
|
|
|
recentBinaryDirectoriesBrowser->hide();} open selected
|
|
|
|
xywh {645 144 563 363} resizable visible
|
2001-06-11 02:19:16 +04:00
|
|
|
} {
|
|
|
|
Fl_Input sourcePathTextInput {
|
|
|
|
label {Where is the source code: }
|
|
|
|
callback {SetSourcePath( sourcePathTextInput->value() );}
|
|
|
|
xywh {219 15 200 20} labelsize 11 when 8 textsize 11
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Browse...}
|
|
|
|
callback {BrowseForSourcePath();}
|
2001-07-19 22:31:24 +04:00
|
|
|
xywh {453 14 65 22} shortcut 0x80073 labelsize 11
|
2001-06-11 02:19:16 +04:00
|
|
|
}
|
|
|
|
Fl_Input binaryPathTextInput {
|
|
|
|
label {Where do you want to build the binaries: }
|
2001-06-21 15:37:49 +04:00
|
|
|
callback {SetBinaryPath( binaryPathTextInput->value() );}
|
2001-06-11 02:19:16 +04:00
|
|
|
xywh {219 50 200 20} labelsize 11 when 8 textsize 11
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Browse...}
|
|
|
|
callback {BrowseForBinaryPath();}
|
2001-07-19 22:31:24 +04:00
|
|
|
xywh {453 49 65 22} shortcut 0x80062 labelsize 11
|
2001-06-11 02:19:16 +04:00
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label Close
|
2001-07-19 22:31:24 +04:00
|
|
|
callback {Close();}
|
2001-06-11 02:19:16 +04:00
|
|
|
xywh {345 331 77 23} shortcut 0x80071 labelsize 11
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {Build Project Files}
|
|
|
|
callback {BuildProjectFiles();}
|
|
|
|
xywh {123 332 101 23} shortcut 0x8006d labelsize 11
|
|
|
|
}
|
2001-07-19 22:31:24 +04:00
|
|
|
Fl_Group {} {
|
2001-06-11 02:19:16 +04:00
|
|
|
xywh {25 80 515 222} box ENGRAVED_BOX labelsize 11 align 0 resizable
|
|
|
|
} {
|
|
|
|
Fl_Scroll cacheValuesScroll {
|
|
|
|
label {Cache Values} open
|
|
|
|
xywh {40 98 485 190} type BOTH_ALWAYS box DOWN_FRAME labelsize 11 align 5 when 1 resizable
|
|
|
|
} {
|
2001-06-12 16:34:29 +04:00
|
|
|
Fl_Pack propertyListPack {
|
2001-06-11 02:19:16 +04:00
|
|
|
xywh {40 99 485 185} resizable
|
|
|
|
} {}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Box {} {
|
|
|
|
label {Right click on cache entries for additional options}
|
|
|
|
xywh {141 305 275 25} labelsize 11
|
|
|
|
}
|
2001-07-19 22:31:24 +04:00
|
|
|
Fl_Button {} {
|
|
|
|
label {@\#2>}
|
|
|
|
callback {ShowRecentSourceDirectories();}
|
|
|
|
xywh {420 15 22 21} labeltype SYMBOL_LABEL
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label {@\#2>}
|
|
|
|
callback {ShowRecentBinaryDirectories();}
|
|
|
|
xywh {420 50 22 21} labeltype SYMBOL_LABEL
|
|
|
|
}
|
|
|
|
Fl_Browser recentSourceDirectoriesBrowser {
|
|
|
|
callback {SelectOneRecentSourceDirectory();}
|
|
|
|
xywh {15 35 535 115} type Hold box BORDER_BOX hide
|
|
|
|
}
|
|
|
|
Fl_Browser recentBinaryDirectoriesBrowser {
|
|
|
|
callback {SelectOneRecentBinaryDirectory();}
|
|
|
|
xywh {15 70 535 115} type Hold box BORDER_BOX hide
|
|
|
|
}
|
2001-06-11 02:19:16 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Function {~CMakeSetupGUI()} {} {}
|
|
|
|
Function {Close(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {BuildProjectFiles(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {BrowseForSourcePath(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {BrowseForBinaryPath(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {Show(void)} {return_type {virtual void}
|
|
|
|
} {}
|
2001-06-12 16:34:29 +04:00
|
|
|
Function {SetBinaryPath(const char *)} {return_type {virtual bool}
|
2001-06-11 02:19:16 +04:00
|
|
|
} {}
|
2001-06-12 16:34:29 +04:00
|
|
|
Function {SetSourcePath(const char *)} {return_type {virtual bool}
|
2001-06-11 02:19:16 +04:00
|
|
|
} {}
|
2001-07-19 22:31:24 +04:00
|
|
|
Function {ShowRecentBinaryDirectories(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {ShowRecentSourceDirectories(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {SelectOneRecentBinaryDirectory(void)} {return_type {virtual void}
|
|
|
|
} {}
|
|
|
|
Function {SelectOneRecentSourceDirectory(void)} {return_type {virtual void}
|
|
|
|
} {}
|
2001-06-11 02:19:16 +04:00
|
|
|
}
|