Module bdd_pyxmaker :: Class BddPyxmaker
[hide private]
[frames] | no frames]

Class BddPyxmaker

source code

Allow to access to the SQLite dataBase of Pyxmaker

Class Hierarchy for BddPyxmaker
Class Hierarchy for BddPyxmaker

Instance Methods [hide private]
 
__init__(self, path_base)
Init of BddPyxmaker object
source code
 
f_read_about(self)
Allow to read the about window information
source code
 
f_read_config(self)
Allow to read the config information
source code
 
p_upd_config(self, param, new_value)
Update config table
source code
 
f_read_menu(self, language='FRANCAIS')
Allow to read the text for the software's menu
source code
 
f_read_lang(self)
Allow to read the different allowed languages
source code
Method Details [hide private]

__init__(self, path_base)
(Constructor)

source code 

Init of BddPyxmaker object

PARAMETERS

path_base

the path of software execution

RETURNS

None

f_read_about(self)

source code 

Allow to read the about window information

PARAMETERS

None

RETURNS

A dictionary that contains the needed informations

f_read_config(self)

source code 

Allow to read the config information

PARAMETERS

None

RETURNS

A dictionnary that contains the config information

p_upd_config(self, param, new_value)

source code 

Update config table

PARAMETERS

param

The parameter to update

new_value

the new value to assign to parameter

RETURNS

None

f_read_menu(self, language='FRANCAIS')

source code 

Allow to read the text for the software's menu

PARAMETERS

language

The language selected by user. "FRANCAIS" by default

RETURNS

A list that contains all the menu text

f_read_lang(self)

source code 

Allow to read the different allowed languages

PARAMETERS

None

RETURNS

A list that contains the different allowed languages