EmailEditWidget Class Reference
#include <emaileditwidget.h>
Inherits TQWidget.
Signals | |
| void | modified () |
Public Member Functions | |
| EmailEditWidget (TQWidget *parent, const char *name=0) | |
| void | setEmails (const TQStringList &list) |
| TQStringList | emails () |
| void | setReadOnly (bool readOnly) |
Detailed Description
This widget displays a list box of the email addresses as well as buttons to manipulate them (up, down, add, remove).
Definition at line 44 of file emaileditwidget.h.
Constructor & Destructor Documentation
◆ EmailEditWidget()
| EmailEditWidget::EmailEditWidget | ( | TQWidget * | parent, |
| const char * | name = 0 |
||
| ) |
Definition at line 89 of file emaileditwidget.cpp.
◆ ~EmailEditWidget()
| EmailEditWidget::~EmailEditWidget | ( | ) |
Definition at line 114 of file emaileditwidget.cpp.
Member Function Documentation
◆ emails()
| TQStringList EmailEditWidget::emails | ( | ) |
Definition at line 137 of file emaileditwidget.cpp.
◆ setEmails()
| void EmailEditWidget::setEmails | ( | const TQStringList & | list | ) |
Definition at line 124 of file emaileditwidget.cpp.
◆ setReadOnly()
| void EmailEditWidget::setReadOnly | ( | bool | readOnly | ) |
Definition at line 118 of file emaileditwidget.cpp.
The documentation for this class was generated from the following files:
