![]() |
Orfeo Toolbox
3.16
|
#include <otbQtFileSelectionWidget.h>
Public Member Functions | |
| QtFileSelectionWidget () | |
| virtual | ~QtFileSelectionWidget () |
| void | ClearFilename () |
| std::string | GetFilename () |
| QLineEdit * | GetInput () |
| bool | IsChecked () |
| void | SetChecked (bool val) |
Protected Slots | |
| void | SelectFile () |
Private Member Functions | |
| QtFileSelectionWidget (const QtFileSelectionWidget &) | |
| virtual void | DoCreateWidget () |
| virtual void | DoUpdateGUI () |
| void | operator= (const QtFileSelectionWidget &) |
Private Attributes | |
| QPushButton * | m_Button |
| QCheckBox * | m_Checkbox |
| QHBoxLayout * | m_HLayout |
| QLineEdit * | m_Input |
Definition at line 34 of file otbQtFileSelectionWidget.h.
| otb::Wrapper::QtFileSelectionWidget::QtFileSelectionWidget | ( | ) |
Definition at line 25 of file otbQtFileSelectionWidget.cxx.
References DoCreateWidget().
|
virtual |
Definition at line 31 of file otbQtFileSelectionWidget.cxx.
|
private |
|
inline |
Definition at line 56 of file otbQtFileSelectionWidget.h.
References m_Input.
|
privatevirtual |
Definition at line 40 of file otbQtFileSelectionWidget.cxx.
References m_Button, m_Checkbox, m_HLayout, m_Input, and SelectFile().
Referenced by QtFileSelectionWidget().
|
privatevirtual |
Definition at line 35 of file otbQtFileSelectionWidget.cxx.
|
inline |
Definition at line 51 of file otbQtFileSelectionWidget.h.
References m_Input.
|
inline |
Definition at line 61 of file otbQtFileSelectionWidget.h.
References m_Input.
Referenced by otb::Wrapper::QtWidgetInputImageListParameter::AddFile(), otb::Wrapper::QtWidgetInputVectorDataListParameter::AddFile(), otb::Wrapper::QtWidgetInputImageListParameter::DoCreateWidget(), otb::Wrapper::QtWidgetInputVectorDataListParameter::DoCreateWidget(), otb::Wrapper::QtWidgetInputImageListParameter::EraseFile(), and otb::Wrapper::QtWidgetInputVectorDataListParameter::EraseFile().
|
inline |
Definition at line 41 of file otbQtFileSelectionWidget.h.
References m_Checkbox.
|
private |
|
protectedslot |
Definition at line 67 of file otbQtFileSelectionWidget.cxx.
References m_Input.
Referenced by DoCreateWidget().
|
inline |
Definition at line 46 of file otbQtFileSelectionWidget.h.
References m_Checkbox.
|
private |
Definition at line 80 of file otbQtFileSelectionWidget.h.
Referenced by DoCreateWidget().
|
private |
Definition at line 81 of file otbQtFileSelectionWidget.h.
Referenced by DoCreateWidget(), IsChecked(), and SetChecked().
|
private |
Definition at line 78 of file otbQtFileSelectionWidget.h.
Referenced by DoCreateWidget().
|
private |
Definition at line 79 of file otbQtFileSelectionWidget.h.
Referenced by ClearFilename(), DoCreateWidget(), GetFilename(), GetInput(), and SelectFile().