#include <DataSetCategoryItem.h>
Public Member Functions | |
| bool | canFetchMore () const |
| int | columnCount () const |
| QVariant | data (int column, int role) const |
| DataSetCategoryItem (const te::da::DataSourceInfoPtr &ds, int category, AbstractDataSourceTreeItem *parent=0) | |
| void | fetchMore () |
| Qt::ItemFlags | flags () const |
| QMenu * | getMenu (QWidget *parent=0) const |
| bool | hasChildren () const |
| bool | isChecked () const |
| bool | setData (const QVariant &value, int role=Qt::EditRole) |
| ~DataSetCategoryItem () | |
Private Attributes | |
| int | m_category |
| bool | m_checked |
| te::da::DataSourceInfoPtr | m_ds |
| bool | m_isInvalid |
Definition at line 39 of file DataSetCategoryItem.h.
| te::qt::widgets::DataSetCategoryItem::DataSetCategoryItem | ( | const te::da::DataSourceInfoPtr & | ds, |
| int | category, | ||
| AbstractDataSourceTreeItem * | parent = 0 |
||
| ) |
Definition at line 51 of file DataSetCategoryItem.cpp.
References ~DataSetCategoryItem().
|
default |
Referenced by DataSetCategoryItem().
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 92 of file DataSetCategoryItem.cpp.
References hasChildren().
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 62 of file DataSetCategoryItem.cpp.
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 67 of file DataSetCategoryItem.cpp.
References te::da::GetDataSetCategoryName(), m_category, and m_checked.
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 105 of file DataSetCategoryItem.cpp.
References ds, dt, te::dt::GEOMETRY_TYPE, te::common::Singleton< DataSourceManager >::getInstance(), te::dt::Property::getType(), m_category, m_ds, p, and te::dt::RASTER_TYPE.
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 100 of file DataSetCategoryItem.cpp.
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 81 of file DataSetCategoryItem.cpp.
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 136 of file DataSetCategoryItem.cpp.
References ds, te::common::Singleton< DataSourceManager >::getInstance(), m_ds, and m_isInvalid.
Referenced by canFetchMore().
| bool te::qt::widgets::DataSetCategoryItem::isChecked | ( | ) | const |
Definition at line 171 of file DataSetCategoryItem.cpp.
References m_checked.
|
virtual |
Implements te::qt::widgets::AbstractDataSourceTreeItem.
Definition at line 160 of file DataSetCategoryItem.cpp.
References m_checked.
|
private |
Definition at line 72 of file DataSetCategoryItem.h.
Referenced by data(), and fetchMore().
|
private |
Definition at line 70 of file DataSetCategoryItem.h.
Referenced by data(), isChecked(), and setData().
|
private |
Definition at line 69 of file DataSetCategoryItem.h.
Referenced by fetchMore(), and hasChildren().
|
mutableprivate |
Definition at line 71 of file DataSetCategoryItem.h.
Referenced by hasChildren().