| Trees | Indices | Help |
|---|
|
|
:
|
| Class Hierarchy for IhmPycalcar |
Admin the PYCALCAR HMI
launch the gtk.main()
Create the main window of PYCALCAR
Show a question window to the user with YES/NO buttons
Create an info window. Wait ack to continue
Create an error window with texte. Wait ack to continue
Show About window dialog
Supply the about window with text
Supply the toolbar with text in the selected language
create toolbar
Supply the toolbar with text in the selected language
Create calc_screen
Supply the calc screen with text in the selected language
Supply the labels "Units of money" for the calc screen
Adapt the display to the number of unit, for the calc screen
Adapt calc screen to money choice
Adapt screen to operand choice
Copy the result in line 1 of calc screen and Reset of line 2 and result line
Reset the entries of calc screen
Make the requested operation
Verify if there is only digit in Entry
create conv screen
Supply the conv screen with text in the selected language
Supply the labels "Units of money 1" for the conv screen
Supply the labels "Units of money 2" for the conv screen
Adapt the display to the number of unit of money 1, for the conv screen
Adapt the display to the number of unit of money 2, for the conv screen
Adapt line 1 of conv screen to money 0 choice
Adapt line 2 of conv screen to money 1 choice
Verify if there is only digit in Entry
Allow to make convertion
Create the param screen
Supply the param screen with text in the selected language
Create the sub screen param/money
Create the sub screen param/rate
Reload the money & rate data after insert/update/delete
Allow to create a new money
Allow to update money's data
Allow to delete money's data
Allow to get the data from money sub screen
Called when the choice in combobox money change
Allow to create or update a rate between moneys
Allow to delete a rate
Called when a choice into rate combobox is modified
Called when the selected language for software is changed
Allow to switch between screens
Transfer the result of calc screen to line 1 of conv screen
Transfer the result of calc screen to line 1 of conv screen
|
|||
: DESCRIPTIONlaunch the gtk.main() PARAMETERSNone RETURNSNone |
: DESCRIPTIONCreate the main window of PYCALCAR PARAMETERSNone RETURNSNone |
: DESCRIPTIONShow a question window to the user with YES/NO buttons PARAMETERSwidgetThe widget that call the procedure texteThe text to display in the question window RETURNSThe answer (True or False) of the user |
: DESCRIPTIONCreate an info window. Wait ack to continue PARAMETERSwidgetThe widget that call the procedure texteThe text to display in the question window RETURNSNone |
: DESCRIPTIONCreate an error window with texte. Wait ack to continue PARAMETERSwidgetThe widget that call the procedure texteThe text to display in the question window RETURNSNone |
: DESCRIPTIONShow About window dialog PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONSupply the about window with text PARAMETERSlistingList that contains the text for the About window RETURNSNone |
: DESCRIPTIONSupply the toolbar with text in the selected language PARAMETERSlistingList that contains the text for the toolbar RETURNSNone |
: DESCRIPTIONcreate toolbar PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONSupply the toolbar with text in the selected language PARAMETERSlistingList that contains the text for the toolbar RETURNSNone |
: DESCRIPTIONCreate calc_screen PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONSupply the calc screen with text in the selected language PARAMETERSlistingList that contains the text for the calc screen RETURNSNone |
: DESCRIPTIONSupply the labels "Units of money" for the calc screen PARAMETERSNone RETURNSNone |
: DESCRIPTIONAdapt the display to the number of unit, for the calc screen PARAMETERSNone RETURNSNone |
: DESCRIPTIONAdapt calc screen to money choice PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONAdapt screen to operand choice PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONCopy the result in line 1 of calc screen and Reset of line 2 and result line PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONReset the entries of calc screen PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONMake the requested operation PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONVerify if there is only digit in Entry PARAMETERSNone RETURNSThe result of test: True or False |
: DESCRIPTIONcreate conv screen PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONSupply the conv screen with text in the selected language PARAMETERSlistingList that contains the text for the conv screen RETURNSNone |
: DESCRIPTIONSupply the labels "Units of money 1" for the conv screen PARAMETERSNone RETURNSNone |
: DESCRIPTIONSupply the labels "Units of money 2" for the conv screen PARAMETERSNone RETURNSNone |
: DESCRIPTIONAdapt the display to the number of unit of money 1, for the conv screen PARAMETERSNone RETURNSNone |
: DESCRIPTIONAdapt the display to the number of unit of money 2, for the conv screen PARAMETERSNone RETURNSNone |
: DESCRIPTIONAdapt line 1 of conv screen to money 0 choice PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONAdapt line 2 of conv screen to money 1 choice PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONVerify if there is only digit in Entry PARAMETERSNone RETURNSThe result of test: True or False |
: DESCRIPTIONAllow to make convertion PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONCreate the param screen PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONSupply the param screen with text in the selected language PARAMETERSlistingList that contains the text for the param screen RETURNSNone |
: DESCRIPTIONCreate the sub screen param/money PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONCreate the sub screen param/rate PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONReload the money & rate data after insert/update/delete PARAMETERSidx0The index used to select the good item into combobox RETURNSNone |
: DESCRIPTIONAllow to create a new money PARAMETERSlistingList that contains the new money's data RETURNSNone |
: DESCRIPTIONAllow to update money's data PARAMETERSlistingList that contains the new data RETURNSNone |
: DESCRIPTIONAllow to delete money's data PARAMETERSwidgetthe widget that call the procedure RETURNSNone |
: DESCRIPTIONAllow to get the data from money sub screen PARAMETERSwidgetThe widget that call the function RETURNSThe money's dataName, year, nation, u0=>u9, nb_unit, tx0=>tx8, rtr(True of False, trt without error) |
: DESCRIPTIONCalled when the choice in combobox money change PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONAllow to create or update a rate between moneys PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONAllow to delete a rate PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONCalled when a choice into rate combobox is modified PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONCalled when the selected language for software is changed PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONAllow to switch between screens PARAMETERSwidgetThe widget that call the procedure screenThe screen to show: 'CALC', 'CONV', 'PARAM' RETURNSNone |
: DESCRIPTIONTransfer the result of calc screen to line 1 of conv screen PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
: DESCRIPTIONTransfer the result of calc screen to line 1 of conv screen PARAMETERSwidgetThe widget that call the procedure RETURNSNone |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 24 09:25:07 2013 | http://epydoc.sourceforge.net |