NaviNIBS.Navigator.GUI.EditWindows.ImportSessionWindow module¶
- class NaviNIBS.Navigator.GUI.EditWindows.ImportSessionWindow.SessionTreeItem(label, obj=None, parent=None)[source]¶
Bases:
object
- Parameters:
_label
_obj
_parent
-
_label:
str
¶
-
_obj:
object
¶
-
_parent:
typing.Optional
[NaviNIBS.Navigator.GUI.EditWindows.ImportSessionWindow.SessionTreeItem
]¶
-
sigCheckedChanged:
NaviNIBS.util.Signaler.Signal
¶
- childByLabel(label)[source]¶
- Return type:
Optional
[SessionTreeItem
]
- property label¶
- property obj¶
- property children¶
- property childrenLabels: list[str]¶
- Return type:
list
[str
]
- property parent¶
- property checked¶
- class NaviNIBS.Navigator.GUI.EditWindows.ImportSessionWindow.SessionTreeModel(session, parent=None)[source]¶
Bases:
QAbstractItemModel
Model for displaying session elements in a tree view.
- property rootItem¶
- staticMetaObject = PySide6.QtCore.QMetaObject("SessionTreeModel" inherits "QAbstractItemModel": )¶
- class NaviNIBS.Navigator.GUI.EditWindows.ImportSessionWindow.ImportSessionWindow(parent, session, otherSession)[source]¶
Bases:
object
- Parameters:
_parent
_session
_otherSession
-
_parent:
PySide6.QtWidgets.QWidget
¶
-
_otherSession:
NaviNIBS.Navigator.Model.Session.Session
¶
-
sigFinished:
NaviNIBS.util.Signaler.Signal
¶
- property wdgt¶
- property session¶
- property otherSession¶