|
SpeedCrunch
0.11
|
#include <variablelistwidget.h>
Public Slots | |
| void | fillTable () |
| void | retranslateText () |
Signals | |
| void | itemActivated (const QString &) |
| void | itemDeleted (const QString &) |
Public Member Functions | |
| VariableListWidget (QWidget *parent=0) | |
| ~VariableListWidget () | |
| QTreeWidgetItem * | currentItem () const |
Protected Slots | |
| void | activateItem () |
| void | deleteItem () |
| void | deleteAllItems () |
| void | triggerFilter () |
Protected Member Functions | |
| void | changeEvent (QEvent *) |
| void | keyPressEvent (QKeyEvent *) |
| VariableListWidget::VariableListWidget | ( | QWidget * | parent = 0 | ) | [explicit] |
| void VariableListWidget::activateItem | ( | ) | [protected, slot] |
| void VariableListWidget::changeEvent | ( | QEvent * | event | ) | [protected] |
| QTreeWidgetItem * VariableListWidget::currentItem | ( | ) | const |
| void VariableListWidget::deleteAllItems | ( | ) | [protected, slot] |
| void VariableListWidget::deleteItem | ( | ) | [protected, slot] |
| void VariableListWidget::fillTable | ( | ) | [slot] |
| void VariableListWidget::itemActivated | ( | const QString & | _t1 | ) | [signal] |
| void VariableListWidget::itemDeleted | ( | const QString & | _t1 | ) | [signal] |
| void VariableListWidget::keyPressEvent | ( | QKeyEvent * | event | ) | [protected] |
| void VariableListWidget::retranslateText | ( | ) | [slot] |
| void VariableListWidget::triggerFilter | ( | ) | [protected, slot] |
1.7.6.1