Home | Trees | Indices | Help |
|
---|
|
object --+ | ButlerGUI
This class contains the user interface for the Butler wine diary program, which allows a single user to add evaluations of wines into the application window.
Please note that multiple users and persistent storage of data into files are not supported by this version of the program.
Creating an object (calling ButlerGui() ) starts the program. Methods not to be called from outside:
read_wine() add_new_wine() mark_favorite_wine()
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new Butler user interface (i.e. a window and its contents) and makes it visible onscreen.
|
An event handler method: reacts to the pressing of buttons by the user. In this case, if the "Add wine" button is pressed, the user is prompted for the data of the new wine diary entry, and the new wine is added for the user. |
Adds a new wine evaluation to the user's wine diary and updates the GUI accordingly.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 22 10:46:57 2012 | http://epydoc.sourceforge.net |