![]() |
Orfeo Toolbox
3.16
|
#include <otbWrapperQtWidgetView.h>
Inheritance diagram for otb::Wrapper::QtWidgetView:
Collaboration diagram for otb::Wrapper::QtWidgetView:Public Slots | |
| void | CloseSlot () |
Signals | |
| void | QuitSignal () |
Public Member Functions | |
| QtWidgetView (Application *app) | |
| virtual | ~QtWidgetView () |
| void | CreateGui () |
| QtWidgetModel * | GetModel () |
Private Slots | |
| void | UpdateMessageAfterApplicationReady (bool val) |
| void | UpdateMessageAfterExcuteClicked () |
Private Member Functions | |
| QtWidgetView (const QtWidgetView &) | |
| QWidget * | CreateDoc () |
| QWidget * | CreateFooter () |
| QWidget * | CreateInputWidgets () |
| void | operator= (const QtWidgetView &) |
Private Attributes | |
| Application::Pointer | m_Application |
| QPushButton * | m_ExecButton |
| QLabel * | m_Message |
| QtWidgetModel * | m_Model |
| QPushButton * | m_QuitButton |
Definition at line 34 of file otbWrapperQtWidgetView.h.
| otb::Wrapper::QtWidgetView::QtWidgetView | ( | Application * | app | ) |
Definition at line 36 of file otbWrapperQtWidgetView.cxx.
References m_Application, and m_Model.
|
virtual |
Definition at line 42 of file otbWrapperQtWidgetView.cxx.
|
private |
|
slot |
Definition at line 160 of file otbWrapperQtWidgetView.cxx.
References QuitSignal().
Referenced by CreateFooter().
|
private |
Definition at line 143 of file otbWrapperQtWidgetView.cxx.
References otb::Wrapper::ApplicationHtmlDocGenerator::GenerateDoc(), and m_Application.
Referenced by CreateGui().
|
private |
Definition at line 111 of file otbWrapperQtWidgetView.cxx.
References CloseSlot(), m_ExecButton, m_Model, m_QuitButton, and UpdateMessageAfterExcuteClicked().
Referenced by CreateGui().
| void otb::Wrapper::QtWidgetView::CreateGui | ( | ) |
Definition at line 47 of file otbWrapperQtWidgetView.cxx.
References CreateDoc(), CreateFooter(), CreateInputWidgets(), otb::Wrapper::QtWidgetModel::GetLogOutput(), m_Application, m_Message, m_Model, otb::Wrapper::QtWidgetSimpleProgressReport::SetApplication(), otb::Wrapper::QtWidgetProgressReport::SetApplication(), and UpdateMessageAfterApplicationReady().
Referenced by main().
|
private |
Definition at line 98 of file otbWrapperQtWidgetView.cxx.
References otb::Wrapper::QtWidgetParameterFactory::CreateQtWidget(), otb::Wrapper::QtWidgetModel::GetApplication(), otb::Wrapper::Application::GetParameterList(), and m_Model.
Referenced by CreateGui().
|
inline |
Definition at line 43 of file otbWrapperQtWidgetView.h.
References m_Model.
|
private |
|
signal |
Referenced by CloseSlot().
|
privateslot |
Definition at line 90 of file otbWrapperQtWidgetView.cxx.
References m_Message.
Referenced by CreateGui().
|
privateslot |
Definition at line 85 of file otbWrapperQtWidgetView.cxx.
References m_Message.
Referenced by CreateFooter().
|
private |
Definition at line 69 of file otbWrapperQtWidgetView.h.
Referenced by CreateDoc(), CreateGui(), and QtWidgetView().
|
private |
Definition at line 73 of file otbWrapperQtWidgetView.h.
Referenced by CreateFooter().
|
private |
Definition at line 75 of file otbWrapperQtWidgetView.h.
Referenced by CreateGui(), UpdateMessageAfterApplicationReady(), and UpdateMessageAfterExcuteClicked().
|
private |
Definition at line 71 of file otbWrapperQtWidgetView.h.
Referenced by CreateFooter(), CreateGui(), CreateInputWidgets(), GetModel(), and QtWidgetView().
|
private |
Definition at line 74 of file otbWrapperQtWidgetView.h.
Referenced by CreateFooter().