DynExp
Highly flexible laboratory automation for dynamically changing experiments.
ErrorListDialog::ErrorEntryType Struct Reference

Public Slots

bool operator== (const ErrorEntryType &Other) const
 

Public Member Functions

bool operator!= (const ErrorEntryType &Other) const
 

Public Attributes

QString Origin
 
QString Text
 
Util::ErrorType ErrorType
 
QTreeWidgetItem * TreeWidgetItem
 Pointer to QTreeWidgetItem listed in main window's tree view. Do not dereference this pointer! It is only meant for address comparison purposes and may point to deleted data even if it is not nullptr. More...
 

Detailed Description

Definition at line 18 of file ErrorListDialog.h.

Member Function Documentation

◆ operator!=()

bool ErrorListDialog::ErrorEntryType::operator!= ( const ErrorEntryType Other) const
inline

Definition at line 21 of file ErrorListDialog.h.

◆ operator==

bool ErrorListDialog::ErrorEntryType::operator== ( const ErrorEntryType Other) const
slot

Definition at line 7 of file ErrorListDialog.cpp.

Member Data Documentation

◆ ErrorType

Util::ErrorType ErrorListDialog::ErrorEntryType::ErrorType

Definition at line 25 of file ErrorListDialog.h.

◆ Origin

QString ErrorListDialog::ErrorEntryType::Origin

Definition at line 23 of file ErrorListDialog.h.

◆ Text

QString ErrorListDialog::ErrorEntryType::Text

Definition at line 24 of file ErrorListDialog.h.

◆ TreeWidgetItem

QTreeWidgetItem* ErrorListDialog::ErrorEntryType::TreeWidgetItem

Pointer to QTreeWidgetItem listed in main window's tree view. Do not dereference this pointer! It is only meant for address comparison purposes and may point to deleted data even if it is not nullptr.

Definition at line 31 of file ErrorListDialog.h.


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