#include <ColorMapSliceItem.h>
|
| bool | canFetchMore () const |
| |
| | ColorMapSliceItem (double min, double max, te::color::RGBAColor c, QObject *parent=0) |
| |
| | ColorMapSliceItem (double min, double max, te::color::RGBAColor cBegin, te::color::RGBAColor cEnd, QObject *parent=0) |
| |
| int | columnCount () const |
| |
| QVariant | data (int column, int role) const |
| |
| void | fetchMore () |
| |
| Qt::ItemFlags | flags () const |
| |
std::vector
< te::qt::widgets::AbstractTreeItem * > | getAncestors () |
| |
| bool | getCheckable () |
| |
std::vector
< te::qt::widgets::AbstractTreeItem * > | getDescendants () |
| |
| const std::string | getItemType () const |
| | It returns the item type: "COLORMAP_SLICE_ITEM". More...
|
| |
| te::map::AbstractLayerPtr | getLayer () const |
| |
| QMenu * | getMenu (QWidget *parent=0) const |
| |
| bool | hasChildren () const |
| |
| void | setCheckable (bool checkable) |
| |
| bool | setData (int column, const QVariant &value, int role=Qt::EditRole) |
| |
| | ~ColorMapSliceItem () |
| |
Definition at line 39 of file ColorMapSliceItem.h.
| te::qt::widgets::ColorMapSliceItem::ColorMapSliceItem |
( |
double |
min, |
|
|
double |
max, |
|
|
te::color::RGBAColor |
c, |
|
|
QObject * |
parent = 0 |
|
) |
| |
| te::qt::widgets::ColorMapSliceItem::~ColorMapSliceItem |
( |
| ) |
|
| bool te::qt::widgets::ColorMapSliceItem::canFetchMore |
( |
| ) |
const |
|
virtual |
| int te::qt::widgets::ColorMapSliceItem::columnCount |
( |
| ) |
const |
|
virtual |
| QVariant te::qt::widgets::ColorMapSliceItem::data |
( |
int |
column, |
|
|
int |
role |
|
) |
| const |
|
virtual |
| void te::qt::widgets::ColorMapSliceItem::fetchMore |
( |
| ) |
|
|
virtual |
| Qt::ItemFlags te::qt::widgets::ColorMapSliceItem::flags |
( |
| ) |
const |
|
virtual |
| bool te::qt::widgets::ColorMapSliceItem::getCheckable |
( |
| ) |
|
| const std::string te::qt::widgets::ColorMapSliceItem::getItemType |
( |
| ) |
const |
|
virtual |
| QMenu * te::qt::widgets::ColorMapSliceItem::getMenu |
( |
QWidget * |
parent = 0 | ) |
const |
|
virtual |
| bool te::qt::widgets::ColorMapSliceItem::hasChildren |
( |
| ) |
const |
|
virtual |
| void te::qt::widgets::ColorMapSliceItem::setCheckable |
( |
bool |
checkable | ) |
|
| bool te::qt::widgets::ColorMapSliceItem::setData |
( |
int |
column, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
virtual |
| bool te::qt::widgets::ColorMapSliceItem::m_categorize |
|
private |
| bool te::qt::widgets::ColorMapSliceItem::m_interpolate |
|
private |
| bool te::qt::widgets::ColorMapSliceItem::m_isCheckable |
|
private |
| bool te::qt::widgets::ColorMapSliceItem::m_isChecked |
|
private |
| double te::qt::widgets::ColorMapSliceItem::m_max |
|
private |
| double te::qt::widgets::ColorMapSliceItem::m_min |
|
private |
The documentation for this class was generated from the following files:
- /home/castejon/castejon_files/develop/terralib5/git/src/terralib/qt/widgets/layer/explorer/ColorMapSliceItem.h
- /home/castejon/castejon_files/develop/terralib5/git/src/terralib/qt/widgets/layer/explorer/ColorMapSliceItem.cpp