|
BALL
1.4.2
|
#include <BALL/VIEW/DATATYPE/standardDatasets.h>
Public Slots | |
| void | visualizeRaytraceableContourSurface () |
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) |
| virtual Dataset * | open (String, String) |
| String | getFileTypes_ () |
| String | getNameFromFileName_ (String filename) |
| QAction * | insertMenuEntry_ (Position pid, const String &name, const char *slot, const String &description="", QKeySequence accel=QKeySequence()) |
Protected Attributes | |
| RaytraceableContourSurfaceDialog * | rt_contour_surface_dialog_ |
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_ |
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) |
Controller class for RaytraceableGrid
Definition at line 310 of file standardDatasets.h.
| BALL::VIEW::RaytraceableGridController::RaytraceableGridController | ( | ) |
| BALL::VIEW::RaytraceableGridController::RaytraceableGridController | ( | RaytraceableGridController & | rc | ) |
|
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.
| RaytraceableGrid* BALL::VIEW::RaytraceableGridController::getData | ( | Dataset * | set | ) |
|
slot |
|
virtual |
Reimplemented from BALL::VIEW::DatasetController.
|
protected |
Definition at line 351 of file standardDatasets.h.
|
static |
Definition at line 340 of file standardDatasets.h.
1.8.3.1