|
Omnidome
Fulldome Mapping Software Toolkit
|
A list of all exceptions occured during a process. More...
#include <ExceptionList.h>


Public Slots | |
| void | clear () |
| Clear list of exceptions. More... | |
Public Member Functions | |
| ExceptionList (QWidget *=nullptr) | |
| ~ExceptionList () | |
| void | addException (Exception const &) |
| Add exception to list. More... | |
| int | exceptionCount () const |
| Number of exceptions in list. More... | |
Private Member Functions | |
| void | setupModel () |
Private Attributes | |
| std::unique_ptr < Ui::ExceptionList > | ui_ |
| std::unique_ptr < QStandardItemModel > | model_ |
A list of all exceptions occured during a process.
| omni::ui::ExceptionList::ExceptionList | ( | QWidget * | _parent = nullptr | ) |
| void omni::ui::ExceptionList::addException | ( | Exception const & | _exception | ) |
Add exception to list.
|
slot |
Clear list of exceptions.
| int omni::ui::ExceptionList::exceptionCount | ( | ) | const |
Number of exceptions in list.
|
private |
|
private |
|
private |
1.8.6