#include <LayerTreeDialog.h>

Inheritance diagram for LayerTreeDialog:
Inheritance graph
Collaboration diagram for LayerTreeDialog:
Collaboration graph

Public Member Functions

 LayerTreeDialog (PaneStack *stack, QWidget *parent=0)
 
 ~LayerTreeDialog ()
 

Protected Attributes

PaneStackm_paneStack
 
ModelMetadataModelm_modelModel
 
QTableView * m_modelView
 
LayerTreeModelm_layerModel
 
QTreeView * m_layerView
 

Detailed Description

Definition at line 27 of file LayerTreeDialog.h.

Constructor & Destructor Documentation

LayerTreeDialog::LayerTreeDialog ( PaneStack stack,
QWidget *  parent = 0 
)

Definition at line 30 of file LayerTreeDialog.cpp.

References m_layerModel, m_layerView, m_modelModel, m_modelView, and m_paneStack.

LayerTreeDialog::~LayerTreeDialog ( )

Definition at line 107 of file LayerTreeDialog.cpp.

References m_layerModel.

Member Data Documentation

PaneStack* LayerTreeDialog::m_paneStack
protected

Definition at line 36 of file LayerTreeDialog.h.

Referenced by LayerTreeDialog().

ModelMetadataModel* LayerTreeDialog::m_modelModel
protected

Definition at line 37 of file LayerTreeDialog.h.

Referenced by LayerTreeDialog().

QTableView* LayerTreeDialog::m_modelView
protected

Definition at line 38 of file LayerTreeDialog.h.

Referenced by LayerTreeDialog().

LayerTreeModel* LayerTreeDialog::m_layerModel
protected

Definition at line 39 of file LayerTreeDialog.h.

Referenced by LayerTreeDialog(), and ~LayerTreeDialog().

QTreeView* LayerTreeDialog::m_layerView
protected

Definition at line 40 of file LayerTreeDialog.h.

Referenced by LayerTreeDialog().


The documentation for this class was generated from the following files: