CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::ToolListWidget Class Reference

Class for displaying tool files that can be dragged and droppedSuperclass, not used directly. More...

#include <cxToolListWidget.h>

Inheritance diagram for cx::ToolListWidget:
cx::ConfigToolListWidget cx::FilteringToolListWidget

Signals

void toolSelected (QString absoluteFilePath)
 
void userChangedList ()
 emitted whenever the user changes the list More...
 
void listSizeChanged ()
 emitted whenever the count changes More...
 

Public Member Functions

 ToolListWidget (QWidget *parent=NULL)
 
virtual ~ToolListWidget ()
 

Protected Member Functions

void populate (QStringList toolsAbsoluteFilePath)
 
void addTool (QString absoluteFilePath)
 

Detailed Description

Class for displaying tool files that can be dragged and dropped

Superclass, not used directly.

ToolListWidget

Date
Mar 30, 2011
Author
Janne Beate Bakeng, SINTEF

Definition at line 57 of file cxToolListWidget.h.

Constructor & Destructor Documentation

cx::ToolListWidget::ToolListWidget ( QWidget *  parent = NULL)

Definition at line 52 of file cxToolListWidget.cpp.

cx::ToolListWidget::~ToolListWidget ( )
virtual

Definition at line 61 of file cxToolListWidget.cpp.

Member Function Documentation

void cx::ToolListWidget::addTool ( QString  absoluteFilePath)
protected

Definition at line 76 of file cxToolListWidget.cpp.

void cx::ToolListWidget::listSizeChanged ( )
signal

emitted whenever the count changes

void cx::ToolListWidget::populate ( QStringList  toolsAbsoluteFilePath)
protected

Definition at line 65 of file cxToolListWidget.cpp.

void cx::ToolListWidget::toolSelected ( QString  absoluteFilePath)
signal
void cx::ToolListWidget::userChangedList ( )
signal

emitted whenever the user changes the list


The documentation for this class was generated from the following files: