![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
Structure used for item description. More...
#include <anatomist/browser/qObjBrowserWid.h>
Public Attributes | |
ItemType | type |
Item type. More... | |
std::string | att |
Attribute name (if any) More... | |
carto::GenericObject * | ao |
Attributed object (if any) More... | |
anatomist::AObject * | obj |
Anatomist object (if any) More... | |
ItemType | ptype |
Direct parent type (OTHER if none) More... | |
carto::GenericObject * | pao |
Direct parent attributed object (if any) More... | |
anatomist::AObject * | pobj |
Direct parent Anatomist object (if any) More... | |
ItemType | ttype |
Top parent type (or OTHER) More... | |
carto::GenericObject * | tao |
Top parent attributed object (if any) More... | |
anatomist::AObject * | tobj |
Top parent Anatomist object (if any) More... | |
Structure used for item description.
Definition at line 74 of file qObjBrowserWid.h.
carto::GenericObject* QObjectBrowserWidget::ItemDescr::ao |
Attributed object (if any)
Definition at line 81 of file qObjBrowserWid.h.
std::string QObjectBrowserWidget::ItemDescr::att |
Attribute name (if any)
Definition at line 79 of file qObjBrowserWid.h.
anatomist::AObject* QObjectBrowserWidget::ItemDescr::obj |
Anatomist object (if any)
Definition at line 83 of file qObjBrowserWid.h.
carto::GenericObject* QObjectBrowserWidget::ItemDescr::pao |
Direct parent attributed object (if any)
Definition at line 87 of file qObjBrowserWid.h.
anatomist::AObject* QObjectBrowserWidget::ItemDescr::pobj |
Direct parent Anatomist object (if any)
Definition at line 89 of file qObjBrowserWid.h.
ItemType QObjectBrowserWidget::ItemDescr::ptype |
Direct parent type (OTHER if none)
Definition at line 85 of file qObjBrowserWid.h.
carto::GenericObject* QObjectBrowserWidget::ItemDescr::tao |
Top parent attributed object (if any)
Definition at line 93 of file qObjBrowserWid.h.
anatomist::AObject* QObjectBrowserWidget::ItemDescr::tobj |
Top parent Anatomist object (if any)
Definition at line 95 of file qObjBrowserWid.h.
ItemType QObjectBrowserWidget::ItemDescr::ttype |
Top parent type (or OTHER)
Definition at line 91 of file qObjBrowserWid.h.
ItemType QObjectBrowserWidget::ItemDescr::type |
Item type.
Definition at line 77 of file qObjBrowserWid.h.