From 3983c50256deaed2250d2a4d7e973910d4a9cfdd Mon Sep 17 00:00:00 2001 From: kokalj Date: Thu, 26 Jan 2017 18:54:36 +0000 Subject: [PATCH] updating git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13276 c92efa57-630b-4861-b058-cf58834340f0 --- GUI/Guib/src/aindex | 4 +- GUI/Guib/src/tclIndex | 298 +++++++++++++++++++++--------------------- 2 files changed, 152 insertions(+), 150 deletions(-) diff --git a/GUI/Guib/src/aindex b/GUI/Guib/src/aindex index e42aeed52..9833b74d3 100755 --- a/GUI/Guib/src/aindex +++ b/GUI/Guib/src/aindex @@ -6,8 +6,8 @@ package require Itcl namespace import -force itcl::* puts "\n Creating the tclIndex file ..." -if { [glob -nocomplain -- *.itcl] != {} } { - auto_mkindex [pwd] *.itcl +if { [glob -nocomplain -- *.itcl *.tcl] != {} } { + auto_mkindex [pwd] *.itcl *.tcl puts " tclIndex file created !!!" puts " Size of tclIndex file: [exec wc tclIndex]" } else { diff --git a/GUI/Guib/src/tclIndex b/GUI/Guib/src/tclIndex index e34dbdef9..c04960b2a 100644 --- a/GUI/Guib/src/tclIndex +++ b/GUI/Guib/src/tclIndex @@ -6,22 +6,113 @@ # element name is the name of a command and the value is # a script that loads the command. -set auto_index(::guib::keywordObj) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getID) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::incrID) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::setKey) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::setChild) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::setOptions) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getKey) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getChild) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getOptions) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getOptionValue) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getIdFromVarname) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getIdFromVarident) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getOutFmt) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::getInFmt) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::nameObj) [list source [file join $dir keywordObj.itcl]] -set auto_index(::guib::keywordObj::voidObj) [list source [file join $dir keywordObj.itcl]] +set auto_index(::iwidgets::spinint) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::constructor) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::validate) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::range) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::step) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::wrap) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::up) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spinint::down) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::spininthelp) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::widgets::Spininthelp) [list source [file join $dir spininthelp.itcl]] +set auto_index(::guib::keywidgets::text) [list source [file join $dir text.itcl]] +set auto_index(::guib::keywidgets::Text) [list source [file join $dir text.itcl]] +set auto_index(::guib::keywidgets::Text::setText) [list source [file join $dir text.itcl]] +set auto_index(::guib::keywidgets::Text::getText) [list source [file join $dir text.itcl]] +set auto_index(::guib::keywidgets::Text::caption) [list source [file join $dir text.itcl]] +set auto_index(::guib::keywidgets::Text::state) [list source [file join $dir text.itcl]] +set auto_index(::guib::moduleObj::openFile) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::readFile) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::readFileError) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::readFileWrongFormat) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::_openSyntaxError) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::_open) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::_openCompareStr) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::_openGets) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::_openReadKeyword) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::_isDisabledKey) [list source [file join $dir open.itcl]] +set auto_index(::guib::moduleObj::saveAs) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::save) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::print) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::getOutput) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::_manageSave) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::_save) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::_quoteValue) [list source [file join $dir save.itcl]] +set auto_index(::guib::moduleObj::makeEmbedGUI) [list source [file join $dir build.itcl]] +set auto_index(::guib::moduleObj::_buildGUI) [list source [file join $dir build.itcl]] +set auto_index(::guib::moduleObj::_buildGUI_constructItem) [list source [file join $dir build.itcl]] +set auto_index(::guib::moduleObj::_configurePage) [list source [file join $dir build.itcl]] +set auto_index(::guib::moduleObj::_packSide) [list source [file join $dir build.itcl]] +set auto_index(::guib::GUI) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::constructor) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::activate) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::addModule) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::addHelp) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::newGUI) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::page) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::component) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::getSelected) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::extra) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::state) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::__manageState) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_mainwindowState) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::__createNotebook) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_selectedTab) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::__setCurrentTabName) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_toplevelTitle) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_newInput) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_openInput) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::save) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::saveAs) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_closeCurrentTab) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_closeTab) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_closeWindow) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_help) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_toolbarNew) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_toolbarOpen) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::__toolbarNewOpen) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::_toolbarCmd) [list source [file join $dir gui.itcl]] +set auto_index(::guib::GUI::__tmpSelected) [list source [file join $dir gui.itcl]] +set auto_index(::guib::widgets::radioboxhelp) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::constructor) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::insert) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::selected) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::_additems) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::_selectitem) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::_traceTextvariable) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::textvariable) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::textvalues) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::widgets::Radioboxhelp::state) [list source [file join $dir radioboxhelp.itcl]] +set auto_index(::guib::keywidgets::Options) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::auxilvar) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::var) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Var) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::dimension) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Dimension) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Dimension::_manageDims) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::state) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::text) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::label) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::value) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::textvalue) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::default) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::validate) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::infmt) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::outfmt) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::widget) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::helptext) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Options::helpfmt) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Dimension::noframe) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Dimension::start) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Dimension::end) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::keywidgets::Dimension::pack) [list source [file join $dir keywidgets.itcl]] +set auto_index(::guib::simpleTplwGUI) [list source [file join $dir simpleGui.itcl]] +set auto_index(::guib::embedGUI) [list source [file join $dir simpleGui.itcl]] +set auto_index(::guib::menuOpen) [list source [file join $dir simpleGui.itcl]] +set auto_index(::guib::moduleObj::makeSimpleTplwGUI) [list source [file join $dir simpleGui.itcl]] set auto_index(::guib::widgets::messageAspect) [list source [file join $dir widgets.itcl]] set auto_index(::guib::widgets::toplevel) [list source [file join $dir widgets.itcl]] set auto_index(::guib::widgets::Toplevel) [list source [file join $dir widgets.itcl]] @@ -57,32 +148,6 @@ set auto_index(::guib::widgets::scalehelp) [list source [file join $dir widgets. set auto_index(::guib::widgets::Scalehelp) [list source [file join $dir widgets.itcl]] set auto_index(::guib::widgets::Scalehelp::textvariable) [list source [file join $dir widgets.itcl]] set auto_index(::guib::widgets::Scalehelp::scaleConfig_) [list source [file join $dir widgets.itcl]] -set auto_index(::guib::moduleObj::saveAs) [list source [file join $dir save.itcl]] -set auto_index(::guib::moduleObj::save) [list source [file join $dir save.itcl]] -set auto_index(::guib::moduleObj::print) [list source [file join $dir save.itcl]] -set auto_index(::guib::moduleObj::getOutput) [list source [file join $dir save.itcl]] -set auto_index(::guib::moduleObj::_manageSave) [list source [file join $dir save.itcl]] -set auto_index(::guib::moduleObj::_save) [list source [file join $dir save.itcl]] -set auto_index(::guib::moduleObj::_quoteValue) [list source [file join $dir save.itcl]] -set auto_index(::iwidgets::spinint) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::constructor) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::validate) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::range) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::step) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::wrap) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::up) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spinint::down) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::spininthelp) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::widgets::Spininthelp) [list source [file join $dir spininthelp.itcl]] -set auto_index(::guib::loadModule) [list source [file join $dir guib.itcl]] -set auto_index(::guib::module) [list source [file join $dir guib.itcl]] -set auto_index(::guib::exitApp) [list source [file join $dir guib.itcl]] -set auto_index(::guib::properArrayName) [list source [file join $dir guibUtils.itcl]] -set auto_index(::guib::arrayInstance) [list source [file join $dir guibUtils.itcl]] -set auto_index(::guib::arrayName) [list source [file join $dir guibUtils.itcl]] -set auto_index(::guib::elemName) [list source [file join $dir guibUtils.itcl]] -set auto_index(::guib::comafy) [list source [file join $dir guibUtils.itcl]] set auto_index(::guib::keywidgets::table) [list source [file join $dir table.itcl]] set auto_index(::guib::keywidgets::Table) [list source [file join $dir table.itcl]] set auto_index(::guib::keywidgets::Table::caption) [list source [file join $dir table.itcl]] @@ -118,59 +183,26 @@ set auto_index(::guib::widgets::Dialogshell::default) [list source [file join $d set auto_index(::guib::widgets::Dialogshell::invoke) [list source [file join $dir dialogshell.itcl]] set auto_index(::guib::widgets::Dialogshell::buttonconfigure) [list source [file join $dir dialogshell.itcl]] set auto_index(::guib::widgets::Dialogshell::buttoncget) [list source [file join $dir dialogshell.itcl]] -set auto_index(::guib::moduleObj::makeEmbedGUI) [list source [file join $dir build.itcl]] -set auto_index(::guib::moduleObj::_buildGUI) [list source [file join $dir build.itcl]] -set auto_index(::guib::moduleObj::_buildGUI_constructItem) [list source [file join $dir build.itcl]] -set auto_index(::guib::moduleObj::_configurePage) [list source [file join $dir build.itcl]] -set auto_index(::guib::moduleObj::_packSide) [list source [file join $dir build.itcl]] -set auto_index(::guib::moduleObj::openFile) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::readFile) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::readFileError) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::readFileWrongFormat) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_openSyntaxError) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_open) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_openCompareStr) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_openGets) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_openReadNamelistVar) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_openReadNamelistValue) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_openReadKeyword) [list source [file join $dir open.itcl]] -set auto_index(::guib::moduleObj::_isDisabledKey) [list source [file join $dir open.itcl]] -set auto_index(::guib::keywidgets::text) [list source [file join $dir text.itcl]] -set auto_index(::guib::keywidgets::Text) [list source [file join $dir text.itcl]] -set auto_index(::guib::keywidgets::Text::setText) [list source [file join $dir text.itcl]] -set auto_index(::guib::keywidgets::Text::getText) [list source [file join $dir text.itcl]] -set auto_index(::guib::keywidgets::Text::caption) [list source [file join $dir text.itcl]] -set auto_index(::guib::keywidgets::Text::state) [list source [file join $dir text.itcl]] -set auto_index(::guib::GUI) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::constructor) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::activate) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::addModule) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::addHelp) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::newGUI) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::page) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::component) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::getSelected) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::extra) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::state) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::__manageState) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_mainwindowState) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::__createNotebook) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_selectedTab) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::__setCurrentTabName) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_toplevelTitle) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_newInput) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_openInput) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::save) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::saveAs) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_closeCurrentTab) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_closeTab) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_closeWindow) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_help) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_toolbarNew) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_toolbarOpen) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::__toolbarNewOpen) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::_toolbarCmd) [list source [file join $dir gui.itcl]] -set auto_index(::guib::GUI::__tmpSelected) [list source [file join $dir gui.itcl]] +set auto_index(::guib::loadModule) [list source [file join $dir guib.itcl]] +set auto_index(::guib::module) [list source [file join $dir guib.itcl]] +set auto_index(::guib::exitApp) [list source [file join $dir guib.itcl]] +set auto_index(::guib::widgets::optionmenuhelp) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::constructor) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::insert) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::selected) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::_additems) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::_selectitem) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::_traceTextvariable) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::nohelp) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::textvariable) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::textvalues) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::widgets::Optionmenuhelp::state) [list source [file join $dir optionmenuhelp.itcl]] +set auto_index(::guib::properArrayName) [list source [file join $dir guibUtils.itcl]] +set auto_index(::guib::arrayInstance) [list source [file join $dir guibUtils.itcl]] +set auto_index(::guib::arrayName) [list source [file join $dir guibUtils.itcl]] +set auto_index(::guib::elemName) [list source [file join $dir guibUtils.itcl]] +set auto_index(::guib::comafy) [list source [file join $dir guibUtils.itcl]] set auto_index(::guib::moduleObj) [list source [file join $dir moduleObj.itcl]] set auto_index(::guib::moduleObj::_validateFmtString) [list source [file join $dir moduleObj.itcl]] set auto_index(::guib::moduleObj::_comafy) [list source [file join $dir moduleObj.itcl]] @@ -222,13 +254,6 @@ set auto_index(::guib::moduleObj::_loadFromVar) [list source [file join $dir mod set auto_index(::guib::moduleObj::getAllVar) [list source [file join $dir moduleObj.itcl]] set auto_index(::guib::moduleObj::_getAllVar) [list source [file join $dir moduleObj.itcl]] set auto_index(::guib::moduleObj::optionSetDefault) [list source [file join $dir moduleObj.itcl]] -set auto_index(::guib::moduleObj::storeModuleItems) [list source [file join $dir store.itcl]] -set auto_index(::guib::moduleObj::__storeItem) [list source [file join $dir store.itcl]] -set auto_index(::guib::moduleObj::_storeModuleItems) [list source [file join $dir store.itcl]] -set auto_index(::guib::simpleTplwGUI) [list source [file join $dir simpleGui.itcl]] -set auto_index(::guib::embedGUI) [list source [file join $dir simpleGui.itcl]] -set auto_index(::guib::menuOpen) [list source [file join $dir simpleGui.itcl]] -set auto_index(::guib::moduleObj::makeSimpleTplwGUI) [list source [file join $dir simpleGui.itcl]] set auto_index(::guib::moduleObj::valueToTextvalue) [list source [file join $dir guibKeywords.itcl]] set auto_index(::guib::moduleObj::textvalueToValue) [list source [file join $dir guibKeywords.itcl]] set auto_index(::guib::moduleObj::page) [list source [file join $dir guibKeywords.itcl]] @@ -271,53 +296,23 @@ set auto_index(::guib::moduleObj::postprocess) [list source [file join $dir guib set auto_index(::guib::moduleObj::this) [list source [file join $dir guibKeywords.itcl]] set auto_index(::guib::moduleObj::loaddata) [list source [file join $dir guibKeywords.itcl]] set auto_index(::guib::moduleObj::groupwidget) [list source [file join $dir guibKeywords.itcl]] -set auto_index(::guib::widgets::radioboxhelp) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::constructor) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::insert) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::selected) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::_additems) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::_selectitem) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::_traceTextvariable) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::textvariable) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::textvalues) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::widgets::Radioboxhelp::state) [list source [file join $dir radioboxhelp.itcl]] -set auto_index(::guib::keywidgets::Options) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::auxilvar) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::var) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Var) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::dimension) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Dimension) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Dimension::_manageDims) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::state) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::text) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::label) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::value) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::textvalue) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::default) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::validate) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::infmt) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::outfmt) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::widget) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::helptext) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Options::helpfmt) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Dimension::noframe) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Dimension::start) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Dimension::end) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::keywidgets::Dimension::pack) [list source [file join $dir keywidgets.itcl]] -set auto_index(::guib::widgets::optionmenuhelp) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::constructor) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::insert) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::selected) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::_additems) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::_selectitem) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::_traceTextvariable) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::nohelp) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::textvariable) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::textvalues) [list source [file join $dir optionmenuhelp.itcl]] -set auto_index(::guib::widgets::Optionmenuhelp::state) [list source [file join $dir optionmenuhelp.itcl]] set auto_index(::guib::widgets::displayhelp) [list source [file join $dir help.itcl]] +set auto_index(::guib::keywordObj) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getID) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::incrID) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::setKey) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::setChild) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::setOptions) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getKey) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getChild) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getOptions) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getOptionValue) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getIdFromVarname) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getIdFromVarident) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getOutFmt) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::getInFmt) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::nameObj) [list source [file join $dir keywordObj.itcl]] +set auto_index(::guib::keywordObj::voidObj) [list source [file join $dir keywordObj.itcl]] set auto_index(::guib::widgets::validate_functions) [list source [file join $dir validate.itcl]] set auto_index(::guib::widgets::whatever) [list source [file join $dir validate.itcl]] set auto_index(::guib::widgets::binary) [list source [file join $dir validate.itcl]] @@ -336,3 +331,10 @@ set auto_index(::guib::widgets::fortranposreal) [list source [file join $dir val set auto_index(::guib::widgets::fortrannonposreal) [list source [file join $dir validate.itcl]] set auto_index(::guib::widgets::fortrannegreal) [list source [file join $dir validate.itcl]] set auto_index(::guib::widgets::fortrannonnegreal) [list source [file join $dir validate.itcl]] +set auto_index(::guib::moduleObj::storeModuleItems) [list source [file join $dir store.itcl]] +set auto_index(::guib::moduleObj::__storeItem) [list source [file join $dir store.itcl]] +set auto_index(::guib::moduleObj::_storeModuleItems) [list source [file join $dir store.itcl]] +set auto_index(::fnml::parseContent) [list source [file join $dir fnml.tcl]] +set auto_index(::fnml::getContent) [list source [file join $dir fnml.tcl]] +set auto_index(::fnml::readline_) [list source [file join $dir fnml.tcl]] +set auto_index(::fnml::preparse_) [list source [file join $dir fnml.tcl]]