#include <standardDatasets.h>
Inheritance diagram for VIEW::DockResultController:

Public Slots | |
| void | showDockResult () |
| bool | saveDockTrajectory () |
Public Member Functions | |
| DockResultController (DockResultController &dc) | |
| virtual bool | write (Dataset *set, String filetype, String filename) |
| virtual Dataset * | open (String filetype, String filename) |
| virtual bool | createMenuEntries () |
| Create menu entries for this data type. | |
| virtual QMenu * | buildContextMenu (QTreeWidgetItem *item) |
| Create a context menu for this data type. | |
| DockResult * | getData (Dataset *set) |
Static Public Attributes | |
| String | type |
Protected Member Functions | |
| void | deleteDataset_ (Dataset *set) |
| In the derived class: cast to concrete type and delete the data! | |
|
|
Create a context menu for this data type. Initial support for deleting and saving entries is included. Overload this method for providing further entries. Reimplemented from VIEW::DatasetController. |
|
|
Create menu entries for this data type. Initial support for open file menu entry is included. Overload this method for providing further entries. Reimplemented from VIEW::DatasetController. |