svgui
1.9
|
#include <LayerTree.h>
Public Member Functions | |
LayerTreeModel (PaneStack *stack, QObject *parent=0) | |
virtual | ~LayerTreeModel () |
QVariant | data (const QModelIndex &index, int role) const override |
bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
QModelIndex | parent (const QModelIndex &index) const override |
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
Protected Slots | |
void | paneAdded () |
void | paneAboutToBeDeleted (Pane *) |
void | propertyContainerAdded (PropertyContainer *) |
void | propertyContainerRemoved (PropertyContainer *) |
void | propertyContainerSelected (PropertyContainer *) |
void | propertyContainerPropertyChanged (PropertyContainer *) |
void | paneLayerModelChanged () |
void | playParametersAudibilityChanged (bool) |
Protected Attributes | |
PaneStack * | m_stack |
std::set< QObject * > | m_deletedPanes |
int | m_layerNameColumn |
int | m_layerVisibleColumn |
int | m_layerPlayedColumn |
int | m_modelNameColumn |
int | m_columnCount |
Detailed Description
Definition at line 80 of file LayerTree.h.
Constructor & Destructor Documentation
LayerTreeModel::LayerTreeModel | ( | PaneStack * | stack, |
QObject * | parent = 0 |
||
) |
Definition at line 266 of file LayerTree.cpp.
References View::getLayer(), View::getLayerCount(), PaneStack::getPane(), PaneStack::getPaneCount(), Layer::getPlayParameters(), m_columnCount, m_layerNameColumn, m_layerPlayedColumn, m_layerVisibleColumn, m_modelNameColumn, paneAboutToBeDeleted(), paneAdded(), paneLayerModelChanged(), playParametersAudibilityChanged(), propertyContainerAdded(), propertyContainerPropertyChanged(), propertyContainerRemoved(), and propertyContainerSelected().
|
virtual |
Definition at line 307 of file LayerTree.cpp.
Member Function Documentation
|
override |
Definition at line 395 of file LayerTree.cpp.
References View::getLayer(), View::getLayerCount(), Layer::getModel(), Layer::getPlayParameters(), Layer::getPropertyContainerIconName(), Layer::isLayerDormant(), m_layerNameColumn, m_layerPlayedColumn, m_layerVisibleColumn, and m_modelNameColumn.
|
override |
Definition at line 457 of file LayerTree.cpp.
References View::getLayer(), View::getLayerCount(), Layer::getPlayParameters(), m_layerPlayedColumn, m_layerVisibleColumn, and Layer::showLayer().
|
override |
Definition at line 491 of file LayerTree.cpp.
References m_layerPlayedColumn, and m_layerVisibleColumn.
|
override |
Definition at line 507 of file LayerTree.cpp.
References m_layerNameColumn, m_layerPlayedColumn, m_layerVisibleColumn, and m_modelNameColumn.
|
override |
Definition at line 522 of file LayerTree.cpp.
References PaneStack::getPane(), PaneStack::getPaneCount(), and m_stack.
|
override |
Definition at line 547 of file LayerTree.cpp.
References PaneStack::getPaneIndex(), m_deletedPanes, and m_stack.
|
override |
Definition at line 566 of file LayerTree.cpp.
References View::getLayerCount(), PaneStack::getPane(), PaneStack::getPaneCount(), and m_stack.
|
override |
Definition at line 582 of file LayerTree.cpp.
References m_columnCount, and m_stack.
|
protectedslot |
Definition at line 312 of file LayerTree.cpp.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 318 of file LayerTree.cpp.
References m_deletedPanes.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 326 of file LayerTree.cpp.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 332 of file LayerTree.cpp.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 338 of file LayerTree.cpp.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 350 of file LayerTree.cpp.
References View::getLayer(), View::getLayerCount(), PaneStack::getPane(), PaneStack::getPaneCount(), m_layerNameColumn, m_modelNameColumn, and m_stack.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 344 of file LayerTree.cpp.
Referenced by LayerTreeModel().
|
protectedslot |
Definition at line 367 of file LayerTree.cpp.
References View::getLayer(), View::getLayerCount(), PaneStack::getPane(), PaneStack::getPaneCount(), Layer::getPlayParameters(), m_layerPlayedColumn, and m_stack.
Referenced by LayerTreeModel().
Member Data Documentation
|
protected |
Definition at line 116 of file LayerTree.h.
Referenced by columnCount(), index(), parent(), playParametersAudibilityChanged(), propertyContainerPropertyChanged(), and rowCount().
|
protected |
Definition at line 117 of file LayerTree.h.
Referenced by paneAboutToBeDeleted(), and parent().
|
protected |
Definition at line 118 of file LayerTree.h.
Referenced by data(), headerData(), LayerTreeModel(), and propertyContainerPropertyChanged().
|
protected |
Definition at line 119 of file LayerTree.h.
Referenced by data(), flags(), headerData(), LayerTreeModel(), and setData().
|
protected |
Definition at line 120 of file LayerTree.h.
Referenced by data(), flags(), headerData(), LayerTreeModel(), playParametersAudibilityChanged(), and setData().
|
protected |
Definition at line 121 of file LayerTree.h.
Referenced by data(), headerData(), LayerTreeModel(), and propertyContainerPropertyChanged().
|
protected |
Definition at line 122 of file LayerTree.h.
Referenced by columnCount(), and LayerTreeModel().
The documentation for this class was generated from the following files:
Generated by 1.8.11