CustusX
16.5.0-rc9
An IGT application
|
Helper class for tool config list display. More...
#include <cxToolListWidget.h>
Public Slots | |
void | configSlot (QStringList toolsAbsoluteFilePath) |
adds all input tools to the list More... | |
void | filterSlot (QStringList trackingsystemFilter) |
filters the tools on tracking system More... | |
Public Member Functions | |
ConfigToolListWidget (QWidget *parent=NULL) | |
virtual | ~ConfigToolListWidget () |
virtual void | dropEvent (QDropEvent *event) |
QStringList | getTools () |
get absolute file path to all tools currently in the list More... | |
Public Member Functions inherited from cx::ToolListWidget | |
ToolListWidget (QWidget *parent=NULL) | |
virtual | ~ToolListWidget () |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dragMoveEvent (QDragMoveEvent *event) |
Protected Member Functions inherited from cx::ToolListWidget | |
void | populate (QStringList toolsAbsoluteFilePath) |
void | addTool (QString absoluteFilePath) |
Additional Inherited Members | |
Signals inherited from cx::ToolListWidget | |
void | toolSelected (QString absoluteFilePath) |
void | userChangedList () |
emitted whenever the user changes the list More... | |
void | listSizeChanged () |
emitted whenever the count changes More... | |
Helper class for tool config list display.
Helper class.
Used inside ToolConfigureGroupBox.
Definition at line 122 of file cxToolListWidget.h.
cx::ConfigToolListWidget::ConfigToolListWidget | ( | QWidget * | parent = NULL | ) |
Definition at line 168 of file cxToolListWidget.cpp.
|
virtual |
Definition at line 181 of file cxToolListWidget.cpp.
|
slot |
adds all input tools to the list
Definition at line 229 of file cxToolListWidget.cpp.
|
protected |
Definition at line 185 of file cxToolListWidget.cpp.
|
protected |
Definition at line 194 of file cxToolListWidget.cpp.
|
virtual |
Definition at line 205 of file cxToolListWidget.cpp.
|
slot |
filters the tools on tracking system
Definition at line 234 of file cxToolListWidget.cpp.
QStringList cx::ConfigToolListWidget::getTools | ( | ) |
get absolute file path to all tools currently in the list
Definition at line 216 of file cxToolListWidget.cpp.