BioBrickListView class, which is the container for BioBrick This class is a customed class, inhenirt QListWidget, which can show all the BioBrick in a list. Drag supported.
More...
#include <biobricklistview.h>
|
void | infoActived (QString) |
|
BioBrickListView class, which is the container for BioBrick This class is a customed class, inhenirt QListWidget, which can show all the BioBrick in a list. Drag supported.
BioBrickListView::BioBrickListView |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Construction function.
- Parameters
-
parent | The parent for this widget |
void BioBrickListView::addBioBrick |
( |
const QString & |
info | ) |
|
|
slot |
add a BioBrick to the list
- Parameters
-
info | The information for a BioBrick |
- Returns
- no retur value
void BioBrickListView::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
protected |
proecss drag enter event
- Parameters
-
- Returns
- no return
void BioBrickListView::dragMoveEvent |
( |
QDragMoveEvent * |
e | ) |
|
|
protected |
process drag move event
- Parameters
-
- Returns
- no return
void BioBrickListView::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
protected |
process the drop event
- Parameters
-
- Returns
- no return
void BioBrickListView::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
process the key event
- Parameters
-
- Returns
- no return
void BioBrickListView::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
process mouse move event
- Parameters
-
- Returns
- no return
void BioBrickListView::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
process the moust press event
- Parameters
-
- Returns
- no return
The documentation for this class was generated from the following files: