BALL::VIEW::TrajectoryController Class Reference

#include <BALL/VIEW/DATATYPE/standardDatasets.h>

Inheritance diagram for BALL::VIEW::TrajectoryController:
BALL::VIEW::DatasetController QObject BALL::Embeddable

List of all members.

Public Slots

bool visualizeTrajectory ()
bool bufferTrajectory ()

Public Member Functions

 TrajectoryController ()
 TrajectoryController (TrajectoryController &dc)
virtual ~TrajectoryController ()
virtual bool write (Dataset *set, String filetype, String filename)
virtual Datasetopen (String filetype, String filename)
virtual bool createMenuEntries ()
virtual QMenu * buildContextMenu (QTreeWidgetItem *item)
SnapShotManagergetData (Dataset *set)

Static Public Attributes

static String type

Protected Member Functions

void deleteDataset_ (Dataset *set)

Protected Attributes

SnapshotVisualisationDialogdialog_

Detailed Description

Controller base class for one type of Dataset


Constructor & Destructor Documentation

BALL::VIEW::TrajectoryController::TrajectoryController ( )
BALL::VIEW::TrajectoryController::TrajectoryController ( TrajectoryController dc)
virtual BALL::VIEW::TrajectoryController::~TrajectoryController ( ) [virtual]

Member Function Documentation

bool BALL::VIEW::TrajectoryController::bufferTrajectory ( ) [slot]
virtual QMenu* BALL::VIEW::TrajectoryController::buildContextMenu ( QTreeWidgetItem item) [virtual]

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 BALL::VIEW::DatasetController.

virtual bool BALL::VIEW::TrajectoryController::createMenuEntries ( ) [virtual]

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 BALL::VIEW::DatasetController.

void BALL::VIEW::TrajectoryController::deleteDataset_ ( Dataset ) [protected, virtual]

In the derived class: cast to concrete type and delete the data!

Reimplemented from BALL::VIEW::DatasetController.

SnapShotManager* BALL::VIEW::TrajectoryController::getData ( Dataset set)
virtual Dataset* BALL::VIEW::TrajectoryController::open ( String  filetype,
String  filename 
) [virtual]

Reimplemented from BALL::VIEW::DatasetController.

bool BALL::VIEW::TrajectoryController::visualizeTrajectory ( ) [slot]
virtual bool BALL::VIEW::TrajectoryController::write ( Dataset set,
String  filetype,
String  filename 
) [virtual]

Reimplemented from BALL::VIEW::DatasetController.


Member Data Documentation