|
|
#include <VisionX/gui-plugins/ImageRecorder/ImageProviderConfigWidget.h>
Inheritance diagram for ImageProviderConfigWidget:Signals | |
| void | imageProviderRemoved (const std::string &name) |
| void | imageProviderRenamed (const std::string &old_name, const std::string &new_name) |
| void | imageProviderStateChanged (std::optional< imrec::State > old_state, std::optional< imrec::State > new_state) |
Public Member Functions | |
| void | confirmImageProviderName (const std::string &new_name) |
| ImageProviderConfigWidget (QWidget *parent, armarx::IceManagerPtr iceman, const std::string &image_provider_name, const visionx::imrec::ChannelConfigs &channel_configs) | |
| void | rejectImageProviderName (const std::string &new_name) |
| void | setImageProviderStatus (std::optional< visionx::imrec::Status > status) |
| void | setViewMode (ViewMode viewMode) |
| std::vector< visionx::imrec::ChannelConfig > | toChannelConfigs () const |
| virtual | ~ImageProviderConfigWidget () |
Definition at line 59 of file ImageProviderConfigWidget.h.
| ImageProviderConfigWidget | ( | QWidget * | parent, |
| armarx::IceManagerPtr | iceman, | ||
| const std::string & | image_provider_name, | ||
| const visionx::imrec::ChannelConfigs & | channel_configs | ||
| ) |
Definition at line 63 of file ImageProviderConfigWidget.cpp.
|
virtual |
Definition at line 127 of file ImageProviderConfigWidget.cpp.
| void confirmImageProviderName | ( | const std::string & | new_name | ) |
Definition at line 132 of file ImageProviderConfigWidget.cpp.
|
signal |
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:
|
signal |
| void rejectImageProviderName | ( | const std::string & | new_name | ) |
Definition at line 141 of file ImageProviderConfigWidget.cpp.
| void setImageProviderStatus | ( | std::optional< visionx::imrec::Status > | status | ) |
Definition at line 160 of file ImageProviderConfigWidget.cpp.
Here is the call graph for this function:| void setViewMode | ( | ViewMode | viewMode | ) |
Definition at line 206 of file ImageProviderConfigWidget.cpp.
| std::vector< visionx::imrec::ChannelConfig > toChannelConfigs | ( | ) | const |
Definition at line 148 of file ImageProviderConfigWidget.cpp.
Here is the call graph for this function: