Package soovee_app :: Package gui :: Module main
[frames] | no frames]

Module main

SooVee Serial Audio Manager - Main support module for the graphical interface. It contains the main window and its dialog windows.


Requires:
Functions
object
app_icon()
Set uniform application icon.
None
window(cache, service, account)
Create a wxPython graphical interface to a serial audio service account.
Variables
  BORDER = 3
  TRANSCIEVER = msg.Publisher()
Interobject communication object.
  __package__ = 'soovee_app.gui'

Imports: wx, msg


Function Details

app_icon()

 

Set uniform application icon.

Returns: object
wx.Icon of pbparse-32.png

window(cache, service, account)

 

Create a wxPython graphical interface to a serial audio service account. Parse and compose a display for that accounts serial audio feeds. Provide controls to update, download, and listen to serial audio episodes.

Parameters:
  • cache (object) - Initialized soovee_lib.cache object.
  • service (object) - Initialized soovee.conf.serviceConf object.
  • account (object/dict) - Intialized soovee.conf.Account shelf object.
Returns: None