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

Modular Widgets
[Visualisation]


Classes

class  VIEW::DatasetControl
 DatasetControl is a widget to manage and manipulate arbitrary data types. More...
class  VIEW::DockingController
 Class for docking two systems. More...
class  VIEW::DockWidget
 Class for ModularWidget, which can be docked in the MainApplication window. More...
class  VIEW::EditableScene
 Extended 3D view for editing molecules. More...
class  VIEW::FileObserver
 Class for observing changes in a molecular file. More...
class  VIEW::TreeWidget
 Base class for all control widgets. More...
class  VIEW::GenericControl
 GenericControl is a widget to display the structure of Composite objects. More...
class  VIEW::GeometricControl
 GeometricControl is a widget to display the list of representations. More...
class  VIEW::HelpViewer
 DockWidget to show online help texts e.g. More...
class  VIEW::LogView
 LogView class. More...
class  VIEW::MolecularControl
 MolecularControl is a widget to display the molecular structure of Composite objects. More...
class  VIEW::MolecularStructure
 MolecularStructure provides means to modify molecular structures and do several calculations. More...
class  VIEW::PythonHighlighter
 Class for syntax highlighting of Python code. More...
class  VIEW::PyWidget
 Python Widget This class is a Window for a Python interpreter interface. More...
class  VIEW::RegularData1DWidget
 Widget used to display one-dimensional data. More...
class  VIEW::RegularData2DWidget
 Widget used to display two-dimensional data. More...
class  VIEW::Scene
 Scene is the main visualization widget that shows the graphical Representation 's. More...
class  VIEW::TestFramework
 Class for recording mouse and keyboard inputs, storing them in a line based file and replaying them. More...

Detailed Description

To provide a high grade of encapsulation of functionality we have developed a design pattern of independent widgets, called ModularWidget . Some of the derived classes have to following abilities:


Other widgets are easy to implement (See documentation of ModularWidget ).