|
__init__(self,
parent_layout=None,
update_button=True,
app_parent=None,
load_proteins=True)
Create a ReportFrame object |
|
|
list
|
getSelectedDataTitles(self,
model)
Returns a list of selected data titles (the value in the first
column) |
|
|
|
|
DataModel
|
getDataModelClass(self)
Returns the proper data model class to use, allows easy subclassing
of the Model in report subclasses |
|
|
schrodinger.structure.Structure
|
getStructure(self,
entry_id=None)
Return the structure to report on. |
|
|
|
updateTables(self,
entry_id=None)
Calculate new data for the requested structure and load the data into
the table. |
|
|
|
exportTables(self,
filename,
tables_to_write)
Export the specified tables to the <filename> file. |
|
|
|
setChanged(self,
selected_title)
Callback for when a new set of data is requested. |
|
|
|
exportCurrentTable(self)
Export only the current table. |
|
|
|
exportAllTables(self)
Export all tables. |
|
|
|
openHelp(self)
Display the help topic |
|
|
|
closePanel(self)
Hide the panel |
|
|
|
workspaceChanged(self,
changed)
Keep track of when something changes in the workspace that would
invalidate the current data. |
|
|
|
close(self)
Close the frame, and clean up anything that needs to happen upon
closing |
|
|