From ff6b80a447346f84637eb405a9a0f01dabbac3e7 Mon Sep 17 00:00:00 2001 From: fahimkhan Date: Fri, 4 Nov 2016 14:34:07 +0530 Subject: Updated content for configuration package --- eSim_CodeDocumentation.tex | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit