ImageProviderConfigWidget Class Reference

#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 ()
 

Detailed Description

Definition at line 58 of file ImageProviderConfigWidget.h.

Constructor & Destructor Documentation

◆ ImageProviderConfigWidget()

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.

◆ ~ImageProviderConfigWidget()

Definition at line 116 of file ImageProviderConfigWidget.cpp.

Member Function Documentation

◆ confirmImageProviderName()

void confirmImageProviderName ( const std::string &  new_name)

Definition at line 123 of file ImageProviderConfigWidget.cpp.

◆ imageProviderRemoved

void imageProviderRemoved ( const std::string &  name)
signal
+ Here is the caller graph for this function:

◆ imageProviderRenamed

void imageProviderRenamed ( const std::string &  old_name,
const std::string &  new_name 
)
signal
+ Here is the caller graph for this function:

◆ imageProviderStateChanged

void imageProviderStateChanged ( std::optional< imrec::State >  old_state,
std::optional< imrec::State >  new_state 
)
signal

◆ rejectImageProviderName()

void rejectImageProviderName ( const std::string &  new_name)

Definition at line 133 of file ImageProviderConfigWidget.cpp.

◆ setImageProviderStatus()

void setImageProviderStatus ( std::optional< visionx::imrec::Status >  status)

Definition at line 155 of file ImageProviderConfigWidget.cpp.

+ Here is the call graph for this function:

◆ setViewMode()

void setViewMode ( ViewMode  viewMode)

Definition at line 201 of file ImageProviderConfigWidget.cpp.

◆ toChannelConfigs()

std::vector< visionx::imrec::ChannelConfig > toChannelConfigs ( ) const

Definition at line 141 of file ImageProviderConfigWidget.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: