BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/displayProperties.h>
Dialog for creating and changing representations for a selection of molecular objects. It can create a new Representation for a selection of Composite 's from the MolecularControl. If a Representation is selected in the GeometricControl, it can be modified with this dialog. With the help of various combo boxes it is possible to customize the look of the graphical visualization (the model, the drawing precision, the drawing mode, the coloring method and the custom color). For information about the drawing precision see Representation.
If this dialog is used, it should be created with MainControl as parent.
If you want to add a new coloring method or type of Representation, have a look at VIEW/KERNEL/common.h.
Definition at line 54 of file displayProperties.h.
BALL::VIEW::DisplayProperties::DisplayProperties | ( | QWidget * | parent = NULL , |
const char * | name = "DisplayProperties" |
||
) |
Default Constructor. Calls ModularWidget::registerWidget.
Copy constructor just implemented for Python Interface, dont use it!
virtual BALL::VIEW::DisplayProperties::~DisplayProperties | ( | ) | [virtual] |
Destructor
virtual void BALL::VIEW::DisplayProperties::apply | ( | ) | [virtual, slot] |
Indicates the apply button was pressed. Applies the selected model with its selected properties to the selected Composite objects or modifies an existing Representation. A SceneMessage will be sent to inform the Scene. A RepresentationMessage notifies the GeometricControl.
virtual void BALL::VIEW::DisplayProperties::applyColoringSettings_ | ( | Representation & | rep | ) | [protected, virtual] |
virtual void BALL::VIEW::DisplayProperties::applyModelSettings_ | ( | Representation & | rep | ) | [protected, virtual] |
void BALL::VIEW::DisplayProperties::applyPreferences | ( | ) | [virtual] |
Apply the preferences of the specific tab. In this method the widget can extract any changed values from its preferences tab (if required). This method is called automatically by the applyPreferencesTab from the MainControl object if the apply button in the Preferences dialog is pressed.
preferences | the Preferences dialog of the MainControl |
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::DisplayProperties::applyTo_ | ( | Representation * | rep | ) | [protected] |
void BALL::VIEW::DisplayProperties::checkDrawingPrecision_ | ( | ) | [protected] |
virtual void BALL::VIEW::DisplayProperties::checkMenu | ( | MainControl & | main_control | ) | [virtual] |
Menu checking method. This method is called by MainControl::checkMenus before a popup menu is shown. The menu entry Display Properties will be checked if this dialog is visible.
main_control | the MainControl object whose menus should be checked |
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::DisplayProperties::coloringOptionsPressed | ( | ) | [slot] |
void BALL::VIEW::DisplayProperties::coloringUpdatesChanged | ( | ) | [slot] |
void BALL::VIEW::DisplayProperties::createRepresentation | ( | String | data_string, |
const vector< const Composite * > & | new_systems | ||
) |
virtual Representation* BALL::VIEW::DisplayProperties::createRepresentation | ( | const std::list< Composite * > & | composites, |
bool | hidden = false |
||
) | [virtual] |
Switch to the mode, that a new Representation will be created.
void BALL::VIEW::DisplayProperties::editSelectionColor | ( | QColor | color | ) | [slot] |
Opens the color dialog for the color of selected items.
void BALL::VIEW::DisplayProperties::enableCreationForNewMolecules | ( | bool | state | ) | [inline] |
Set if Representations are automaticaly created for new Molecules.
Definition at line 142 of file displayProperties.h.
virtual void BALL::VIEW::DisplayProperties::finalizePreferencesTab | ( | Preferences & | preferences | ) | [virtual] |
Remove the ModelSettingsDialog and the ColoringSettingsDialog from the Preferences.
Reimplemented from BALL::VIEW::ModularWidget.
virtual void BALL::VIEW::DisplayProperties::getAdvancedColoringOptions_ | ( | ) | [protected, virtual] |
virtual void BALL::VIEW::DisplayProperties::getAdvancedModelOptions_ | ( | ) | [protected, virtual] |
Get the Representation on which DisplayProperties is working on.
Definition at line 146 of file displayProperties.h.
bool BALL::VIEW::DisplayProperties::getSettingsFromString | ( | const String & | data | ) |
Settings from String.
virtual void BALL::VIEW::DisplayProperties::initializePreferencesTab | ( | Preferences & | preferences | ) | [virtual] |
Insert the ModelSettingsDialog and the ColoringSettingsDialog into the Preferences.
Reimplemented from BALL::VIEW::ModularWidget.
virtual void BALL::VIEW::DisplayProperties::initializeWidget | ( | MainControl & | main_control | ) | [virtual] |
ModularWidget methods Initialize the popup menu Display with the entry Display Properties, which opens the dialog. This method is called automatically immediately before the main application is started by MainControl::show()
main_control | the MainControl object to be initialized |
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::DisplayProperties::modelOptionsPressed | ( | ) | [slot] |
void BALL::VIEW::DisplayProperties::modelUpdatesChanged | ( | ) | [slot] |
Switch to the mode, that an existing Representation will be modified.
virtual void BALL::VIEW::DisplayProperties::onNotify | ( | Message * | message | ) | [virtual] |
Message handling method. Handles messages sent by other registered ConnectionObject objects. If a CompositeMessage with type NEW_MOLECULE is catched, the chosen graphical visualization will be applied to the Composite object and the follwing Message objects will be sent through the ConnectionObject tree:
message | the pointer to the message that should be processed |
Reimplemented from BALL::VIEW::ConnectionObject.
void BALL::VIEW::DisplayProperties::precisionBoxChanged | ( | int | index | ) | [slot] |
void BALL::VIEW::DisplayProperties::precisionSliderChanged | ( | ) | [slot] |
void BALL::VIEW::DisplayProperties::selectColoringMethod | ( | int | index | ) | [slot] |
Changes the coloring method. This slot is connected to the coloring method combo box and will be automatically called if the content of this combo box is changed.
index | the position of the entry in the combobox |
void BALL::VIEW::DisplayProperties::selectMode | ( | int | index | ) | [slot] |
Changes the drawing mode. This slot is connected to the mode combo box and will be automatically called if the content of this combo box is changed.
index | the position of the entry in the combobox |
void BALL::VIEW::DisplayProperties::selectModel | ( | int | index | ) | [slot] |
Changes the model. This slot is connected to the model combo box and will be automatically called if the content of this combo box is changed.
index | the position of the entry in the combobox |
void BALL::VIEW::DisplayProperties::setCustomColor | ( | const ColorRGBA & | color | ) | [slot] |
void BALL::VIEW::DisplayProperties::setDrawingPrecision | ( | int | value | ) | [slot] |
void BALL::VIEW::DisplayProperties::setModelSettingsDialog | ( | ModelSettingsDialog * | dialog | ) |
void BALL::VIEW::DisplayProperties::setSurfaceDrawingPrecision | ( | float | value | ) | [slot] |
void BALL::VIEW::DisplayProperties::setTransparency | ( | int | value | ) | [slot] |
void BALL::VIEW::DisplayProperties::show | ( | ) | [slot] |
Starts the dialog. Calls QDialog::raise().
void BALL::VIEW::DisplayProperties::transparencySliderChanged | ( | ) | [slot] |
Definition at line 283 of file displayProperties.h.
Definition at line 285 of file displayProperties.h.
Definition at line 272 of file displayProperties.h.
QPushButton* BALL::VIEW::DisplayProperties::create_button_ [protected] |
Definition at line 277 of file displayProperties.h.
Definition at line 284 of file displayProperties.h.
Definition at line 282 of file displayProperties.h.
QAction* BALL::VIEW::DisplayProperties::id_ [protected] |
Definition at line 276 of file displayProperties.h.
const ModelInformation* BALL::VIEW::DisplayProperties::model_information_ [protected] |
Definition at line 286 of file displayProperties.h.
Definition at line 271 of file displayProperties.h.
Preferences* BALL::VIEW::DisplayProperties::preferences_ [protected] |
Definition at line 273 of file displayProperties.h.
Representation* BALL::VIEW::DisplayProperties::rep_ [protected] |
Definition at line 280 of file displayProperties.h.