Developer documentation
Version 3.0.3-105-gd3941f44
MR::GUI::MRView::ComboBoxWithErrorMsg Class Reference

#include "gui/mrview/combo_box_error.h"

Inheritance diagram for MR::GUI::MRView::ComboBoxWithErrorMsg:

Public Member Functions

 ComboBoxWithErrorMsg (QWidget *parent, const QString &msg)
 
void setError ()
 
void clearError (int)
 
void clearError ()
 

Protected Slots

void onSetIndex (int)
 

Protected Attributes

const QString error_message
 
int error_index
 

Detailed Description

Definition at line 30 of file combo_box_error.h.

Constructor & Destructor Documentation

◆ ComboBoxWithErrorMsg()

MR::GUI::MRView::ComboBoxWithErrorMsg::ComboBoxWithErrorMsg ( QWidget *  parent,
const QString &  msg 
)

Member Function Documentation

◆ clearError() [1/2]

void MR::GUI::MRView::ComboBoxWithErrorMsg::clearError ( )
inline

Definition at line 39 of file combo_box_error.h.

◆ clearError() [2/2]

void MR::GUI::MRView::ComboBoxWithErrorMsg::clearError ( int  )

◆ onSetIndex

void MR::GUI::MRView::ComboBoxWithErrorMsg::onSetIndex ( int  )
protectedslot

◆ setError()

void MR::GUI::MRView::ComboBoxWithErrorMsg::setError ( )

Member Data Documentation

◆ error_index

int MR::GUI::MRView::ComboBoxWithErrorMsg::error_index
protected

Definition at line 47 of file combo_box_error.h.

◆ error_message

const QString MR::GUI::MRView::ComboBoxWithErrorMsg::error_message
protected

Definition at line 46 of file combo_box_error.h.


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