![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
The popup menu of the Physical Manager data component. More...
#include <PMManagerDCPopup.h>
Public Slots | |
void | atomDataDisplay (QAction *) |
show one of the atom data display More... | |
void | closeLoads () |
this slot allows you to close the current impload file More... | |
void | displayLoads () |
show the loads in 3D More... | |
void | editLoads () |
this slot allows you to edit the current list of loads More... | |
void | openLoads () |
This slot allows you open a impload file. More... | |
void | openRecentLoad () |
to manage the clic on a recent load More... | |
void | openReferencePML () |
open the reference PML file More... | |
void | previewLoads () |
this slot allows you to see the preview More... | |
void | saveAsLoads () |
this slot allows you to save the current impload to another file More... | |
void | saveLoads () |
this slot allows you to save the current impload file More... | |
void | setAtomDataScale () |
atom data scale min/max can be fixed by the user More... | |
void | simulation () |
show the simulator widgets More... | |
Public Member Functions | |
PMManagerDCPopup (camitk::Component *, QWidget *) | |
the popup constructor More... | |
void | updateMenuActions () |
check which menus are possible, and enable them, disable the others More... | |
![]() | |
ComponentPopupMenu (Component *, QWidget *) | |
default constructor More... | |
Protected Member Functions | |
void | getSettings () |
![]() | |
QAction * | addAction (const QString name, const char *member, bool isCheckable=true) |
Add a new item to the popup menu) More... | |
QAction * | addSeparator () |
insert a menu separator and return the corresponding action More... | |
Private Member Functions | |
void | addRecentLoads (QString) |
add a recent document to the list More... | |
void | openLoads (QString) |
open a given loads file More... | |
void | saveRecentLoads () |
save the recent loads file name in the settings More... | |
void | updateRecentLoads () |
update the recent loads popup More... | |
Private Attributes | |
QAction * | close |
QAction * | edit |
QAction * | fixAtomDataScale |
QAction * | hideAtomData |
unsigned int | maxNrOfRecents |
max nr of recent loads to keep More... | |
LoadsManager * | myLM |
the load manager for this PML More... | |
unsigned int | nrOfRecents |
current nr of recent loads kept More... | |
QAction * | preview |
QStringList | recentLoadFiles |
the recent loads file names More... | |
QMenu * | recentLoads |
the recent loads popup More... | |
QAction * | save |
menus id More... | |
QAction * | saveAs |
QAction * | showAddOnAtomData |
QAction * | showDisplacements |
QAction * | showDistances |
QAction * | showLoads |
QAction * | showRENError |
Additional Inherited Members | |
![]() | |
Component * | myComponent |
the Component concerned by this popup menu More... | |
The popup menu of the Physical Manager data component.
Allows one to do different things directly from the DC popup (right-clic on the object or action menu when the physical model is selected)
PMManagerDCPopup::PMManagerDCPopup | ( | camitk::Component * | , |
QWidget * | |||
) |
the popup constructor
|
private |
add a recent document to the list
|
slot |
show one of the atom data display
|
slot |
this slot allows you to close the current impload file
|
slot |
show the loads in 3D
|
slot |
this slot allows you to edit the current list of loads
|
protected |
|
slot |
This slot allows you open a impload file.
|
private |
open a given loads file
|
slot |
to manage the clic on a recent load
|
slot |
open the reference PML file
|
slot |
this slot allows you to see the preview
|
slot |
this slot allows you to save the current impload to another file
|
slot |
this slot allows you to save the current impload file
|
private |
save the recent loads file name in the settings
|
slot |
atom data scale min/max can be fixed by the user
|
slot |
show the simulator widgets
void PMManagerDCPopup::updateMenuActions | ( | ) |
check which menus are possible, and enable them, disable the others
|
private |
update the recent loads popup
|
private |
|
private |
|
private |
|
private |
|
private |
max nr of recent loads to keep
|
private |
the load manager for this PML
|
private |
current nr of recent loads kept
|
private |
|
private |
the recent loads file names
|
private |
the recent loads popup
|
private |
menus id
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |