USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::ControlTreeWidgetItem Class Reference

A control in the project tree widget. More...

#include <ControlTreeWidgetItem.h>

Inheritance diagram for Isis::ControlTreeWidgetItem:
Inheritance graph
Collaboration diagram for Isis::ControlTreeWidgetItem:
Collaboration graph

Public Member Functions

 ControlTreeWidgetItem (Control *control, QTreeWidget *parent=0)
 ControlTreeWidgetItem constructor.
 
Controlcontrol ()
 
void selectionChanged ()
 

Private Attributes

Controlm_control
 

Detailed Description

A control in the project tree widget.

This class visualizes a Control * from the project in the project tree widget.

Author
2012-09-26 Tracie Sucharski

Definition at line 20 of file ControlTreeWidgetItem.h.

Constructor & Destructor Documentation

Isis::ControlTreeWidgetItem::ControlTreeWidgetItem ( Control control,
QTreeWidget parent = 0 
)

ControlTreeWidgetItem constructor.

ControlTreeWidgetItem is derived from QTreeWidgetItem

Parameters
parent

Definition at line 17 of file ControlTreeWidgetItem.cpp.

References Isis::DisplayProperties::displayName().


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