#include <DataSelector.h>
Public Slots | |
void | show_data_info () |
void | show_data_coverage () |
Public Member Functions | |
DataSelectionListView (DataSelector *data_selector, QWidget *parent=0) | |
bool | add_item (DataBaseItem *db_item) |
Public Attributes | |
DataSelector * | _data_selector |
Protected Member Functions | |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
virtual void | mousePressEvent (QMouseEvent *) |
Protected Attributes | |
QMenu * | menu |
DataSelectionListView::DataSelectionListView | ( | DataSelector * | data_selector, | |
QWidget * | parent = 0 | |||
) |
bool DataSelectionListView::add_item | ( | DataBaseItem * | db_item | ) |
void DataSelectionListView::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
void DataSelectionListView::dropEvent | ( | QDropEvent * | event | ) | [protected, virtual] |
void DataSelectionListView::mousePressEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
void DataSelectionListView::show_data_coverage | ( | ) | [slot] |
void DataSelectionListView::show_data_info | ( | ) | [slot] |
QMenu* DataSelectionListView::menu [protected] |