Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

QT Dialogs
[Visualisation]


Classes

class  VIEW::AmberConfigurationDialog
 Dialog for changing the options of the AMBER forcefield. More...
class  VIEW::AtomOverview
 Dialog for creating labels for a selection of molecular objects. More...
class  VIEW::BondProperties
 Dialog for showing and changing the properties of the bonds of an atom. More...
class  VIEW::CharmmConfigurationDialog
 Dialog for changing the options of the CHARMM forcefield. More...
class  VIEW::ClippingDialog
 Dialog for selcting which Representations are clipped by one clipping plane. More...
class  VIEW::QColorTable
 Class for storing colors in a GUI table. More...
class  VIEW::ColoringSettingsDialog
 Dialog for the molecular model coloring settings. More...
class  VIEW::CompositeProperties
 Dialog for showing and changing the properties of an Composite, e.g. More...
class  VIEW::ContourSurfaceDialog
 Dialog for creating contour surfaces from RegularData3D. More...
class  VIEW::DisplayProperties
 Dialog for creating and changing representations for a selection of molecular objects. More...
class  VIEW::DockDialog
 Dialog for docking / redocking two systems. More...
class  VIEW::DockProgressDialog
 Dialog for showing the progress during a docking calculation. More...
class  VIEW::DockResultDialog
 Dialog for showing the docking results. More...
class  VIEW::DownloadPDBFile
 Dialog to search for and download structure files from the PDB data bank. More...
class  VIEW::EditSettings
 EditSettings is a widget that will be inserted into the tab dialog Preferences. More...
class  VIEW::FDPBDialog
 Dialog for performing Finite Distance Poisson Bolzmann calculations. More...
class  VIEW::FieldLinesDialog
 Dialog for creating field lines. More...
class  VIEW::GeometricFitDialog
 Dialog for options of the docking algorithm GeometricFit. More...
class  VIEW::GeometricFitDialog
 Dialog for options of the docking algorithm GeometricFit. More...
class  VIEW::GridVisualizationDialog
 Dialog for visualizing grids. More...
class  VIEW::LabelDialog
 Dialog for creating labels for a selection of molecular objects. More...
class  VIEW::LightSettings
 Dialog for setting the lighting, which is added to the Preferences. More...
class  VIEW::MainControlPreferences
 MainControlPreferences is a widget that will be inserted into the tab dialog Preferences. More...
class  VIEW::MaterialSettings
 Dialog for setting the Material, which is added to the Preferences. More...
class  VIEW::MinimizationDialog
 Dialog for performing energy minimisations. More...
class  VIEW::MMFF94ConfigurationDialog
 Dialog for changing the options of the MMFF94 forcefield. More...
class  VIEW::ModelSettingsDialog
 Dialog for the molecular model settings, it is inserted into the Preferences. More...
class  VIEW::ModifyRepresentationDialog
 Dialog for coloring of surfaces The surfaces can be colored by a given color, or from the values, contained in a RegularData3D grid. More...
class  VIEW::MolecularDynamicsDialog
 Dialog for performing MD simulations. More...
class  VIEW::MolecularFileDialog
 Dialog for opening molecular data files. More...
class  VIEW::NetworkPreferences
 NeworkPreferences is a widget that will be inserted into the tab dialog Preferences. More...
class  VIEW::OpenBruker1DFile
 Interface to select and open spectra stored in the bruker file format. More...
class  VIEW::OpenBruker2DFile
 Interface to select and open spectra stored in the bruker file format. More...
class  VIEW::ParsedFunctionDialog
 Dialog to visualise a parsed function. More...
class  VIEW::PeptideDialog
 Dialog for building peptides. More...
class  VIEW::Preferences
 Preferences is a dialog for other preference pages to be inserted. More...
class  VIEW::HotkeyTable
 Class for storing Python hotkeys in a GUI table. More...
class  VIEW::PythonSettings
 Dialog for setting the Python preferences. More...
class  VIEW::RunGAMESSDialog
class  VIEW::ServerPreferences
 Preferences tab for the Server. More...
class  VIEW::SetCamera
 Dialog to set the camera to a given value. More...
class  VIEW::SetClippingPlane
 Dialog to set a clipping plane to a given value. More...
class  VIEW::SnapshotVisualisationDialog
 Dialog to visualise SnapShot instances. More...
class  VIEW::StageSettings
 Dialog for the Stage setup. More...

Detailed Description

This section contains all dialogs, which are created with QT. All dialogs should be constructed with the QT designer and the implementation has to be sourced out to a derived class. (This sound worse, than it is. Just have a look at a simple dialog (e.g. SetCamera ) and you will see its not that bad.) This outsourcing has two goals:

Some dialogs are derived from ModularWidget to participate in the sending and receiving of Message 's. The other dialogs have to be informed manualy, it something happend, that they need to know, e.g. to disable certain controls.