Fraxinus
18.10
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 (TrackingServicePtr trackingService, 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 (TrackingServicePtr trackingService, 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... | |
Protected Attributes inherited from cx::ToolListWidget | |
TrackingServicePtr | mTrackingService |
Helper class for tool config list display.
Helper class.
Used inside ToolConfigureGroupBox.
Definition at line 103 of file cxToolListWidget.h.
cx::ConfigToolListWidget::ConfigToolListWidget | ( | TrackingServicePtr | trackingService, |
QWidget * | parent = NULL |
||
) |
Definition at line 147 of file cxToolListWidget.cpp.
|
virtual |
Definition at line 160 of file cxToolListWidget.cpp.
|
slot |
adds all input tools to the list
Definition at line 208 of file cxToolListWidget.cpp.
|
protected |
Definition at line 164 of file cxToolListWidget.cpp.
|
protected |
Definition at line 173 of file cxToolListWidget.cpp.
|
virtual |
Definition at line 184 of file cxToolListWidget.cpp.
|
slot |
filters the tools on tracking system
Definition at line 213 of file cxToolListWidget.cpp.
QStringList cx::ConfigToolListWidget::getTools | ( | ) |
get absolute file path to all tools currently in the list
Definition at line 195 of file cxToolListWidget.cpp.