BALL
1.4.79
|
#include <BALL/VIEW/DATATYPE/standardDatasets.h>
Public Slots | |
void | showDockResult () |
bool | saveDockTrajectory () |
Public Slots inherited from BALL::VIEW::DatasetController | |
virtual bool | write () |
Show a file dialog for writing the selected Dataset. More... | |
bool | open () |
virtual bool | deleteDatasets () |
Delete all Datasets. More... | |
virtual bool | deleteDataset () |
Delete the currently highlighted Dataset. More... | |
Static Public Attributes | |
static String | type |
Protected Member Functions | |
void | deleteDataset_ (Dataset *set) |
Protected Member Functions inherited from BALL::VIEW::DatasetController | |
void | setStatusbarText (const String &text, bool important=false) |
void | setStatusbarText (const QString &text, bool important=false) |
String | getFileTypes_ () |
String | getNameFromFileName_ (String filename) |
QAction * | insertMenuEntry_ (Position pid, const QString &name, const char *slot, const String &description="", QKeySequence accel=QKeySequence(), const QString &menu_hint="", UIOperationMode::OperationMode initial_mode=UIOperationMode::MODE_ALL) |
Additional Inherited Members | |
Public Types inherited from BALL::Embeddable | |
typedef std::vector< Embeddable * > | EmbeddableVector |
Static Protected Member Functions inherited from BALL::Embeddable | |
static void | registerInstance_ (const std::type_info &type, const Embeddable *instance) |
static void | unregisterInstance_ (const Embeddable *instance) |
static Size | countInstances_ (const std::type_info &type) |
static Embeddable * | getInstance_ (const std::type_info &type, Position index) |
static Embeddable * | getInstance_ (const std::type_info &type, const String &identifier) |
Protected Attributes inherited from BALL::VIEW::DatasetController | |
String | type_ |
vector< String > | file_formats_ |
DatasetControl * | control_ |
vector< QAction * > | actions_ |
HashSet< QAction * > | actions_for_one_set_ |
HashMap< QTreeWidgetItem *, Dataset * > | item_to_dataset_ |
HashMap< Dataset *, QTreeWidgetItem * > | dataset_to_item_ |
Controller base class for one type of Dataset
Definition at line 201 of file standardDatasets.h.
BALL::VIEW::DockResultController::DockResultController | ( | ) |
BALL::VIEW::DockResultController::DockResultController | ( | DockResultController & | dc | ) |
|
virtual |
|
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 |
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.
|
protectedvirtual |
In the derived class: cast to concrete type and delete the data!
Reimplemented from BALL::VIEW::DatasetController.
DockResult* BALL::VIEW::DockResultController::getData | ( | Dataset * | set | ) |
|
virtual |
Reimplemented from BALL::VIEW::DatasetController.
|
slot |
|
slot |
|
virtual |
Reimplemented from BALL::VIEW::DatasetController.
|
static |
Definition at line 234 of file standardDatasets.h.