![]() |
Computer Assited Medical Intervention Tool Kit
|
The popup menu of the multi component data component. More...
#include <MultiComponentDCPopup.h>
Public Slots | |
void | addNewMultiComponent () |
This slot allows you to create a new multi component inside this one. | |
void | addNewStructuralComponent () |
This slot allows you to create a new structural component inside this one. |
Public Member Functions | |
MultiComponentDCPopup (camitk::Component *, QWidget *) | |
![]() | |
ComponentPopupMenu (Component *, QWidget *) | |
default constructor |
Additional Inherited Members | |
![]() | |
QAction * | addAction (const QString name, const char *member, bool isCheckable=true) |
Add a new item to the popup menu) | |
QAction * | addSeparator () |
insert a menu separator and return the corresponding action | |
![]() | |
Component * | myComponent |
the Component concerned by this popup menu |
The popup menu of the multi component data component.
Allows to do different things directly from the DC popup.
MultiComponentDCPopup::MultiComponentDCPopup | ( | camitk::Component * | dc, |
QWidget * | parent | ||
) |
|
slot |
This slot allows you to create a new multi component inside this one.
References camitk::ComponentPopupMenu::myComponent, camitk::Component::refresh(), and camitk::Component::setModified().
Referenced by MultiComponentDCPopup().
|
slot |
This slot allows you to create a new structural component inside this one.
References camitk::ComponentPopupMenu::myComponent, camitk::Component::refresh(), and camitk::Component::setModified().
Referenced by MultiComponentDCPopup().