BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Types | |
enum class | Status |
Public Member Functions | |
AbstractItemCommandImpl (AbstractItemCommand *parent) | |
bool | can_execute () const |
bool | can_undo () const |
void | set_after_execute () |
void | set_after_undo () |
Public Attributes | |
bool | m_isObsolete {false} |
SessionModel * | m_model {nullptr} |
CommandResult | m_result |
AbstractItemCommand * | m_self {nullptr} |
Status | m_status {Status::initial} |
std::string | m_text |
Definition at line 24 of file abstractitemcommand.cpp.
Definition at line 25 of file abstractitemcommand.cpp.
|
inline |
Definition at line 32 of file abstractitemcommand.cpp.
|
inline |
Definition at line 36 of file abstractitemcommand.cpp.
References ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_status.
|
inline |
Definition at line 37 of file abstractitemcommand.cpp.
References ModelView::AbstractItemCommand::isObsolete(), ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_self, and ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_status.
|
inline |
Definition at line 34 of file abstractitemcommand.cpp.
References ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_status.
|
inline |
Definition at line 35 of file abstractitemcommand.cpp.
References ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_status.
bool ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_isObsolete {false} |
Definition at line 26 of file abstractitemcommand.cpp.
SessionModel* ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_model {nullptr} |
Definition at line 29 of file abstractitemcommand.cpp.
CommandResult ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_result |
Definition at line 31 of file abstractitemcommand.cpp.
AbstractItemCommand* ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_self {nullptr} |
Definition at line 30 of file abstractitemcommand.cpp.
Referenced by ModelView::AbstractItemCommand::AbstractItemCommandImpl::can_undo().
Status ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_status {Status::initial} |
Definition at line 28 of file abstractitemcommand.cpp.
Referenced by ModelView::AbstractItemCommand::AbstractItemCommandImpl::can_execute(), ModelView::AbstractItemCommand::AbstractItemCommandImpl::can_undo(), ModelView::AbstractItemCommand::AbstractItemCommandImpl::set_after_execute(), and ModelView::AbstractItemCommand::AbstractItemCommandImpl::set_after_undo().
std::string ModelView::AbstractItemCommand::AbstractItemCommandImpl::m_text |
Definition at line 27 of file abstractitemcommand.cpp.