hpp-gui  4.11.0
Graphical interface for HPP
hpp.gui::ConfigurationList Class Reference

A QListWidget that accept drag and drop of configurations. More...

#include </local/robotpkg/var/tmp/robotpkg/graphics/py-qt-hpp-gui/work/hpp-gui-4.11.0/plugins/hppwidgetsplugin/configurationlist.hh>

Inheritance diagram for hpp.gui::ConfigurationList:
Collaboration diagram for hpp.gui::ConfigurationList:

Signals

void configurationChanged ()
 

Public Member Functions

 ConfigurationList (QWidget *parent)
 
virtual ~ConfigurationList ()
 
void setSingleItemOnly (bool set)
 
void bindDeleteKey ()
 

Protected Member Functions

void dragEnterEvent (QDragEnterEvent *event)
 
void dragMoveEvent (QDragMoveEvent *event)
 
void dropEvent (QDropEvent *event)
 
void startDrag (Qt::DropActions supportedActions)
 

Detailed Description

A QListWidget that accept drag and drop of configurations.

Constructor & Destructor Documentation

◆ ConfigurationList()

hpp.gui::ConfigurationList::ConfigurationList ( QWidget *  parent)

◆ ~ConfigurationList()

virtual hpp.gui::ConfigurationList::~ConfigurationList ( )
virtual

Member Function Documentation

◆ bindDeleteKey()

void hpp.gui::ConfigurationList::bindDeleteKey ( )

◆ configurationChanged

void hpp.gui::ConfigurationList::configurationChanged ( )
signal

◆ dragEnterEvent()

void hpp.gui::ConfigurationList::dragEnterEvent ( QDragEnterEvent *  event)
protected

◆ dragMoveEvent()

void hpp.gui::ConfigurationList::dragMoveEvent ( QDragMoveEvent *  event)
protected

◆ dropEvent()

void hpp.gui::ConfigurationList::dropEvent ( QDropEvent *  event)
protected

◆ setSingleItemOnly()

void hpp.gui::ConfigurationList::setSingleItemOnly ( bool  set)

◆ startDrag()

void hpp.gui::ConfigurationList::startDrag ( Qt::DropActions  supportedActions)
protected

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