BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Slots | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes
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

Definition at line 146 of file standardDatasets.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

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

Reimplemented from BALL::VIEW::DatasetController.

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

Reimplemented from BALL::VIEW::DatasetController.


Member Data Documentation

Definition at line 192 of file standardDatasets.h.

Definition at line 179 of file standardDatasets.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines