diff options
author | fahimkhan | 2016-11-04 14:34:07 +0530 |
---|---|---|
committer | fahimkhan | 2016-11-04 14:34:07 +0530 |
commit | ff6b80a447346f84637eb405a9a0f01dabbac3e7 (patch) | |
tree | 89aa75012e2e7240db73082e43fa4d5d7e793525 | |
parent | 16bb2a064d6cf2b0b77f955add019831f8bdcf58 (diff) | |
download | eSim_Documentation-ff6b80a447346f84637eb405a9a0f01dabbac3e7.tar.gz eSim_Documentation-ff6b80a447346f84637eb405a9a0f01dabbac3e7.tar.bz2 eSim_Documentation-ff6b80a447346f84637eb405a9a0f01dabbac3e7.zip |
Updated content for configuration package
-rw-r--r-- | eSim_CodeDocumentation.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eSim_CodeDocumentation.tex b/eSim_CodeDocumentation.tex index f771378..e0479cf 100644 --- a/eSim_CodeDocumentation.tex +++ b/eSim_CodeDocumentation.tex @@ -259,5 +259,11 @@ This module open the user manual in web browser using python webbrowser package. \subsubsection{Welcome.py} This module creates the eSim welcome page. +\subsection{configuration} +This package is responsible for variable settings for a eSim project. It keeps these value till the eSim is closed. So you can just define your setter and getter in this file then you can used it in your module. + +\subsubsection{Appconfig.py} +This module hold all the variable details. Such as noteArea detail,current project details,project explorer content,workspace content and current running process details. + \end{document}
\ No newline at end of file |