#include <ExplorerFilesWidget.hpp>
Inherits ExplorerWidgetInterface.
◆ Column
Explorer Files Column.
| Enumerator |
|---|
| COLUMN_CHECKED | |
| COLUMN_ID | |
| COLUMN_LABEL | |
| COLUMN_DATE_CREATED | |
| COLUMN_LAST | |
◆ ExplorerFilesWidget()
| ExplorerFilesWidget::ExplorerFilesWidget |
( |
MainWindow * |
mainWindow, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
text |
|
) |
| |
◆ addTreeItem()
| void ExplorerFilesWidget::addTreeItem |
( |
size_t |
index | ) |
|
|
protected |
◆ block()
| void ExplorerFilesWidget::block |
( |
| ) |
|
|
protected |
◆ colorSource()
◆ dataChanged()
| void ExplorerFilesWidget::dataChanged |
( |
| ) |
|
|
protected |
◆ filterChanged()
| void ExplorerFilesWidget::filterChanged |
( |
| ) |
|
|
protected |
◆ hasColorSource()
| virtual bool ExplorerFilesWidget::hasColorSource |
( |
| ) |
const |
|
inlinevirtual |
◆ hasFilter()
| virtual bool ExplorerFilesWidget::hasFilter |
( |
| ) |
const |
|
inlinevirtual |
◆ identifier()
| size_t ExplorerFilesWidget::identifier |
( |
const QTreeWidgetItem * |
item | ) |
|
|
protected |
◆ index()
| size_t ExplorerFilesWidget::index |
( |
const QTreeWidgetItem * |
item | ) |
|
|
protected |
◆ isFilterEnabled()
| bool ExplorerFilesWidget::isFilterEnabled |
( |
| ) |
const |
|
virtual |
◆ setDatasets()
◆ setFilterEnabled()
| void ExplorerFilesWidget::setFilterEnabled |
( |
bool |
b | ) |
|
|
virtual |
◆ slotAdd
| void ExplorerFilesWidget::slotAdd |
( |
| ) |
|
|
slot |
◆ slotDelete
| void ExplorerFilesWidget::slotDelete |
( |
| ) |
|
|
slot |
◆ slotHide
| void ExplorerFilesWidget::slotHide |
( |
| ) |
|
|
slot |
◆ slotItemChanged
| void ExplorerFilesWidget::slotItemChanged |
( |
QTreeWidgetItem * |
item, |
|
|
int |
column |
|
) |
| |
|
slot |
◆ slotItemSelectionChanged
| void ExplorerFilesWidget::slotItemSelectionChanged |
( |
| ) |
|
|
slot |
◆ slotSelectAll
| void ExplorerFilesWidget::slotSelectAll |
( |
| ) |
|
|
slot |
◆ slotSelectInvert
| void ExplorerFilesWidget::slotSelectInvert |
( |
| ) |
|
|
slot |
◆ slotSelectNone
| void ExplorerFilesWidget::slotSelectNone |
( |
| ) |
|
|
slot |
◆ slotShow
| void ExplorerFilesWidget::slotShow |
( |
| ) |
|
|
slot |
◆ slotUpdate
| void ExplorerFilesWidget::slotUpdate |
( |
void * |
sender, |
|
|
const QSet< Editor::Type > & |
target |
|
) |
| |
|
slot |
◆ unblock()
| void ExplorerFilesWidget::unblock |
( |
| ) |
|
|
protected |
◆ updateTree()
| void ExplorerFilesWidget::updateTree |
( |
| ) |
|
|
protected |
◆ addButton_
| QToolButton* ExplorerFilesWidget::addButton_ |
|
protected |
◆ datasets_
◆ deleteButton_
| QToolButton* ExplorerFilesWidget::deleteButton_ |
|
protected |
◆ filter_
◆ hideButton_
| QToolButton* ExplorerFilesWidget::hideButton_ |
|
protected |
◆ selectAllButton_
| QToolButton* ExplorerFilesWidget::selectAllButton_ |
|
protected |
◆ selectInvertButton_
| QToolButton* ExplorerFilesWidget::selectInvertButton_ |
|
protected |
◆ selectNoneButton_
| QToolButton* ExplorerFilesWidget::selectNoneButton_ |
|
protected |
◆ showButton_
| QToolButton* ExplorerFilesWidget::showButton_ |
|
protected |
◆ tree_
| QTreeWidget* ExplorerFilesWidget::tree_ |
|
protected |
Referenced by addTreeItem(), block(), ExplorerFilesWidget(), setDatasets(), slotDelete(), slotHide(), slotItemSelectionChanged(), slotSelectAll(), slotSelectInvert(), slotSelectNone(), slotShow(), unblock(), and updateTree().
◆ updatesEnabled_
| bool ExplorerFilesWidget::updatesEnabled_ |
|
protected |
The documentation for this class was generated from the following files:
- ExplorerFilesWidget.hpp
- ExplorerFilesWidget.cpp