

Public Member Functions | |
| DroppingController (intf_thread_t *, const QString &line, QWidget *parent=0) | |
| QString | getValue () |
| virtual | ~DroppingController () |
| void | resetLine (const QString &) |
Protected Member Functions | |
| virtual void | createAndAddWidget (QBoxLayout *controlLayout, int i_index, buttonType_e i_type, int i_option) |
| virtual void | dragEnterEvent (QDragEnterEvent *event) |
| virtual void | dragMoveEvent (QDragMoveEvent *event) |
| virtual void | dropEvent (QDropEvent *event) |
| virtual void | dragLeaveEvent (QDragLeaveEvent *event) |
| virtual void | doAction (int) |
| Overloading doAction to block any action. | |
| bool | eventFilter (QObject *, QEvent *) |
Data Structures | |
| struct | doubleInt |
| DroppingController::DroppingController | ( | intf_thread_t * | _p_intf, | |
| const QString & | line, | |||
| QWidget * | parent = 0 | |||
| ) |
References AbstractController::controlLayout, and AbstractController::parseAndCreate().
| DroppingController::~DroppingController | ( | ) | [virtual] |
| QString DroppingController::getValue | ( | ) |
References AbstractController::controlLayout.
| void DroppingController::resetLine | ( | const QString & | line | ) |
References AbstractController::controlLayout, and AbstractController::parseAndCreate().
| void DroppingController::createAndAddWidget | ( | QBoxLayout * | controlLayout, | |
| int | i_index, | |||
| buttonType_e | i_type, | |||
| int | i_option | |||
| ) | [protected, virtual] |
Reimplemented from AbstractController.
References AbstractController::createWidget(), MENU_BUTTONS, SPECIAL_MAX, VOLUME, WIDGET_SPACER, and WIDGET_SPACER_EXTEND.
Referenced by dropEvent().
| void DroppingController::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
| void DroppingController::dragMoveEvent | ( | QDragMoveEvent * | event | ) | [protected, virtual] |
References AbstractController::controlLayout.
| void DroppingController::dropEvent | ( | QDropEvent * | event | ) | [protected, virtual] |
References AbstractController::controlLayout, createAndAddWidget(), and i_type.
| void DroppingController::dragLeaveEvent | ( | QDragLeaveEvent * | event | ) | [protected, virtual] |
| void DroppingController::doAction | ( | int | i | ) | [protected, virtual] |
| bool DroppingController::eventFilter | ( | QObject * | obj, | |
| QEvent * | event | |||
| ) | [protected] |
References AbstractController::controlLayout, and i_type.
1.5.6