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

VIEW::GeometricControl Class Reference
[Modular Widgets]

GeometricControl is a widget to display the list of representations. More...

#include <geometricControl.h>

Inheritance diagram for VIEW::GeometricControl:

VIEW::GenericControl VIEW::DockWidget VIEW::ModularWidget Embeddable VIEW::ConnectionObject List of all members.

Public Slots

Public slots
virtual void renameRepresentation ()
virtual void selectAtoms ()
virtual void selectedRepresentation (Representation &representation, bool state)
virtual void updateSelection ()
virtual void focus ()
virtual void enterMoveMode ()
virtual void flipClippingCapping ()
virtual void flipClippingPlane ()
virtual void setClippingPosition ()
virtual void setClippingPlaneX ()
virtual void setClippingPlaneY ()
virtual void setClippingPlaneZ ()
void hideShowClippingPlane ()
virtual void selectClipRepresentations ()
void createNewClippingPlane ()
void duplicate ()
void saveSurface ()
void loadSurface ()
ModifyRepresentationDialoggetModifySurfaceDialog ()

Public Member Functions

Constructors and Destructors
 GeometricControl (QWidget *parent=0, const char *name=0) throw ()
 Default Constructor.
virtual ~GeometricControl () throw ()
 Destructor.
virtual void clear () throw ()
 Explicit default initialization.
virtual void initializeWidget (MainControl &main_control) throw ()
 Initialize the menu entries: - delete.
virtual void addRepresentation (Representation &rep) throw ()
 Insert a Representation.
virtual void removeRepresentation (Representation &rep) throw ()
 Remove a Representation.
virtual void updateRepresentation (Representation &rep) throw ()
 Update a Representation.
List< Representation * > getHighlightedRepresentations () const throw ()
 Non-mutable inspection of the selection.
virtual void onNotify (Message *message) throw ()
 Message handling.
virtual void buildContextMenu () throw ()
 Build a context menu for the Representation object the QListViewItem object.
virtual void checkMenu (MainControl &main_control) throw ()
 Overloaded from ModularWidget.
void moveItems (const TransformationMessage &msg) throw ()
void updateClippingPlanes ()

Protected Types

enum  ColumnID { COLUMN_ID__TYPE = 0, COLUMN_ID__Properties }

Protected Slots

virtual void onItemClicked (QTreeWidgetItem *item, int col)
void showGuestContextMenu (const QPoint &pos)
Protected members
virtual void modifyRepresentation_ () throw ()
virtual void generateListViewItem_ (Representation &rep) throw ()
 Generate the item for a representation.
virtual void deleteCurrentItems () throw ()
 Overloaded from GenericControl.

Protected Member Functions

void addItem_ (const String &text, const char *member, QWidget *widget=0)
 GeometricControl (const GeometricControl &control) throw ()
void setClippingPlane_ (const Vector3 &n)

Protected Attributes

QMenu context_menu_
QMenu clipping_plane_context_menu_
Representationcontext_representation_
ClippingPlanecontext_plane_
HashMap< Representation *,
QTreeWidgetItem * > 
representation_to_item_
HashMap< ClippingPlane *,
QTreeWidgetItem * > 
plane_to_item_
HashMap< QTreeWidgetItem *,
Representation * > 
item_to_representation_
HashMap< QTreeWidgetItem *,
ClippingPlane * > 
item_to_plane_
ModifyRepresentationDialogmodify_rep_dialog_
bool creating_representations_
bool ignore_change_
QAction * menu_clipping_plane_
QAction * menu_load_surface_
QAction * modify_surface_
vector< QAction * > context_menu_actions_

Detailed Description

GeometricControl is a widget to display the list of representations.

There are methods available to modify the representations. The method buildContextMenu is a means to create a customizable context menu entries. To use this widget in the application just create it with MainControl as parent and all in the RepresentationManager created Representation objects will show up in the GeometricControl.


Constructor & Destructor Documentation

VIEW::GeometricControl::GeometricControl QWidget *  parent = 0,
const char *  name = 0
throw ()
 

Default Constructor.

There are two columns for this control. The Type column and the Properties column. The Type column shows the model type (e.g. LineModel), while the Properties column contains the number of Composites and GeometricObjects. There is a connection from the signal rightButtonClicked from the QT-library to the method onContextMenu. See documentation of QT-library for information concerning signal/slot mechanism. Calls registerWidget.

Parameters:
parent the parent widget of this control (See documentation of QT-library for information concerning widgets)
name the name of this control
See also:
QListView

ModularWidget

onContextMenu


Member Function Documentation

virtual void VIEW::GeometricControl::addRepresentation Representation rep  )  throw () [virtual]
 

Insert a Representation.

virtual void VIEW::GeometricControl::buildContextMenu  )  throw () [virtual]
 

Build a context menu for the Representation object the QListViewItem object.

Parameters:
representation the Representation object for that a context menu should be created
See also:
insertContextMenuEntry

onContextMenu

virtual void VIEW::GeometricControl::clear  )  throw () [virtual]
 

Explicit default initialization.

Empty for further purpose.

Reimplemented from VIEW::ModularWidget.

virtual void VIEW::GeometricControl::generateListViewItem_ Representation rep  )  throw () [protected, virtual, slot]
 

Generate the item for a representation.

List<Representation*> VIEW::GeometricControl::getHighlightedRepresentations  )  const throw ()
 

Non-mutable inspection of the selection.

virtual void VIEW::GeometricControl::initializeWidget MainControl main_control  )  throw () [virtual]
 

Initialize the menu entries: - delete.

This method is called automatically immediately before the main application is started by MainControl::show.
Parameters:
main_control the MainControl object to be initialized with this ModularWidget

Reimplemented from VIEW::GenericControl.

virtual void VIEW::GeometricControl::onNotify Message message  )  throw () [virtual]
 

Message handling.

See also:
Message

Reimplemented from VIEW::GenericControl.

virtual void VIEW::GeometricControl::removeRepresentation Representation rep  )  throw () [virtual]
 

Remove a Representation.

virtual void VIEW::GeometricControl::updateRepresentation Representation rep  )  throw () [virtual]
 

Update a Representation.