anatomist  5.1.2
3D neuroimaging data viewer
QObjectBrowserWidget::ItemDescr Struct Reference

Structure used for item description. More...

#include <anatomist/browser/qObjBrowserWid.h>

Collaboration diagram for QObjectBrowserWidget::ItemDescr:

Public Attributes

ItemType type
 Item type. More...
 
std::string att
 Attribute name (if any) More...
 
carto::GenericObjectao
 Attributed object (if any) More...
 
anatomist::AObjectobj
 Anatomist object (if any) More...
 
ItemType ptype
 Direct parent type (OTHER if none) More...
 
carto::GenericObjectpao
 Direct parent attributed object (if any) More...
 
anatomist::AObjectpobj
 Direct parent Anatomist object (if any) More...
 
ItemType ttype
 Top parent type (or OTHER) More...
 
carto::GenericObjecttao
 Top parent attributed object (if any) More...
 
anatomist::AObjecttobj
 Top parent Anatomist object (if any) More...
 

Detailed Description

Structure used for item description.

Definition at line 74 of file qObjBrowserWid.h.

Member Data Documentation

◆ ao

carto::GenericObject* QObjectBrowserWidget::ItemDescr::ao

Attributed object (if any)

Definition at line 81 of file qObjBrowserWid.h.

◆ att

std::string QObjectBrowserWidget::ItemDescr::att

Attribute name (if any)

Definition at line 79 of file qObjBrowserWid.h.

◆ obj

anatomist::AObject* QObjectBrowserWidget::ItemDescr::obj

Anatomist object (if any)

Definition at line 83 of file qObjBrowserWid.h.

◆ pao

carto::GenericObject* QObjectBrowserWidget::ItemDescr::pao

Direct parent attributed object (if any)

Definition at line 87 of file qObjBrowserWid.h.

◆ pobj

anatomist::AObject* QObjectBrowserWidget::ItemDescr::pobj

Direct parent Anatomist object (if any)

Definition at line 89 of file qObjBrowserWid.h.

◆ ptype

ItemType QObjectBrowserWidget::ItemDescr::ptype

Direct parent type (OTHER if none)

Definition at line 85 of file qObjBrowserWid.h.

◆ tao

carto::GenericObject* QObjectBrowserWidget::ItemDescr::tao

Top parent attributed object (if any)

Definition at line 93 of file qObjBrowserWid.h.

◆ tobj

anatomist::AObject* QObjectBrowserWidget::ItemDescr::tobj

Top parent Anatomist object (if any)

Definition at line 95 of file qObjBrowserWid.h.

◆ ttype

ItemType QObjectBrowserWidget::ItemDescr::ttype

Top parent type (or OTHER)

Definition at line 91 of file qObjBrowserWid.h.

◆ type

ItemType QObjectBrowserWidget::ItemDescr::type

Item type.

Definition at line 77 of file qObjBrowserWid.h.


The documentation for this struct was generated from the following file: