BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The JobMessagePanel class shows log messages from FitActivityPanel at the bottom part of JobView. More...
Public Slots | |
void | onClearLog () |
void | onMessage (const QString &message, const QColor &color=QColor(Qt::black)) |
Signals | |
void | widgetHeightRequest (int) |
Public Member Functions | |
JobMessagePanel (QWidget *parent=0) | |
QSize | minimumSizeHint () const |
QSize | sizeHint () const |
Protected Slots | |
void | onExpandButtonClicked () |
void | setContentVisible (bool editor_status, bool dock_notify=false) |
Protected Member Functions | |
bool | isContentVisible () |
void | resizeEvent (QResizeEvent *event) |
Protected Attributes | |
int | m_cached_height |
QStackedWidget * | m_stackedWidget |
InfoPanelToolBar * | m_toolBar |
Private Attributes | |
QTextEdit * | m_plainLog |
The JobMessagePanel class shows log messages from FitActivityPanel at the bottom part of JobView.
Definition at line 26 of file JobMessagePanel.h.
JobMessagePanel::JobMessagePanel | ( | QWidget * | parent = 0 | ) |
Definition at line 22 of file JobMessagePanel.cpp.
References Constants::JobMessagePanelName, m_plainLog, InfoPanel::m_stackedWidget, and InfoPanel::setContentVisible().
|
protectedinherited |
Definition at line 92 of file InfoPanel.cpp.
References InfoPanel::m_stackedWidget.
Referenced by InfoPanel::onExpandButtonClicked(), and InfoPanel::resizeEvent().
|
inherited |
Definition at line 61 of file InfoPanel.cpp.
|
slot |
Definition at line 38 of file JobMessagePanel.cpp.
References m_plainLog.
Referenced by FitLog::clearLog(), FitSessionManager::disableLogging(), FitActivityPanel::setItem(), and FitLog::setMessagePanel().
|
protectedslotinherited |
Definition at line 66 of file InfoPanel.cpp.
References InfoPanel::isContentVisible(), and InfoPanel::setContentVisible().
Referenced by InfoPanel::InfoPanel().
|
slot |
Definition at line 43 of file JobMessagePanel.cpp.
References m_plainLog.
Referenced by FitLog::append(), and FitLog::setMessagePanel().
|
protectedinherited |
Definition at line 100 of file InfoPanel.cpp.
References InfoPanel::isContentVisible(), and InfoPanel::setContentVisible().
|
protectedslotinherited |
Definition at line 71 of file InfoPanel.cpp.
References InfoPanel::m_cached_height, InfoPanel::m_stackedWidget, InfoPanel::m_toolBar, InfoPanelToolBar::setExpandStatus(), and InfoPanel::widgetHeightRequest().
Referenced by JobMessagePanel(), ScriptPanel::ScriptPanel(), InfoPanel::onExpandButtonClicked(), and InfoPanel::resizeEvent().
|
inherited |
Definition at line 47 of file InfoPanel.cpp.
References InfoPanel::m_stackedWidget, and InfoPanel::m_toolBar.
|
signalinherited |
Referenced by JobView::createSubWindows(), SampleView::createSubWindows(), and InfoPanel::setContentVisible().
|
protectedinherited |
Definition at line 50 of file InfoPanel.h.
Referenced by InfoPanel::setContentVisible().
|
private |
Definition at line 36 of file JobMessagePanel.h.
Referenced by JobMessagePanel(), onClearLog(), and onMessage().
|
protectedinherited |
Definition at line 49 of file InfoPanel.h.
Referenced by InfoPanel::InfoPanel(), JobMessagePanel(), ScriptPanel::ScriptPanel(), InfoPanel::isContentVisible(), InfoPanel::setContentVisible(), and InfoPanel::sizeHint().
|
protectedinherited |
Definition at line 48 of file InfoPanel.h.
Referenced by InfoPanel::InfoPanel(), ScriptPanel::ScriptPanel(), InfoPanel::setContentVisible(), and InfoPanel::sizeHint().