#include <RasterLayerDelegate.h>
|
QStyledItemDelegate * | findDecorator (QStyledItemDelegate *decorated) |
| Returns the Decorator that decorates this item. More...
|
|
QStyledItemDelegate * | getDecorated () |
| Returns the pointer of decorated object. More...
|
|
void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
|
| RasterLayerDelegate (QStyledItemDelegate *decorated, QObject *parent=0) |
|
QStyledItemDelegate * | removeDecorator (QStyledItemDelegate *decorated) |
| Removes The decorator of the decorated. More...
|
|
| ~RasterLayerDelegate () |
|
Definition at line 42 of file RasterLayerDelegate.h.
te::qt::widgets::RasterLayerDelegate::RasterLayerDelegate |
( |
QStyledItemDelegate * |
decorated, |
|
|
QObject * |
parent = 0 |
|
) |
| |
te::qt::widgets::RasterLayerDelegate::~RasterLayerDelegate |
( |
| ) |
|
QStyledItemDelegate * te::common::Decorator< QStyledItemDelegate >::findDecorator |
( |
QStyledItemDelegate * |
decorated | ) |
|
|
inherited |
Returns the Decorator that decorates this item.
- Parameters
-
decorated | The decorated item that we are looking for. |
- Returns
- The Decorator we are looking for or this if there's no decorators or 0 if not found.
Returns the pointer of decorated object.
void te::qt::widgets::RasterLayerDelegate::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
QStyledItemDelegate * te::common::Decorator< QStyledItemDelegate >::removeDecorator |
( |
QStyledItemDelegate * |
decorated | ) |
|
|
inherited |
Removes The decorator of the decorated.
- Parameters
-
decorated | The item that we are searching for the decorator. |
- Returns
- The new item to be used as new Delegate or NULL.
If true, also delete decorated pointer.
Definition at line 99 of file Decorator.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/qt/widgets/layer/explorer/RasterLayerDelegate.h