![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <adblocktreewidget.h>
Public Slots | |
void | addRule () |
void | removeRule () |
![]() | |
void | filterString (const QString &string) |
void | clear () |
Public Member Functions | |
AdBlockTreeWidget (AdBlockSubscription *subscription, QWidget *parent=nullptr) | |
AdBlockSubscription * | subscription () const |
void | showRule (const AdBlockRule *rule) |
void | refresh () |
![]() | |
TreeWidget (QWidget *parent=nullptr) | |
ItemShowMode | defaultItemShowMode () |
void | setDefaultItemShowMode (ItemShowMode mode) |
QList< QTreeWidgetItem * > | allItems () |
bool | appendToParentItem (const QString &parentText, QTreeWidgetItem *item) |
bool | appendToParentItem (QTreeWidgetItem *parent, QTreeWidgetItem *item) |
bool | prependToParentItem (const QString &parentText, QTreeWidgetItem *item) |
bool | prependToParentItem (QTreeWidgetItem *parent, QTreeWidgetItem *item) |
void | addTopLevelItem (QTreeWidgetItem *item) |
void | addTopLevelItems (const QList< QTreeWidgetItem * > &items) |
void | insertTopLevelItem (int index, QTreeWidgetItem *item) |
void | insertTopLevelItems (int index, const QList< QTreeWidgetItem * > &items) |
void | deleteItem (QTreeWidgetItem *item) |
void | deleteItems (const QList< QTreeWidgetItem * > &items) |
Additional Inherited Members | |
![]() | |
enum | ItemShowMode { ItemsCollapsed = 0 , ItemsExpanded = 1 } |
![]() | |
void | itemControlClicked (QTreeWidgetItem *item) |
void | itemMiddleButtonClicked (QTreeWidgetItem *item) |
Definition at line 27 of file adblocktreewidget.h.
|
explicit |
Definition at line 27 of file adblocktreewidget.cpp.
|
slot |
Definition at line 135 of file adblocktreewidget.cpp.
void AdBlockTreeWidget::refresh | ( | ) |
Definition at line 239 of file adblocktreewidget.cpp.
|
slot |
Definition at line 161 of file adblocktreewidget.cpp.
void AdBlockTreeWidget::showRule | ( | const AdBlockRule * | rule | ) |
Definition at line 50 of file adblocktreewidget.cpp.
AdBlockSubscription * AdBlockTreeWidget::subscription | ( | ) | const |
Definition at line 45 of file adblocktreewidget.cpp.