Module gwy :: Class GraphData
[show private | hide private]
[frames | no frames]

Class GraphData


Method Summary
  __init__(gmodel)
Creates graph_data widget based on information in graph model.
  get_model()
Gets the graph model a graph data table displays.
  set_model(gmodel)
Changes the graph model a graph data table displays.

Method Details

__init__(gmodel)
(Constructor)

Creates graph_data widget based on information in graph model.

The GtkTreeModel and the columns follow the graph model and must not be changed manually.
Returns:
A new graph_data widget.

get_model()

Gets the graph model a graph data table displays.
Returns:
The graph model associated with this GraphData widget.

set_model(gmodel)

Changes the graph model a graph data table displays.
Parameters:
gmodel - New graph_data model. (GraphModel)

Generated by Epydoc 2.1 on Tue Dec 30 04:01:42 2008 http://epydoc.sf.net