|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <LaserScanningSpectroscopy.h>
Inheritance diagram for DynExpModule::LaserScanningSpectroscopy::LaserScanningSpectroscopyWidget:Public Member Functions | |
| LaserScanningSpectroscopyWidget (LaserScanningSpectroscopy &Owner, QModuleWidget *parent=nullptr) | |
| ~LaserScanningSpectroscopyWidget ()=default | |
| bool | AllowResize () const noexcept override final |
| Indicates the resizing behavior of the user interface window. Override to adjust. | |
| const auto | GetUI () const noexcept |
| bool | GetUIInitialized () const noexcept |
| void | InitializeUI (Util::SynchronizedPointer< LaserScanningSpectroscopyData > &ModuleData) |
Public Member Functions inherited from DynExp::QModuleWidget | |
| QModuleWidget (QModuleBase &Owner, QWidget *Parent=nullptr) | |
Constructs a QModuleWidget instance. | |
| ~QModuleWidget ()=default | |
| const auto & | GetOwner () const noexcept |
| Getter for the owning module. | |
| Qt::WindowFlags | GetQtWindowFlags () const noexcept |
Depending on thr return value of AllowResize(), returns either the return value of GetQtWindowFlagsResizable() or GetQtWindowFlagsNonResizable(). | |
| std::string | GetDataSaveDirectory () const |
| Recalls a path where modules might save recorded data to. Used by Util::PromptSaveFilePathModule() to recall the directory the user has chosen last for saving a file. This directory is the same across all modules. | |
| void | SetDataSaveDirectory (std::string_view Directory) const |
| Sets a path where modules might save recorded data to. Used by Util::PromptSaveFilePathModule() to store the directory the user has chosen last for saving a file. This directory is the same across all modules. | |
Private Slots | |
| void | OnPathBrowseClicked () |
Private Attributes | |
| std::unique_ptr< Ui::LaserScanningSpectroscopy > | ui |
| bool | UIInitialized = false |
Additional Inherited Members | |
Static Public Member Functions inherited from DynExp::QModuleWidget | |
| static constexpr Qt::WindowFlags | GetQtWindowFlagsResizable () |
| Default Qt window flags for resizable module windows. | |
| static constexpr Qt::WindowFlags | GetQtWindowFlagsNonResizable () |
| Default Qt window flags for non-resizable module windows. | |
Definition at line 37 of file LaserScanningSpectroscopy.h.
| DynExpModule::LaserScanningSpectroscopy::LaserScanningSpectroscopyWidget::LaserScanningSpectroscopyWidget | ( | LaserScanningSpectroscopy & | Owner, |
| QModuleWidget * | parent = nullptr |
||
| ) |
Definition at line 10 of file LaserScanningSpectroscopy.cpp.
|
default |
|
inlinefinaloverridevirtualnoexcept |
Indicates the resizing behavior of the user interface window. Override to adjust.
Reimplemented from DynExp::QModuleWidget.
Definition at line 45 of file LaserScanningSpectroscopy.h.
|
inlinenoexcept |
Definition at line 46 of file LaserScanningSpectroscopy.h.
|
inlinenoexcept |
Definition at line 47 of file LaserScanningSpectroscopy.h.
| void DynExpModule::LaserScanningSpectroscopy::LaserScanningSpectroscopyWidget::InitializeUI | ( | Util::SynchronizedPointer< LaserScanningSpectroscopyData > & | ModuleData | ) |
Definition at line 20 of file LaserScanningSpectroscopy.cpp.
|
privateslot |
Definition at line 68 of file LaserScanningSpectroscopy.cpp.
|
private |
Definition at line 52 of file LaserScanningSpectroscopy.h.
|
private |
Definition at line 54 of file LaserScanningSpectroscopy.h.