BALL
1.4.79
|
Classes | |
class | BALL::VIEW::Message |
class | BALL::VIEW::DatasetMessage |
class | BALL::VIEW::CompositeMessage |
class | BALL::VIEW::SceneMessage |
class | BALL::VIEW::GenericSelectionMessage |
class | BALL::VIEW::ControlSelectionMessage |
class | BALL::VIEW::NewSelectionMessage |
class | BALL::VIEW::GeometricObjectSelectionMessage |
class | BALL::VIEW::RepresentationMessage |
Base class for all messages concerning a Representation. More... | |
class | BALL::VIEW::MolecularTaskMessage |
class | BALL::VIEW::ShowDisplayPropertiesMessage |
class | BALL::VIEW::CreateRepresentationMessage |
class | BALL::VIEW::DeselectControlsMessage |
class | BALL::VIEW::TransformationMessage |
class | BALL::VIEW::FinishedSimulationMessage |
class | BALL::VIEW::SyncClippingPlanesMessage |
class | BALL::VIEW::ShowHelpMessage |
class | BALL::VIEW::RegisterHelpSystemMessage |
class | BALL::VIEW::DockingFinishedMessage |
Message to notify docking has finished. More... | |
Message classes will be sent through the ConnectionObject tree for the purpose of communication between several ConnectionObject classes.
Enumerator | |
---|---|
UNDEFINED |
Undefinded (default) type. |
NEW_COMPOSITE |
A new composite to be added MolecularStructure will add bonds, normalize names and send a msg with type NEW_MOLECULE afterwards. |
REMOVED_COMPOSITE |
A Composite to be removed. |
CHANGED_COMPOSITE |
Update all datas for a Composite (but not in the MolecularControl) |
CHANGED_COMPOSITE_HIERARCHY |
Update all datas for a composite (also in MolecularControl) |
SELECTED_COMPOSITE |
selected a composite (e.g. per checkboxes in MolecularControl) |
DESELECTED_COMPOSITE |
deselected a composite (e.g. per checkboxes in MolecularControl) |
CENTER_CAMERA |
center the camera on a composite |
NEW_MOLECULE |
MolecularControl will add the Composite. DisplayProperties will create a Representation |
Types of RepresentationMessage.
Enumerator | |
---|---|
UNDEFINED |
Default Value. |
ADD |
Add a Representation. |
REMOVE |
Remove a Representation. |
UPDATE |
Update the Representation. |
SELECTED |
Representation was selected in GeometriControl. |
STARTED_UPDATE |
Started the update of a Representation, no changes allowed in GeometricControl. |
FINISHED_UPDATE |
Finished the update of a Representation. |
ADD_TO_GEOMETRIC_CONTROL |
Add a Representation to GeometricControl, but dont update in Scene. |
Types for SceneMessages.
Enumerator | |
---|---|
UNDEFINED | |
REBUILD_DISPLAY_LISTS |
Rebuild the GLDisplayList objects in the GLRenderer. |
REDRAW |
Redraw from the GLDisplayList objects. |
UPDATE_CAMERA | |
REMOVE_COORDINATE_SYSTEM |
Remove the coordinate system in the Scene. |
EXPORT_PNG |
Export a PNG. |
EXPORT_POVRAY |
Export a POVRay. |
ENTER_ROTATE_MODE | |
ENTER_PICKING_MODE | |
ENTER_MOVE_MODE |
Move Composites or a Clipping Plane. |
EXPORT_FINISHED |
A previous export has finished. |