CustomComboBox Class Reference

#include <ArmarXGui/gui-plugins/ScenarioManager/gui/OptionalEdit.h>

+ Inheritance diagram for CustomComboBox:

Signals

void valueChanged (const QString &value)
 

Public Member Functions

 CustomComboBox (QWidget *parent)
 

Protected Member Functions

void focusInEvent (QFocusEvent *event) override
 
void focusOutEvent (QFocusEvent *event) override
 

Protected Attributes

QString oldValue
 

Detailed Description

Definition at line 36 of file OptionalEdit.h.

Constructor & Destructor Documentation

◆ CustomComboBox()

CustomComboBox ( QWidget *  parent)
inline

Definition at line 40 of file OptionalEdit.h.

Member Function Documentation

◆ focusInEvent()

void focusInEvent ( QFocusEvent *  event)
inlineoverrideprotected

Definition at line 48 of file OptionalEdit.h.

◆ focusOutEvent()

void focusOutEvent ( QFocusEvent *  event)
overrideprotected

Definition at line 181 of file OptionalEdit.cpp.

◆ valueChanged

void valueChanged ( const QString &  value)
signal
+ Here is the caller graph for this function:

Member Data Documentation

◆ oldValue

QString oldValue
protected

Definition at line 54 of file OptionalEdit.h.


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