view::WindowFactory::WindowFactory Class Reference

List of all members.

Public Member Functions

def create_main_window
def create_view_window

Static Public Attributes

tuple screen_width = gtk.gdk.screen_width()
tuple screen_height = gtk.gdk.screen_height()

Detailed Description

Window Factory class, from which we extract some standard windows

Member Function Documentation

def view::WindowFactory::WindowFactory::create_main_window (   widgets_callback_dictionary,
  drawing_areas_list 
)
Create the main window, on which program properties are set
@param widgets_callback_dictionary: a dictionary containing widgets to be connected to a callback
@param drawing_areas_list: a list containing all the drawing areas 
@return: gtk.Window
def view::WindowFactory::WindowFactory::create_view_window (   widgets_callback_dictionary,
  drawing_areas_list,
  lines = 1,
  columns = 1 
)
Create the view window, on which the video is played
@param widgets_callback_dictionary: a dictionary containing widgets to be connected to a callback
@param drawing_areas_list: a list containing all the drawing areas
@return: gtk.Window

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions

Generated on Mon Nov 30 00:22:57 2009 by  doxygen 1.6.1